.main-wrapper{
	float: left;
	width: 100%;
	min-width: 320px;
	padding-bottom: 10px;
}
.wp_article_list .list_item .Article_Title {
    display: none !important;
    float: left;
}
.wp_article_list .list_item .pr_fields {
    display: none !important;
    display: inline;
    float: left;
}
.banner img{
	width: 100%;
	max-height: 500px;
}

.banner .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -43.5px;
    outline: 0;
    width: 87px;
    height: 87px;
}

.banner .bx-wrapper .bx-prev {
    left: 5%;
    background: url(../images/prev.png) no-repeat 0 0;
}

.banner .bx-wrapper .bx-next {
    right: 5%;
    background: url(../images/next.png) no-repeat 0 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c8bdb1;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto{
	bottom: 10px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #0068b7;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0068b7;
	width: 26px;
}

.main-left,
.main-right{
	margin-top: 25px;
}

.main-left{
	width: 30%;
}

.main-system{
	width: 21%;
}

.main-right{
	width: 65%;
}

.main-right-top{
	width: 75%;
}

.main-right-1{
	width: 60.5%;
}

.main-right-2{
	width: 34%;
}

.word-list{
	margin-top: 14px;
}

.word-list li{
	margin-bottom: 26px;
}

.word-list li:last-child{
	margin-bottom: 0;
}

.word-list .media-left{
	float: left;
	text-align: right;
	height: 52px;
	padding-right: 12px;
	margin-right: 14px;
	border-right: 1px solid #d2d2d2;
	width: 40px;
}

.word-list .media-left strong{
	display: block;
	font-size: 18px;
	color: #898989;
    margin: 4px 0 3px;
}

.word-list .media-left small{
	display: block;
	font-size: 12px;
	color: #898989;
}

.word-list .media-right{	
	vertical-align: middle;
	height: 52px;
	width: 1000px;
}

.word-list .media-right p{
	font-size: 16px;
	color: #010101;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}

.word-list a{
	display: table-cell;
}

.word-list a:hover .media-right p{
	color: #0068b7;
}

.index-content1{
	width: 100%;
	float: left;	
}

.index-content1-title{
	padding: 8px;
	background: #e5e5e5;
	text-align: center;
}

.index-content1-title{
	font-size: 16px;
	font-weight: bold;
	color: #0068b7;
}
.index-content1-list{
	display: inline-block;
    border: 1px solid #e5e5e5;
    margin-top: -3px;
}
.index-content1-title span{
	position: relative;
	display: inline-block;
	padding: 0 16px;
}

.index-content1-title span:before{
	content: '';
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-left: 6px solid #f0c88c;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3.5px;
}

.index-content1-title span:after{
	content: '';
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-right: 6px solid #f0c88c;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3.5px;
}


.index-content1-list li{
    display: inline-block;
    text-align: center;
    margin: 17px 17px 8px;
    width: 35%;
    vertical-align: top;
}

.index-content1-list li a{
	display: block;
}

.index-content1-list li a:hover h5{
	color: #0068b7;
}

.index-content1-list li img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.index-content1-list li h5{
	font-size: 14px;
	color: #000;
	font-weight: normal;
    line-height: 21px;
}

.main-title{
	float: left;
	width: 100%;
	/*border-bottom: 2px solid #e5e5e5;*/
	overflow: auto;
	white-space: nowrap;
	min-height: 45px;
	position: relative;
	z-index: 1;
	text-align: left;
}

.main-title:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	bottom: 2px;
}

.main-title h4{
	position: relative;
	z-index: 9;
	display: inline-block;
	font-size: 18px;
	padding-bottom: 7px;
	border-bottom: 2px solid transparent;
	margin-right: 25px;
	cursor: pointer;
	margin-top: 15px;
	font-weight: normal;
	color: #666;
}

.main-title h4.active{
	border-bottom: 2px solid #0068b7;
	color: #0068b7;
	font-weight: bold;
}

.main-title a{
	float: right;
	font-size: 12px;
	color: #666;
	margin-top: 17px;
}

.main-title a:hover{
	color: #0068b7;
}

.index-content1-list2 {
	margin-top: 14px;
	float: left;
	width: 100%;
}

.index-content1-list2 li{
	float: left;
	width: 100%;
}

.index-content1-list2 .list-F{
	padding-bottom: 10px;
	border-bottom: 1px dashed #e5e5e5;
}

.index-content1-list2 .list-F .media-left{
	float: left;
}

.index-content1-list2 .list-F .media-left strong{
	display: block;
	width: 45px;
	text-align: center;
	height: 31px;
	line-height: 31px;
	font-size: 18px;
	color: #fff;
	background: #3083c2;
}

.index-content1-list2 .list-F .media-left small{
	display: block;
	width: 45px;
	text-align: center;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	color: #3083c2;
	background: #eee;
}

.index-content1-list2 .list-F .media-right{
	padding-left: 20px;
}

.index-content1-list2 .list-F .media-right h4{
	color: #0068b7;
	font-size: 16px;
	max-height: 17px;
	overflow: hidden;
	margin-bottom: 11px;
}

.index-content1-list2 .list-F .media-right p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.index-content1-list2 .list-F .media-right a{
	display: block;
}

.index-content1-list2 .list-S{
	padding-left:90px;
	margin-top: 17.7px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-content1-list2 .list-S span{
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 2px;
	left: 0;
}

.index-content1-list2 .list-S a{
	margin-right:5px;
	color: #000;
	font-size: 16px;
}
.index-content1-list2 .list-S a font,.index-content1-list2 .list-F .media-right a font{
	color: #000!important;
	font-weight: normal!important;
}

.index-content1-list2 .list-S a:hover,.index-content1-list2 .list-S a:hover font,.index-content1-list2 .list-F .media-right a:hover font{
	color: #0068b7!important;
}

.column-img{
	width: 100%;
	margin-top: 11px;
}

.main-list li{
	padding-left: 19px;
	margin: 13px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.main-list li:before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bfbfbf;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.main-list li a{
	font-size: 16px;
	color: #000;
}

.main-list li a:hover{
	color: #0068b7;
}

.left-side,
.right-side{
    width: 46.2%;
}

.right-side .main-list li:before{
	content: '';
	width: 12px;
	height: 13px;
	background: url(../images/download.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 0;
	margin-top: -6.5px;
}

.index-content3{
	margin: 20px 0;
}

.index-content3 .main-title{
	margin-bottom: 20px;
}

.index-content3 .main-title h4{
	margin-right: 45px;
}

.index-tab3{
	float: left;
	width: 100%;
	padding: 20px 0;
	position: relative;
	background: url(../images/index-content3-bg.png) center center no-repeat;
	background-size: cover;
}

.index-tab3 a{
	float: left;
	width: 100%;
	display: block;
	padding: 20px 0;
}

.index-tab3-left{
	float: left;
	width: 21%;
	text-align: center;
	border-right: 1px dashed #d2d2d2;
	padding: 0 1%;
}

.index-tab3-left img{
	margin-bottom: 20px;
}

.index-tab3-left h4{
	font-size: 18px;
	color: #0068b7;
	font-weight: normal;
}

.index-tab3-middle{
	float: left;
	width: 64%;
	padding: 0 3%;
}

.index-tab3-middle p{
	font-size: 14px;
	color: #131313;
	line-height: 26px;
}

.index-tab3-right{
	float: left;
	width: 15%;
	text-align: right;
}

.index-tab3-right img{
	margin-right: 25%;
	transition: all .2s ease-in;
}

.index-tab3:hover .index-tab3-right img{
	margin-right: 15%;
}

.common-content{
	float: left;
	width: 100%;
	min-height: 400px;
	padding-bottom: 30px;
}

.common-left{
	width: 22%;
}

.common-right{
	width: 72%;
}

.local-title{
	font-size: 22px;
	color: #ededed;
	background: #0068b7;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -60px;
	position: relative;
}

.navlist2{
	padding: 7px 11px;
	background: #ededed;
}

.navlist2>li{
	margin-bottom: 5px;
}

.navlist2>li>a{
	display: block;
	padding: 15px 22px 15px 46px;
	color: #333;
	font-size: 16px;
	position: relative;
}

.navlist2>li>a.active:before{
	content: '';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 5px solid #0068b7;
	position: absolute;
	top: 50%;
	margin-top: -4.5px;
	left: 24px;
}

.navlist2>li>a:hover,
.navlist2>li>a.active{
	background: #fff;
	color: #0068b7;
}

.thr-sub{
	background: #fff;
	display: none;
}

.thr-sub>li>a{
	display: block;
    font-size: 14px;
    color: #333;
    padding: 0 10px 15px 70px;
    position: relative;
}

.thr-sub>li>a:hover{
	color: #0068b7;
}

.thr-sub>li>a.active{
	color: #0068b7;
}

.thr-sub>li>a.active:before{
	content: '';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 5px solid #0068b7;
	position: absolute;
	top: 5px;
	left: 55px;
}

.no-ac:before{
	display: none;
}

.four-sub>li>a{
    display: block;
    font-size: 13px;
    color: #333;
    padding: 0 10px 15px 109px;
    position: relative;
}

.four-sub>li>a:hover{
	color: #0068b7;
}

.four-sub>li>a.active{
	color: #0068b7;
}

.four-sub>li>a.active:before {
    content: '';
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 5px solid #0068b7;
    position: absolute;
    top: 5px;
    left: 95px;
}

.four-sub{
	display: none;
}

.sub-open{
	display: block;
}

.common-left-link{
	margin-top: 70px;
}

.common-local{
	margin-top: 22px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	color: #333;
}

.common-local img{
	float: left;
    margin: 2px 7px 0 0;
}

.common-local a{
	color: #333;
}

.common-local a:hover{
	color: #0068b7;
}

.common-list{
	margin-top: 10px;
}

.common-list>li{
	position: relative;
	border-bottom: 1px dashed #e5e5e5;
}

.common-list>li a{
	display: block;
	padding: 18px 122px 18px 20px;
	color: #000;
	font-size: 16px;
	line-height: 29px;
}

.common-list>li a:before{
	content: '';
	border-top: 6.5px solid transparent;
	border-bottom: 6.5px solid transparent;
	border-left: 7px solid #d2d2d2;
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	left: 0;
}

.common-list>li a:hover{
	color: #0068b7;
}

.common-list>li a:hover:before{
	border-left: 7px solid #0068b7;
}

.common-list>li span{
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 50%;
    margin-top: -8.5px;
    right: 0;
}

.list-title {
	border-bottom: 2px solid #0068b7;
	float: left;
	width: 100%;
	margin-top: -12px;
    position: relative;
}

.list-title h4 {
	font-size: 17px;
	background-color: #0068b7;
	padding: 6px 15px;
	color: #fff;
}

.list-show {
	color: #0068b7;
	margin-top: 13px;
	font-size: 15px;
	cursor: pointer;
}

.article-title{
	font-size: 22px;
	color: #0068b7;
	text-align: center;
	margin:29px 0 20px;
	line-height: 27px;
}

.article-small{
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}

.article-small span{
	margin: 0 15px;
}

.photo-list,
.photo-list>li{
	float: left;
	width: 100%;
}

.photo-list>li{
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}

.photo-left{
	float: left;
	width: 185px;
	height: 130px;
	margin-right: 25px;
	overflow: hidden;
	position: relative;
}

.photo-left a{
	display: block;
	padding-top: 70%;
}

.photo-left img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.photo-left a:hover img{
	transform: scale(1.1);
}

.photo-right{
	display: table-cell;
}

.photo-right h4{
	overflow: hidden;
	height: 31px;
	line-height: 27px;
	margin-top: 5px;
}

.photo-right h4 a{
	font-size: 16px;
    font-weight: normal;
    color: #000;
}

.photo-right h4 a:hover{
	color: #0068b7;
}

.photo-right small{
	display: block;
	padding-left: 22px;
	background: url(../images/time-icon.png) left center no-repeat;
	color: #999;
	margin-top: 5px;
}


.photo-right p{
	font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}


@media (min-width: 991px) {
	.common-left{
		display: block !important;
	}
}

@media (max-width: 1200px) {
	.main-system{
		width: 25%;
	}
	.main-right-top{
		width: 71%;
	}
	.index-content1-list li {
        margin: 20px 4px 4px;
    	width: 45%;
	}
	
}

@media (max-width: 991px) {
	.banner .bx-wrapper .bx-controls-direction a{
		display: none;
	}
	.index-content1-list{
		text-align: center;
	}
	.main-left,
	.main-right{
		width: 100%;
		margin-top: 25px;
	}
	.common-left{
		display: none;
	}
	.common-left,
	.common-right{
		width: 100%;
	}
	.common-left-link{
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.left-side,
	.right-side{
	    width: 100%;
	}
	.index-tab3-left{
		width: 100%;
		border-right: none;
		padding: 0 0 20px;
	}
	.index-tab3-left img {
    	margin-bottom: 10px;
	}
	.index-tab3-middle{
		width: 100%;
		padding: 0 0 20px;
	}
	.index-tab3-middle p{
		text-align: center;
	}
	.index-tab3-right{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.index-tab3-right img{
		margin-right: 0;
	}
	.index-tab3:hover .index-tab3-right img{
		margin-right: 0;
	}
	.main-right-1,
	.main-right-2{
		width: 100%;
	}
	.main-right-2{
		margin-top: 20px;
	}
	.common-list>li a{
		padding-right: 82px;
	}
	.photo-left{
		float: none;
	    margin-right: 0;
	    width: 100%;
	    height: auto;
	}
	.photo-right p{
		line-height: 20px;
    	-webkit-line-clamp: 4;
    	margin-top: 7px;
	}
}

.wp_articlecontent{
	padding: 15px 0;
}

/*页码样式调整*/

.wp_paging {
	float: none;
	text-align: right;
	margin-top: 20px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
	float: none;
}

.wp_paging a.pagingJump {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background: #0068b7;
	color: #fff;
	padding: 0 3px 0 7px;
	border-radius: 5px;
	margin-left: -7px;
	margin-bottom: 3px;
}

.wp_paging a.pagingJump:hover {
	color: #fff;
}

.wp_paging li span.pages {
	margin-left: 15px;
	margin-top: -2px;
}

.wp_paging li input {
	width: 55px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	margin-top: -25px;
}
