#blogstulist, #cpleft {
	height: 100%;
	min-height: 360px;
	overflow: hidden;
}

#cpleft {
	width: 700px;
	padding: 20px 30px 80px;
}

article table {
	width: 100%;
	margin-bottom: 40px;
}

article table td {
	border: 1px solid #c0c0c0;
	padding: 10px 0;
	text-align: center;
	width: 17.666px;
}

.title {
	padding-bottom: 10px;
}

#blogstulist {
	width: 500px;
	padding: 30px 30px 80px;
}

#classNewsTitle {
	width: 110px;
	padding: 3px 0;
	text-align: center;
	background: #0080ff;
	color: #fff;
	transform: skew(-20deg); /*设置倾斜度为20,平行四边形*/
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	margin-left: 7px;
}

#classNews {
	width: 100%;
}

#classNews ul li {
	height: 40px;
	padding: 10px 5px 0;
}

#classNews ul li:nth-child(odd) {
	background: #f5f5f5;
}

#classNews ul li:hover {
	background: #ffdbed;
}

#classNews ul li span:first-child {
	float: left;
	display: block;
	width: 500px;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 10px;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#classNews ul li span:last-child {
	float: right;
	display: block;
	color: gray;
	font-size: 14px;
}

#classNews ul li:after {
	clear: both;
}

#webUrl {
	text-align: center;
	padding:20px 0 40px;
}

#blogstulist {
	border-left: 15px double #f5f5f5;
}

#blogstulist ul {
	width: 100%;
	margin: auto;
	display: flex;
}

#blogstulist ul li {
	flex: 1; /**宽度相等**/
	position: relative;
	height: 260px;
}

#blogstulist ul li div:first-child {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0472b3;
	overflow: hidden;
}

#blogstulist ul li div:first-child img {
	width: 100%;
}

#blogstulist ul li div:nth-child(2) {
	float: right;
	width: 250px;
}

#blogstulist ul li div:nth-child(2) p {
	line-height: 2.35;
	white-space: nowrap;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}