﻿body {
	background-color: #f6f7fb;
}

.banner {
	width: 100%;
	height: 380px;
	background: url(../image/banner.jpg) center no-repeat;
}

.contentwrap {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../image/page_bgl.png) left bottom no-repeat, url(../image/page_bgr.png) right 0 no-repeat;
}

.content {
	width: 1200px;
	margin: 0 auto 0;
	background-color: #fff;
	position: relative;
}

.content__left {
	width: 280px;
	padding-bottom: 24px
}

.content__left_tit {
	width: 280px;
	padding: 20px 0 0 20px;
	height:76px;
	background: url(../image/tit_bg.jpg);
	color: #FFFFFF;
}
.content__left_tit h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
}
.content__left_tit p {
	font-size: 11px;
	color: #a1ce89;
}

.content__left_nav {
	padding: 0 20px;
}

.content__left_nav a {
	line-height: 64px;
	display: block;
	border-bottom: 1px dashed #e6e6e6;
}

.content__left_nav a i {
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../image/arrow.png);
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content__left_nav a span {
	font-size: 18px;
	color: #636466;
	vertical-align: middle;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content__left_nav a:hover i,
.content__left_nav a.on i {
	background: url(../image/arrow_hover.png);
}

.content__left_nav a:hover span,
.content__left_nav a.on span {
	color: #f18f57;
}

.content__left_search {
	width: 240px;
	height: 36px;
	background-color: #ffffff;
	margin: 24px 0 0 20px;
	font-size: 0;
	position: relative;
}

.content__left_search input {
	width: 186px;
	height: 36px;
	border: solid 1px #cccccc;
	border-right: 0;
	line-height: 36px;
	padding: 0 16px;
	font-size: 14px;
}

.content__left_search input:focus {
	border-color: #6eba44;
}

.content__left_search a {
	display: inline-block;
	width: 54px;
	height: 36px;
	background-color: #6eba44;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}

.content__left_search a span {
	position: relative;
	z-index: 2;
}

.content__left_search a:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: #f18f57;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content__left_search a:hover:before {
	width: 100%;
}

.content__right {
	width: 920px;
	border-left: 1px solid #e6e6e6;
}

.content__right_title {
	line-height: 75px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 30px;
}

.content__right_title span:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #636466;
}

.content__right_title span:first-child:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url(../image/icon_lines.png) center no-repeat;
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.content__right_title span:last-child a,
.content__right_title span:last-child label {
	font-size: 14px;
	color: #adafb3;
}

.content__right_title span:last-child a {
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content__right_title span:last-child a:hover {
	color: #f18f57;
}

.content__right_text {
	padding: 0 30px 45px;
}

.new_box li {
	padding: 40px 0; 	border-bottom: 1px solid #ececec; background-color: #fff;
}
.news-img {
	  float: left;
	  display: block;
    width: 320px;
    height: 200px;
    overflow: hidden;
}
.news-img img{
	  width: 320px;
    height: 200px;
    transition: all .5s;
}
.news-img img:hover{
	transform:scale(1.1);
	}
	

.list-date {
	width: 55px;
	overflow: hidden;
	margin: 0 35px;
}

.list-date01 {
	font-size: 48px;
	color: #797979;
}

.list-datLine {
	background-color: #d3d3d3;
	width: 12px;
	height: 1px;
	float: right;
}

.list-date02 {
	font-size: 14px;
	color: #c0c0c0;
	white-space: nowrap;
	margin-top: 8px;
}

.list-img {
	width: 254px;
	height: 154px;
	margin: 0 27px 0 33px;
}

.list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.list-text {
	width: 400px;
}

.list-title a {
	font-size: 20px;
	color: #3d3d3d;
	line-height: 20px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.list-title  a:hover{
	color: #f18f57; ;
}
.list-detail {
	font-size: 13px;
	color: #807f7f;
	line-height: 30px;
	margin: 18px 0 30px;
}

.page_box {
	margin: 40px auto 0;
	text-align: center;
}

.page_box li {
	display:inline-block;
	margin: 0 3px;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	background: #f0f0f0;
	border: 1px solid #dbdbdb;
	cursor: pointer;
}
.page_box li a{
	display: block;
}

.page_box > span i:last-of-type {
	color: #ee2e32;
}


.page_box .current,
.page_box li:hover {
	background: #6eba44;
	border-color: #6eba44;
	color: #fff;
}

.page_box li:hover a{
	color: #FFFFFF;
}