/* 列表 */
.newsList
{
	width: 1440px;
	margin: 3rem auto;
}
.newsList ul li
{
	padding: 20px;
}
.newsList ul li .news
{
	background-color: #F4F4F4;
	padding: 2.625rem;
	line-height: 1rem;
}
.newsList ul li .news .date
{
	color: #999999;
	font-size: 1.125rem;
}
.newsList ul li .news .title
{
	margin-top: 2rem;
	line-height: 3rem;
}
.newsList ul li .news .title a
{
	font-size: 1.5rem;
	color: #333333;
}
.newsList ul li .news .desc
{
	margin-top: 5px;
	line-height: 30px;
	color: #999999;
}
.newsList ul li .news .more
{
	margin-top: 3.2rem;
}
.newsList ul li .news .more a
{
	font-size: 1.125rem;
	color: #999999;
	line-height: 2rem;
	display: inline-block;
	padding: 0 2px;
	border-bottom: 3px solid #DB0118;
}

/*新闻详情*/
.listCont{
	margin-top: 2rem;
}
.listCont .title h1{
	text-align: center;
    font-size: 2rem;
    color: #333333;
    margin: 3rem auto;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    font-weight: normal;
}
.listCont .info{
	line-height: 3rem;
	margin-top: 0.8rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px dashed #e0e0e0;
}
.listCont .info .date{
	color: #333333 !important;
	float: left;
	padding-left: 1.2rem;
	width: 40%;
}
.listCont .info .date span{
	padding-right: 1rem;
}
.listCont .info .func{
	width: 15%;
	float: left;
}
.listCont .info .func a{
	text-decoration: none;
    color: #666666;
}
.listCont .info .share{
	width: 45%;
	float: left;
	padding-left: 1rem;
}
.listCont .info .share span{
	float: left;
	font-size: 16px;
	color: 666666;
}
.listCont .picurl{
    margin-top: 30px;
	text-align: center;
}
.listCont .sConts{
	font-size: 16px !important;
    color: #333333 !important;
    line-height: 48px;
    padding: 1.5rem;
}
