@charset "utf-8";
/* CSS Document */
@import url('css.css');
/*=============================================================
  article
  =============================================================*/
.article {
	width: 100%;
	padding: 60px 0px 90px;
	background-color: #f5f5f5;
}
.address {
	width: 1200px;
	margin: 0 auto;
	color: #777777;
}
.address a {
	font-size: 18px;
	line-height: 30px;
	color: #275ba9;
	margin: 0 18px;
}
.address a:nth-of-type(1) {
	margin-left: 0 !important;
}
.address a:hover {
	text-decoration: underline;
}
.address span {
	font-size: 18px;
	line-height: 30px;
	margin: 0 18px;
}
.article-con {
	width: 1200px;
	height: auto;
	margin: 40px auto 0px;
	clear: both;
	overflow: hidden;
}
.article-left {
	float: left;
	width: 830px;
	height: auto;
}
.article-ny {
	width: 830px;
	height: auto;
	padding: 80px 54px;
	background-color: #fff;
}
.article-ny h3 {
	font-size: 20px;
	color: #333;
	text-align: center;
}
.article-ny .keywords {
	text-align: center;
	margin: 25px 0px 50px;
}
.article-ny .keywords span {
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
}
.article-ny .keywords span:nth-of-type(2n + 1) {
	background-color: #dae8fc;
	color: #285baa;
}
.article-ny .keywords span:nth-of-type(2n) {
	background-color: #ffe2e1;
	color: #e0251e;
}
.source {
	height: 50px;
	font-size: 14px;
	color: #777;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 10px;
}
.source span {
	line-height: 40px;
	margin-right: 35px;
}
.share {
	width: 276px;
	line-height: 40px;
	display: inline-block;
	float: right;
}
.social-share {
	float: right;
}
.article-p p {
	margin-top: 15px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
}
.article-p p img,
.article-p img {
	max-width: 100%;
}
.article-title {
	margin: 50px auto;
}
.article-title a {
	width: 340px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	font-size: 16px;
	color: #999;
	padding: 0 16px;
	border: 1px solid #999;
	border-radius: 38px;
}
.article-title a.last {
	margin-right: 36px;
}
.article-title a:hover {
	color: #333;
	bolder: 1px solid #333;
}
.article-zx {
	width: 100%;
	height: 160px;
	background: url(../images/zxbg.jpg) no-repeat;
	padding: 21px 36px;
	clear: both;
	overflow: hidden;
}
.article-zx-left {
	float: left;
	width: 480px;
	height: 118px;
	color: #5a7eb6;
	font-size: 14px;
}
.article-zx-left p {
	line-height: 38px;
}
.article-zx-left p b {
}
.article-zx-right {
	float: right;
	width: 118px;
	height: 118px;
}
.article-about {
	width: 830px;
	height: auto;
	margin-top: 60px;
}
.article-about-tt {
	font-size: 18px;
	color: #777;
	padding-left: 45px;
	background: url(../images/about.png) 11px center no-repeat;
}
.article-about ul {
	width: 830px;
	height: auto;
	padding: 46px 10px;
	background-color: #fff;
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}
.article-about ul li {
	width: 248px;
	float: left;
	margin: 0px 11px;
}
.article-about ul li a {
	width: 248px;
	height: 177px;
	display: block;
	margin-bottom: 15px;
}
.article-about ul li img {
	width: 248px;
	height: 177px;
}
.article-about ul li p {
	color: #333;
	line-height: 26px;
	font-size: 14px;
}
.article-right {
	float: right;
	width: 340px;
	padding: 40px 26px;
	background-color: #fff;
}
.article-list-tt {
	font-size: 18px;
	color: #777;
	padding-left: 35px;
}
.article-hot {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 50px;
}
.article-hot .article-list-tt {
	background: url(../images/hot.png) left center no-repeat;
}
.article-new {
	margin-top: 50px;
}
.article-new .article-list-tt {
	background: url(../images/new.png) left center no-repeat;
}
.article-list-img {
	margin: 30px auto;
	width: 288px;
	height: 140px;
}
.article-list-img img {
	width: 288px;
	height: 140px;
}
.article-list-con a {
	width: 288px;
	height: 30px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	padding-left: 24px;
	color: #333;
	margin-top: 12px;
	background: url(../images/list_bg.png) 9px center no-repeat;
}
