body{
	 color: #fff;
 }
 .row{ 
 }
 .whitebg{ 
	 background-color:#fff;
	 height:100%;
 }
 .section-sub{
	 width: 90%;
	  padding:30px 5% 30px 10% ; 
 }
 .list-4 li   {
 	  background-color:#fefefe;
 }
.list-4 li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .img-center {
	float: left;
	width: 250px;
}
.list-4 li .text {
	margin: 0 0 0 290px;
	position: relative;
	padding-right: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
}
.list-4 li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}
.list-4 li .date {
	position: absolute;
	right: 30px;
	top: 0;
}
.list-4 li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}
.list-4 li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}
.list-4 li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}
.list-4 li a:hover {
	padding-left: 30px;
}
.list-4 li a:hover .text {
	padding-right: 150px;
}
.list-4 li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.news-left {
	float: left;
	width: 70%;
	padding:0 2%;
}
.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-title h1 {
	margin: 0;
	font-size: 28px;
	font-weight: normal;
	color: #4555FE;
}
.news-title p {
	margin: 10px 0 0;
	font-size: 0;
}
.news-title p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}
.news-title p span.i1 {
	background-image: url(../images/920_newscon1.png);
}
.news-title p span.i2 {
	background-image: url(../images/920_newscon2.png);
}
.news-title p span.i3 {
	background-image: url(../images/920_newscon3.png);
}
.news-content {
	line-height: 1.8;
	margin-bottom: 30px;
	color: #000;
}
.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.news-exp {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	overflow: hidden;
}
.news-exp a {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child {
	text-align: right;
}
.news-panel {
	margin-top: 40px;
}
.news-panel .tit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-panel .tit .fh {
	float: right;
	color: #999;
	font-size: 16px;
	padding-left: 25px;
	background: url(../images/920_fh.png) no-repeat 0 center;
}
.news-panel .tit .fh:hover {
	color: #4555FE;
}
.news-panel .tit span {
	display: inline-block;
	font-size: 24px;
	border-bottom: 2px solid #4555FE;
	color: #4555FE;
	margin-bottom: -1px;
	padding-bottom: 15px;
	line-height: 1;
}
.list-5 {
	margin-left: -20px;
	margin-top: -15px;
}
.list-5 li {
	float: left;
	width: 50%;
}
.list-5 li a {
	display: block;
	margin-left: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-5 li span {
	float: right;
	color: #999;
}
.news-right {
	float: right;
	width: 30%;
	padding:0 2%;
}
.news-banner .img-center {
	overflow: hidden;
}
.news-banner .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news-banner .img-center a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-act-menu {
	overflow: hidden;
}
.news-act-menu li {
	float: left;
	width: 50%;
}
.news-act-menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}
.news-act-menu li.active a {
	background-color: #4555FE;
	color: #fff;
}
.list-6 {
}
.list-6 li {
	border-top: 1px solid #efefef;
}
.list-6 li a {
	display: block;
	padding: 20px;
}
.list-6 li a:hover {
	background-color: #f5f5f5;
}
.list-6 li h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-6 li p {
	font-size: 0;
	margin: 10px 0 0;
}
.list-6 li p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}
.list-6 li p span.i1 {
	background-image: url(../images/920_newscon1.png);
}
.list-6 li p span.i2 {
	background-image: url(../images/920_newscon2.png);
}
.news-box {
	margin-top: 20px;
	border: 1px solid #efefef;
	box-shadow: 0 5px 5px -5px #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.news-box.msg {
	padding: 20px;
	background-color: transparent;
}
.news-box.msg h4 {
	font-size: 18px;
}
.news-box.msg form {
	margin-left: 0;
}
.news-box.msg .form-group {
	background-color: #f0f0f0;
	margin-left: 0;
	width: 100%;
}
.news-box.msg .form-group.yzm .form-control {
	width: 133px;
}