.main {
	width: 1200px;
	height: auto;
	background: #590605;
	margin: 0 auto;
	font-family: "微软雅黑";
	position: relative;
}

.main>div {
	width: 1120px;
	margin: 0 auto 40px;
	display: block;
}

.main>div.top {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.logo {
	position: absolute;
	top: 40px;
	left: 40px;
}

.Time {
	position: absolute;
	bottom: 5px;
	right: 150px;
	font-family: "黑体";
	font-size: 24px;
	color: #f69f07;
	font-weight: normal;
}

.Time .number {
	font-size: 36px;
	color: #ffffff;
	margin: 0 3px;
}

.pageTime {
	margin-left: 5px;
}

/* 新闻块 */
.newsItem {
	overflow: hidden;
	clear: both;
	position: relative;
}

.newsPic,
.newsRight {
	display: block;
	float: left;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.newsPic>img {
	width: 100%;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.newsPic:hover>img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.newsRight {
	margin-left: 30px;
}


.newsRight>h4>a {
	display: block;
	font-size: 16px;
	color: #900a09;
	font-weight: bold;
	line-height: 24px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.newsRight>h4>a:hover {
	color: #F69F07;
}

.newsRight .newsTxt {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 15px;
	text-indent: 2em;
}

.newsMore {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #900A09;
	background: #F69F07;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.newsMore:hover {
	color: #590605;
}

.newsItem-sty2 {
	margin-top: 20px;
}

.newsItem-sty2 .newsPic {
	width: 270px;
	height: 180px;
	background: #f5f5f5;
}

.newsItem-sty2 .newsRight {
	width: 760px;
	height: 180px;
	border-bottom: 2px solid #900a09;
}

.newsItem-sty2 .newsRight>h4>a {
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.newsItem-sty2 .newsRight .newsTxt {
	height: 72px;
	line-height: 24px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.newsItem-sty2 .newsMore {
	position: absolute;
	right: 0px;
	bottom: 20px;
}

/* 底部 */

.main>div.footer {
	width: 100%;
	height: 60px;
	background: #282828;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin: 40px auto 0;
}

/* 二级页面导航 */
.subNav {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 80px;
}

.subNav ul li {
	display: block;
	float: left;
	margin-left: 30px;
}

.subNav ul li>a {
	display: block;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.subNav ul li>a:hover{ color: #F69F07;}
.subNav ul li>a>img {
	margin-right: 10px;
}


/*分页*/
.pages {
	margin-top: 20px;
}

.pages a,
.pages span {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}