trends.css 2.09 KB
@charset "utf-8";


.wrapper-trends{
	margin: 20px auto 40px auto;
	color: #222;
}

.trends-main{
	padding-top: 20px;
	margin: 15px 0;
	border-top: 1px solid #eaeceb;
}

.trends-main .trends-ads{
	width: 240px;
}
.trends-main .trends-ads img{
	width: 240px;
	margin-bottom: 10px;
}

.article-list{
	padding-right: 40px;
	border-right: 1px solid #eaeceb;
	overflow: hidden;
}
.article-list .article-ul li{
	border-bottom: 1px solid #eaeceb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.article-list .article-title{
	margin-bottom: 3px;
}
.article-list .article-title a{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
}
.article-list .article-ul .article-summary p{
	color: #666;
	line-height: 18px;
	margin-bottom: 14px;
}

.article-list .detail-title a{
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
}
.article-list .detail-tag{
	color: #999;
	margin: 10px 0 20px 0;
}
.article-list .detail-tag a{
	color: #006699;
	margin-right: 10px;
	text-decoration: underline;
}

.article-list .article-detail p{
	line-height: 20px;
	margin-bottom: 14px;
	color: #333;
	font-size: 14px;
}


.trends-page{
	margin:20px 0 0 0;
	line-height: 19px;
	border: 1px solid #eaeceb;
	padding: 0 15px;
}
.trends-page .left{
	padding: 15px 0;
	width: 50%;
	border-right: 1px solid #eaeceb;
}
.trends-page .right{
	padding: 15px 0;
}
.trends-page a{
	color: #000;
}
.trends-page a.none{
	color: #ccc;
}
.trends-page .ifont{
	font-size: 18px;
}
.trends-page .pre-book{
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dashed #dedddd;
}
.trends-page .next-book{
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dashed #dedddd;
}

.trends-suggestion{
	border-top: 1px solid #eaeceb;
	margin-top: 30px;
}
.trends-suggestion dt{
	font-size: 14px;
	margin: 20px 0 0 0;
}
.trends-suggestion ul{
	margin-right: -22px;
}
.trends-suggestion ul li{
	margin: 20px 22px 0px 0; 
	float: left;
}
.trends-suggestion ul li .title{
	color: #000;
	font-weight: bold;
	padding: 12px 0 6px 0;
	display: block;
}
.trends-suggestion ul li  p{
	color: #999;
}