.header .nav a {
    color: #0f6bb0;
}
.header .nav span {
    background: #0f6bb0;
}
.flexslider {
	height: 400px;
	margin-top: 83px;
}
.slides li {
	height: 400px;
}
.news_title {
	border-bottom: 2px solid #DDDDDD;
}
.news_title ul li {
	float: left;
	line-height: 62px;
	font-weight: bold;
	font-size: 18px;
	color: #595959;
	margin-right: 69px;
}
.news_title ul li button {
	background: transparent;
	outline: none;
	border: none;
}
.news_title .container {
	min-width: 1000px;
}
.news_title ul li .active {
	color: #0F6BB0;
}
.content {
	margin-top: 81px;
	margin-bottom: 107px;
}
.content .container {
	min-width: 1000px;
}
.content .banner h1{
	margin-top:226px;
	line-height: 48px;
	font-size: 48px;
	color: #fff;s
}
.content .banner p {
	line-height: 38px;
	font-size: 18px;
	color: #fff;
}
.content .container .news {
	height: 200px;
	margin-bottom: 40px;
	background: #F8F8F8;
	letter-spacing: 2px;
}
.container .news .news_left{
	float: left;
	width: 280px;
	height: 200px;
}
.container .news .news_right{
	float: right;
	width: 890px;
	height: 200px;
	padding: 35px;
}
.news .news_right h1{
	font-weight: bold;
	font-size: 22px;
	color: #0F6BB0;
	margin-bottom: 20px;
}
.news .news_right p {
	line-height: 24px;
	font-size: 14px;
	color: #828282;
	margin-bottom: 25px;
}
.news_right .dibu span{
	float: left;
	color: #828282;
	font-size: 14px;
}
.news_right .dibu a{
	float: right;
	font-size: 14px;
	color: #0F6BB0;
}
.content img {
	max-width: 100%;
}
.content .buttons {
	margin-left: 330px;
}
.buttons a{
	float: left;
	display: inline-block;
	line-height: 38px;
	padding: 0 11px;
	font-size: 16px;
	color: #5D5D5D;
	border: 1px solid #D5D5D5;
	margin-right: 20px;
}
.content .buttons ul li {
	float: left;
}
.buttons ul li a{
	display: none;
	line-height: 38px;
	padding: 0 11px;
	font-size: 16px;
	color: #5D5D5D;
	border: 1px solid #D5D5D5;
	margin-right: 20px;
}
.buttons ul li a.select {
	border: 1px solid #126db1;
}
#banner {
	background:url(../images/news_banner.png) center center no-repeat;
}

@media only screen and (max-width: 1366px) {
#banner {
	background:url(../images/news_banner1.png) center center no-repeat;
}
@media only screen and (max-width: 1200px) {
.container .news .news_left{
	width: 240px;
}
.container .news .news_right{
	width: 760px;
}
.content .buttons {
	margin-left: 290px;
}
}
@media only screen and (max-width: 750px) {
.content {
}
	
}