<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è½®æ’­å›¾ */
.slider-wrap{
    width:100%;
    overflow: hidden;
    height: 0;
    padding-bottom:26.83%;
    position: relative;
    /* z-index:101; */
}
.slider-wrap .sliderShowMax{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slider-wrap .sliderShowMax .swiper-slide{
    width: 100%;
    height: 100%;

}
.slider-wrap .sliderShowMax .swiper-slide img{
    width: 100%;
    height: 100%;
}
.slider-wrap .sliderShowMax .swiper-button-prev{
    background:url('../image/prev.png');
    width:47px;
    height:47px;
    background-size:47px 47px;
    background-repeat: no-repeat;
    margin-left:11%;
}
.slider-wrap .sliderShowMax .swiper-button-next{
    background:url('../image/next.png');
    width:47px;
    height:47px;
    background-size:47px 47px;
    background-repeat: no-repeat;
    margin-right:11%;
}
.slider-wrap .sliderShowMax .swiper-pagination span{
    background: #A52C27;
}
@media screen and (max-width:600px){
    .slider-wrap .sliderShowMax .swiper-button-next,
    .slider-wrap .sliderShowMax .swiper-button-prev{
        display:none;
    }
}


/* æ–°é—»-é€šå‘Š-titleå…±ç”¨éƒ¨åˆ† */
#titles{
    width:100%;
    padding: 5px 0;
    /* display: flex; */
    /* align-items: center; */
    position:relative;
    padding:10px 35px 10px 0;
    height:50px;
}
/* #titles::after{
    content:'';
    display: block;
    clear: both;
} */
#titles .title-name{
    font-size: 20px;
    display: inline-block;
    margin-right:25px;
    position: relative;
    cursor: pointer;
    box-sizing:border-box;
    padding-left:30px;
    min-height:30px;
    /* color:#2E2F33; */
}
#titles .title-name .english{
    font-size: 14px;
    color: #666666;
}
#titles .title-name::after{
    content:'';
    display:block;
    background-image:url('../image/news.png');
    background-repeat: no-repeat;
    background-size:22px 22px;
    width:22px;
    height:22px;
    position: absolute;
    left:0px;
    top:4px;
}

/* ç‰¹æ®Šå¤„ç†iconéƒ¨åˆ† */
#titles .Notice-title-name::after{
    background-image:url('../image/inform-active.png');
    background-size:22px;
}
#titles .inform-title-name::after{
    background-image:url('../image/academic-icon.png');
    background-size:18px 22px;
}
#titles .party-title-name::after{
    background-image:url('../image/party-icon.png');
    background-size:21px 21px important;
}
#titles .dynamic-title-name::after{
    background-image:url('../image/dynamic-icon.png');
    background-size:18px 22px;
}
#titles .harvest-title-name::after{
    background-image:url('../image/harvest-icon.png');
    background-size:18px 22px;
}

#titles .more{
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    font-size:12px;
    line-height:14px;
    padding:1px 6px;
    /* background: #D1D1D1; */
    /* border-radius:8px; */
    cursor: pointer;
    color: #A52C27;
}




/* ä¸­é—´å†…å®¹åŒº */
.content-wrap{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   
    padding: 40px 0; 
    position: relative;
    /* z-index:500; */
    background: white;
}

.content-wrap .container{
    max-width: 1380px;
    width:100%;
    display: flex;
    position: relative;
    justify-content:space-between;
    padding: 10px 0;
}
.content-wrap .container::after{
    display:block;
    content:'';
    width:80%;
    height: 1px;
    border-bottom:1px dotted #B2B2B2;
    position:absolute;
    bottom:0px;
    left:0;
    right: 0;
    margin: 0 auto;
}
.content-wrap .container .news-wrap{
    width:49%;
}
.content-wrap .container .news-wrappic{
    width:24%;

}
.content-wrap .container .inform-wrap{
    width:100%;
}


/* ç§»åŠ¨ç«¯ä¸­é—´å†…å®¹åŒº */
@media screen and (max-width:600px){
.slider-wrap{
    padding-bottom:35%
}
    .content-wrap{
        padding: 15px 0;
    }
    .content-wrap .container{
        flex-wrap: wrap;
    }
    .content-wrap .container .news-wrap{
        width:100%;
        position: relative;
        padding:0 15px;
    }
    .content-wrap .container .inform-wrap{
        padding:0 10px;
        width:100%;
    }
    .content-wrap .container .inform-wrap .inform-items&gt;ul .item:nth-child(n+5){
        display:none;
    }
}
@media screen and (max-width:1380px){
    .content-wrap .container .news-wrap{
        padding:0 15px;
    }
    .content-wrap .container .inform-wrap{
        padding:0 15px;
    }
}


/* é€šçŸ¥å…±ç”¨éƒ¨åˆ† */
.content-wrap .container .news-wrap .news-items{
    width:100%;
    padding:0 0 15px 0;
}
.content-wrap .container .news-wrap .news-items&gt;ul&gt;li{
    padding:6px 14px;
    position: relative;
    cursor: pointer;
    display:flex;
    justify-content: space-between;
}
.content-wrap .container .news-wrap .news-items&gt;ul&gt;li:hover{
    color:#A52C27;
}
.content-wrap .container .news-wrap .party .news-items&gt;ul&gt;li::before{
    background-image: url('../image/party-icon.png');
}
.content-wrap .container .news-wrap .news-items&gt;ul&gt;li::before{
    content:'';
    display: block;
    background-image: url('../image/news-icon.png');
    background-size:11px;
    background-repeat: no-repeat;
    width : 12px;
    height: 12px;
    position: absolute;
    left:0px;
    top:10px;
}
.content-wrap .container .news-wrap .news-items&gt;ul&gt;li .title{
    width:calc(100% - 100px);
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-bottom:5px;
    color:#666666;
}
.content-wrap .container .news-wrap .news-items&gt;ul&gt;li .date{
    font-size:14px;
    color:#B2B2B2;
    position:relative;
    top: 2px;
}

.content-wrap .container .right-news .party{
    border-bottom :0px dotted #B2B2B2;
}
.content-wrap .container .right-news .news-items{
	margin-top:10px;
}





/* ä¸åŒé€šçŸ¥å†…å®¹iconå›¾ç‰¹æ®Šå¤„ç† */
.content-wrap .container .news-wrap .news-items&gt;.need-notice-icon&gt;li::before{
    background-image: url('../image/inform-icon.png');
    background-size:12px;
}
.content-wrap .container .news-wrap .news-items&gt;.need-dynamic-icon&gt;li::before{
    background-image: url('../image/dynamic-icon.png');
    background-size:12px;
}
.content-wrap .container .news-wrap .news-items&gt;.need-harvest-icon&gt;li::before{
    background-image: url('../image/harvest-icon.png');
    background-size:auto 12px;
}




/* å­¦æœ¯é¢„å‘Šéƒ¨åˆ† */
#titles .inform-title-name{
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.content-wrap .container .inform-wrap{
    position:relative;
}
.content-wrap .container .inform-wrap .inform-items{ 
    width:100%;
}
.content-wrap .container .inform-wrap .active-cathedra{
    display: block;
}
.content-wrap .container .inform-wrap .inform-items ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.content-wrap .container .inform-wrap .inform-items ul .item{
    width:50%;
    display:flex;
    padding: 11px 0;
}
/* .content-wrap .container .inform-wrap .inform-items ul .item:nth-child(n + 5){
    display: none !important;
} */
.content-wrap .container .inform-wrap .inform-items ul .item .date{
    width:68px;
    height:68px;
    border: 1px solid #A52C27;
    box-sizing: border-box;
    position: relative;
}

.content-wrap .container .inform-wrap .inform-items ul .item .date&gt;span{
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    color:#A52C27;
}
.content-wrap .container .inform-wrap .inform-items ul .item .date .days{
    top:8px;
    font-size:28px;
}
.content-wrap .container .inform-wrap .inform-items ul .item .date .month{
    bottom:6px;
    font-size:12px;
    white-space:nowrap;
}
.content-wrap .container .inform-wrap .inform-items ul .item .info-detail{
    width:calc(100% - 66px);
    box-sizing: border-box;
    padding: 0 11px;
}
.content-wrap .container .inform-wrap .inform-items ul .item .info-detail&gt;a{
    white-space:nowrap;
    display: block;
    overflow:hidden;
    text-overflow: ellipsis;
    line-height:24px;
    color:#222;
}
.content-wrap .container .inform-wrap .inform-items ul .item .info-detail&gt;div{
    white-space:normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    line-height:22px;
    color: #aaa;
    height:44px;

}
.content-wrap .container .inform-wrap .inform-items ul .item .info-detail .info-title{
    cursor: pointer;
    font-size:16px;
}
.content-wrap .container .inform-wrap .inform-items ul .item .info-detail .info-title:hover{
    color:#A52C27;
}
.content-wrap .container .inform-wrap .inform-items ul .item .info-detail .info-text{
    color:#606060;
    font-size:14px;
}


/** å°¾éƒ¨å›¾ç‰‡ **/
.container.imgs{
    position: relative;
    display: block;
}
.container.imgs .content{
    display: flex;
    justify-content:space-between;
    vertical-align: top;
    flex: 0 0 50vw;
    flex-wrap: wrap;
}
.container.imgs #titles{
    position: static;
}
.container.imgs .more{
    position: absolute;
    top: 35px !important;
    right: 15px !important;
}
.footer-img{
    display: inline-block;
    width:100%;

}

.footer-img img{
    width: 100%;

    object-fit: cover;
}
/** å°¾éƒ¨å›¾ç‰‡ **/


/* ç§»åŠ¨ç«¯ä¸­é—´é€šç¨¿é€šçŸ¥åŒºåŸŸè°ƒæ•´ä¸¤è¡Œå†…å®¹æ˜¾ç¤ºåŠé«˜åº¦è°ƒæ•´ */
@media screen and (max-width:600px){

    .content-wrap .container .news-wrappic {
       width: 48%;
       margin-top: 0.3rem;
     }

    .content-wrap .container .inform-wrap .inform-items ul .item{
        width: 100%;
    }
    #titles .inform-title-name{
        position: absolute;
        left: 0;
        transform:translateX(-0%);
    }
    .content-wrap .container::after{
        border-bottom:none;
        
    }
    .content-wrap .container::after{
        display: '';
        content:'';
        width:90%;
        height: 2px;
        border-bottom:2px solid #DEDEDE;
        position:absolute;
        bottom:0px;
        left:0;
        right: 0;
        margin: 0 auto;
    }
    .content-wrap .container .inform-wrap::after,
    .content-wrap .container .news-wrap::after{
        width:80%;
        height:1px;
        position:absolute;
        content:'';
        bottom: 0;
        left: 0;
        right:0;
        margin:0 auto;
        border-bottom:1px solid #eee;
        width:90%;
        height: 2px;
        border-bottom:2px solid #DEDEDE;

    }

    /** å°¾éƒ¨ä¸»é¢˜ **/
    .content-wrap .container.imgs .news-wrap::after{
        border-width: 0;
    }
    .container.imgs .news-wrap:not(:last-child){
        padding-bottom: 0;
    }
    .container.imgs .news-wrap:not(:nth-child(1)) {
        padding-top: 0 ;
        margin-top: 0 !important;
    }
    .container.imgs .more{
        right: 0 !important;
    }
    /** å°¾éƒ¨ä¸»é¢˜ **/


    .content-wrap .container{
        padding: 0 15px;
    }
    .content-wrap .container .news-wrap{
        padding: 10px 0;
    }
    .content-wrap .container .inform-wrap{
        padding: 10px 0;
    }
    .content-wrap .container .news-wrap .news-items&gt;ul&gt;li .date{
        font-size: 12px;
    }
    .content-wrap .container .news-wrap .news-items&gt;ul&gt;li .title{
        font-size: 15px;
    }
    .content-wrap .container .news-wrap .news-items&gt;ul&gt;li .title{
        width:calc(100% - 70px);
        white-space:nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
        margin-bottom:5px;
        color:#666666;
    }
}




/* å¸¸ç”¨é“¾æŽ¥éƒ¨åˆ† */
.links-wrap{
    width:100%;
    background:#F2F2F2;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 15px 0;
}
.links-wrap .container{
    width:100%;
    max-width:1380px;
    min-width:1150px;
    display:flex;
    align-items: center;
}
.links-wrap .container .title{
    font-size:20px;
    padding-left:25px;
    padding-right:25px;
    position: relative;
    width:160px;
    min-width:160px;
    font-weight: 600;
    display: inline-block;
    /* height: 100%; */
    vertical-align:top;
}
.links-wrap .container .title::after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:6px;
    width:18px;
    height:18px;
    background-image: url('../image/link.png');
    background-size:18px;
}
.links-wrap .container .title::before{
    content:'Links';
    display:block;
    position:absolute;
    right:0px;
    top:6px;
    /* width:18px; */
    height:18px;
    color:#666666;
    font-size:14px;
}
.links-wrap .container .items-wrap{
    width:calc(100% - 165px);
    display: inline-block;
    margin-left:20px;
}
.links-wrap .container .items-wrap .lines{
    display: flex;
    justify-content: space-between;
}
.links-wrap .container .items-wrap .lines a{
    color:#666666;
    padding: 0 14px;
    height:20px;
    line-height:20px;
    border-right:1px solid #666666;
    white-space: nowrap;
}
.links-wrap .container .items-wrap .lines a:hover{
    color:#A52C27;
}
.links-wrap .container .items-wrap .lines a:last-child{
    border-right: none;
}


/* ç§»åŠ¨ç«¯linksåŒºåŸŸ */
.links-wrap .container .mini-links{
    display:none;
    background:#F2F2F2;
}
@media screen and (max-width:600px){
    .links-wrap .container{
        display:block;
        min-width:auto;
        /* flex-direction: column; */
        color: black;
        /* justify-content: left; */
    }
    .links-wrap .container .title{
        margin-left:30px;
        height:auto;
        font-size:18px
        /* width: 100%; */
    }
    .links-wrap .container .title::after{
        content:'';
        display:block;
        position:absolute;
        left:0;
        top:6px;
        width:15px;
        height:15px;
        background-image: url('../image/link.png');
        background-size:15px;
    }
    .links-wrap .container .items-wrap{
        display:none;
    }
    .links-wrap .container .mini-links{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top:15px;
    }
    .links-wrap .container .mini-links select{
        width:90%;
        height:35px;
        background:white;
        padding-left:15px;
        color:black;
        font-size:14px;
        margin: 0 auto;
        position: relative;
    }
    .links-wrap .container .mini-links select .opt{
        border:none;
        width:90%;
        font-size:14px !important;
    }
}</pre></body></html>