*{margin: 0;padding: 0;}
ul, li {
    list-style: none;
    padding-inline-start: 0;
}
a {
    text-decoration: none;
    color: #333;
    font-family: Microsoft YaHei
}
a:hover {
    text-decoration: none;
    color: #23527c;
   font-family: Microsoft YaHei
}
body{
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
}
.header{
	width: 1300px;
	height: 120px;
	margin: 0 auto;
}
.header_left{
	width: 35%;
	height: 120px;
	float: left;

}
.header_right{
	width: 65%;
	height: 120px;
	float: left;

}
.headerLogo{
	padding-top: 40px;
}

.rightSearch {
	width: 200px;
	height: 30px;
	margin-top: 20px;
	line-height: 30px;
	background: #fff;
	border-radius: 21px;
	margin-right: 0px;
	border: 1px solid #0e5ca2;
    margin-left:73%;

}
input, button, textarea, img {
    border: none;
    background: none;
    border-radius: 0;
	outline: none;

}
.rightSearch input {
    width: 160px;
    height: 30px;
    padding: 0 10px;
}
.rightSearch .sure {
    width: 32px;
    height: 30px;
    vertical-align: top;
    background: url(/r/cms/www/default/images/xqct/search.png) no-repeat center;
}
.header_nav{
	height: 67px;
	line-height: 67px;
}
.header_nav>div{
	float: left;
	margin-left: 70px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #005097;
	position: relative;
}
.navhover {
    border-bottom: 3px solid #005097;
	
}


.hoverpanel{
	width: 555px;
	padding: 10px 20px;
	background: rgba(255,255,255,.6);
	background-color: #ebf6fa;
	position: absolute;
	top: 70px;
	left: -45px;
	z-index: 999;
}
.hoverpanel2{
	left: -115px;
}
.hoverpanel3{
	left: -230px;
}
.hoverpanel4{
	left: -350px;
}
.hoverpanel5{
	left: -465px;
}
.hoverpanel>div{
	float: left;
	line-height: 30px;
}
.hoverpanel>div:first-child{
	width: 345px;
}
.hoverpanel>div>div{
	float: left;
	width: 150px;
	border-bottom: 1px dashed #ccc;
	margin-right: 20px;
	font-size: 16px;
	text-align: center;
	color: #333;
	font-weight: 100;
}
/* 主体 */
._body{
	width: 100%;
}
/*  侧边通知栏*/
.aside {
    position: fixed;
    top: 50%;
    right: -90px;
    height: auto;
    width: auto;
    transition: all .3s;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.aside.show {
    position: fixed;
    top: 50%;
    right: -10px;
    height: auto;
    width: auto;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.show {
    display: block !important;
}
.aside .asideBox {
    height: 100%;
    background: #ffffff;
    border-radius: 10px 0px 0px 10px;
    position: relative;
    padding: 20px;
}
.aside .asideBox .asideItem {
    width: auto;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.aside .asideBox .asideItem img {
    width: 50px;
}
.aside .asideBox .asideItem .text {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}
.aside .asideBox .arrow {
    position: absolute;
    top: 10px;
    left: -50px;
    width: 50px;
    height: 30px;
    background-size: auto 80%;
    background-color: #005097;
    background-position: 40% center;
    background-repeat: no-repeat;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    z-index: 999;
    transition: all .3s;
}
.aside .asideBox .arrow.right {
    background-image: url(/r/cms/www/default/images/xqct/round-right.png);
}
.aside .asideBox .arrow.left {
    background-image: url(/r/cms/www/default/images/xqct/round-left.png);
}
/* 侧边通知栏 */
/* banner图  */
.banner_img{
	width: 100%;
	overflow: hidden;
}
.banner-item img{
	width: 100%;
}
/* 新闻中心 */
.xwzx{
	width: 1200px;
	margin: 0 auto;
}
.xwzx_bt,.cgzs_bt,.ywbk_bt{
	width: 100%;
	height: 160px;
	padding: 30px 0;
	text-align: center;
	color: #000;
	font-family: "黑体";
	font-size: 26px;
	font-weight: bold;
	box-sizing: border-box;
}
.cgzs_bt a{
	width: 100%;
	height: 160px;
	padding: 30px 0;
	text-align: center;
	color: #000;
	font-family: "黑体";
	font-size: 30px;
	font-weight: bold;
	box-sizing: border-box;
       text-decoration: none;
}
.xwzx_bt>p,.cgzs_bt>p,.ywbk_bt>p{
	margin-bottom: 15px;
}
.xwzx_bt>p:last-child,.cgzs_bt>p:last-child,.ywbk_bt>p:last-child{
	font-size: 30px;
}
.xwzx_con{
	width: 100%;
	height: 430px;
}
.xwzx_con>div{
	width: 50%;
	height: 100%;
	float: left;
	box-sizing: border-box;
}
.xwzx_con_l .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xwzx_l_tab{
	height: 50px;
}
.xwzx_l_tab>div{
    float: left;
    margin-right: 40px;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
}
.xwzx_l_tab>div.active{
	border-bottom: 2px solid #005097;
        color:#005097
}
.xwzx_con_l .banner-item img{
	width: 100%;
	height: 100%;
}
.xwzx_con_l .banner-item .title {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    box-sizing: border-box;
    padding: 10px 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwzx_con_r{
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 42px ;
} 
.xwzx_con_r .info {
    width: 100%;
}
.clearfix {
    zoom: 1;
}
.xwzx-tablist{
	height: 50px;
}
.xwzx-tablist>li {
    float: left;
    margin-right: 40px;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
	height: 40px;
}
.xwzx-tablist>li.active{
	border-bottom: 2px solid #005097;
}
.xwzx-tablist>li.active a {
    color: #005097;
}

.xwzx_con_r .info .info-main {
    margin-top: 20px;
}
.xwzx_con_r .info .info-main>li{
    margin-bottom: 30px;
	position: relative;
}
.xwzx_con_r .info .info-main>li>a{
    display: inline-block;
width: 100%;
}
.xwzx_con_r .info .info-main>li .jia{
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #a2a2a2;
	color: #fff;
	font-size: 22px;
	text-align: center;
	position: absolute;
	top: 2px;
	right: 0;
}
.xwzx_time{
	width: 20%;
	float: left;
}
.xwzx_time_day,.xwzx_time_month{
	width: 90px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #888;
	box-sizing: border-box;
}
.xwzx_time_day{
	font-size: 22px;
	background-color: #f6f6f6;
}
.xwzx_time_month{
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
}
.xwzx_txt{
	float: left;
	width: 78%;
display:inline-block;
}
.xwzx_txt_title{
	height: 40px;
	color: #000;
	font-size: 18px;

}
.xwzx_txt_ms{
	height: 60px;
	color: #888;
	font-size: 14px;

}
.xwzx_con_r .info .info-main>li:hover .xwzx_time_day {
    color: #fff;
    background-color: #005097;
}
.xwzx_con_r .info .info-main>li:hover .xwzx_time_month,
.xwzx_con_r .info .info-main>li:hover .xwzx_txt_title{
    color: #005097;
}
.xwzx_con_r .info .info-main>li:hover .jia{
	background-color: #005097;
}
/* 新闻中心 */
/* 营业板块 */
.ywbk{
	width: 100%;
    margin-top: 80px;
}
.ywbk_bt{
	width: 100%;
	height: 260px;
	padding-top: 20px;
	background: url(/r/cms/www/default/images/xqct/bjyy.png) no-repeat;
	background-size: cover;
}
.ywbk_nr{
	width: 100%;
	background: #eceaea;
	margin-top: -30px;
}
.ywbk_con{
	width: 1400px;
	margin: 0 auto;
	height: 500px;
}
.ywbk_con_swiper{
	width: 100%;
	height: 450px;
	margin-top: -70px;
	overflow: hidden;
}
.swiper_item{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.swiper_item img{
	width: 100%;
	height: 100%;
}
.swiper_item_bt a{
	width: 20px;
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 15%;
	left: 5%;
}
.swiper_item_rxt {
        width:30%;
	font-size: 18px;
	line-height:50px;
	color: #fff;
	position: absolute;
	top: 15%;
	right: 15%;
}
.swiper_item_rxt a{
	color: #fff;
	line-height:50px;
       display:inline-block;

}

.ywbk_ckxq>a div{
	width:200px ;
	line-height: 60px;
	background: #0E5CA2;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

/* 营业板块 */
/* 效果展示 */
.cgzs{
	width: 100%;
	background: #eceaea;
	padding-top: 40px;
}

.cgzs_con{
width: 100%;
	height: 810px;
display:box;
box-pack:center;
box-align:center;
}
.cgzs_con img{width:100%; height:100%;}
.cgzs_txt{
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 30px;
}
.cgzs_l{
	float: left;
	width: 35%;
	height: 810px;
	overflow: hidden;
	position: relative;
}
.cgzs_l:hover,.cgzs_r>div>div:hover{
	z-index: 99;
}
.cgzs_l:hover img,.cgzs_r>div>div:hover img{
	transform: scale(1.1);
	transition: all .3s linear;
}

    
.cgzs_r{
	float: left;
	width: 65%;
	height: 100%;
}
.cgzs_r>div{
	width: 100%;
	height: 50%;
}
.cgzs_r>div>div{
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.cgzs_r>div>div>img{
	width: 100%;
	height: 100%;
}
.cgzs_r_top_l,.cgzs_r_bottom_r{
	width: 58%;
}
.cgzs_r_top_r,.cgzs_r_bottom_l{
	width: 42%;
}
/* 效果展示 */
/* 友情链接 */
.yqlj {
    width: 100%;
	height: 50px;
    margin:0 auto;
	background-color:#efefef;
}
.yqlj-bt {
    width: 10%;
    float: left;
    color: rgb(41, 41, 41);
    font-size: 18px;
    font-family: 微软雅黑;
    margin-top: 15px;
}
.mk7 {
    float: left;
    width: 240px;
    height: 27px;
    margin-top: 12px;
}
.mk71 {
    float: left;
    width: 240px;
    height: 27px;
    margin-top: 12px;
    margin-left: 34px;
}
.yqljselect {
	width: 240px;
	height: 26px;
	line-height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: solid 1px #999;
	border-radius: 3px;
}
/* 底 */
.footer{
	width: 100%;
	margin: 0 auto;
}
.footer_top{
	width: 100%;
	height: 135px;
	background: #005097;
}
.footer_topnr{
	width: 1200px;
	margin: 0 auto;
	
}
.footer_topnr>div{
	float: left;
	margin: 20px 0;
}
.footer_topnr_l{
	width: 25%;
	padding-left: 30px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.footer_topnr_c{
	width: 70%;
	font-size: 14px;
	color: #fff;
}
.footer_topnr_nav{
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
}
.footer_topnr_nav>div a{
	float: left;
	margin-left: 60px;
	position: relative;
	color: #fff;
}
.footer_topnr_nav>div a:after{
	content: "|";
	color: #fff;
	position: absolute;
	right: -30px;
	top: 0;
}
.footer_topnr_nav>div:last-child:after{
	content: "";
}
.footer_topnr_txt{
	margin: 30px 0 0 70px;
}
.footer_topnr_txt>div{
	margin-top: 10px;
}
.footer_topnr_r{
	width: 25%;
	padding-left: 20px;
	height: 90px;
	box-sizing: border-box;
}
.footer_topnr_r>div{
	width: 50%;
	float: left;
	text-align: center;
	color: #fff;
}
.footer_bottom{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #0E5CA2;
	font-size: 12px;
	color: #ccc;
}
.footer_bottomnr{
	width: 1200px;
	margin:0 auto;
	text-align:center;
}

/* banner图   */

/*banner配景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:650px;
	position: relative;
        overflow:hidden;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 5s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: rgba(0,0,0,0.2); */
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(/r/cms/www/default/images/xqct/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(/r/cms/www/default/images/xqct/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(/r/cms/www/default/images/xqct/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(/r/cms/www/default/image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background: #f5f5f5;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(/r/cms/www/default/image/3.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
/* banner图 */

/* 二级 */
.jtgk-banner{
  width:100%;
  height:440px;
   background: url(/r/cms/www/default/images/xqct/jtgk-banner.jpg) no-repeat; background-position: center; 
background-size:100% 100%}
.news-banner{width: 100%;
	height: 440px;
	background: url(/r/cms/www/default/images/xqct/news-banner.jpg) no-repeat; background-position: center;
background-size:100% 100%}
.ddjs-banner{width: 100%;
	height: 440px;
	background: url(/r/cms/www/default/images/xqct/ddjs-banner.jpg) no-repeat; background-position: center;
background-size:100% 100%}
.qywh-banner{width: 100%;
	height: 440px;
	background: url(/r/cms/www/default/images/xqct/qywh-banner.jpg) no-repeat; background-position: center;
background-size:100% 100%}
.swgk-banner{width: 100%;
	height: 440px;
	background: url(/r/cms/www/default/images/xqct/swgk-banner.jpg) no-repeat; background-position: center;
background-size:100% 100%}
.ywbk-banner{width: 100%;
	height: 440px;
	background: url(/r/cms/www/default/images/xqct/ywbk-banner.jpg) no-repeat; background-position: center;
background-size:100% 100%}
.cgzs-banner{width: 100%;
	height: 440px;
	background: url(/r/cms/www/default/images/xqct/cgzs-banner.jpg) no-repeat; background-position: center;
background-size:100% 100%}
.search-banner{width: 100%;
	height: 440px;
	background: url(/r/cms/www/default/images/xqct/search-banner.jpg) no-repeat; background-position: center;
background-size:100% 100%}
.main_container{width:100%; height:auto; min-height:600px}
.content{width:1200px; height:auto; margin:auto;  line-height:30px; font-size:16px; color:#333;}
.nav{width:100%; margin-top:30px; }
.nav a{
	background-color: #1659a2 !important;
}
.menu{width:270px; height:60px; float:left; line-height:60px; background: #ebebeb; margin-left:20px; display: table-cell;
vertical-align: middle;position: relative;}

.menu:hover{
color:#fff;
background:#1659a2;
}
.menuattr{
background:#1659a2;
color:#fff;
}
.menu>img{
     position: absolute;
    right: 35px;
    top: 25px;
}
._ej_nr{
width: 100%;
margin:60px auto;

 }
    ._ej_control {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 100%;
margin-bottom: 20px;
    }

    ._ej_control>div {
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #f4f4f4;*/
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    ._ej_control ._btn {
        border: 1px solid #015197;
        margin-left: 5px;
        padding: 2px 5px;
        cursor: pointer;
        user-select: none;
        transition: all .3s;
    }

    ._ej_control ._btn:active {
        transform: scale(.95);
    }

    ._ej_control ._tostart {
        margin-left: 10px !important;
    }

    ._ej_control ._toend {
        margin-right: 10px !important;
    }

    ._ej_control select {
        padding: 2px 5px;
        margin: 0 3px;
        height: 26px;
    }
  ._ej_xxlist>div {
        border-bottom: 1px dashed rgb(233, 218, 213);
        height: 104px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    ._ej_xxlist {
        margin-top:20px;
        margin-bottom: 50px;
width:97%;
margin-left:20px;
    }

    ._ej_time>div:nth-child(2) {
        font-size: 16px;
        margin-top: 2px;
    }

    ._ej_time>div:nth-child(1) {
        font-size: 30px;
        font-weight: 600;
    }

    ._ej_time {
        width: 80px;
        height: 80px;

        color: #1659a2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-right: 30px;
         float:left;
padding-top:20px;
    }

    ._ej_content {
        flex: 1;
        display: flex;
        flex-flow: column;
width:89%;
padding-top:20px;
height:80px;
    }

    ._ej_content>div:nth-child(2) {
        font-size: 15px;
        color: #7d7d7d;
        margin-top: 5px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    ._ej_content>div:nth-child(1) {
        font-size: 18px;
    }

    span.sp_str2 {
        font-size: .8em;
    }  
    .right_con_str {
        flex: 1;
    }
    .right_con>div {
        display: flex;
        align-items: center;
    } 
._ej_line{border-bottom:dashed 1px #ccc; width:98%; display:inline-block; height:100px;}
._ej_line:hover{background-color:#fff; box-shadow: 5px 5px 5px #ccc; width:98%; }

.c_nav_title {
	width: 1200px;
	height: 60px;
	line-height: 60px;
	color: rgb(37, 120, 198);
	font-size: 15px;
	text-indent: 5px;
      float:left;
}

.c_nav_title img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -4px;
}

.c_nav_title ul li {
	float: left;
}
.c_nav_title ul li  a{
color: rgb(22, 89, 162);
text-decoration: none;
}

.fontTitle {
			width: 100%;
			text-align: center;
			font-size: 24px;
			color: #000;
			line-height: 50px
		}

.fontTitle1 {
			width: 100%;
			text-align: center;
			font-size: 24px;
			color: #000;
			line-height: 80px
		}

.remark {
			width: 100%;
			text-align: center;
			font-size: 16px;
			color: #999;
			line-height: 50px;
			border-bottom: 1px dashed #ccc;
			margin-top: 20px
		}
.remark-cgzs {
			width: 100%;
			text-align: center;
			font-size: 16px;
			color: #999;
			line-height: 50px;
			margin-top: 20px
		}
.articleContent {
			margin: 40px auto;
font-size: 18px;
			color: #000;
			line-height: 35px;
width: 95%;
		}
		
		.page-link {
			width: 100%;
			height: 50px;
			padding: 20px 10px 50px;
			box-sizing: border-box;
			border-top: 1px solid #ccc
		}
		
		.prev {
			float: left
		}
		
		.next {
			float: right
		}
		
		.prev i {
			width: 20px;
			height: 20px;
			display: inline-block;
			float: left;
			background:url(/r/cms/www/default/css/${res}/images/tsgl/content_tubiao.png) -66px -11px no-repeat;
			margin-right: 6px;
		}
		
		.next i {
			width: 20px;
			height: 20px;
			display: inline-block;
			float: right;
			background:url(/r/cms/www/default/css/${res}/images/tsgl/content_tubiao.png) -66px -42px no-repeat;
			margin-left: 6px;
		}



._wc{
height:750px}
		._wc>div {
			width: 320px;
			float: left;
			height: 320px;
			position: relative;
cursor:pointer;
		}
		._wc>div:nth-child(2),._wc>div:nth-child(5),._wc>div:nth-child(8){margin: 0 84.5px}
		._wc>div img {
			width:100%;
			height: 100%;
		}
		
		._wc ._time {
			width: 100px;
			height: 27px;
			top: 10px;
			left: 0;
			color: #999;
			line-height: 27px;
		}
	
		
		._wc ._title{
			line-height: 25px;
			font-size: 16px;
		}
		._wc ._title a{
text-decoration: none;
		}
._wc_img{width:300px; height:180px;overflow: hidden;}

._wc_img:hover img{
	transform: scale(1.1);
	transition: all .3s linear;
}

.wmore/*审查更多*/{ display:block; width:120px; height:30px; line-height:30px; border-radius:25px; font-size:14px; text-align:center; color:#333; border:1px solid #DDDDDD;transition:all 0.5s ease 0s; margin:20px auto; float:left;}
.wmore:hover{ background:#1659a2; }
.wmore:hover a{ color:#fff;}



.rg_list {
	margin: 80px 40px 0 40px;

}
.rg_list1 {
	margin: 20px 40px 0 40px;
display:inline-block;
}

._con_img{
width: 250px;
height: 160px;
float: left;
margin-left:10px;
			}
			._con_img>img{
				width:250px;
				height: 160px;
			}
			._con_str{
				float: left;
				width: 76%;

				padding-left: 20px;
				line-height: 35px;
                               font-size:20px;
			}
			._con_str>a{
				text-decoration: none;
				color: #000;
			}
			._con_str2{
                                margin-top:20px;
				float: left;
				width: 870px;
				line-height: 40px;
                               font-size:15px;
			}

._ej_nr_line{width: 100%; height:180px; }
<!--耗时1753941109.4797秒-->