﻿.headNews {
	overflow: hidden;
	padding: 30px;
	background-color: #f7f0d9;
	background: #f7f0d9 url(../img/bg1.jpg) bottom right no-repeat;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	*zoom: 1;
}

.newsItem-sty1 .newsPic {
	width: 350px;
	height: 260px;
	background: #e2ead9;
}

.newsItem-sty1 .newsRight {
	width: 530px;
	height: 260px;
}

.newsItem-sty1 .newsRight>h4>a {
	height: 48px;
	line-height: 24px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsItem-sty1 .newsRight .newsTxt {
	height: 120px;
	line-height: 24px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.newsItem-sty1 .newsMore {
	position: absolute;
	right: 80px;
	bottom: 0;
}

.iconBg {
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	position: absolute;
	top: -61px;
	left: 0;
	z-index: 99;
}

.iconBg>.i1,
.iconBg>.i2 {
	width: 16px;
	height: 82px;
	display: block;
	background: url(../img/i1.png) center center no-repeat;
}

.iconBg>.i1 {
	float: left;
	margin-left: 80px;
}

.iconBg>.i2 {
	float: right;
	margin-right: 80px;
}

.newslist {
	background: #FFFFFF;
	margin-top: 40px;
	border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	*zoom: 1;
	padding: 0 30px 30px;
	position: relative;
}

.list-title {
	width: 330px;
	height: 54px;
	display: block;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
	background: url(../img/t-bg1.png) center center no-repeat;
}

.listMore {
	width: 260px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	background: #900A09;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	*zoom: 1;
	margin: 0 auto;
	margin-top: 30px;
}

.yaoqinghan {
	position: relative;
	padding-top: 28px;
}

.yaoqinghan .yqhBg {
	width: 100%;
	height: 31px;
	display: block;
	background: url(../img/bg1.png) center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 0;
}

.yqhCon {
	width: 100%;
	padding: 30px 100px 40px 30px;
	background: #FFFFFF url(../img/bg2.jpg) right bottom no-repeat;
	border: 10px solid #900a09;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	*zoom: 1;
	position: relative;
	z-index: 1;
}

.yqhCon>h3 {
	font-size: 24px;
	color: #900A09;
	text-transform: uppercase;
	font-weight: 600;
}

.yqh-ms {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin: 10px 0 20px;
}


.yqhCon ul>li {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.yqhCon ul>li.kc {
	font-weight: bold;
}

.Upcoming {
	padding: 0 0 30px;
}

.Events {
	width: 98%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}

.Events li {
	width: 50%;
	display: block;
	float: left;
	margin-top: 30px;

}

.Eventsitem {
	width: 94%;
	padding: 20px 30px;
	background: #ffebeb;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	*zoom: 1;
}

.Eventsitem>dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.Eventsitem>dd {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}