@charset "UTF-8";
body {
   overflow-x: hidden;
    font-size: 14px;
    background: #f1f5f9;
}

.grid{
	background-color: #fff;
	padding: 17px 25px 12px;
	margin-bottom:17px;
}

i {
    background: url(../images/iconsc.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    transition: all .3s;
}

li:hover i {
    transform: rotateY(360deg);
}

li:hover li i {
    transform: none;
}
/* 所有模板通用结束 */


/* 首页开始 */
.banner img{
	width: 100%;
}

/* @keyframes mymove
{
	0%{
	
	   transform: translateY(0);
	   margin-top: 0;
	}
	25%{
	
	   transform: translateY(-25%);
	  
	}
	50%{
	   transform: translateY(-50%);
	}
	100%{
		transform: translateY(-100%);
		display: none;
	}
}
 */
.yx-index{}
.yx-index .top{
	padding: 10px 45px 5px;
	background: #f6f6f6 url(../images/sy_2.png) no-repeat;
}
.yx-index .top h3{
	color: #2e6baf;
	font-size: 30px;
	text-align: center;
	margin: 5px 0 10px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
}
.yx-index .top p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
}

.yx-index .top span {color: #ff6612;font-size: 14px;}
.yx-index .top li {
    float: left;
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}
.yx-index .top span i {
    font-family: "宋体";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -3px;
    margin-left: 3px;
}
.yx-index .p1,.yx-index .p2,.yx-index .p3{
	margin-bottom: 13px;
	background: #fff;
	padding: 20px 20px;
}

.yx-index .p2, .yx-index .p3 {
    padding-top: 0;
    padding-bottom: 10px;
}
.yx-index .p1 .focus,
.yx-index .p1 .focus .pic {
    position: relative;
    width: 100%;
    height: 307px;
}
.yx-index .p1 .col-md-6:nth-child(1){
	width: 54%;
	border-radius: 0;
	padding-right: 10px;
}

.focus .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: hsl(0deg 0% 100% / 60%);
    border-radius: 5px;
    margin: 0 3px;
    border: 0;
    opacity: 1!important;
}

.focus .swiper-pagination-bullet-active {
    background: #fb932d;
    width: 20px;
}
.yx-index .p1 .col-md-6:nth-child(2){
	width: 46%;
	overflow: hidden;
	padding-left: 10px;
	height: auto;
}

.yx-index .p1 .list-t {
    padding-top: 8px;
    margin-bottom: 0;
}



.yx-index .p1 .list-t li {
    padding-left: 15px;
    line-height: 38px;
}

.yx-index .p1 li:before {
}
.yx-index .p1 .pane {
    margin-top: 10px;
}
.tab a{
	min-width: auto;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	display: inline-block;
	font-size: 18px;
	color: #666666;
	padding: 0 7px;
}

.tab a+a {
    margin-left: 0;
}


.tab {
    margin-bottom: -10px;
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid #f6f6f6;
}

 .tab a.current {
    color: #527eb1;
    background: #2d66a5;
    color: #fff;
    font-weight: bold;
}
.yx-index .p2 .tab-pane{
	margin-top:20px;
	padding-left: 20px;
	position: relative;
}
.yx-index .p2 .tab-pane:before,.yx-index .p3 .col-md-4 .tab-pane:before {
    position: absolute;
    content: '';
    height: 95%;
    width: 1px;
    background: #dddddd;
    left: -5px;
    top: 1px;
}

.yx-index .p3 .col-md-4 .tab-pane:before {
    left: 7px;
    bottom: 9px;
}

.yx-index .p4 .col-md-4 .tab-pane:before {
    height: 92%;
}
.yx-index .p2 .tab {
    margin-bottom: 0px;
}

.yx-index .pane {
    overflow: hidden;
}

.yx-index .p2 .fl {
    width: 70%;
    margin-right: 3%;
}

.yx-index .p2 .fl .hd {
    text-align: center;
}

.yx-index .p2 .fl .hd li {
    width: 16px;
    height: 5px;
    background: #e4e4e4;
    border-radius: 2px;
    display: inline-block;
}

.yx-index .p2 .fl .hd {
    margin-top: -5px;
    margin-bottom: 5px;
}

.yx-index .p2 .fl .hd li.on {
    background: #387fcd;
}

.yx-index h3.title {
    font-size: 20px;
    height: 28px;
    font-weight: bold;
    background: url(../images/sy_18.png) no-repeat;
}

.yx-index h3.title a {
    color: #4372b0;
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
}

.yx-index h3.title a span {
    display: inline-block;
    margin: 6px 0 0 6px;
    vertical-align: middle;
}
.yx-index .p2 ul.ul1{
	margin: 6px 0px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.yx-index .p2 ul.ul1:after {
    display: none;
}
.yx-index .p2 .ul1 li {
    width: 23%;
    float: left;
    text-align: center;
    padding: 6px 0px  2px;
    border: 1px solid #eaeff6;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 3%;
    transition: all .3s;
}
.yx-index .p2 .ul1 li:nth-child(9),
.yx-index .p2 .ul1 li:nth-child(10){
	width: 48.7%;
}

.yx-index .p2 .ul1 li:nth-child(9) i, .yx-index .p2 .ul1 li:nth-child(10) i {
    display: inline-block;
}
.yx-index .p2 .ul1 li:hover {
    background: url(../images/sy_19.png) no-repeat;
    background-size: 100% 100%;
}

.yx-index .p2 .ul1 li:hover a {
    color: #fff;
    font-weight: bold;
}

.yx-index .p2 .ul1 li a {
    color: #2d66a5;
}
.yx-index .p2 .ul1 li i{
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}

.yx-index .p2 .ul1 li:hover i {
    transform: none;
}
.yx-index .p2 .ul1 li i.s1 {
    background-position: -374px -396px;
}

.yx-index .p2 .ul1 li i.s2 {
    background-position: -462px -396px;
}

.yx-index .p2 .ul1 li i.s3 {
    background-position: -549px -396px;
}

.yx-index .p2 .ul1 li i.s4 {
    background-position: -637px -396px;
}

.yx-index .p2 .ul1 li i.s5 {
    background-position: -374px -479px;
}

.yx-index .p2 .ul1 li i.s6 {
    background-position: -462px -479px;
}

.yx-index .p2 .ul1 li i.s7 {
    background-position: -549px -479px;
}

.yx-index .p2 .ul1 li i.s8 {
    background-position:  -637px -479px;
}

.yx-index .p2 .ul1 li i.s9{
    background-position: -388px -566px;
}

.yx-index .p2 .ul1 li i.s10 {
    background-position: -560px -567px;
}
.yx-index .p2 .ul1 li:hover i.s1 {
    background-position: -48px -396px;
}

.yx-index .p2 .ul1 li:hover i.s2 {
    background-position: -136px -396px;
}

.yx-index .p2 .ul1 li:hover i.s3 {
    background-position: -224px -396px;
}

.yx-index .p2 .ul1 li:hover i.s4 {
    background-position: -312px -396px;
}

.yx-index .p2 .ul1 li:hover i.s5 {
    background-position: -48px -479px;
}

.yx-index .p2 .ul1 li:hover i.s6 {
    background-position: -136px -479px;
}

.yx-index .p2 .ul1 li:hover i.s7 {
    background-position: -224px -479px;
}

.yx-index .p2 .ul1 li:hover i.s8 {
    background-position: -312px -4796px;
}

.yx-index .p2 .ul1 li:hover i.s9{
    background-position: -62px -566px;
}

.yx-index .p2 .ul1 li:hover i.s10 {
    background-position: -236px -566px;
}

.yx-index .p2 .fr{
	width: 27%;
	margin-top: 6px;
}

.yx-index .p2 .fr li {
    line-height: 46px;
    border: 1px solid #d5e0ed;
    margin-bottom: 8px;
    height: 48px;
    border-radius: 6px;
}

.yx-index .p2 .fr li i {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.yx-index .p2 .fr li i.i1 {
    background-position: 1px -341px;
}
.yx-index .p2 .fr li i.i2 {
    background-position: 0px -399px;
}
.yx-index .p2 .fr li i.i3{
    background-position: 0px -456px;
}
.yx-index .p2 .fr li i.i4{
    background-position: 0px -514px;
}
.yx-index .p2 .fr li a {
    font-size: 14px;
    color: #4372b0;
    font-weight: bold;
}
.yx-index .p3{
	height: auto;
}

.yx-index .p3.p4 {
    padding-bottom: 11px;
}
.yx-index .p3 .col-md-8 {
    background: url(../images/sy_16.png) top 2px right no-repeat;
    width: 63%;
}
.yx-index .p3 .col-md-4 {
    width: 37%;
    padding-left: 30px;
    margin-top: 20px;
}
.yx-index .p4 .col-md-4 {
}
.yx-index .p3 .col-md-4 li{
	padding-left: 10px;
}

.yx-index .p3.p4 .col-md-4 li {
    line-height: 38px;
}
.yx-index .p3 .col-md-8 .tab {
    width: 11%;
    float: left;
}
.yx-index .p3 .col-md-8 .tab-pane {
    margin-top: 24px;
}
.yx-index .p3 .col-md-8 .tab a {
    display: block;
    width: 65px;
    position: relative;
    height: 42px;
    padding: 0px 10px 0 10px;
    color: #acb9c5;
    line-height: 28px;
    font-weight: normal;
    margin-top: 13px;
    background: url(../images/iconsc.png) no-repeat;
    background-position: -625px 0px;
    font-size: 16px;
}
.yx-index .p3 .col-md-8 .tab a:after {
    background: url(../images/iconsc.png) no-repeat;
    background-position: -528px -577px;
    position: absolute;
    content: '';
    width: 20px;
    top: 21px;
    height: 20px;
}

.yx-index .p3 .col-md-8 .tab a.current {
    border: 0;
    color: #337ab7;
    background-position: -512px 0px;
    font-weight: bold;
}
.yx-index .p3 .col-md-8 .tab a.current:after {
    background-position: -511px -577px;
}
.yx-index .p3 .col-md-8 .tab a+a {
    margin: 0;
    margin-top: 25px;
}

.yx-index .p3 .col-md-8 .pane {
    width: 89%;
    float: left;
    margin-top: 3px;
    overflow: hidden;
}

.yx-index .p3 .col-md-8 .pane li {
    background: #eff1f6;
    float: left;
    text-align: center;
    width: 14.6%;
    margin-left: 2%;
    margin-top: 2%;
    padding-bottom: 8px;
}

.yx-index .p3 .col-md-8 .pane li a {
    color: #4277b2;
    font-weight: bold;
}

.yx-index .p3 .col-md-8 .pane li i {
    display: block;
    margin: 7px auto 6px;
}
.yx-index .p3 .col-md-8 .pane li i.i1{
	background-position: -45px -118px;
}
.yx-index .p3 .col-md-8 .pane li i.i2{
	background-position: -152px -118px;
}
.yx-index .p3 .col-md-8 .pane li i.i3{
	background-position: -251px -117px;
}
.yx-index .p3 .col-md-8 .pane li i.i4{
	background-position: -356px -116px;
}
.yx-index .p3 .col-md-8 .pane li i.i5{
	background-position: -456px -116px;
}
.yx-index .p3 .col-md-8 .pane li i.i6{
	background-position: -563px -116px;
}
.yx-index .p3 .col-md-8 .pane li i.i7{
	background-position: -45px -212px;
}
.yx-index .p3 .col-md-8 .pane li i.i8{
	background-position: -148px -212px;
}
.yx-index .p3 .col-md-8 .pane li i.i9{
	background-position: -251px -213px;
}
.yx-index .p3 .col-md-8 .pane li i.i10{
	background-position: -353px -212px;
}
.yx-index .p3 .col-md-8 .pane li i.i11{
	background-position: -453px -212px;
}
.yx-index .p3 .col-md-8 .pane li i.i12{
	background-position: -562px -212px;
}
.yx-index .p3 h3{
	font-size: 20px;
	margin-bottom: 4px;
	position: relative;
}

span.more {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
    width: 18px;
    height: 4px;
    background: url(../images/more.png) no-repeat;
}

span.more a{
    background: none;
}

.yx-index h3.tab span a.current {
    border: 0;
    color: #444;
    color: #827e7e;
    font-size: 14px;
}



/* 首页-政民互动 */
.yx-index .p4 .col-md-8{
	background: none;
}

.yx-index .p4 .col-md-8 h3.title {
    margin-bottom: 44px;
}
.yx-index .p4 .zmhd .fl{
	width: 67%;
	background: url(../images/yx_17.png)   top  16px  right no-repeat;
}

.yx-index .p4 .zmhd .fr {
    width: 32%;
    margin-top: -24px;
    overflow: hidden;
}

.yx-index .p4 .zmhd .fr:hover img {
    transform: scale3d(1.1, 1.2, 1.5);
}

.yx-index .p4 .zmhd .fr img {
    width: 100%;
    height: 126px;
    transition: all .3s;
}

.yx-index .p4 .zmhd .fl ul{
	width: 100%;
}

.yx-index .p4 .zmhd .fl ul li {
    text-align: center;
    font-weight: bold;
    width: auto;
    float: left;
    font-size: 15px;
}

.yx-index .p4 .zmhd .fl ul li+li {
    margin-left: 28px;
}
.yx-index .p4 .zmhd .fl li i{
	display: block;
	margin: 8px auto 11px;
}
.yx-index .p4 .zmhd ul {
}
.yx-index .p4 .zmhd ul a {
    color: #4372b0;
}
.yx-index .p4 .zmhd .fl li i.s1{
	background-position: -46px -333px;
}
.yx-index .p4 .zmhd .fl li i.s2{
	background-position: -134px -333px;
}
.yx-index .p4 .zmhd .fl li i.s3{
	background-position: -220px -332px;
}
.yx-index .p4 .zmhd .fl li i.s4{
	background-position: -306px -332px;
}
.yx-index .p4 .zmhd .fl li i.s5{
	background-position: -390px -332px;
}
/* 专题 */
.yx-index>.zt{
	background: #fff;
	overflow: hidden;
}
.yx-index .zt h3 {
    float: left;
    width: 7%;
    margin: 0;
}

.yx-index .zt .topic {
    float: left;
    width: 93%;
    padding: 14px 45px;
}
.yx-index .zt .topic img{
	width: 100%;
	height: 48px;
}
.yx-index .zt  .topic {
    position: relative;
}

.yx-index .zt .topic ul {
    margin-bottom: 0;
}
.yx-index .zt  .topic .scroll {
     position: relative;
     margin: 0;
     margin:0 -10px;
}
.yx-index .zt .topic-prev, .yx-index .zt .topic-next{
	z-index: 3;
	background-image: none;
	height: 100%;
	top: 21px;
	margin-top: 0;
	line-height: 115px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	background: url(../images/iconsc.png) no-repeat;
	background-position: -462px -67px;
}
.yx-index .zt  .topic-prev{
	left: 18px;
}
.yx-index .zt  .topic-next{
	right: 19px;
	transform: rotateY(180deg);
}
.yx-index .zt .topic li {
    width: 236px\9;
    float: left;
}

.yx-index .zt .topic li a {
    display: block;
    width: 222px\9;
    margin: 0 10px;
}
/* 首页结束 */ 


/* 政民互动 */
.content.zmhd{
	padding: 25px 28px;
	background-color: #fff;
	padding-bottom: 10px;
	margin-bottom: 26px;
	padding-right: 50p;
}
.content.zmhd{
	
}
.content.zmhd .p1 {
	margin-bottom:20px
}
.content.zmhd .p1 .col-md-4 {
    padding-right: 18px;
    width: 40%;
}
.content.zmhd .p1 .col-md-4 ul{
	padding:10px;
	padding-bottom: 0;
}
.content.zmhd .p1 .col-md-4 ul li {
    float: left;
    width: 31%;
    text-align: center;
    background: #eef4f9;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    transition: all .3s;
}

.content.zmhd .p1 .col-md-4 ul li:hover {
    background: #c4d8e9;
}

.content.zmhd .p1 .col-md-4 ul li:nth-child(3n+3) {
    margin-right: 0;
}

.content.zmhd .p1 .col-md-4 ul li a {
    color: #2c66a5;
}

.content.zmhd .p1 .col-md-4 ul li i {
    display: block;
    margin-bottom: 5px;
}
.content.zmhd .p1 .col-md-4 ul li i.s1{
	background-position: -43px -331px;
}
.content.zmhd .p1 .col-md-4 ul li i.s2{
	background-position: -134px -331px;
}
.content.zmhd .p1 .col-md-4 ul li i.s3{
	background-position: -457px -331px;
}
.content.zmhd .p1 .col-md-4 ul li i.s4{
	background-position: -388px -330px;
}
.content.zmhd .p1 .col-md-4 ul li i.s5{
	background-position: -220px -330px;
}
.content.zmhd .p1 .col-md-4 ul li i.s6{
	background-position: -520px -330px;
}
.content.zmhd .p1 .col-md-4 ul li i.s7{
	background-position: -304px -330px;
}
.content.zmhd .p1 .col-md-4 ul li i.s8{
	background-position: -667px -323px;
}
.content.zmhd .p1 .col-md-4 ul li i.s9{
	background-position: -734px -323px;
}
.content.zmhd .p1 .col-md-8 {
    padding-left: 18px;
    width: 60%;
}

.content.zmhd .p1 .col-md-8 .box {
    border-width: 1px;
}
.content.zmhd .box{
	border: 2px solid #d2d2d2;
}
.content.zmhd .box h3.title{
	background: url(../images/yx_3.png) top center no-repeat;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	margin-top: -19.5px;
}
.content.zmhd .box h3.title a{
	color: #fff;
}
.content.zmhd .p1 table{
	width: 100%;
	text-align: center;
	margin-top: -10px;
}

.content.zmhd .p1 table tr {
    transition: all .3s;
}

.content.zmhd .p1 table th {
    text-align: center;
    font-weight: bold;
    line-height: 36px;
}

.content.zmhd .p1 table td {
    line-height: 30px;
    padding: 3px;
}
.content.zmhd .p1 table td:nth-child(2){
	color: #fd883e;
}

.content.zmhd .p1 table td:nth-child(5) {
}

.content.zmhd .p1 table td:nth-child(5).current {
    color: #ff2b2b;
}
.content.zmhd .p1 table tr:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.content.zmhd .p1 table tr:nth-child(2n+3){
	background-color:#f2f8fe
}

.content.zmhd .p1 table tr:nth-child(n+2):hover {
    background: #dfe9f3;
    box-shadow: 3px 3px 7px rgba(68, 68, 68, 0.33);
}
.content.zmhd .p2{
	margin-bottom: 35px;
}

.content.zmhd .p2 .col-md-8,.content.zmhd .p3 .col-md-8 {
    width: 70%;
}

.content.zmhd .p2 .col-md-8 .tab {
    margin-bottom: 10px;
}

.content.zmhd .p2 .col-md-4,.content.zmhd .p3 .col-md-4 {
    width: 30%;
}


.content.zmhd .p2 .col-md-8 .fl{width: 38%;}

.content.zmhd .p2 .zxft {
    margin-bottom: 5px;
    overflow: hidden;
}

.content.zmhd .p2 .col-md-8 .fr {
    width: 60%;
}

.content.zmhd .p2 .col-md-8 .fl img {
    height: 168px;
    width: 100%;
}
.content.zmhd .p2 .col-md-8 .fr p{
	font-size: 14px;
	line-height: 25px;
	color: #727272;
}

.content.zmhd .p2 .col-md-8 .fr p.jj {
    line-height: 24px;
    font-size: 14px;
    height: 100px;
    overflow: hidden;
}

.content.zmhd .p2 .col-md-8 .fr p.jj span {
    display: block;
    font-size: 16px;
}

.content.zmhd .p2 .col-md-8 .fr p:first-child {
    font-weight: bold;
}

.content.zmhd .p2 .col-md-8 .fr p i {
    background-position: -517px -70px;
    width: 20px;
    height: 20px;
}

.content.zmhd .p2 .col-md-8 .fr p span {
    color: #0068c6;
    font-size: 16px;
    font-weight: bold;
}
.content.zmhd .p2 .col-md-8 .pane ul.list-t li{
	line-height: 36px;
}

.content.zmhd .p2 .col-md-8 .pane ul.list-t {
    padding-top: 3px;
    min-height: 183px;
}
.content.zmhd .p2 .col-md-4{
    margin-top: 36px;
}

.content.zmhd .p2 .col-md-4 ul {
    padding: 9px 10px;
}

.content.zmhd .p2 .col-md-4 .list-t a {
    width: 100%;
    color: #2285e7;
}

.content.zmhd .p2 .col-md-4 li {
    font-size: 14px;
    line-height: 27px;
    background: #ebf5ff;
    height: 27px;
    border-radius: 6px;
}

.content.zmhd .p2 .col-md-4 li+li {
    margin-top: 7px;
}

.content.zmhd .p2 .col-md-4 li:before {
    display: none;
}
.content.zmhd .p3{
	margin-bottom:15px
}
.content.zmhd .p3 ul{
	display: inline-block;
}
.content.zmhd .p3 .col-md-8 li{/* width: 20%; */float: left;text-align: center;margin-left: 37px;}

.content.zmhd .p3 .col-md-8 ul {
    padding: 16px 0 20px;
}
.content.zmhd .p3 .col-md-8 li img{
	width: 84px;
	height: 84px;
}
.content.zmhd .p3 .col-md-8 li.more{
	margin: 5px 0 0px 61px;
}
.content.zmhd .p3 .col-md-8 li.more i{
	display: block;
	background-position: -655px -122px;
	width: 66px;
	height: 66px;
	margin-bottom: 3px;
}
.content.zmhd .p3 .col-md-8 li.more a{
	color: #337ab7;
	font-size: 16px;
	font-weight: bold;
}
.content.zmhd .p3  .col-md-4 li{
	width:100%;
	line-height: 50px;
	height: 50px;
	text-align: center;
	background: #8ac2fb;
}

.content.zmhd .p3 .col-md-4 li.l1 {
    font-size: 28px;
}

.content.zmhd .p3 .col-md-4 li.l2 {
    background: #72a8df;
    font-size: 23px;
}

.content.zmhd .p3 .col-md-4 li.l3 {
    background: #589bdf url(../images/yx_2.png) left center no-repeat;
}

.content.zmhd .p3 .col-md-4 ul {
    width: 100%;
}

.content.zmhd .p3 .col-md-4 li+li {
    margin-top: 16px;
}

.content.zmhd .p3 .col-md-4 li a {
    color: #fff;
}

/* 新闻 */
.content.news .p1{
	padding-bottom: 25px;
}


.content.news h3.h2{
	font-size: 18px;
	color: #2d66a5;
	text-align: left;
	margin: 0;
	line-height: 36px;
	height: 36px;
	position: relative;
	margin-bottom: 8px;
	font-weight: bold;
}

.content.news h3.h2>a {
    display: inline-block;
    padding: 0 10px;
    background: #2d66a5;
    color: #fff;
}

.content.news h3.h2 i {
    width: 22px;
    height: 20px;
    margin-right: 10px;
    margin-top: -2px;
}

.content.news h3.h2 i.i1 {
    background-position: -140px -572px;
}
.content.news h3.h2 i.i2 {
    background-position: -313px -572px;
}
.content.news h3.h2 i.i3 {
    background-position: -10px -572px;
}

.content.news h3.h2 i.i5 {
    background-position: -757px -472px;
}

.content.news h3.h2 i.i6 {
    background-position: -757px -549px;
}
.content.news h3.h2 i.i4{
    background-position: -752px -399px;
}
.content.news .col-md-7{width: 53%;padding-right: 8px;}
.content.news .col-md-5{
	width: 47%;
	padding-left: 8px;
}
.content.news .col-md-7 .h2 {
    margin-bottom: 8px;
}
.content.news .p1 .col-md-7 .focus, 
.content.news .p1 .col-md-7 .focus .pic,
.content.news .p1 .col-md-7 .focus img{
	width: 100%;
	height: 406px;
}
.content.news .p1 .col-md-5 .list-t{
}
.content.news .p1 .col-md-5 .list-t li{
    line-height: 39px;
}

.content.news .p1 .yxxw {
	margin-top: 24px;
}
.content.news .p1 .yxxw .fl{
	width: 50%;
}

.content.news .p1 .yxxw .fr {
    width: 48%;
}

.content.news .p1 .yxxw .fr li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 26px; */
    font-size: 14px;
}

.content.news .p1 .yxxw .fr li+li {
    margin-top: 6px;
}

.content.news .p1 .yxxw .fr li i {
    background-position: -467px -576px;
    width: 25px;
    height: 20px;
    margin-right: 5px;

}
.content.news .p1 .yxxw .fl{
	position:relative;
	overflow: hidden;
}

.content.news .p1 .yxxw .fl:hover img {
    transform: scale(1.1);
}
.content.news .p1 .yxxw .fl img {
    width: 100%;
    height: 148px;
    transition: all .3s;
}
.content.news .p1 .yxxw .fl:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/iconsc.png) no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -633px -565px;
}
.content.news .p2{
	padding-bottom: 30px;
}
.content.news .p2 .list-t li,
.content.news .p3 .list-t li{
	line-height: 38px;
	font-size: 16px;
}

.content.news .p2 .list-t li a, .content.news .p3 .list-t li a {
    color: #716f6e;
}

.content.news .p2 .list-t li:hover a, .content.news .p3 .list-t li:hover a {
    color: #2a4f96;
}
.content.news .p2 .list-t li:before,
.content.news .p3 .list-t li:before{
}
.content.news .p3{
	margin-bottom:0;
	padding-bottom:25px
}
.content.news .p3 .col-md-8{
	width: 59%;
}

.content.news .p3 .col-md-4 {
    width: 41%;
}

.content.news .p3 .col-md-4 .h2 {
    margin-bottom: 19px;
    border-bottom: 1px solid #f5f5f5;
}
.content.news .p3 .col-md-4 li{
	float:left;
	width: 28%;
	transition: all .3s;
	margin-top: 10px;
}

.content.news .p3 .col-md-4 li.current {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgb(68 68 68 / 29%);
}


.content.news .p3 .col-md-4  img {
    width: 100%;
    height: 190px;
}

.content.news .p3 .col-md-4 li+li {
    margin-left: 8%;
}

.content.news .p3  .col-md-8 .tab {
    width: 16%;
    float: left;
}
.content.news .p3  .col-md-8 .tab-pane {
    margin-top: 16px;
}
.content.news .p3  .col-md-8 .tab a {
    display: block;
    height: 60px;
    line-height: 26px;
    font-size: 18px;
    border-radius: 10px;
    color: #a8b0c3;
    position: relative;
    line-height: 60px;
    padding: 0 10px;
}

.content.news .p3 .col-md-8 .tab a:after {
    background: url(../images/iconsc.png) no-repeat;
    background-position: -528px -577px;
    position: absolute;
    content: '';
    width: 20px;
    top: 21px;
    height: 20px;
}

.content.news .p3  .col-md-8 .tab a.current {
    border: 0;
    color: #2d66a5;
    background: #f1f5f9;
    font-weight: bold;
}

.content.news .p3 .col-md-8 .tab a.current:after {
    background-position: -511px -577px;
}

.content.news .p3  .col-md-8 .tab a+a {
    margin: 0;
    margin-top: 8px;
}

.content.news .p3 .col-md-8 .pane {
    width: 82%;
    float: left;
    margin-left: 2%;
    margin-top: -9px;
    overflow: hidden;
}













/* 专题专栏开始 */
  .ztzl .p1>h3{
    margin-top: 15px;
  }
  .ztzl .p1>h3,.ztzl .p2>h3{
    background: url(../images/ztzl_title_bg.png) 50% no-repeat;
    font-weight: 600;
    line-height: 13px;
    margin-bottom: 50px;
    text-align: center;
  }
  .ztzl h3 span{
    font-size: 18px;
    font-weight: 700;
    color: #3091ff;
  }
  .ztzl .p1 .topic-prev,.ztzl .p1 .topic-next{
    font-size: 28px;
    font-family: '宋体';
    line-height: 40px;
    background-image: none
  }
  .ztzl .topic .scroll{
    margin: 0 50px
  }
  .ztzl .p1 .topic-prev{
    left: 0;
  }
  .ztzl .p1 .topic-next{
    right: 0;
  }
  .ztzl .p2 li{
    width:260px;
    height: 240px;
    float: left;
    background: url('../images/ztzl_zxts.png') no-repeat;
    background-size: cover;
    text-align: left;
    font-weight: 400;
  }
  .ztzl .p2 li+li{
    margin-left: 40px;
  }
  .ztzl .p2 li a{
    font-size: 26px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 45px 15px;
  }
  .ztzl .p2.grid{
    box-shadow:5px 9px 10px rgba(74, 148, 169, 0.1)
  }
  .ztzl .p2 li:nth-child(2){
    background: url('../images/ztzl_jbts.png') no-repeat;
    background-size: cover;
  }
  .ztzl .p2 li:nth-child(3){
    background: url('../images/ztzl_wqztc.png') no-repeat;
    background-size: cover;
  }
  .ztzl .p2 li:nth-child(4){
    background: url('../images/ztzl_ygxf.png') no-repeat;
    background-size: cover;
  }



/* 列表通用 */
.side-menu {
  background-color: #f7fafd;
}

.list-t.border6{
	margin-left: 10px;
	margin-right: 5px;
}
.list-t.border6 li:nth-child(6n) {
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.list_content .pages{
  padding:0;
}
.list_content .pages a{
  margin: 21px 2px 0;
}
.list_content .pages a{
  background-color: #F5F5F5
}
.list_content .side-menu{
  background-color: #F7FAFD;
  height: 980px;
  box-shadow: none
}
.list_content .lsj-listphoto span{
  font-size: 14px;
  color: #999999;
  display: inherit;
}

.list_content {
  padding:20px 20px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  margin-bottom: 30px;
}

.list_content .main{
  padding: 0;
  box-shadow: none
}

.list_content .lsj-listphoto img{
  width: 269px ;
  height: 150px;
}

.list_content  .pages a.current{
  background-color: #00a0e9;
}
.list_content .lsj-listphoto li{
  margin-bottom: 15px;
}
.list_content .side{
  padding-bottom: 0;
  margin-bottom: 0;
}

.list_content .info-list{
  padding: 0 15px;
}
.list_content .col-md-9 .title {
    background-color: #f3f8fe;
    margin-bottom: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
}
.list_content .col-md-9 .title .col-md-2{
  padding-right: 45px;
}
.info-list li p {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    margin-left: 5px;
}
.info-list li p::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;

}
.info-list li {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 30px;
    font-size: 16px;
    transition: .3s;
}
.info-list li:hover {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff url(images/info_list_c.png) 8px 50%/12px auto no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}
.info-extra {
    display: none;
    position: absolute;
    left: 130px;
    top: 32px;
    width: 106%;
    border: 1px solid #ddd;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    animation-duration: .3s;
    z-index: 2;
}

.info-extra:before,
.info-extra:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 20px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #ddd;
}

.info-extra:after {
    bottom: -13px;
    border-top: 7px solid #fff;
}
.info-list li:hover .info-extra {
    display: block;
}
.info-extra .row {
    padding: 5px;
    line-height: 22px;
    font-size: 14px;
}

.info-extra .info-th {
    background-color: #f2f2f2;
    color: #999;
    text-align: center;
}

.info-date .input-group {
    width: 105px;
}

label {
    font-weight: normal;
}

.info-list .row {
    margin-right: -15px;
    margin-left: -15px;
}
.cohui {
    color: #999999
}
a:hover {
    color: #2e66a5;
}

.tow-nve {
  background: #fff;
  margin: 0px 15px;
  margin-top: -10px;
  padding: 20px 0;
}

.side-menu .tow-nve a {
    float: left;
    width: 100%;
    display: block;
    margin: 10px auto;
    text-align: center;
    line-height: 17px;
    font-size: 16px;
    background: url(../images/xxgkml.png) no-repeat;
}

.side-menu .tow-nve a::before {
    content: none
}

.side-menu .tow-nve .moren {
    background: url(../images/xxgkml0.png) no-repeat;
}

.side-menu .tow-nve a:hover {
    background: url(../images/xxgkml0.png) no-repeat;
}

.side-menu .tow-nve .moren,
.side-menu .tow-nve a,
.side-menu .tow-nve a:hover {
    background-position: 33% 2px;
}

.side-menu .tow-nve ul a,
.side-menu .tow-nve ul a:hover {
    background-position: 30% 2px;
    float: none
}

.side-menu .tow-nve .mt0 a,
.side-menu .tow-nve .mt0 a:hover {
    background-position: 30% 2px;
}

.disno {
    display: none;
}

.tow-nve a i {
    position: absolute;
    top: -5px;
    right: 30px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
}

.tow-nve a i::after {
    content: '-';
    font-style: normal;
}

.tow-nve a .jjh::after {
    content: '+';
    font-style: normal;
}

.side-menu .tow-nve ul {
    padding-left: 65px;
    padding-right: 5px;
    margin-top: 30px;
    padding-top: 1px;
}

.side-menu .tow-nve .mt0 {
    margin-top: 0;
}
ul.info-list{
  border-bottom:1px solid #eee;
}
/* 列表通用 */


/* 走进阳新 */
.zjyx{}
.zjyx .grid{
	padding: 9px 25px;
	margin-bottom: 0;
}

.zjyx .p1 {
    padding-top: 20px;
}
.zjyx h3.h2{
	background: url(../images/yx_18.png) top left -4px no-repeat;
	text-align: left;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	border-bottom: 1px solid #f6f6f6;
	margin: 10px auto 20px;
	padding-left: 10px;
}

.zjyx h3.h2 a {
    color: #fff;
}
.zjyx .p1 .col-md-7{width: 63%;padding-right: 0;}
.zjyx .p1 .col-md-7 .gk img{
	float:left;
	margin-right: 21px;
}

.zjyx .p1 .col-md-7 .gk {
    font-size: 16px;
    line-height: 30px;
    max-height: 178px;
    overflow: hidden;
    margin-right: 16px;
    padding-left: 20px;
}

.zjyx .p1 .col-md-7 .gk p {
    text-indent: 2em;
}

.zjyx .p1 .col-md-7 .gk:hover a {
    color: #3c6e9a;
}
.zjyx .p1 .col-md-7 .gk a{
	font-size:18px;
	color: #444;
	transition: all .3s;
}
.zjyx .p1 .col-md-7 .gk span.xx{
	color:#3a77b9
}
.zjyx .p1 .col-md-7 li {
    float: left;
    font-size: 18px;
    background: #eb873a;
    line-height: 43px;
    height: 43px;
    text-align: center;
    padding: 0px 23px;
    border-radius: 6px;
}

.zjyx .p1 .col-md-7 ul {
    margin-top: 10px;
    margin-right: 16px;
    padding-left: 22px;
}

.zjyx .p1 .col-md-7 li+li {
    margin-left: 21px;
}

.zjyx .p1 .col-md-7 li a {
    color: #fcf8f8;
}
.zjyx .p1 .col-md-5{
	width: 37%;
}

.zjyx .p1 .col-md-5 .yx {position: relative;overflow: hidden;}

.zjyx .p1 .col-md-5 .yx:hover img {
    transform: scale(1.1);
}

.zjyx .p1 .col-md-5 .yx:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    background: url(../images/yx_8.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zjyx .p1 .col-md-5 img {
    width: 100%;
    height: 227px;
    transition: all .3s;
}

.zjyx .p2{
}
.zjyx .p2 .col-md-8{
    width: 63%;
}

.zjyx .p2 .col-md-8 ul li {
    float: left;
    width: 50%;
}

.zjyx .p2 .col-md-8 ul li img {
    width: 100%;
    height: 174px;
}

.zjyx .p2 .col-md-8 ul li .fl {
    padding: 3px;
    border: 1px solid #d0cbca;
    width: 40%;
}

.zjyx .p2 .col-md-8 ul li .fr {
    width: 60%;
    padding: 0 13px;
}

.zjyx .p2 .col-md-8 ul li .fr h3 {
    font-size: 24px;
    color: #205086;
    margin: 0px auto 10px;
}

.zjyx .p2 .col-md-8 ul li .fr span {
    font-size: 18px;
    color: #2d66a5;
    margin-bottom: 5px;
    display: block;
}

.zjyx .p2 .col-md-8 ul li .fr a.jqdt {
    font-size: 14px;
    background: #eb873a;
    line-height: 31px;
    height: 31px;
    text-align: center;
    padding: 0 24px;
    border-radius: 6px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}

.zjyx .p2 .col-md-8 ul li .fr p {
    color: #080700;
    height: 68px;
    overflow: hidden;
}

.zjyx .p2 .col-md-4 li {
    font-size: 24px;
    background: #2d66a5;
    color: #fff;
    height: 127px;
    float: left;
    text-align: center;
    transition: all .3s;
    margin-bottom: 2%;
    border-radius: 5px;
}

.zjyx .p2 .col-md-4 li:hover {
    opacity: 0.6;
}

.zjyx .p2 .col-md-4 li a {
    color: #fff;
}

.zjyx .p2 .col-md-4 li:nth-child(1) {
    width: 32%;
    padding: 20px 28px;
    line-height: 42px;
    font-size: 28px;
    background-image: linear-gradient(to right, #379de9 ,#3690e1);
}
.zjyx .p2 .col-md-4 li:nth-child(2) {
    width: 66%;
    margin-left: 2%;
    background: #1f7c7e;
    background-image: linear-gradient(to top right, #54bc9a ,#459f82);
}

.zjyx .p2 .col-md-4 li:nth-child(2),.zjyx .p2 .col-md-4 li:nth-child(3) {
    height: 59px;
    line-height: 59px;
}
.zjyx .p2 .col-md-4 li:nth-child(3) {
    width: 30%;
    margin-left: 2%;
    background: #4b76a2;
    background-image: linear-gradient(to top right, #5689c0 ,#4c78a8);
}
.zjyx .p2 .col-md-4 li:nth-child(4) {
    width: 64%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ee9b5b;
    height: 87px;
    line-height: 87px;
    font-size: 30px;
    background-image: linear-gradient(to right, #f9c468 ,#ee9b5b);
}
.zjyx .p2 .col-md-4 li:nth-child(5) {
    width: 34%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fd7256;
    height: 156px;
    padding: 26px 23px;
    line-height: 50px;
    font-size: 35px;
    background-image: linear-gradient(to bottom right, #f5a66a,#ef885e);
}
.zjyx .p2 .col-md-4 {
    width: 37%;
    padding-top: 14px;
}

.zjyx .p2 .col-md-4 ul {
    position: relative;
    height: 230px;
}
.zjyx .p3 h3.t3{border-bottom: 0;color: #2d66a5;display: inline-block;left: 9px;background: #fff;top: -11px;padding: 0;position: relative;}

.zjyx .p3 .zsxcp img {
    width: 100%;
}

.zjyx .p3 .zsxcp {
    /* min-height: 205px; */
    padding: 3px 0 14px;
}

.zjyx .p3 .zsxcp img {
    height: 190px;
    width: 100%;
}

.zjyx .p3 h3.t3 a:after, .zjyx .p3 h3.t3 a:before {content: "";position: absolute;top: 50%;left: 8px;width: 3px;height: 3px;margin-top: -2px;background-color: #2d66a5;}

.zjyx .p3 h3.t3 a:after {
    left: inherit;
    right: 8px;
}

.zjyx .p3 h3.t3 a {
    display: block;
}

.zjyx .p3 .list-t {
    margin-top: -9px;
}

.zjyx .p3 .list-t li {line-height: 36px;}

.zjyx .p3 .list-t li:before {
    background: #54a5f5;
    width: 4px;
    height: 4px;
}

.zjyx .p3 h3.t3 a {
    color: #2d66a5;
    padding: 0 15px;
    font-size: 18px;
}
.zjyx .p3 .p3-box{
	border: 1px solid #2d66a5;
	margin-bottom: 17px;
	position: relative;
	border-radius: 10px;
	padding: 0 20px 10px;
}
.zjyx .p4 .ly_list li{
	width: 32.5%;
	float: left;
	margin-bottom: 1.25%;
	margin-right: 1.25%;
}

.zjyx .p4 .ly_list li:nth-child(3n+3) {
    margin-right: 0;
}

.zjyx .p4 {padding-bottom: 28px;}
.zjyx .p4 .ly_list .li{
    width: 100%;
    height: 184px;
    padding: 10px 24px 20px;
    box-sizing: border-box;
}
.zjyx .p4 .ly_list li.l1 .li{
	background: url(../images/yx_11.png);
    background-size: 100% 100%;

}
.zjyx .p4 .ly_list li.l2 .li{
	background: url(../images/yx_12.png);
    background-size: 100% 100%;

}
.zjyx .p4 .ly_list li.l3 .li{
	background: url(../images/yx_13.png);
	background-size: 100% 100%;
}
.zjyx .p4 .ly_list li.l4 .li{
	background: url(../images/yx_14.png);
	background-size: 100% 100%;
}
.zjyx .p4 .ly_list li.l5 .li{
	background: url(../images/yx_15.png);
	background-size: 100% 100%;
}
.zjyx .p4 .ly_list li.l6 .li{
	background: url(../images/yx_16.png);
    background-size: 100% 100%;
	
}
.zjyx .p4 .ly_list .li h2 {
    font-size: 20px;
    color: #333;
    margin: 8px 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.zjyx .p4 .ly_list .li h2 a {
    color: #fff;
}
.zjyx .p4 .ly_list .li p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.zjyx .p4 .ly_list .li p a {
    color: #fff;
}

.no-print .btn-default i.icon-eye {
    background: url('../images/iconsc.png');
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -368px -439px;
}
.no-print .btn-default {
    padding: 11px 12px;
}

/* 分页 */

.pages {
    font: 0/0 microsoft yahei;
    padding: 20px 0  20px;
    text-align: center;
}
.pages span,.pages a {
    display: inline-block;
    line-height: 18px;
    margin: 0 2px;
    padding: 7px 12px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}
.pages span.current, .pages a.current, .pages span:hover,.pages a:hover {
    background-color: #2d66a5;
    color: #fff;
    position: relative;
}

/* 概览 */
.content.r-detail{
	overflow: hidden;
	margin-bottom:25px;
}
.content.r-detail ul{
	margin: 0 20px;
}
.content.r-detail ul li a {
    max-width: 90%;
}
.content.r-detail ul li:nth-child(6n){
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #dedede;
}




.shjz .side-menu h2{
	background: #3681bf url(../images/qs_2.png) left center no-repeat;
	/* background-size: auto 100%; */
	padding-left: 45px;
	line-height: 70px;
	height: 70px;
	margin-bottom: 8px;
}
.shjz .side-menu{
	background:#fff
}
.shjz .side-menu ul li {
    background: #edf6ff;
    border: 0;
}

.shjz .side-menu ul li:nth-child(2n+2) {
    background: #f7fcff;
}
.shjz .side-menu ul li a:before {
    transform: scale(1,1);
    background:#388bdd
}
.shjz .side-menu li a:after{
	color: #d3d5d6;
	font-size: 22px;
}
.shjz  .side-menu li a:hover:after,.shjz  .side-menu li.current a:after {
    color: #2d66a5;
}

.shjz .side-menu ul li:nth-child(2n+2) a:before {
    transform: scale(1,1);
    background:#c3ddf6
}
.shjz .list-t li{
	border-bottom:1px dashed #ebebeb;
	line-height:55px;
}

.shjz .list-t li:before {
    background: url(../images/qs_3.png) no-repeat;
    width: 20px;
    height: 24px;
    margin-top: -9px;
    left: 0;
    background-position: -8px 0;
}
.shjz .list-t.border6 li:nth-child(6n) {
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 0;
    padding-bottom: 0;
}

.shjz .pages{
	padding: 30px 0 15px;
}



/* 州情 */
.yxzq{
	position: relative;
}
.yxzq-nav{
	position: fixed;
	left: 0;
	top: 45%;
	z-index: 99;
	transform: translateY(-50%);
}
.yxzq-nav .totop{
	width: 93px;
	height: 93px;
	background: #c7abc0;
	border-radius: 100%;
	padding: 10px 0;
	text-align: center;
}
.yxzq-nav li{
	width: 72px;
	overflow: hidden;
	height: 63px;
	line-height: 63px;
	background: #ffffffbd;
	margin: 8px 0;
	border-bottom-right-radius: 63px;
	border-top-right-radius: 63px;
	padding-left: 13px;
	color: #fff;
	transition: all .3s;
}

.yxzq-nav li.current,.yxzq-nav li:hover {
    width: 180px;
    background: #cd030d;
}

.yxzq-nav li i.s1 {
    background-position:-1px -668px;
	
}

.yxzq-nav li i.s2 {
    background-position: -69px -418px;
	background-position: -56px -670px;
}

.yxzq-nav li i.s3 {
    background-position: -164px -670px;
}

.yxzq-nav li i.s4 {
    background-position: -227px -670px;
}
.yxzq-nav li i.s5 {
    background-position: -286px -670px;
}
.yxzq-nav li.current i.s1,
.yxzq-nav li:hover i.s1 {
    background-position: -1px -731px;
}

.yxzq-nav li.current i.s2,
.yxzq-nav li:hover i.s2{
    background-position: -59px -731px;
}

.yxzq-nav li.current i.s3,
.yxzq-nav li:hover i.s3 {
    background-position: -167px -731px;
}

.yxzq-nav li.current i.s4,
.yxzq-nav li:hover i.s4 {
    background-position: -229px -731px;
}
.yxzq-nav li.current i.s5,
.yxzq-nav li:hover i.s5 {
    background-position: -286px -731px;
}
.yxzq-nav li span {
    display: none;
    color: #fff;
    font-size: 0;
    vertical-align: middle;
}

.yxzq-nav li.current span,.yxzq-nav li:hover span {
    display: inline-block;
    transition: all 0s;
    font-size: 25px;
}
.yxzq-nav .totop a{
	color: #fff;
}
.yxzq-nav .totop span {
    font-size: 22px;
    color: #fff;
    background: #d50f30;
    display: inline-block;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    padding: 11px 6px;
    line-height: 26px;
}
.yxzq .xjes{
	background: url(../images/zq_2.jpg) no-repeat;
	height: 1100px;
	background-size: 100% 100%;
	position: relative;
}

.yxzq .xjes .banner-p {
    text-align: center;
    margin-top: 21%;
    margin-left: 21%;
    width: 68%;
   padding-bottom: 20%;
}

.yxzq .xjes .banner-p img {
    width: 100%;
}

.yxzq .xjes .w1200>img {
    width: 36%;
    margin-bottom: 30px;
    padding-top: 30px;
}

.yxzq .xjes .w1200 {
    width: 1210px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
/* .zq-detail{
	background: url(../images/zq_5.jpg);
} */

.yxzq .content {
    width: 1210px;
}
.yxzq h3.title{
	font-size: 0;
}

.yxzq .p1 {
	background: url(../images/zq_5_1.jpg);
	height: 787px;
	padding: 134px 0 140px;
}

.yxzq .p1 .fl {
    width: 157px;
    margin-bottom: -35px;
}

.yxzq .p1 .fr {
    width: 69%;
    float: left;
    margin-left: 13px;
    line-height: 36px;
}

.yxzq .p1 .fr p {
    text-indent: 2em;
    font-size: 18px;
}
.yxzq .p1 .fr p a{
	color: #DF4242;
}
.yxzq .p1 h3.title {
    width: 100%;
    height: 382px;
    background: url(../images/zq_4.png) no-repeat;
}

.yxzq .p1 ul {
	text-align: center;
}

.yxzq .p1 ul li {
    display: inline-block;
    text-align: center;
    width: 205px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin: 14px 23px;
    color: #823c12;
    background: url(../images/zq_3.png) no-repeat;
}

.yxzq .p1 ul li a {
    color: #823c12;
}

.yxzq .p2{
	background: url(../images/zq_5_2.jpg);
	padding: 75px 0 47px;
	height: 795px;
}

.yxzq .p2 h3.title {
    height: 73px;
    background: url(../images/zq_5.png)  center center no-repeat;
    margin-bottom: 50px;
}

.yxzq .p2  ul {
    margin: 0 -18px;
}

.yxzq .p2 ul li {
    width: 590px;
    position: relative;
    margin: 18px 16px;
    float: left;
    background: rgba(255, 255, 255, 0.8117647058823529);
    transition: all 0.3s;
}

.yxzq .p2 ul li:hover:before,.yxzq .p2 ul li:hover a:before {
    height: 70px;
}

.yxzq .p2 ul li a {
    display: block;
    padding: 18px 25px;
}

.yxzq .p2 ul li:hover {
    transform: translateY(-10px);
    box-shadow: 1px 2px 14px hsla(9, 8%, 37%, 0.64);
}

.yxzq .p2 ul li:before,
.yxzq .p2 ul li:after,
.yxzq .p2 ul li a:before,
.yxzq .p2 ul li a:after{
	content:'';
	position:absolute;
	background: rgb(203, 26, 26);
	transition: all .3s;
}
.yxzq .p2 ul li:before{width: 2px;height: 0;top: 0;left: 0;}

.yxzq .p2 ul li a:before {
    bottom: 0;
    width: 2px;
    height: 0;
    right: 0;
}
.yxzq .p2 ul li:after{
	width: 0;
	height: 2px;
	top: 0;
	right: 0;
}

.yxzq .p2 ul li a:after {
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
}

.yxzq .p2 ul li:hover:after,.yxzq .p2 ul li:hover a:after {
    width: 100%;
}

.yxzq .p2 ul li:hover h4, .yxzq .p2 ul li:hover p {
    color: #d50f30;
}
.yxzq .p2 ul li .fl {
    border: 1px solid #d50f30;
    padding: 5px;
}

.yxzq .p2 ul li .fl span {
    display: block;
    width: 75px;
    height: 75px;
    background: #d50f30;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.yxzq .p2 ul li .fl span b {
    display: block;
    font-size: 22px;
}

.yxzq .p2 ul li .fl span em {
    font-size: 16px;
}

.yxzq .p2 ul li .fr{
	width: 100%;
}

.yxzq .p2 ul li .fr h4 {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}

.yxzq .p2 ul li .fr p {
    font-size: 14px;
    line-height: 27px;
    height: 50px;
    overflow: hidden;
}
.yxzq .p2 .more{
	text-align: center;
	font-size: 22px;
	color: #fff;
	height: 56px;
	margin-top: 25px;
	line-height: 56px;
	background: url(../images/zq_7.png) center center no-repeat;
}

.yxzq .p2 .more a {
    color: #fff;
}
.yxzq .p3{
	background: url(../images/zq_5_3.jpg);
	padding: 110px 0  139px  0;
	height: 795px;
}

.yxzq .ul-img li img {
    width: 100%;
    height: 176px;
    transition: all .3s;
}

.yxzq .ul-img li:hover img {
    transform: scale(1.1);
}

.yxzq .ul-img li a {
    overflow: hidden;
}
.yxzq .ul-img li .text {
    background: #fff url(../images/zq_9.png)  no-repeat;
    padding: 0 18px;
    padding-bottom: 20px;
    position: relative;
    transition: all .3s;
    background-size: contain;
}

.yxzq .ul-img li:hover .text {
    background: url(../images/zq_10.png) no-repeat;
	background-size: 100% 100%;
}

.yxzq .ul-img li .text h2 {
    background: none;
    height: auto;
    color: #d50f30;
    font-size: 20px;
    line-height: 55px;
    width: 100%;
    border-bottom: 1px solid #d50f30;
    font-weight: bold;
}
.yxzq h3,
.yxzq h4,
.yxzq h2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
    
.yxzq .ul-img li:hover h2 {
    color: #fff;
    border-color: #fff;
}

.yxzq .ul-img li:hover .text p {
    color: #fff;
}

.yxzq .ul-img li .text p {font-size: 14px;color: #333333;line-height: 30px;padding: 10px 0 0px;height: 100px;overflow: hidden;}

.yxzq .ul-img li .text span {
    position: absolute;
    right: 10px;
    font-size: 16px;
    font-weight: normal;
}


.yxzq .p3 li a {
    border-radius: 6px;
	    box-shadow: 1px 0px 9px rgba(68, 68, 68, 0.23137254901960785);
	    margin-bottom: 10px;
}
.yxzq .p3 h3.title {
	    height: 73px;
	    background: url(../images/zq_6.png) center center no-repeat;
	    margin-bottom: 60px;
}
.yxzq .p3 .topic-next,.yxzq .p3 .topic-prev{
	bottom: -24px;
	right: initial;
	top: initial;
	left: initial;
	position: relative;
	display: inline-block;
	width: 94px;
	margin: 0 10px;
	height: auto;
	background: none;
	border: 1px solid #ca0000;
}

.yxzq .p3 .topic-prev {
    border-color: #fff;
}
.yxzq .p3  .zy{
	text-align:center;
	margin-top: 22px;
}
.yxzq .p3 .topic-next span, .yxzq .p3 .topic-prev span {
    font-weight: bold;
    background: #ca0000;
    display: block;
    line-height: 33px;
    margin: 5px;
    text-align: center;
    color: #fff;
    font-family: "����";
    font-size: 20px;
}
.yxzq .p3 .topic-prev span {
    background: #fff;
    color: #afafaf;
}
.yxzq .p4{
	background: url(../images/zq_5_4.jpg);
	/* height: 1380px; */
	padding-top: 75px;
	padding-bottom: 26px;
}

.yxzq .p4 .content {
    overflow: hidden;
}

.yxzq .p4 h3.title {
    height: 73px;
    background: url(../images/zq_8.png) center center no-repeat;
    margin-bottom: 50px;
}

.yxzq .p4 h3.tab {
    text-align: center;
    margin-bottom: 40px;
    overflow: visible;
    white-space: initial;
}

.yxzq .p4 h3.tab a {
    line-height: 36px;
    background: #dddddd;
    display: inline-block;
    padding: 0px 26px;
    font-size: 16px;
    color: #555555;
    vertical-align: middle;
    height: 36px;
    margin: 0 -1px;
}

.yxzq .p4 .p5 {}

.yxzq .p4 .p5 li {
    margin-bottom: 26px;
}

.yxzq .p4 .p5 li .fl {
    width: 18%;
}

.yxzq .p4 .p5 li .fl img {
    width: 100%;
    height: 143px;
}

.yxzq .p4 .p5 li .fr {
    width: 80%;
    border-bottom: 1px dashed #b7b7b7;
    position: relative;
}

.yxzq .p4 .p5 li .fr h4 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}

.yxzq .p4 .p5 li .fr p {
    font-size: 16px;
    width: 70%;
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 19px;
}

.yxzq .p4 .p5 li .fr span {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 0;
}

.yxzq .p4 h3.tab a.current {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #d50f30;
}
.yxzq .p4 .p6{

}

.yxzq .p4 .p6 li, .yxzq .p4 .p8 li {
    float: left;
    width: 23%;
    margin: 0 10px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    /* border-radius: 10px; */
    box-shadow: 1px 0px 9px rgba(68, 68, 68, 0.23137254901960785);
}

.yxzq .p4 .p6 li:hover img, .yxzq .p4 .p8 li:hover img {
    transform: scale(1.1);
}

.yxzq .p4 .p6 li img {
    width: 100%;
    height: 176px;
    transition: all .3s;
}
.yxzq .p6 li .text h2, .yxzq .p8 li .text h2{
	padding-right: 23%;
}
.yxzq .p4 .p7{
    margin-top: -20px;
}

.yxzq .p4 .p7 ul {
    margin-right: -40px;
}

.yxzq .p4 .p7 ul li {
    width: 47%;
    float: left;
    line-height: 47px;
    color: #333333;
    margin-right: 33px;
}

.yxzq .p4 .p7 ul li a {
    color: #333333;
}

.yxzq .p4 .p7 ul li:before {
    background: #999999;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
}
.yxzq .p4 .p8{

}
.yxzq .p4 .p9{

}

.yxzq .p4 .p9 ul {
    margin: 0 -12px;
}

.yxzq .p4 .p9 li {
    width: 393px;
    float: left;
    height: 260px;
    position: relative;
    margin: 0 9px 18px;
    border-radius: 16px;
}

.yxzq .p4 .p9 li img {
    width: 100%;
    height: 100%;
}}

.yxzq .p4 .p9 li a {
    display: block;
}

.yxzq .p4 .p9 li p {
    position: absolute;
    bottom: 0;
    color: #fff;
    white-space: nowrap;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #4444446b;
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
}
.yxzq .p4 .p10{
	padding: 0;
}

.yxzq .p4 .p10 li {
    float: left;
    width: 32.33%;
    position: relative;
    margin: 0;
    height: 262px;
    transition: all 0.3s;
    overflow: hidden;
    margin-left: 1.5%;
    margin-bottom: 1.5%;
    box-shadow: 0 0 9px rgba(68, 68, 68, 0.34);
}

.yxzq .p4 .p10 li:nth-child(3n+1) {
    margin-left: 0;
}

.yxzq .p4 .p10 li:hover p {
    display: block;
}

.yxzq .p4 .p10 li img {
    width: 100%;
}

.yxzq .p4 .p10 li .text {
    position: absolute;
    color: #ffffffe3;
    background: rgba(63, 51, 51, 0.5019607843137255);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 38px;
    transform: translatex(-100%);
    transition: all 0.3s;
}

.yxzq .p4 .p10 li .text h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    color: #f8f8f8;
}

.yxzq .p4 .p10 li .text p {
    font-size: 16px;
    line-height: 30px;
    max-height: 117px;
    overflow: hidden;
}
.yxzq .p4 .p10 li:hover .text{
	transform: translatex(0%);
}
.yxzq .p4 .p10 .more{
	text-align: center;
	font-size: 22px;
	color: #cd030d;
	height: 56px;
	margin-top: 30px;
	line-height: 56px;
	background: url(../images/zq_7_2.png) center center no-repeat;
}
.where a:hover {
    color: #fff;
}
.article_main{
	margin-top: 30px;
	/* padding: 0 30px; */
}
.article_main .fl{
	width: 29%;
	text-align: center;
}

.article_main .fl h4 {
    font-size: 16px;
    padding-bottom: 10px;
}

.article_main .fr {
    width: 71%;
}
.article_main .fl img{
	width: 230px;
	height: auto;
	margin-bottom: 20px;
}
.article_main .fr  h3 {
    background: #ebf2f9;
    height: 30px;
    line-height: 30px;
}
.article_main .fr h3 span {
    padding: 4px 12px;
    background: #5a89ce;
    color: white;
}
.article_main .fr p {
    line-height: 35px;
    margin-top: 12px;
}
.article .option.fixed{
	padding: 10px;
	min-height: 40px;
}