<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w1200{
    width: 1200px;
    margin: auto;
}
.phone-show{
    display: none;
}
.top{
    height: 120px;
    background: #fff;
}
.nav-bg{
    background: #009bff;
    height: 53px;
}
.nav ul li a{
    color: #fff;
}
.nav ul li a.on{
    color: #fcc800;
}
.nav ul li{
    float: left;
    width: 11%;
    text-align: center;
    position: relative;
}
.nav ul li a.ty{
    line-height: 50px;
    font-size: 18px;
}

.nav ul li:hover a.ty{
    color: #fcc800;
}

.nav ul li dl dd{
    height: 40px;
    line-height: 40px;
}
.nav ul li dl dd a{
    font-size: 18px;
    color: #fff;
}
.nav ul li dl dd a:hover{
    color: #fcc800;
}
.nav ul li dl{
    opacity: 0;
    display: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #fff;
}
.nav ul li:hover dl{
    opacity: 1;
    display: block;
    background: #009bff;
    padding-bottom: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.swiper-container1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    border-radius: 1px;
}
.swiper-container1 .swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}
.top-form{
    background: #fff;
    border-radius: 5px;
    padding: 0 4px;
    overflow: hidden;
    margin-top: 30px;
}
.top-form input{
    float: left;
}
.top-form input.text{
    width: 300px;
    height: 41px;
    border: none;
}
.top-form input.but{
    height: 34px;
    margin-top: 4px;
}
.date-l-list{
    width: 48%;
    margin-right: 2%;
	overflow:hidden;
}
.one-art{
    padding: 20px 0;
}
.steheight{
	height:245px;
	overflow:hidden;
}
.type{
    height: 35px;
    line-height: 35px;
}
.type a.t{
    font-size: 20px;
    font-weight: bold;
}
.type a.more{
    font-size: 12px;
    color: #666;
    padding-top: 5px;
}
.type .xh{
    border-bottom: 1px solid #ddd;
    position: relative;
}
.type .xh span{
    position: absolute;
    left: 0;
    width: 100px;
    border: #007aff 1px solid ;
    top: -1px;
}
.date-l-list .list {
    border-bottom: 1px #ddd dashed;
    width: 100%;
    padding: 15px 0;
}
.date-l-list .list .pic{
    width: 68px;
    height: 90px;
    margin-right: 15px;
}
.date-l-list .list .pic img{
    max-width: 100%;
    width: 100%;
}
.content-r .date-l-list{
    width: 100%;
}
.content-r .date-l-list .list .pic{
    width: 125px;
    height: 170px;
}
.date-l-list  .ng .con{
    width: 80%;
    float: left;
}
.date-l-list .con .content_{
    margin-top: 3px;
}
.content-r .date-l-list .con{
    width: 84% !important;
    float: left;
}
.date-l-list .list .date{
    width: 13%;
}
.date-l-list .list .date .md,.date-l-list .list .date .y{
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
}
.date-l-list .list .date .md{
    background: #009bff;
    color: #fff;
}
.date-l-list .list .date .y{
    font-size: 20px;
    background: #f8f8f8;
}
.date-l-list .list .con{
    width: 84%;
}
.date-l-list .list .con .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.date-l-list .list .con .desc{
    -webkit-line-clamp:2;
    line-height: 22px;
    color: #666;
    height: 41px;
}
.two .list .con .title{
    font-weight: 400;
    text-indent: 15px;
    position: relative;
}
.two .list .con .title:after{
    content: 'â—';
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: 5px;
}
.two .list .date{
    padding-top: 4px;
}
.idex_member li{
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px #ddd dashed;
    width: 100%;
}
.idex_member li .con-l{
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 3px;
}
.idex_member li .con-l .pic{
    width: 74px;
    height: 74px;
    overflow: hidden;
}
.idex_member li .con-l .pic img{
    max-width: 100%;
}
.idex_member li .con-r .t{
    width: 70%;
    font-size: 18px;
    margin-bottom: 10px;
}
.idex_member li .con-r .date{
    color: #666;
}
.idex_member li .con-r .desc{
    -webkit-line-clamp:2;
    line-height: 22px;
    color: #666;
    height: 42px;
}
.links{
    padding-top: 15px;
    font-size: 16px;
}
.links a{
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    min-width: 100px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.footer img{
    max-width: 100%;
}
.footer{
    background: #2076da;
    color: #fff;
}
.footer a{
    color: #fff;
}
.foot{
    margin-top: 10px;
    padding-top: 10px;    padding-bottom: 5px;
    overflow: hidden;
    border-top: 1px solid #1465c4;
}
.foot .con-l{
    width: 420px;
}
.foot .con-cen{
    width: 500px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    padding-left: 30px;
    margin-right: 30px;
}
.foot .con-r{
    text-align: center;
}
.main_con{
    padding-top: 50px;
}
.sides_l{
    width: 200px;
    background: #f9f7f7;
}
.sides_l li.type{
    background: #009bff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.sides_l li.s{
    padding: 16px 10px 0 10px;
}
.sides_l li.s a.on{
    background: #ccc;
    color: #009bff;
}
.sides_l li.s a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.sides_l li.s p{
    padding-bottom: 10px;
    border-bottom:2px solid #fff ;
}
.pos{
    border-bottom: 2px solid #009bff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.content-r{
    width: 970px;
    margin-left: 30px;
}
.con-detail{
    color: #666;
    line-height: 25px;
    min-height: 600px;
    padding-bottom: 40px;
}
.con-detail img{
    max-width: 100%;
}
.news_list li.lis{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
.news_list li.lis a.t{
    width: 78%;
    text-indent: 15px;
    position: relative;
}
.news_list li.lis a.t:after{
    content: 'â—';
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: 0;
}
.news_list li.lis .date{
    width: 20%;
    text-align: right;
}
.fenye {
    text-align: center;
    padding: 30px 0;
}
.fenye li{
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 13px;
    margin: 0 3px;
}
.fenye li a.sel{
    font-weight: bold;
    color: #2076da;
}
.con-detail .lg-title{
    font-size: 20px;
    text-align: center;
    color: #000;
}
.phone-hide .swiper-slide a{
    height: 470px;
    display: block;
    width: 100%;
}
.swiper-container1{
    display: none !important;
}
@media screen and (max-width: 1600px) {
   .phone-hide .swiper-slide a img{
       height: 392px;
   }
}
@media screen and (max-width: 1440px) {
    .phone-hide .swiper-slide a img{
        height: 353px;
    }
}
@media screen and (max-width: 1400px) {
    .phone-hide .swiper-slide a img{
        height: 343px;
    }
}
@media screen and (max-width: 1366px) {
    .phone-hide .swiper-slide a img{
        height: 335px;
    }
}
@media screen and (max-width: 1360px) {
    .phone-hide .swiper-slide a img{
        height: 333px;
    }
}
@media screen and (max-width: 1280px) {
    .phone-hide .swiper-slide a img{
        height: 314px;
    }
}</pre></body></html>