body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,a,p,textarea{
    margin: 0;
    padding: 0;
}

ul,ol,li{
    list-style: none;
}

a{
    text-decoration: none;
    display: inline-block; 
}

img{
    border: none;
}
.more{
	font-size: 18px;
	color:#969696;
	margin-top: 10px;
	font-weight: 500;
}
.more img{
	vertical-align: middle;
	margin-left: 5px;
}

/*清除浮动*/
.clearfloat:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfloat{
    zoom: 1;
}
input{
	outline:none;
}

body {
	font-size: 16px;
	box-sizing: border-box;
	font-family:"Microsoft YaHei";
}

a {
	color: #000;
}

.content {
	margin: 0 auto;
	min-width: 1225px;
}

.header {
	width: 100%;
    position: relative;
    /* background-image: url('../images/top-banner.png');
    background-size: 100% auto; */
	/* background-color: #0f6fc6; */
	height:130px; 
}
.heaer-navTop{
    position: absolute;
    width:1200px;
    margin:0 auto;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: right;
}
.heaer-navTop img{
    display: inline-block;
}
.bg {
	width: 100%;
}

.bg img {
	width: 100%;
}

.main { width:100%; min-width:1200px;max-width:2000px;margin:0px auto;}
.con { width:1200px; margin:0 auto;}
.blc10 {margin-bottom:10px;}
.blc20 {margin-bottom:20px;}
.mar30 { margin-right:30px;}
.clr { clear:both;}
.le { float:left;}
.ri { float:right;}
.left{ float: left; }
.right{ float: right; }

.w690{width:690px;}
.w470{width:470px;}
.mb70{
	margin-bottom:70px;
}

.navTop {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.navl {
	padding: 13px 0;
	/* margin-right: 20px; */
	display: flex;
}
.navl .city{
	display: block;
	width: 110px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: url("../images/cityNameBg.png") 0 0 no-repeat;
	background-size: 100% 100%;
	margin-left: 20px;
	font-size: 26px;
	color: #fff;
}
.navr {
	display: inline-block;
	position: relative;
	bottom: 15px; width:840px; float:right;
}

.navname {
	color: #fff;
	display: inline-block;
	padding: 0px 50px;
	position: relative;
}

.topic span {
	padding: 10px 0px;
}

.topic span:hover {
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

.so {
	display: inline-block;
	padding-left: 40px;
	position: absolute;
	right: -20px;
	bottom: 19px;
}

.soint {
	width: 140px;
	height: 35px;
	border-radius: 15px;
	border: 0;
	text-indent: 15px;
	font-size: 14px;
}

.sobtn {
	position: relative;
	top: 4px;
	right: 29px;
	cursor: pointer;
	z-index: 9;
}

.topic2 {
	padding: 12px 20px;
	text-align: center;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.main-inner {
	
}

/* .main img {
	width: 380px;
} */

.lunbo {
	padding-top: 20px;
}

.slideBox {
	width: 600px;
	height: 452px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: top;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-left: 6px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #0f6fc6;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd img {
	width: 600px;
	height: 452px;
	display: block;
}

.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.main-right {
	width: 380px;
	margin-top: 20px;
	display: inline-block;
}

.word {
	width: 560px;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
}
.word::before{
   content:"·";
   margin-right:5px;
}
.word-item {
	
}

.word-item p:first-child a {
	font-size: 32px;
	color: #000;
	padding-bottom: 2.5px;
	padding-top: 0px;
}
.word-item p:first-child .word:before {
	content:"";
}
.word-item p {
	padding-top: 3px;
}

.mainc {
	margin-top: 20px;
	padding-bottom: 20px;
}

.mainc-l {
	width: 380px;
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
}

.wordcc {
	margin-top: 20px;
	border-bottom: 1px solid #f7f7f7;
}

.wordcc a {
	float: right;
	position: relative;
	top: 5px;
}

.wordcl {
	margin-top: 20px;
	padding-bottom: 10px;
}

.wordcl a {
	float: right;
	position: relative;
	top: 5px;
}
.wordct{
	    border-bottom: 1px solid #f7f7f7;
}
.wordct  a {
	float: right;
	position: relative;
	top: 5px;
}

.lwords {
    font-size: 24px;
    color: #0f6fc6;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #0f6fc6;
}
.rwords {
	font-size: 16px;
	color: #0f6fc6;
	cursor: pointer;
	float: right;
}

.wtitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #000;
	padding: 3px 0 8px 0;
}

.wcontent {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #999999;
	text-indent: 2em;
	height: 40px;
	line-height: 20px;
}

.wcontent2 {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}

.wcontent3 {
	font-size: 14px;
	color: #999999;
	text-indent: 2em;
	line-height: 25px;
}

.listo li {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0;
}

.listo li:hover {
	cursor: pointer;
}

.listo li::before {
	content: "·";
	font-size: 20px;
}

.mainc-r {
	display: inline-block;
	width: 360px;
}
.maincthree{
	width:780px;
	height:294px;
	overflow: hidden;
}
.rw {
	height: 452px;
	width: 560px;
	display: inline-block;
	padding-left: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.limg {
	margin-right: 15px;
	width: 140px;
	display: inline-block;
	vertical-align: top;
}

.limg .yqztimg {
	width: 140px;
	height: 79px;
}

.lrw {
	padding-top: 20px;
}

.rwcontent {
	width: 220px;
	display: inline-block;
	height: 110px;
}
.rwcontent-two {
	width: 220px;
	display: inline-block;
	height: 81px;
}
.rwcontents {
	display: inline-block;
	height: 110px;
}

.sa {
	display: inline;
	color: #999999;
}

.rcontentTwo {
	height: 462px;
}

.mainthreet {
    padding: 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
}

.wordthreel {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	width: 726px;

}
.wordthreel span{
		padding-bottom: 10px;
    border-bottom: 3px solid #000
}
.inactive {
	font-size: 16px;
	padding-left: 15px;
}

.mainthreec {
	    margin-top: 10px;
}

.mainthreer {
	width: 360px;
	display: inline-block;
}

.mainthreel {
	width: 380px;
	display: inline-block;
	vertical-align: top;
	padding-right: 35px;
}
.mainthreel img{
	width:380px;
	height:214px;
}
.rthree {
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0;
}

.rthree:hover {
	cursor: pointer;
}

.rthreec {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	text-indent: 2em;
}

.lwordthree {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	width: 120px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;

}
.rcontentThree {
	height: 285px;
}

.rwordthree {
	font-size: 16px;
	color: #000;
    position: relative;
    top: 0px;
}

.rcontentFour {
	height: 305px;
}

.zazhi {
	width: 100% !important;
	height: 100%;
}

.showp {
	width: 106px;
	height: 126px;
	padding: 5px;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 8px;
}

.showp:nth-of-type(3n) {
	margin-right: 0;
}

.showz {
	padding-top: 20px;
}

.footer {
	width: 100%;
	background-color: #e8e8e8;
	padding-bottom: 20px;
}

.footl a {
	display: inline;
	font-size: 16px;
	color: #000;
}

.footl a span {
	padding-right: 18px;
}

.footl {
	width: 780px;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}

.copyright {
	padding: 8px 0;
}

.copyl {
	float: left;
}

.copyr {
	padding-left: 585px;
}

.footlink {
	padding: 10px 0;
	padding-top: 4px;
	padding-bottom: 39px;
}

.footlc {
	padding-right: 27px;
}

.proicon {
	padding: 40px 0;
}

.proicon  img {
	display: inline-block;
	margin-right: 88px;
}

.proicon img:nth-of-type(4) {
	margin-right: 0;
}

.footr {
	width: 365px;
	display: inline-block;
}

.foot-inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}

.orgt {
	font-weight: bold;
	display: inline-block;
	padding-right: 46px;
}

.orgi {
	display: inline-block;
	vertical-align: middle;
	width: 96px;
	height: 30px;
	margin-right: 46px;
}

.fric {
	display: inline-block;
	vertical-align: top;
}

.fric a {
	color: #000;
    padding: 0px 15px 0px 0;
    display: inline-block;
    width: 150px;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
}
.frit {
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-right: 46px;
	padding-top: 9px;
	margin-bottom:15px;
}

.frilink {
	padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.mzero {
	margin-right: 0;
}

.main-left {
	width: 780px;
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
}

.mainfour {
	margin-top: 10px;
	height: 306px;
	overflow: hidden;
}

.biao {
	font-size: 18px;
	color: #000;
	padding: 20px 0 0 0;
}

.act {
	margin-top: 50px;
	cursor: pointer;
}

.nav {
	position: relative;
	/* margin: 0 4px; */
	float: left;
}

.gssm {
	padding: 10px 0 20px 5px;
}

.navimg {
	width: 48px;
}

.nav .secnav {
	position: absolute;
	top: 48px;
	left: 0;
	background-color: #0f6fc6;
	display: none;
	z-index: 999;
}

.nav a {
	color: #fff;
}

.nav li {
	width: 80px;
	padding: 15px 11px;
	text-align: center;
}

.banner {
	margin-top: 20px;
}

.banner img {
	width: 100%
}

.rw-topic{
  margin:10px 0;
}
.rw-topic a{
	display: block;
}
.topic-left{
	width:238px;
	float: left;
}
.topic-left img{
  width:100%;
}
.topic-list{
	width:708px;
	text-align:center;
	margin:0 10px;
	box-sizing: border-box;
	float: left;
}
.topic-list img{
	width: 100%;
}
/* .topic-list .topic-first{
	font-size:32px;
	font-weight:bold;
	margin-bottom:15px;
}
.topic-list .topic-first a{
color: #df0a1c;
}
.topic-sub-list .topic-line:last-child{
	display:none;
}
*/
.topic-right{
	width:234px;
	float: right;
	/* background-color:#D03737;
	flex:1; */
} 
.topic-sub-list{
    color:#A1A1A1;
}
.topic-sub-list a{
	padding:0 12px;
	color:#A1A1A1;
}
.topic-right a{
	width:100%;
	/* height:100%;
	color:#fff;
	line-height:25px;
	display:flex;
	align-items:center;
	justify-content: center; */
}
.topic-right img{
	width:100%;
}
.txtScroll-left {
	width: 1000px;
	position: relative;
	display: inline-block;
}
.txtScroll-left .bd {
	padding: 15px 20px;
	width: 1000px;
	overflow: hidden;
	height: 20px;
}

.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txtScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: left;
	_display: inline;
	width: 980px;
	font-size:20px;
}
.txtScroll-left .bd ul li span {
	color: #999;
}
.newhot{
	width: 193px;
    font-size: 24px;
    color: #9E0C0F;
    font-weight: bold;
    display: inline-block;
    position: relative;
    bottom: 18px;
    left: 20px;
    		
}
.newhot img{
	width:25px;
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.newhotlist{
	background: #f7f7f7;
    height: 50px;
    overflow: hidden;
}
.lunbo-title{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 65px;
}
.lunbo-content{
	position: absolute;
    bottom: 0;
    left: 0;
    font-size:32px;
    color:#fff;
    height: 65px;
    line-height: 65px;
    padding: 0 15px;
}
.activity{
	padding-top:20px;
}
.activity img{
	width:100%;
}



.llpl { width:570px;height: 510px;margin-bottom: 65px;}
/* .news-right .llpl{ margin-bottom: 44px; } */
.llpl-title{
	width: 33.33%;
	float: left;
	font-size: 20px;
	color: #000;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.llpl-title a{
	color: #000;
}
.llpl-title.active{
	background-color: #405bb8;
	color:#fff !important;	
}
.llpl-title.active a{
	color:#fff !important;
}
.tab-list .llpl-title{
	width:100px;
}
.llpl-center{
	position: relative;
}
.ltmb-center{
	width:121px;
	position: absolute;
	left:0;
	top:0px;
	background-color: #ff2a39;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	z-index: 10;
	color: #fff;
	padding-left: 15px;
	border-radius: 0 0 30px 0;
}
.llpl-center .photo2 p{
	height: 48px;
	line-height: 48px;
}
.photo,.photo2{
	position: relative;
	overflow: hidden; 
	/* margin-bottom:20px; */
}
.photo-mb{ margin-bottom: 12px; }
.photo2 {
	/* display: flex; */
}
.photo2 img.pic{
	width: 280px;
	height: 210px;
}
.photo2-info{
	width: 280px;
	padding-left:24px;
	box-sizing: border-box;
}
.photo2-info h4 a{
	font-size: 20px;
	color:#000;
	line-height: 33px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.photo2-info>p{
	text-indent: 2rem;
	font-size: 18px;
	color:#646464;
	line-height: 38px;
	margin-top: 10px;
}
.photo img{
	width: 100%;
	height: 100%;
}

.photo2 img{
	width: 280px;
	height: 212px;
}

/* .photo2:hover img{
	transform:scale(1.03,1.03);
} */

.photo .shadow,.photo2 .shadow{
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0px;
	bottom: 0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #000;
}
.fw .shadow{
	height: 48px;
}
.gssj-list .shadow{
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0px;
	bottom: 0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #000;
}
/* .photo2 .shadow {
    height: 48px;
    background: url(https://ad.jxnews.com.cn/wp/2021/css/shadow2.png);
} */
.fw a {
    color: #fff;
}
#layout3{
	/* height: 110px; */
	margin-top:30px;
}

#layout3 .main1{
	float: left;
	width:1200px;
	margin: 10px 0px 40px 20px;
}

#layout3 .main1 h2{
	font-size: 36px;
	/* height: 50px;
	isolation: 50px; */
}
#layout3 .main1 h2 {
    text-align: center;
}
#layout3 .main1 h2 img{
	width: 70px;
	height: 70px;
	display: inline-block;
	vertical-align:middle;
	margin-right: 30px;
}
#layout3 .main1 h2 a{
	color: #0f6fc6;
	font-size:36px;
}

#layout3 .main1 p{
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #142f65;
	margin-top: 10px;
	text-align: center;
}

#layout3 .main1 p a{
	color: #414141;
	margin-right: 16px;
	font-size: 18px;
}

#layout3 .side{
	float: right;
	width: 246px;
	height: 110px;
	background: #f6f6f6;
}

#layout3 .side ul{
	padding: 13px 5px 13px 0px;
}

#layout3 .side li{
	float: left;
	margin-left: 15px;
	height: 28px;
	line-height: 28px;
}

.guide_img_le {width:100%;}
.guide_img_le li {width:380px; height:220px; position: relative;  margin-bottom: 19px; text-align: center; float:left;margin-right:30px}
.guide_img_le>li+li+li{margin-right:0}
.guide_img_le li a img {width:100%; height: 100%; margin: 0;padding: 0;object-fit: cover;}
.guide_img_le li a:hover img {width:378px; height: 218px; border:1px solid #268cd4;}

.lmtb { width:100%; background: url(../images/bg-line.png) top left no-repeat; padding-top: 10px; margin-bottom: 10px;
background-size:100% auto ;
}
.tab-list{  width:100%; margin-bottom: 10px; }
/* .lmtb .le {
	font-size: 24px;
	color: #0276da;
} */
.lmtb .lmtb-title{
	color: #000;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	margin-bottom:25px;
}

.bxzs_list { width:100%;font-size: 18px;color:#000;padding-top: 0px;}
.bxzs_list li { position: relative; }
.bxzs_list li a{display:block;font-size:18px; line-height: 56px;height: 56px;  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding-left: 20px;
border-bottom:1px dashed #dcdcdc;color:#656565; }
.bxzs_list li::before{
	content: '';
	position: absolute;left:0;top:22px;width:7px;height: 13px;
	background: url("../images/tip2.png") 0 0 no-repeat;
	background-size: 7px 13px;
}
/* .xczx-list{ height: 254px; } */
.qxdt_list li{ height: 40px;line-height: 40px; }
/* .llpl-center .bxzs_list li{ height: 39px;line-height: 38px;} */
.leader-list{ margin-bottom:10px;margin-top: 20px; }
.leader-list-item{
	float:left;width:178px;text-align: center;line-height: 25px;
}
.item-right{
	float: right;
}
.leader-list-item img{ width:100%;margin-bottom: 10px; }

.gssj-list{ margin:20px 0px 0px 0px; }
.gssj-list li{ box-sizing: border-box;float: left;width:25%;margin-bottom:20px;}
.gssj-list li a{ position: relative;display: block;margin:0 20px 0 0px; }
.gssj-list li img{ width: 100%;height: 157px; }
.gssj-list .gssj-item-title{ 
	position: absolute;bottom:0;left:0;right:0;padding:0 10px;
	height: 34px;line-height:34px; font-size: 18px;color: #fff;z-index:2;
	overflow:hidden; white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;
}
.gssj-list li.row-last-item a{ margin-right: 0; }
/*foc*/
#owl-demo{
	width: 100%;
	height: 516px;
}
#owl-demo .item{
	position: relative;
  display: block;
  height: 100%;
}
.owl-item img {
	width: 100%;
	height: 516px;
	display: block;
}
#owl-demo b,#owl-demo2 b,#owl-demo3 b,#owl-demo4 b{position:absolute;left:0;bottom:0;width:100%;height:60px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span,#owl-demo2 span,#owl-demo3 span,#owl-demo4 span{position:absolute;left:0;bottom:30px;width:100%;font-size:16px;color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:3px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-50px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}


.sp_list { width:470px;}
.sp_list li {font-size:18px; margin-bottom: 15px;  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; }
.sp_list li.small_tit {font-size:18px; font-weight:bold;}
a.ywli {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* .cd {
    float: right;
    width: 800px; margin-top:15px;
}
.cd li {
	color: #FFFFFF;
	float: left;
	width: 98px;
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 53px;
	font-weight: 500;
	text-align: center;
} */
.hidden{
	display: none !important;
}
/*头部栏目列表*/
.header-nav{
	width: 100%;
	background-color: #0f6fc6;
	height: 60px;
}
.header-nav-list{
	width:1200px;
	margin: 0 auto;
	font-size: 20px;
}
.header-nav-left{
	float: left;
	width:900px;
	font-size: 20px;
	color:#fff
}
.header-nav-left ul{
	margin-block-start:0;
	margin-block-end:0;
}
.header-nav-left ul,.header-nav-left ul li{
	float: left;
}
.header-nav-left ul li{
	line-height: 60px;
	padding-right:15px;
}
.header-nav-left ul li.dishi{
	padding:0 0px 0 15px;
}
.header-nav-left ul li a{
	color: #fff;
}
.header-nav-right{
	width:300px;
	float: right;
}
/* 主搜?*/
.mainsearch {
	width: 300px;
	float: right;
	color: #999;
	margin-top: 7px;
}
.searchtxt {float:left;width:207px;height:28px;font-size:14px;border:solid 1px #ddd;outline:none;line-height:30px; color:#999; text-indent:15px;
}
/*list*/

.blc20 { height:30px;}
.blc40 { height:40px;}
.con { width:1200px; margin:0 auto;}
.mbx { padding-left:10px; border-left:4px solid #405bb8; margin-bottom:28px; font-size:16px; }
.mbx span { margin:0 10px;}

.list { width:780px;}
.list ul { width:780px; border-top:1px solid #d5d5d5;}
.list ul a li { width:780px; border-bottom:1px solid #d5d5d5; padding:15px 0; }
.list ul a li h1 { font-size:18px; line-height:24px; margin-bottom:10px;font-weight: normal; }
.list ul a li p { display:block; font-size:12px; color:#7b7b7b;}
.list ul a:hover li { background:#f5f5f5;}

.cbl { width:340px;  position:relative;}

.ycyq li { width:322px; line-height:32px; background:url(../images/p_25.jpg) left center no-repeat; padding-left:18px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; font-size:16px;} 

.rx { width:100%; line-height:26px; background:#006cb6; color:#fff; text-align:center; padding:10px 0; }
.le{ float:left;}
.ri{float:right;}


/*news*/
.news-top-title{
	height: 50px;
	line-height:50px;
	color:#0f6fc6;
	font-weight:bold;
	font-size: 24px;
	background: url(../images/bg-line.png) 0 47px no-repeat;
	background-size: 100% 3px;
	margin-bottom: 10px;
}
.layout01 .report-list .news1 li {
	background-image: url(../images/tip1.png);
}
.news1 li {
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	padding-left: 30px;
	background-image: url(../images/tip2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.news1 li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news1_list_first a {
	font-size: 22px;
	line-height: 47px;
	color: #333;
	font-weight: bold;
}
.third-news-first {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}

.news-left{
	width:363px;
	float: left;
}
.news-center{
	width:690px;
	margin-left:10px;
	float: left;
}
.news-right{
	width:363px;
	float: right;
}
.new { width:780px; letter-spacing:0;}
.new h1 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.new h2 {font-size:16px; line-height:24px; margin-bottom:10px; color:#666; text-align:center;}
.new h3 {font-size:18px; line-height:30px; margin-bottom:20px; color:#666; text-align:center;}
.new .xbt { font-size:14px; margin-bottom:30px; border-bottom:1px dashed #d5d5d5; padding-bottom:20px; text-align:center; }
.new .xbt span { margin-right:30px;}
.new .n-m { width:100%; margin-bottom:30px;}
.new .n-m img { margin-bottom:25px;}
.new .n-m p { font-size:16px; line-height:32px; color:#323232; margin-bottom:10px;}
.sm { width:100%; }
.sm h4 { font-size:14px; color:#646464; line-height:24px; border-bottom:1px dashed #aaaaaa; padding-bottom:10px; margin-bottom:15px;}
.sm p { font-size:12px; color:#8c8c8c; margin-bottom:5px; line-height:20px;}
.bk {
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 36px;
	color: #666;
}
.mediab {
	BORDER-COLLAPSE: collapse;
}
.mediab TD {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.t1 a  {
	color: #666;
	text-align: left;
	text-indent: 15px;
}
.t1 {
	color: #333;
	font-size: 16px;
	padding-left: 20px;
}
.yzb,.clz,.yhf{
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
}
.yzb {
	background-color: #FF9900;
}
.clz {
	background-color: #06C;
}
.xw01 { width:100%; margin-bottom:15px; }
.xw01 img { margin-right:20px; width:120px; height:80px; object-fit: cover;}
.xw01 a:hover img { width:118px; height:78px; border:1px solid #2098c9;}
.xw01 h1 { font-size:18px; font-weight:bold; line-height:36px; width:200px; float:right;}
.foot{ height:35px; background-color:#e8e8e8; color:#000; text-align:center; padding-top:25px; margin-top:30px;}