/* 新闻列表 S */
.L .recommend .tit, .L .hot .tit {
	width:250px;height:72px;
	text-align:center;
	line-height:72px;
	color:#fff;
	background-color:#2067ef;
	font-size:24px;
	font-weight:bold;
}
.L .recommend li {
	width:250px;
	text-align:center;
	margin-bottom:22px;
	padding-bottom:16px;
	color:#555;
	background-color:#fff;
	transition:.5s;
}
.L .recommend li:hover {color:#222;}
.L .recommend li img {
	width:250px;
	margin-bottom:12px;
}
.L .recommend li a {color:#555;}

.L .hot {
	width:250px;
	padding-bottom:12px;
	background-color:#fff;
}
.L .hot .tit {margin-bottom:14px;}
.L .hot li {margin:8px 14px;}
.L .hot li a {color:#555;transition:.5s;}
.L .hot li:hover a {color:#2067ef;}

.R {width:850px;}
.R .info {
	position:relative;
	float:right;
	width:840px;
	min-height:1000px;
	margin-top:-846px;
	margin-bottom:30px;
}
.R .info i {
	position:absolute;
	top:63px;left:0;
	display:inline-block;
	width:inherit;height:1px;
	background-color:#ddd;
	z-index:-1;
}
.R ul.items {
	display:flex;
	display:-webkit-flex;
	flex-flow:column nowrap;
	justify-content:flex-start;
}
.R ul.items a {color:#222;}
.R ul.items li {
	position:relative;
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	cursor:pointer;
}
.R ul.items li div.date {
	width:200px;height:160px;
	text-align:center;
	color:#222;
	background-color:#fff;
	margin-right:16px;
	transition:.5s;
}
.R ul.items li:hover div.date {
	color:#fff;
	background-color:#2067ef;
}
.R div.date p {
	font-size:28px;
	width:56px;
	margin:0 auto;
}
.R ul.items li div.date p:nth-child(1) {
	margin-top:28px;
	border-bottom:1px solid #222;
	padding-bottom:12px;
}
.R ul.items li:hover div.date p:nth-child(1) {border-bottom:1px solid #fff;}
.R ul.items li div.date p:nth-child(2) {padding-top:12px;}
.R ul.items li img {width:188px;height:160px;}
.R ul.items li div.new {
	display:inline-block;
	width:420px;
	margin-left:28px;
	vertical-align:top;
}
.R ul.items li div.new h3 {
	font-size:20px;
	margin-bottom:20px;
	transition:.5s;
}
.R ul.items li:hover div.new h3 {color:#2067ef;}
.R ul.items li div.new p {color:#555;}
.R div.new button {
	position:absolute;
	bottom:20px;left:420px;
	width:86px;height:36px;
	color:#fff;
	background-color:#242c39;
	border:none;
	outline:none;
	transition:.5s;
	cursor:pointer;
}
.R ul.items li:hover button {background-color:#2067ef;}

.R ul.pager li {
	display:inline-block;
	margin-right:8px;
	padding:4px 8px;
	border:1px solid #ddd;
	background-color:#fff;
	transition:.5s;
}
.R ul.pager li:hover, .R ul.pager li.thisclass {
	color:#fff;
	background-color:#2067ef;
	border:1px solid #2067ef;
}
.R ul.pager li a {color:#999;}
.R ul.pager li:hover a, .R ul.pager li.thisclass a {color:#fff;}
/* 新闻列表 E */