body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit;font-family: 'PingFangMedium','PingFangSC-Regular',"microsoft yahei";}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;margin-top:10px; margin-bottom:10px;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none;}
a,p,span,i,em{ text-decoration:none; color:inherit;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
*{box-sizing:border-box;color: #333;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}  
.auto{max-width: 1200px;margin:0 auto;width: 96%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.05,1.05);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #f3f3f3;overflow-x: hidden;}


.logo-content {
	color: #312c2a;
	font-size: 14px;
	margin-top: 40px;
	margin-left: 20px;
}

.logo-content ul li:nth-of-type(1) {
	font-size: 32px;
}

.logo-content ul li:nth-of-type(2) {
	font-size: 12px;
}

.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}


.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-v { -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-align-start{align-items: flex-start;}

.underline:hover{text-decoration: underline;}
.c-org{color: #ff6100!important;}
.bg-white{background: #fff;}


/* index */
.head{}
.hd-t{background: #f9fafc;}
.hd-logo{}
.hd-logo .img{height: 100px;width: auto;}

.hd-rig{}
.hd-sear .box{width: 240px;}
.hd-sear .ipt-txt{flex:1;padding:0 10px;font-size: 14px;color: #333;line-height: 30px;background: #edf2f3;}
.hd-sear .submit{width: 30px;height: 30px;background:url(../images/icon_01.png) no-repeat center #ff6100;background-size:16px;border:none;cursor: pointer;display: block;}
.hd-sear .submit:hover{background-color: #004098;}

.hd-user{margin-left: 20px;}
.hd-user .lk{font-size: 14px;color: #666666;display: inline-block;vertical-align: middle;background: url(../images/icon_02.png) no-repeat left center;background-size:24px;padding-left: 30px;line-height: 30px;}
.hd-user .lk:hover{background-image: url(../images/icon_02-1.png);color: #004098;}

.hd-b{background: #004098;}
.hd-nav{display: flex;}
.hd-nav li{display: inline-block;flex:1;position:relative;z-index:90;}
.hd-nav li>a{display: block;font-size: 16px;color: #fff;line-height: 50px;text-align: center;}
.hd-nav li.cur>a,.hd-nav li:hover>a{background: #ff6100;}
.hd-nav li::after{content:'';position:absolute;right: 0;top: 50%;width: 1px;height: 12px;background: #5babdb;margin-top: -6px;}
.hd-nav li:last-child::after{display: none;}

.hd-nav li:hover .drop{display: block;}
.hd-nav .drop{position:absolute;width: 100%;left: 0;background: #004098;display: none;}
.hd-nav .drop a{display: block;font-size: 15px;color: #fff;text-align: center;line-height: 50px;border-top:1px solid #023377;}
.hd-nav .drop a:hover,.hd-nav .drop a.this{background: #ff6100;}


.foot{text-align: center;padding:25px 0;background: #004098;}
.foot .smlogo{height: 50px;width: auto;display: block;margin:0 auto;}
.foot .txt{font-size: 14px;color: #fff;line-height: 30px;margin-top: 13px;}

.gotop{width: 40px;height: 40px;background: url(../images/gotop-1.png) no-repeat center #ff6100;background-size:22px;border-radius:4px;position:fixed;right: 3%;bottom: 5%;display: none;}


.idx-ban .item{height: 450px;}
.idx-ban .box{max-width:990px;margin:0 auto;width: 90%;position:relative;padding:25px 80px 0;margin-top: -30px;}
.idx-ban .title{font-size: 44px;color: #c30d19;font-weight: bold;text-align: center;text-shadow:0 0 3px #fff;}
.idx-ban .info{text-align: center;padding:20px 45px;background: rgba(204,0,12,.9);margin-top: 15px;}
.idx-ban .txt{font-size: 16px;color: #fff;line-height: 24px;-webkit-line-clamp: 3;height: 72px;}
.idx-ban .box::after{content:'';position:absolute;width: 100%;left: 0;top: 0;height: 185px;background: rgba(255,255,255,.5);}
.idx-ban .box>div{position:relative;z-index:10;}

.idx-ban .swiper-pagination{font-size: 0;bottom: 30px!important;}
.idx-ban .swiper-pagination-bullet{width: 46px;height: 4px;background: #fff;opacity: 1;line-height: 40px;border-radius:0;}
.idx-ban .swiper-pagination-bullet-active{background: #ff6100;}

.idx-ban .swiper-button-next, .idx-ban .swiper-button-prev{width: 40px;height: 70px;margin-top: -35px;}
.idx-ban .swiper-button-prev{background: url(../images/prev.png) no-repeat center;background-size:contain;left: 0;}
.idx-ban .swiper-button-next{background: url(../images/next.png) no-repeat center;background-size:contain;right: 0;}




.main{padding:30px 0 30px;}

.idx-m{background: #fff;padding:12px 20px 15px;margin-bottom: 10px;}
.idx-tt{line-height: 40px;border-bottom:1px solid #efefef;margin-bottom: 15px;}
.idx-tt .bt{font-size: 18px;color: #333333;font-weight: bold;position:relative;padding-left: 13px;}
.idx-tt .bt::before{content:'';position:absolute;width: 4px;height: 18px;background: #004098;left: 0;top: 50%;margin-top: -9px;}
.idx-tt .more{display: inline-block;font-size: 14px;color: #333333;}
.idx-tt .more::after{content:'';display: inline-block;vertical-align: middle;width: 44px;height: 20px;background: url(../images/idx_02.png) no-repeat center;background-size:contain;margin-left: 5px;}
.idx-tt .more:hover{color: #004098;}
.idx-tt .more:hover::after{background-image: url(../images/idx_02-1.png);}



.idx-xw{width: 69.2%;}
.idx-xw .detail{padding-top: 5px;}
.idx-xw .slidebox{width: 380px;margin-right: 25px;}
.idx-xw .slidebox .item{position:relative;}
.idx-xw .slidebox .imgbox{padding-top: 71.05%;display: block;}
.idx-xw .slidebox .title{font-size: 14px;color: #fff;line-height: 40px;padding:0 80px 0 15px;background: rgba(0,0,0,.5);display: block;position:absolute;width: 100%;left: 0;bottom: 0;}

.idx-xw .swiper-pagination{width: auto!important;left:auto!important;right: 10px;}
.idx-xw .swiper-pagination-bullet{width: 8px;height: 8px;background: #f3f3f3;opacity: 1;line-height: 40px;}
.idx-xw .swiper-pagination-bullet-active{background: #ff6100;}



.idx-xw .box{}
.idx-xw .hot-box{margin-bottom: 15px;border-bottom:1px solid #efefef;padding-bottom: 10px;}
.idx-xw .hot-box .title{font-size: 18px;color: #333333;font-weight: bold;display: block;}
.idx-xw .hot-box .txt{font-size: 14px;color: #999999;line-height: 20px;-webkit-line-clamp: 2;height: 40px;margin-top: 10px;}
.idx-xw .hot-box .title:hover{color: #004098;}

.idx-xw .list{}
.idx-xw .list li{line-height: 30px;font-size: 0;}
.idx-xw .list .title{font-size: 14px;color: #333;width:80%;display: inline-block;vertical-align: middle;}
.idx-xw .list .date{color: #999999;float: right;font-size: 14px;}
.idx-xw .list li:hover .title{color: #004098;}



.idx-don{width: 30%;}
.idx-don .lk{display: flex;align-items: center;height: 70px;margin-bottom: 10px;padding-left: 36px;}

.idx-don .icon{width: 40px;margin-right: 15px;}
.idx-don .info{}
.idx-don .title{font-size: 16px;color: #fff;}
.idx-don .en{font-size: 14px;color: rgba(255,255,255,.7);margin-top: 5px;text-transform: uppercase;font-family: 'Arial';}

.idx-don .lk1{height: 90px;margin-bottom: 15px;position:relative;}
.idx-don .lk1::after{content:'';position:absolute;left: 50%;width: 0;height: 0;border-style: solid;border-width: 7px 7px 0 7px;border-color: #e02617 transparent transparent transparent;margin-left: -4px;bottom: -7px;}

.idx-don .lk:nth-child(1){background: #e02617;}
.idx-don .lk:nth-child(2){background: #1eb6c4;}
.idx-don .lk:nth-child(3){background: #004098;}
.idx-don .lk:nth-child(4){background: #ff6100;}
.idx-don .lk:last-child{margin-bottom: 0;}

.idx-don .lk:hover{background: #033983;}
.idx-don .lk1:hover::after{border-color: #033983 transparent transparent transparent;}


.idx-jz{width: 34.2%;}

.idx-jz .list li{display: flex;align-items: center;padding:12px 0;border-bottom:1px solid #efefef;}
.idx-jz .list .date{font-size: 16px;color: #999999;font-weight: bold;line-height: 18px;width: 40px;font-family: 'Arial';text-align: center;margin-right: 25px;}
.idx-jz .list .box{flex:1;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.idx-jz .list .title{font-size: 14px;color: #333333;display: inline-block;vertical-align: middle;max-width:90%;line-height: 30px;}
.idx-jz .list .sz{font-size: 12px;color: #999999;}
.idx-jz .list li:last-child{border:none;}
.idx-jz .list li:hover .date,.idx-jz .list li:hover .title,.idx-jz .list li:hover .sz{color: #004098;}

.idx-jz .scrollbox{height: 305px;overflow: hidden;}

.idx-gg{width: 34.2%;}
.idx-gg .list{}
.idx-gg .list li{line-height: 30px;font-size: 0;}
.idx-gg .list .title{font-size: 14px;color: #333;width:80%;display: inline-block;vertical-align: middle;}
.idx-gg .list .title::before{content:'';display: inline-block;vertical-align: middle;margin-right: 5px;width: 6px;height: 6px;background: #d6e1e7;border-radius:50%;margin-right: 10px;margin-top: -4px;}
.idx-gg .list .date{color: #999999;float: right;font-size: 14px;}
.idx-gg .list li:hover .title,.idx-gg .list li:hover .date{color: #004098;}
.idx-gg .list li:hover .title::before{background: #004098;}

.idx-xx{width: 30%;}
.idx-xx .list{}
.idx-xx .list li{font-size: 14px;color: #333333;line-height: 30px;}
.idx-xx .list li::before{content:'';display: inline-block;vertical-align: middle;margin-right: 8px;width: 9px;height: 9px;background:url(../images/idx_08.png) no-repeat center;background-size:contain;margin-top: -1px;}
.idx-xx .list li:hover{color: #004098;}
.idx-xx .list li:hover::before{background-image:url(../images/idx_08-1.png);}

.idx-flks{}
.idx-flks .lks{margin-left: -20px;}
.idx-flks .lks a{display: inline-block;vertical-align: middle;font-size: 14px;color: #999999;margin-left: 20px;line-height: 24px;}
.idx-flks .lks a:hover{color: #004098;text-decoration: underline;}

/* list */
.inner-ban{height: 270px;}

.main-l{width: 210px;margin-right: 20px;margin-top: -131px;min-height:700px;}

.side-titbox{background: url(../images/img_01.png) no-repeat center;background-size:cover;padding:23px 20px;height: 100px;}
.side-titbox .bt{font-size: 24px;color: #fff;font-weight: bold;}
.side-titbox .en{font-size: 14px;color: #fff;margin-top: 5px;}

.side-menu{}
.side-menu li{border-bottom:1px solid #efefef;}
.side-menu li>a{display: block;font-size: 16px;color: #333333;line-height: 50px;padding:0 25px;}
.side-menu li.this>a,.side-menu li:hover>a{color: #fff;background: #ff6100;}

.crumb{font-size: 12px;color: #333333;line-height: 55px;border-bottom:1px solid #efefef;padding:0 25px;}
.crumb::before{content:'';display: inline-block;vertical-align: middle;background: url(../images/img_02.png) no-repeat center;background-size:contain;width: 16px;height: 16px;margin-right: 7px;margin-top: -2px;}
.crumb a:hover{color: #004098;}

.main-sec{padding:15px 25px 40px;}

.news-list li{line-height: 50px;border-bottom:1px solid #efefef;}
.news-list .title{font-size: 16px;color: #333333;width:80%;display: inline-block;vertical-align: middle;}
.news-list .title::before{content:'';display: inline-block;vertical-align: middle;margin-right: 5px;width: 6px;height: 6px;background: #d6e1e7;border-radius:50%;margin-right: 10px;margin-top: -4px;}
.news-list .date{color: #999999;float: right;font-size: 14px;}
.news-list li:hover .title{color: #004098;}
.news-list li:hover .title::before{background: #004098;}

.pagelist{display: flex;align-items: center;justify-content: space-between;font-size: 14px;color: #666666;margin-top: 30px;}
.pagelist a{border:1px solid #efefef;display: inline-block;vertical-align: middle;min-width:36px;padding:0 12px;line-height: 34px;margin-right: 8px;text-align: center;}
.pagelist a:hover{color: #fff;background: #004098;border-color:#004098;}
.pagelist .pages{display: flex;}

/* detail */
.det-sec{padding:15px 25px 40px;}
.det-sec .topbox{padding:30px 0;border-bottom:1px solid #efefef;text-align: center;}
.det-sec .title{font-size: 30px;color: #333333;font-weight: bold;}
.det-sec .sm{font-size: 14px;color: #999999;margin-top: 13px;}
.det-sec .sm span{padding:0 5px;}

.det-sec .editbox{font-size: 16px;color: #333333;line-height: 30px;padding:20px 0;}

.page-nav{}
.page-nav .item{display: block;width: 49%;margin-top: 2%;background: #fff;padding:30px 30px 30px 50px;}
.page-nav .bt{font-size: 18px;color: #333;}
.page-nav .title{font-size: 16px;color: #333;margin-top: 8px;}
.page-nav .wz{font-size: 14px;color: #999999;margin-top: 8px;}

.page-nav .item:hover{background: #004098;}
.page-nav .item:hover .bt{color: #fff;}
.page-nav .item:hover .title{color: #fff;}
.page-nav .item:hover .wz{color: #fff;}

@media screen and (min-width:320px) and (max-width:1200px){
    .auto{width: 96%;}
	
	
	
	
}

@media screen and (min-width:992px) and (max-width:1240px){
	
	/* index */
	.idx-ban .item{height: 380px;}
	
	
	
	
	
}

@media screen and (min-width:768px) and (max-width:991px){	
	
	.sj-menu{position:absolute;right: 3%;top: 50%;width: 32px;height: 32px;background: url(../images/menu.png) no-repeat center;background-size:contain;margin-top: -16px;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:contain;}
	
	.head{position:fixed;width: 100%;left: 0;top: 0;z-index:100;height: 70px;background: #fff;padding:0;border-bottom:1px solid #efefef;}
	.head+div{margin-top: 70px;}
	
	.hd-logo .img{height: 70px;}
	
	.hd-rig{margin-right: 60px;}
	
	.hd-nav{margin: 0;position:fixed;width: 100%;left: 0;background: #fff;top: 70px;bottom: 0;overflow-y: scroll!important;display: none;padding-right: 0;z-index:100;}
	.hd-nav .auto{width: 100%;}
	.hd-nav ul{display: block;}
	.hd-nav li{margin-right: 0;display: block;border:none;padding: 0!important;margin-left: 0;}
	.hd-nav li>a{color: #333;line-height: 60px;padding:0 30px;display: block;position:relative;font-size: 17px;border-bottom:1px solid #efefef;text-align: left;}
	.hd-nav li:hover>a,.hd-nav li.cur>a{color: #fff;}
	.hd-nav li::after{display: none;}
	
	.hd-nav li:hover .drop{display: none;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color: #ff6100;background: #fff;}
	
	.hd-nav .arrow{width: 60px;height: 60px;background: url(../images/arrow.png) no-repeat center;background-size:32px;position:absolute;right: 0;top: 0;}
	.hd-nav .arrow.this{background-image: url(../images/arrow-1.png);}
	
	.hd-nav .drop{position:static;margin: 0;background: #fff;padding:0 30px;}
	.hd-nav .drop a{color: #333;padding:0 20px;border:none;border-bottom:1px solid #e5e5e5;text-align: left;padding:0 30px;}
	
	
	
	.inner-ban{height: 200px;}
	
	.main-l{margin: 0 0 15px;width: 100%;min-height:auto;}
	.main-r{flex:auto;}
	
	.side-titbox{display: none;}
	
	.side-menu{display: flex;flex-wrap: wrap;}
	.side-menu li>a{padding:0 20px;font-size: 15px;}
	
	
	.pagelist a{margin-right: 5px;}
	
	/* detail */
	.det-sec .topbox{padding:20px 0;}
	.det-sec .title{font-size: 22px;}
	
	.det-sec .editbox{font-size: 15px;line-height: 26px;}
	
	.page-nav .item{padding:20px 20px;}
	.page-nav .bt{font-size: 16px;}
	.page-nav .title{font-size: 15px;}
	.page-nav .wz{font-size: 13px;}
	
	
	
	/* index */
	.idx-ban .item{height: 300px;}
	.idx-ban .box{padding:20px 50px 0;}
	.idx-ban .title{font-size: 28px;}
	.idx-ban .info{padding:20px 25px;}
	.idx-ban .txt{font-size: 14px;line-height: 20px;height: 60px;}
	
	
	.idx-ban .swiper-pagination{bottom: 20px!important;}
	.idx-ban .swiper-pagination-bullet{width: 30px;height: 3px;}
	.idx-ban .swiper-button-next, .idx-ban .swiper-button-prev{width: 20px;height: 35px;margin-top: -17px;}
	
	.idx-xw{width: 100%;}
	
	.idx-don{width: 100%;display: flex;justify-content: space-between;}
	.idx-don .lk{height: 70px!important;width: 24%;padding-left: 15px;}
	.idx-don .lk1::after{display: none;}
	
	.idx-don .icon{width: 30px;}
	
	.idx-jz{width: 100%;}
	
	.idx-gg{width: 100%;}
	
	.idx-xx{width: 100%;}
	
	
	
}


@media screen and (min-width:320px) and (max-width:767px){	
	body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{font-family: 'PingFangSC-Regular',"microsoft yahei";}
	.auto{width: 94%;}
	
	.sj-menu{position:absolute;right: 3%;top: 50%;width: 30px;height: 30px;background: url(../images/menu.png) no-repeat center;background-size:26px;margin-top: -15px;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:28px;}
	
	.head{position:fixed;width: 100%;left: 0;top: 0;z-index:100;height: 50px;background: #fff;padding:0;border-bottom:1px solid #e5e5e5;}
	.head+div{margin-top: 50px;}
	.hd-t{background: #fff;}
	
	.hd-logo .img{height: 50px;}
	
	.hd-rig{margin-right: 40px;}
	.hd-sear{display: block;}
	.hd-sear .icon{    width: 24px;height: 24px; background: url(../images/search.png) no-repeat center; background-size: 22px;border: none;cursor: pointer;display: block;}
	.hd-sear .box{position:absolute;width: 100%;left: 0;top: 50px;padding:10px 15px;background: #fff;border-top:1px solid #efefef;display: none;}
	
	.hd-user{margin-left: 10px;}
	.hd-user .lk{font-size: 13px;background-size: 20px;padding-left: 25px;}
	
	.hd-nav{margin: 0;position:fixed;width: 100%;left: 0;background: #fff;top: 50px;bottom: 0;overflow-y: scroll!important;display: none;padding-right: 0;z-index:100;}
	.hd-nav .auto{width: 100%;}
	.hd-nav ul{display: block;}
	.hd-nav li{margin-right: 0;display: block;border:none;border-bottom:1px solid #efefef;padding: 0!important;margin-left: 0;}
	.hd-nav li>a{color: #333;line-height: 46px;padding:0 20px;display: block;position:relative;font-size: 15px;text-align: left;}
	.hd-nav li:hover>a,.hd-nav li.cur>a{color: #fff;}
	.hd-nav li::after{display: none;}
	
	.hd-nav li:hover .drop{display: none;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color: #ff6100;background: #fff;}
	
	.hd-nav .arrow{width: 46px;height: 46px;background: url(../images/arrow.png) no-repeat center;background-size:24px;position:absolute;right: 0;top: 0;}
	.hd-nav .arrow.this{background-image: url(../images/arrow-1.png);}
	
	.hd-nav .drop{position:static;margin: 0;background: #fff;padding:0 20px;}
	.hd-nav .drop a{color: #333;border:none;border-bottom:1px solid #efefef;text-align: left;padding:0 10px;line-height: 36px;font-size: 14px;}
	.hd-nav .drop a:last-child{border-bottom:none;}
	
		
	
	.inner-ban{height: 120px;}
	
	.main{padding:0 0;}
	.main .auto{width: 100%;}
	.main-l{margin: 0 0 8px;width: 100%;min-height:auto;}
	.main-r{flex:auto;}
	
	.side-titbox{display: none;}
	
	.side-menu{display: flex;flex-wrap: wrap;}
	.side-menu li{min-width:25%;}
	.side-menu li>a{padding:0 15px;font-size: 13px;line-height: 34px;text-align: center;}
	
	.crumb{padding:0 3%;line-height: 40px;}
	.crumb::before{margin-right: 3px;}
	
	.main-sec{padding:10px 3% 20px;}
	
	.news-list li{line-height: 24px;padding:8px 0;}
	.news-list .title{font-size: 14px;width: 100%;}
	.news-list .title::before{width: 5px;height: 5px;margin-right: 5px;}
	.news-list .date{float:none;font-size: 12px;display: block;text-align: right;}
	
	.pagelist{justify-content: center;margin-top: 20px;}
	.pagelist a{margin-right: 5px;display: none;padding:0 5px;min-width:28px;line-height: 28px;font-size: 13px;}
	.pagelist .pages{width: 100%;}
	.pagelist .pages a{display: block;}
	.pagelist .total{display: none;}
	
	.foot{padding:20px 0;}
	.foot .smlogo{height: 40px;}
	.foot .txt{font-size: 12px;line-height: 22px;margin-top: 10px;}
	.foot .txt span{display: block;}
	
	
	/* detail */
	.det-sec{padding:10px 3% 20px;}
	.det-sec .topbox{padding:15px 0;}
	.det-sec .title{font-size: 17px;}
	.det-sec .sm{font-size: 12px;}
	.det-sec .sm span{padding:0 3px;}
	
	.det-sec .editbox{font-size: 14px;line-height: 24px;}
	
	.page-nav{display: block;}
	.page-nav .item{padding:15px 15px;width: 100%;}
	.page-nav .bt{font-size: 15px;}
	.page-nav .title{font-size: 14px;}
	.page-nav .wz{font-size: 12px;}
	
	
	/* index */
	.idx-ban .item{height: 150px;}
	.idx-ban .box{padding:10px 10px 0;margin-top: -20px;}
	.idx-ban .title{font-size: 15px;line-height: 20px;}
	.idx-ban .info{padding:10px 10px;margin-top: 5px;}
	.idx-ban .txt{font-size: 12px;line-height: 18px;height: auto;-webkit-line-clamp: 2;}
	.idx-ban .box::after{height: 70px;}
	
	.idx-ban .swiper-pagination{bottom: 10px!important;}
	.idx-ban .swiper-pagination-bullet{width: 16px;height: 2px;}
	.idx-ban .swiper-button-next, .idx-ban .swiper-button-prev{display: none;}
	
	.idx-m{padding:10px 3% 10px;}
	
	.idx-tt {margin-bottom: 10px;}
	.idx-tt .bt{font-size: 17px;padding-left: 10px;}
	.idx-tt .bt::before{width: 3px;height: 14px;margin-top: -6px;}
	.idx-tt .more{font-size: 12px;}
	.idx-tt .more::after{width: 22px;height: 10px;display: none;}
	
	
	.idx-xw{width: 100%;}
	.idx-xw .slidebox{width: 100%;}
	
	.idx-xw .hot-box{margin-top: 15px;margin-bottom: 10px;}
	.idx-xw .hot-box .title{font-size: 16px;}
	.idx-xw .hot-box .txt{-webkit-line-clamp: 3;height: auto;}
	
	.idx-xw .list .title{width: 85%;}
	.idx-xw .list .date{font-size: 12px;}
	
	
	.idx-don{width: 100%;}
	.idx-don .lk{height: 70px!important;padding-left: 25px;margin-bottom: 10px;}
	.idx-don .lk1::after{display: none;}
	.idx-don .title{font-size: 15px;}
	.idx-don .icon{width: 30px;}
	.idx-don .en{font-size: 12px;}
	
	.idx-jz{width: 100%;}
	.idx-jz .list .date{font-size: 13px;margin-right: 10px;}
	.idx-jz .list .title{max-width:70%;}
	
	.idx-jz .pc-list{display: none;}
	.idx-jz .sj-list{display: block;height: 240px;overflow: hidden;}
	
	.idx-gg{width: 100%;}
	.idx-gg .list .date{font-size: 12px;}
	
	
	.idx-xx{width: 100%;}
	
	.idx-flks .lks a{font-size: 13px;}
	
	
	.gotop{width: 26px;height: 26px;background-size:14px;right: 5px;bottom: 10px;}
	
	
	
	
}

