@charset 'utf-8';

body {
	/* background: #fff; */
}
.nav-wrap {
	height: 60px;
}

/* 一级主体内容区 */
.contain {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.list-wrap {
	width: 820px;
}

.crumbs-wrap {
	font-size: 16px;
	color: #333;
	margin: 30px 0;
}

.crumbs-wrap span {
	color: #999;
}

.crumbs-wrap a:hover {
	color: #395c93
}


/* <!-- 列表主体 --> */

.ul-box li {
	padding: 30px 0;
	border-bottom: 1px solid #DFDEDE;
}

.ul-box li:hover {
	background: #F6F6F6;
}

.ul-box li .img-wrap {
	width: 214px;
	height: 120px;
	overflow: hidden;
	margin-right: 30px;
}

.ul-box li .img-wrap img {
	width: 100%;
	height: auto;
}

.ul-box li .tit-wrap {
	width: 560px;
}

.ul-box li .title {
	min-height: 64px;
}

.ul-box li .title a {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ul-box li .title a:hover {
	color: #395C93;
}

.ul-box li .tit-wrap .time {
	font-size: 14px;
	color: #999;
	margin-top: 30px;
}


/* <!-- 推荐栏目 --> */

.slide {
	width: 280px;
	margin-top: 30px;
}

.recommend-col,.zt-col {
	margin-bottom: 30px;
}
.recommend-col .tit-wrap{
	margin-bottom: 6px;
}
.tit-wrap .name {
	font-size: 24px;
	font-weight: bold;
	color: #1980DE;
	line-height: 24px;
	border-left: 3px solid #1980DE;
	padding-left: 10px;
}

.tit-wrap .more {
	font-size: 13px;
	color: #999;
	line-height: 24px;
}

.tit-wrap .more:hover {
	color: #395c93;
}

.recommend-col li {
	padding: 12px 0;
	border-bottom: 1px solid #DFDFDF;
}

.recommend-col li span {
	width: 6px;
	height: 6px;
	background: #CECECE;
	border-radius: 50%;
	margin-right: 8px;
	margin-top: 8px;
}

.recommend-col li a {
	width: 266px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.zt-col .tit-wrap{
	margin-bottom: 24px;
}
.zt-li {
	width: 280px;
	height: 116px;
	margin-bottom: 15px;
}

.zt-li img {
	width: 100%;
	height: 100%;
}

.zt-li .img-desc {
	width: 280px;
	height: 33px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 33px;
	font-size: 16px;
	color: #fff;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recd-img-col .tit-wrap{
	margin-bottom: 24px;
}
.recd-wrap li{
	margin-bottom: 10px;
}
.recd-wrap li:hover .img-desc{
	text-decoration: underline;
	color: #395c93;
}
.recd-wrap li .img-wrap{
	width: 98px;
	height: 55px;
	margin-right: 10px;
}
.recd-wrap li .img-wrap img{
	width: 100%;
	height: auto;
}
.recd-wrap li .img-desc{
	font-size: 16px;
	color: #333;
	width: 160px;
	line-height: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


a:hover{
	text-decoration: underline;
	/* color: #395c93; */
}

@media screen and (max-width: 900px){
	.contain{width: 100%;}
	.list-wrap{width: 100%;float: none;}
	.ul-box li{padding: .28rem;display: flex;}
	.ul-box li .img-wrap{width: 3.09rem;height: 1.74rem;margin-right: .2rem;}
	.ul-box li .img-wrap img{width: 100%;height: 100%;}
	.ul-box li .tit-wrap{width: auto;flex: 1;}
	.ul-box li .title{min-height: auto;}
	.ul-box li .title a{font-size: .3rem;line-height: .48rem;height: 1.06rem;overflow: hidden;font-weight: normal;padding-top: .1rem;}
	.ul-box li .tit-wrap .time{font-size: .24rem;margin-top: .2rem;}
	.slide{display: none;}
}






