.common-box{
	float: left;
	width: 100%;
	background: rgba(255,255,255,.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
	/* padding: 40px 35px; */
	padding:0px 15px;
}
.main-left{
	position: relative;
	/* width: 59.5%; */
	width: 47.8%;
	float: left;
}
.main-right{
	position: relative;
	/* width: 37.3%; */
	width: 47.8%;
	float: right;
}

.mian-content1 {
	width: 100%;
}
.main-left1 {
	width: 30.7%;
	float: left;
	margin-right: 2%;
}
.main-middle1 {
	width: 32.4%;
	float: left;
	margin-right: 2%;
}
.main-right1{
	width: 32.4%;
	float: left;
}

.main-title {
	margin: 24px 0 10px;
	border-bottom: 4px solid #e5e5e5;
}

.main-title h4{
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	color: #0e6797;
	border-bottom: 4px solid #298cc0;
	margin-bottom: -4px;
}

.main-title a{
	float: right;
	color: #666666;
	font-size: 12px;
	line-height: 36px;
}

.main-title a:hover{
	color: #0b7eb7;
}

.main-list1 li{
	float: left;
	width: 100%;
}

.main-list1 a{
	float: left;
	width: 100%;
}

.main-list1 .list-F a{
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 50px 8px 15px;
	font-size: 16px;
	color: #000000;
}

.main-list1 .list-F a:hover{
	color: #0b7eb7;
}

.main-list1 .list-F a:before{
	content: '';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 6px solid #298cc0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4.5px;
	transition: all .2s ease-in;
}

.main-list1 .list-F a:hover:before{
	left: 4px;
}

.main-list1 .list-F a span{
	font-size: 12px;
	color: #666666;
	position: absolute;
	right: 0;
	height: 17px;
	line-height: 17px;
	top: 50%;
	margin-top: -8.5px;
}

/* 去掉a标签前面的伪类 */
.no-before .list-F a{
	padding: 8px 50px 8px 0px;
}
.no-before .list-F a:before{
	display: none;
}
/* 调整去掉a标签后面的日期后的样式 */
.no-date .list-F a{
	padding: 8px 0px 8px 15px;
}

.have-img .main-list1 {
	margin-left: 200px;
}
.main-list1-img {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 185px;
	height: 165px;
}



.main-list2 li a{
	display: block;
	width: 100%;
	padding-bottom:12px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
}

.main-list2 li:last-child a{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.main-list2 li a .media-left{
	text-align: center;
}

.main-list2 li a .media-left strong{
	display: block;
	font-size: 20px;
	color: #0e6797;
	width: 50px;
	height: 30px;
	line-height: 30px;
	background: #eee;
}

.main-list2 li a .media-left small{
	display: block;
	width: 50px;
	height: 21px;
	font-size: 12px;
	color: #fff;
	background: #cb686a;
	line-height: 21px;
}

.main-list2 li a .media-right{
	vertical-align: middle;
	padding-left: 15px;
}

.main-list2 li a .media-right p{
	color: #000;
	font-size: 16px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}

.main-list2 li a:hover .media-right p{
	color: #0e6797;
}

.common-left{
	float: left;
	/* width: 229px; */
	/* width: 236px; */
	width: 20.2%;
	margin-top: 33px;
	margin-left: 7px;
}

.left-box{
	background: #eee;
}

.left-box h4{
	font-size: 20px;
	color: #ffffff;
	background: #0b7eb7;
	padding: 21px 21px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.left-box h4:before{
	content: '';
	width: 4px;
	height: 20px;
	background: #0b7eb7;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.navlist2 li a{
	color: #333333;
}

.navlist2 li a:hover{
	color: #0b7eb7;
}

.navlist2-item>a {
	display: block;
	font-size: 16px;	
	border-bottom: 1px solid #ffffff;
	padding: 18px 33px 18px 20px;
	position: relative;
}

.navlist2-item>a:after{
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/icon_right.png) center center no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.navlist2-item>a.active:after,
.navlist2-item>a:hover:after{
	background: url(../images/icon_right_active.png) center center no-repeat;
}

.navlist2-item>a.active{
	color:  #0b7eb7;
}

.rotate:after{
	transform: rotate(90deg);
}

.thr-sub{
	display: none;
	background: #eee;
	border-bottom: 1px solid #ffffff;
}

.thr-sub a {
	display: block;
	padding: 7px 33px 8px;
	font-size: 14px;
	color: #333333;
}

.thr-sub a:hover{
	color: #0b7eb7;
}

.thr-sub a.active{
	font-weight: bold;
	color: #0b7eb7;
}

.sub-open{
	display: block;
}

.list-title {
	margin-top: 10px;
	border-bottom: 1px solid #0e6797;
	float: left;
	width: 100%;
}

.list-title h4 {
	float: left;
	font-size: 18px;
	background-color: #0e6797;
	padding: 8px;
	color: #fff;
}

.list-show {
	color: #0e6797;
	margin-top: 17px;
	font-size: 15px;
	cursor: pointer;
}

.common-right{
	float: right;
	/* width: 76%; */
	/* width: 876px; */
	width: 74.7%;
	min-height: 700px;
	margin-top: 33px;
	margin-bottom: 65px;
	margin-right: 7px;
}

.local {
	height: 40px;
	border-bottom: 4px solid #e5e5e5;
}

.local-title {
	float: left;
	margin-bottom: -4px;
	border-bottom: 4px solid #0b7eb7;
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	font-weight: bold;
}

.link-local {
	float: right;
}

.link-local a {
	color: #666666;
	font-size: 12px;
	line-height: 36px;
}
.link-local img{
	margin-right: 7px;
}

.link-local a:hover{
	color:#0b7eb7;
}

.common-list .list-F a{
	padding: 8px 145px 8px 20px;
	border-bottom: 1px solid #eeeeee;
	line-height: 30px;
	max-height: 76px;
	white-space: normal;
	/* white-space: nowrap; */

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.common-list .list-F a:before{
	border-left: 6px solid #b5b5b5;
	position: absolute;
	left: 0px;
	top: 23px;
	margin-top: -4.5px;
}

.common-list .list-F a span{
	position: absolute;
	right: 0px;
	top: 23px;
	margin-top: -8.5px;
}


.page-select {
	float: right;
    margin: 45px 0px 0px auto;
}
.page-select img {
	margin-right: 9px;
}
.page-select img:nth-child(4){
  margin-right: 24px;
}
.page-select span {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-right: 8px;
	color: #131313;
}
.page-select input {
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	width: 55px;
	height: 22px;
	margin-right: 8px;
}
.page-select button {
	width: 55px;
	height: 22px;
	color: #ffffff;
	background:#0b7eb7;
	border: none;
}

.article-title{
	text-align: center;	
	font-size: 22px;
	line-height: 39px;
	color: #0b7eb7;
	padding: 34px 96px 0px 96px;
}

.article-small {
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	margin: 30px 0px;
}

.article-small span{
	display: inline-block;
	font-size: 12px;
	padding: 0 18px;
	line-height: 21px;
}

.banner{
	float: left;
	width: 100%;
	margin-top: 40px;
}

.banner ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 265px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner ul li a h4{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
}

.banner ul li a h4 span{
	font-size: 14px;
	padding: 10px 125px 10px 15px;
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto{
	right: 10px;
	bottom: 4px;
	width: auto;
	padding-top: 0;
}

/* 更改轮播图pager的样式 */
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(0,0,0,0.3);
    width: 11px;
    height: 11px;
    margin: 0 3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffffff;
}

