<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news_notice{
    width:100%;
    height:446px;
    box-sizing:border-box;
    background:#eeeeee;
}
.news{
    width:70%;
    height:446px;
    float:left;
    position:relative;
}
.notice{
    width:30%;
    float:right;
    background:#eee;
}
.title{
    width:100%;
    height:90px;
}
.title_left{
    float:left;
}
.title_right{
    float:right;    
    padding-right:5%;
}
.title_right span{
    cursor:pointer;
}
.title_left .title_left_cn{
    font-size:18px;
    font-family: 'å¾®è½¯é›…é»‘';
    font-weight:700;
    line-height:90px;
}
.title_left .title_left_en{
    margin-left:-4px;
    font-size:16px;
    font-family: 'Arial';
    color:#670001;
}
.title_right span{
    line-height:90px;
    font-size:12px;
    color:#828282;
    font-family: 'å¾®è½¯é›…é»‘';
}
.news_info{
    /*width:30%;*/
    padding-right:14.4%
}
.news_info .news_pic_box{
    width:100%;
}
.news_pic_box img{
    width:100%;
    height:auto;
}
.news_info_title{
    font-size:15px;
    font-family: 'å¾®è½¯é›…é»‘';
    line-height:42px;
	color:#dd130b;
}
.news_info_txt{
    font-size:13px;
    font-family: 'å¾®è½¯é›…é»‘';
    text-align:justify;
    line-height:16px;
    min-height:48px;
}
.news_info_msg{
    padding-top:20px;
}
.notice_info{
    
}
.notice_info li{
    font-size:12px;
    
    cursor:pointer;
    border-bottom:1px dotted #ccc;
    line-height:53px;
}
.notice_info li:hover{
    color:#883c92;
}
.notice_info li span{
    color:#670001;
}
.noticebox{
    background:#f6f6f6;
    padding:0 14px;
    padding-bottom:28px;
    border-radius:0 0 10px 10px;
    position:relative;
    z-index:999;
}
#index .nopadding{
    padding:0;
}
.swiper-container2{                
    width:100%;
}
.news_btn_box{
    width:80px;
    height:30px;
    position:absolute;
    z-index:999;
    bottom:5px;
    left:50%;
    margin-left:-40px;
}
.news_btn_box div{
    width:30px;
    height:30px;
    float:left;
    cursor:pointer;
}
.news_btn_box .right{
    float:right;
}</pre></body></html>