<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
    font-family: "microsoft yahei"
}
.activity_box{
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.activity_tit{
    width: 100%;
    line-height: 44px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #c40000;
    padding-left: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.activity_tit b{
    float: left;
    display: block;
    width: 5px;
    height: 16px;
    background-color: #c40000;
    margin-top: 14px;
    margin-right: 10px;
}
.activity_tit_more a{
    float: right;
    font-size: 14px;
    color: #666666;
}
.activity_box ul{
    padding-top: 15px;
}
.activity_box li{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}
.activity_box li:last-child{
    margin-bottom: 20px;
}
.activity_box li .img{
    display: block;float: left;
    width: 260px;
    height: 146px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    margin-right: 27px;
    background-image: url(../img/thumb.jpg);
}
.activity_box li h1{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.activity_box li:hover h1{
    color:#c40000
}
.activity_box li p{
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
    white-space: normal;
}
.activity_box li .time{
    color: #999;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
}
/*activity_index*/
.activity_box2{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.acivity_slide{
    position: relative;
}
.acivity_slide h1{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.activity_box3{
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.activity_box3 li{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 17px;
    border-bottom: dashed 1px #e5e5e5;
}
.activity_box3 li .img{
    width: 155px;
    height: 110px;
    background-size: cover;
    background-position: center;
    display: block;
    background-image: url(../img/thumb.jpg);
}
.activity_box3 li h1{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.activity_box3 li p{
    color: #797979;
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.activity_box3 li .time{
    color: #666666;
    font-size: 14px;
    float: right;
}
.activity_box3 li .cate{
    color: #a7a7a7;
    font-size: 12px;
    margin-bottom: 25px;
    display: block;
}
.activity_more{
    width: 162px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #efefef;
    margin-left: auto;margin-right: auto;
    margin-bottom: 30px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition:  all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.activity_more svg{
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    margin-left: 6px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition:  all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.activity_more:hover{
    color: #fff;
    background-color: #c40000;
}
.activity_more:hover svg{
    color: #fff;
}
.news_box_page{
    padding-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 1190px;
    margin-left: auto;margin-right: auto;
}



/*notic*/
.notic_box{
    width: 1190px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.notic_boxl{
    width: 350px;
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
}

.notic_tabk{
     width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #c40000;
    margin-bottom: 10px;
}
.notic_tab{
    float: left;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ececec;
    color: #666666;
    margin-right: 18px;
    cursor: pointer;
}
.notic_tab.on{
    background-color: #c40000;
    color: #ffffff;
}
.notic_boxl_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.notic_boxl_list ul{
    display: none;
}
.notic_boxl_list ul.on{
    display: block;
}
.notic_boxl_list li{
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.notic_boxl_list li:hover a{
    color: #c00000;
}
.notic_boxr{
    width: 825px;
    height: 280px;
    overflow: hidden;
    float: left;
}
.notic_swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.notic_slide{
    width: 230px;
    overflow: hidden;
} 

.notic_img{
    height: 175px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.notic_img img{
    opacity: 0;
    width: 100%;
}
.notic_slide h1{
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    padding-top: 15px;
    text-align: center;
}


</pre></body></html>