.news ul li{
	padding: 26px  4px 52px;
	border-bottom: 2px dotted #CCCCCC;
}

.news ul li .box{
	cursor: pointer;
}
.news ul li .box img{
	width: 100%;
}
.news ul li .box .title{
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #232323;
}
.news ul li .box .desc{
	margin-top: 28px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	text-indent: 2em;
}

.news .box .date{
	margin-top: 30px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
}
.news ul li:hover div.title{
	color: #0952A4;
}

.news .more{
	width: 178px;
	height: 56px;
	margin: 43px auto;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #232323;
	line-height: 56px;
	border: 1px solid #232323;
	cursor: pointer;
}
.news .more:hover{
	color: #888888;
	border: 1px solid #888888;
}