@charset "utf-8";
/* CSS Document */

.contant {
	width: 1200px;
	margin: 35px auto;
	padding: 0 20px;
}
.sideNav {
	width: 240px;
	height: 815px;
	background: #e8e9ec;
	float: left;
}
.sideNav h2 {
	font-family: "微软雅黑";
	font-weight: 200;
	line-height: 40px;
	border-bottom: 1px solid #C45053;
	text-align: center;
	position: relative;
}
.sideNav .triangle-topleft {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 0;
	border-top: 35px solid #BD2A2D;
	border-right: 35px solid transparent;
	display: block;
}
.sideNav ul {
	margin-top: 30px;
	list-style: none;
	text-align: center;
}
.sideNav a {
	font-family: "微软雅黑";
	font-size: 18px;
	display: block;
	margin-top: 20px;
	line-height: 50px;
}
.sideNav a:hover {
	color: #fff;
	background: #c30000;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.sideNav .current {
	color: #fff;
	background: #c30000;
	text-shadow: 0 0 10px #fff;
}
.newsList {
	width: 860px;
	min-height: 775px;
	padding: 25px;
	background: #fff;
	float: right;
	margin-right: 30px;
	margin-bottom: 50px;
	font-family: "微软雅黑";
}
.headNews {
	height: 230px;
	border-bottom: 1px solid #C30000;
	position: relative;
}
.headNews img {
	float: left;
}
.headNews h3 {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}
.headNews p {
	font-size: 14px;
	text-indent: 2em;
	height: 130px;
	overflow: hidden;
	padding: 10px;
	padding-left: 20px;
}
.headNews .date {
	font-size: 15px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.newsList .news {
	border-bottom: 1px solid #C30000;
	padding: 20px;
}
.news .time {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: #C30000;
	-webkit-box-shadow: 2px 2px 5px #707070;
	box-shadow: 2px 2px 5px #707070;
	position: relative;
	color: #fff;
	float: left;
	margin-right: 20px;
}
.time .day {
	font-size: 18px;
	position: absolute;
	left: 5px;
}
.time .month {
	font-size: 12px;
	position: absolute;
	top: 19px;
	right: 2px;
}
.time .year {
	font-size: 10px;
	position: absolute;
	bottom: 1px;
	right: 2px;
}
.news h4 {
	font-size: 18px;
	font-weight: normal;
}
.news .readCount {
	font-size: 10px;
	float: right;
	margin: 3px auto;
}
.news p {
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	clear: right;
	text-indent: 2em;
}
.newsList a:hover .headNews {
	display: block;
	-webkit-box-shadow: 0px 3px 3px #B4B4B4;
	box-shadow: 0px 3px 3px #B4B4B4;
}
.newsList a:hover .news {
	display: block;
	-webkit-box-shadow: 0px 3px 3px #B4B4B4;
	box-shadow: 0px 3px 3px #B4B4B4;
}

@media screen and (max-width:480px) {
.contant {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 80px;
}
.sideNav {
	width: 100%;
	height: auto;
	margin-top: 150px;
}
.newsList {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.headNews {
	height: auto;
}
.headNews img {
	width: 100%;
}
.news .time {
	display: none;
}
}
<!--0.0002140998840332-->