﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */

/* ===== 幻灯片区域 ===== */
.slider-section {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
.Slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 320px;
}
.slide-cont {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 320px;
}
.slide-item {
	position: absolute;
	left: -665px;
	width: 100%;
	height: 100%;
}
.slide-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-item img {
	width: 100%;
	height: 320px;
}
.slide-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 54px;
}
.slide-txt .txt_bg {
	width: 100%;
	height: 54px;
	background: #0f0f0f;
	opacity: .7;
	filter: alpha(opacity=70);
}
.slide-txt a {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 54px;
	color: #fff;
	font-size: 18px;
	line-height: 54px;
	text-indent: 2%;
}
.slide-nav {
	position: absolute;
	right: 20px;
	bottom: 21px;
	z-index: 2;
	display: inline-block;
	overflow: hidden;
	width: auto;
	height: 11px;
}
.slide-nav a {
	float: left;
	display: block;
	overflow: hidden;
	margin-left: 5px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #929292;
	text-indent: -99em;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.slide-nav .nownav {
	width: 21px;
	background: #c23531;
}
#prev, #next {
	position: absolute;
	top: 129px;
	display: none;
	width: 57px;
	height: 72px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 72px;
}
#prev {
	left: 0
}
#next {
	right: 0
}
#prev i, #next i {
	font-size: 60px;
	line-height: 72px;
	color: rgba(0, 0, 0, 0.25);
}
#prev:hover, #next:hover {
	background: #c23531
}
#prev:hover i, #next:hover i {
	color: #fff
}

/* ===== 新闻区块 ===== */
.news-section {
	background: #fff;
	border-radius: 4px;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.section-header {
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.section-header h3 {
	float: left;
	font-size: 18px;
	color: #c23531;
	font-weight: bold;
	line-height: 24px;
	border-left: 4px solid #c23531;
	padding-left: 10px;
}
.section-header h3 a {
	color: #c23531;
}
.section-header .more {
	float: right;
	color: #999;
	font-size: 13px;
	line-height: 24px;
}
.section-header .more:hover {
	color: #c23531;
}
.top-news {
	padding-bottom: 12px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px;
}
.top-news h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}
.top-news h4 a {
	color: #333;
	font-weight: bold;
}
.top-news h4 a:hover {
	color: #c23531;
}
.top-news .summary {
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin-bottom: 6px;
}
.top-news .meta {
	font-size: 12px;
	color: #999;
}
.news-list {
	overflow: hidden;
}
.news-list li {
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dotted #f0f0f0;
	line-height: 20px;
}
.news-list li:last-child {
	border-bottom: none;
}
.news-list li a {
	float: left;
	color: #444;
	font-size: 14px;
	width: 78%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list li a:hover {
	color: #c23531;
}
.news-list li span {
	float: right;
	color: #bbb;
	font-size: 12px;
}

/* ===== 侧边栏 ===== */
.sidebar-box {
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
}
.sidebar-box h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.sidebar-box h3 i {
	color: #c23531;
	margin-right: 4px;
}

/* 热点排行 */
.hot-rank ul {
	overflow: hidden;
}
.hot-rank li {
	overflow: hidden;
	padding: 8px 0;
	line-height: 20px;
	border-bottom: 1px dotted #f5f5f5;
}
.hot-rank li:last-child {
	border-bottom: none;
}
.hot-rank li em {
	float: left;
	width: 20px;
	height: 20px;
	background: #eee;
	color: #666;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border-radius: 3px;
	margin-right: 8px;
}
.hot-rank li.rank-1 em,
.hot-rank li.rank-2 em,
.hot-rank li.rank-3 em {
	background: #c23531;
	color: #fff;
}
.hot-rank li a {
	float: left;
	width: calc(100% - 28px);
	color: #444;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hot-rank li a:hover {
	color: #c23531;
}

/* 最新资讯 */
.latest-news ul {
	overflow: hidden;
}
.latest-news li {
	overflow: hidden;
	padding: 6px 0;
	line-height: 20px;
	border-bottom: 1px dotted #f5f5f5;
}
.latest-news li:last-child {
	border-bottom: none;
}
.latest-news li a {
	float: left;
	width: 72%;
	color: #444;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.latest-news li a:hover {
	color: #c23531;
}
.latest-news li span {
	float: right;
	color: #bbb;
	font-size: 12px;
}

/* 发布资讯 */
.publish-box {
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px dashed #c23531;
}
.publish-box a {
	display: block;
	color: #c23531;
}
.publish-box a i {
	font-size: 28px;
	display: block;
	margin-bottom: 4px;
}
.publish-box a strong {
	display: block;
	font-size: 16px;
	margin-bottom: 2px;
}
.publish-box a span {
	font-size: 12px;
	color: #999;
}
.publish-box a:hover {
	color: #a02a27;
}

/* 分类导航 */
.cat-nav .cat-grid {
	overflow: hidden;
}
.cat-nav .cat-grid a {
	float: left;
	width: 48%;
	margin: 1%;
	background: #f5f5f5;
	color: #555;
	font-size: 13px;
	text-align: center;
	padding: 8px 0;
	border-radius: 3px;
}
.cat-nav .cat-grid a:hover {
	background: #c23531;
	color: #fff;
}

/* ===== 响应式 ===== */
@media (max-width: 960px) {
	.Slide,
	.slide-cont,
	.slide-item img {
		height: 220px;
	}
	#prev, #next {
		top: 74px;
	}
}
@media (max-width: 660px) {
	.Slide,
	.slide-cont,
	.slide-item img {
		height: 180px;
	}
	#prev, #next {
		top: 54px;
		height: 50px;
		width: 40px;
		line-height: 50px;
	}
	#prev i, #next i {
		font-size: 36px;
		line-height: 50px;
	}
	.slide-txt a {
		font-size: 14px;
	}
	.news-section {
		padding: 12px 15px;
	}
	.cat-nav .cat-grid a {
		width: 48%;
	}
}
