﻿.banners-pc {
	clear: both;
	height: 500px;
}
.banners-pc .frame {
	height: 500px;
	background: no-repeat center center;
	background-size: cover;
}
.banners-mb {
	display: none;
	clear: both;
	height: 700px;
}
.banners-mb div {
	height: 100%;
}
.banners-mb .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
 @media (max-width: 1024px) {
.banners-pc {
	display: none;
}
.banners-mb {
	display: block;
}
}
 @media (max-width: 1024px) {
.c_nav .list > li {
	width: 50%;
}
}
.inform {
	overflow: hidden;
	background: #eff1f6;
	padding: 58px 0;
}
.inform .left {
	float: left;
	overflow: hidden;
	height: 315px;
}
.inform .left .box {
	display: block;
}
.inform .left .pic {
	float: left;
	min-width: 461px;
	height: 315px;
}
.inform .left .pic img {
	width: 100%;
}
.inform .left .font {
	float: left;
	max-width: 252px;
	height: 315px;
	padding: 55px 35px 0 29px;
	border: 1px solid #dedee2;
}
.inform .left .font .p1 {
	font-size: 16px;
	font-weight: bold;
	color: #4e4e4e;
	padding-bottom: 36px;
}
.inform .left .font .p2 {
	color: #7e7e7e;
	line-height: 24px;
	height: 70px;
	overflow: hidden;
}
.inform .left .font .btn {
	padding-top: 36px;
}
.inform .left .font .btn .more {
	padding: 10px 16px;
	background: #0059b3;
	color: #fff;
	display: inline-block;
}
.inform .right {
	float: right;
	max-width: 450px;
}
.inform .right .list {
	margin-bottom: -14px;
}
.inform .right .list > li {
	padding-bottom: 14px;
}
.inform .right .list > li .box {
	width: 100%;
	border: 1px solid #dedee2;
	padding: 18px 45px 10px 38px;
	display: block;
}
.inform .right .list > li .box .p1 {
	font-size: 16px;
	color: #535353;
}
.inform .right .list > li .box .p2 {
	font-size: 12px;
	color: #7e7e7e;
	padding-top: 12px;
	line-height: 24px;
	height: 55px;
	overflow: hidden;
}
.inform .right .list > li .box .btn {
	margin-top: 20px;
}
.inform .right .list > li .box .btn .more {
	color: #888;
}
 @media (max-width: 1024px) {
.inform .left {
	float: none;
	height: auto;
}
.inform .left .pic {
	float: none;
	text-align: center;
	padding-bottom: 10px;
	min-width: auto;
	height: auto;
}
.inform .left .pic img {
	width: auto;
}
.inform .left .font {
	float: none;
	max-width: none;
	max-width: none;
	height: auto;
	padding: 10px;
}
.inform .left .font .p1 {
	text-align: center;
	padding-bottom: 20px;
}
.inform .left .font .p2 {
	height: auto;
	overflow: auto;
}
.inform .left .font .btn {
	text-align: center;
	padding-top: 20px;
}
.inform .right {
	float: none;
	max-width: none;
	width: 100%;
	margin-top: 20px;
}
.inform .right .list > li .box {
	padding: 18px 10px 10px 10px;
}
.inform .right .list > li .box .p2 {
	height: auto;
	overflow: auto;
}
}
.news {
	margin-top: 42px;
}
.news .offset .list {
	margin-bottom: -42px;
}
.news .offset .list > li {
	padding-bottom: 42px;
}
.news .offset .list > li .box {
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 34px;
	overflow: hidden;
}
.news .offset .list > li .box .time {
	float: left;
	margin-right: 14px;
	padding: 14px 11px;
	border: 2px solid #dfdfdf;
}
.news .offset .list > li .box .time .date {
	font-size: 18px;
	text-align: center;
	padding-bottom: 8px;
	color: #747474;
}
.news .offset .list > li .box .time .year {
	font-size: 12px;
	text-align: center;
	color: #6f6f6f;
}
.news .offset .list > li .box .font {
	float: left;
	max-width: 1115px;
}
.news .offset .list > li .box .font .p1 {
	font-size: 18px;
	color: #565656;
	padding-bottom: 18px;
}
.news .offset .list > li .box .font .p2 {
	font-size: 12px;
	color: #808080;
	line-height: 24px;
}
.news .offset .list > li .box .font .btn {
	padding-top: 16px;
}
.news .offset .list > li .box .font .btn .more {
	color: #0059b3;
	text-decoration: underline;
}
 @media (max-width: 1024px) {
.news .offset .list > li .box .time {
	float: none;
	padding: 10px 0;
	margin-right: 0;
}
.news .offset .list > li .box .font {
	float: none;
	max-width: none;
	width: 100%;
	margin-top: 20px;
}
}