/*top_ad*/
.top_ad {
	padding: 120px 0;
	height: 200px;
	background: url(../img/news_page/bg2.png)no-repeat top left;
}
.top_ad .ad_title {
	position: relative;
	margin: 0 auto; 
	width: 288px;
	height: 50px;
	border: 3px solid #fff;
	border-bottom: none;
}
.top_ad .ad_title:after , .top_ad .ad_title:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 3px;
	background: #fff;
	bottom: 0;
}
.top_ad .ad_title:before  {
	right: 0;
}
.top_ad .ad_title h2 {
	position: absolute;
	bottom: -6px;
	left: 62px;
	color: #fff;
}
.top_ad p {
	margin-top: 52px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}

/*tabs*/
.tabs {
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #FAFAFA;
}
.tabs a {
	display: inline-block;
	width: 390px;
	font-size: 22px;
	transition: all 200ms ease-in;
}
.tabs a:hover {
	color: #6F76F0;
}
.tabs a img {
	margin-right: 20px;
}
/*detailist*/
.detailist {
	padding: 30px 0 112px;
}
.detailist .articleList {
	padding: 55px 0 136px;
}
.detailist .container > p {
	color: #666;
}
.detailist .container > p a {
	font-size: 14px;
	color: #666;
}
.detailist .container > p a:hover {
	color: #6F76F0;
}
.detailist .articleList li {
	padding: 45px 0;
	border-bottom: 1px dashed #ccc;
}
.detailist .title-img {
	margin-right: 50px;
	width: 250px;
	height: 166px;
}
.detailist .art-intro {
	width: 900px;
	letter-spacing: 1px;
	text-align: justify;
}
.detailist .art-intro h2 {
	margin-bottom: 22px;
	font-size: 24px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.detailist .art-intro p {
	margin-bottom: 26px;
	text-indent: 2em;
	line-height: 1.6em;
	white-space: wrap;
	text-overflow: ellipsis;
	overflow: hidden;

}
.detailist .art-intro span {
	color: #999;
}
.detailist .art-intro a {
	display: block;
}
.detailist .art-intro a:hover h2 {
	color: #4a66dc;
}
.detailist .art-intro a:hover p{
	color: #4d4d4d;
}
.detailist .art-intro a:hover span{
	color: #999;
}
