@charset "utf-8";

.content {
	width: 1200px;
	margin: 46px auto 0;
	overfolw: hidden;
}

.contentLeft {
	width: 875px;
	overflow: hidden;
}

.wrapAct {
	overflow: hidden;
}

.activity {
	width: 875px;
	height: 335px;
	overflow: hidden;
	background: #ffffff;
	margin-bottom: 28px;
}

.activityTitle {
	overflow: hidden;
	margin: 26px 0 24px 0;
}

.activityTitle a {
	display: block;
	float: left;
	font-size: 22px;
	color: #333333;
	width: 630px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 33px;
}

.activityTitle span {
	display: block;
	float: right;
	font-size: 18px;
	color: #666666;
	margin-right: 40px;
	background: url("../images/people.png") no-repeat left center;
	padding-left: 30px;
}

.activityTitle span i {
	font-style: normal;
	color: #c91e1e;
}

.activityCon {
	overflow: hidden;
}

.activityCon img {
	width: 714px;
	height: 255px;
	float: left;
}

.activityCon .activityBtn {
	overflow: hidden;
	float: right;
	width: 140px;
	margin-top: 29px;
}

.activityBtn a {
	display: block;
	width: 119px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	border: 1px solid #666666;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 24px;
}

.pages {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 50px;
}

.pages a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
	border: solid 1px #7d7d7d;
	font-size: 13px;
	margin: 0 2px
}

.pages a:hover,.pages a.cur {
	color: #fff;
	background: #000
}

.contentRight {
	width: 295px;
	overflow: hidden;
}

.newsList {
	width: 293px;
}

.newsTitle {
	height: 30px;
	background: #ffffff;
	border-bottom: 1px solid #a8a8a8;
	width: 100%;
}

.newsTitle h4 {
	font-size: 14px;
	line-height: 30px;
	border-left: 5px solid #ff9000;
	padding-left: 7px;
}

.newsList {
	overflow: hidden;
	width: 293px;
	border: 1px solid #a8a8a8;
}

.newsList ul {
	overflow: hidden;
}

.newsList ul li {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #d8d8d8;
}

.newsList ul li:last-child {
	border-bottom: none;
}

.newsList ul li a {
	width: 270px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	margin-left: 14px;
}

.newsList ul li a:hover,.advice li a:hover {
	color: #fa7a20;
}

.newsList ul li span {
	font-size: 12px;
	color: #999;
	float: right;
	text-align: right;
	display: block;
	margin-left: 12px;
	width: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.actMes {
	width: 293px;
	border: 1px solid #a8a8a8;
	margin-top: 27px;
}

.actMes ul {
	overflow: hidden;
}

.actMes ul li {
	border-bottom: 1px solid #d8d8d8;
	font-size: 16px;
}

.actMes ul li a {
	display: block;
	margin: 0 10px;
}

.downLoad {
	width: 293px;
	height: 683px;
	border: 1px solid #a8a8a8;
	background: url("../images/erweiBg.png") no-repeat bottom center;
	margin-top: 27px;
}

.downLoad img {
	width: 202px;
	display: block;
	margin: 58px auto 0;
}

.downLoad p {
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
/*page*/
.pagination {
	margin: 60px;
	text-align: center;
}

.pagination a {
	text-decoration: none;
	border: 1px solid #717172;
	color: #333333;
}

.pagination a,.pagination span {
	display: inline-block;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination a:hover,.pagination a.current {
	background: #ff791f;
	color: #fff;
	border: 1px solid #ff791f;
}