/* wrap-content */

.wrap-content {
	height: auto;
}

.content {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.show {
	width: 1000px;
	height: 345px;
	float: left;
}


/*图片轮换*/

#slideBox {
	float: left;
	width: 1000px;
	height: 345px;
	overflow: hidden;
	position: relative;
}

#slideBox ul#show_pic {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 345px;
	width: 6000px;
	position: absolute;
}

#slideBox ul#show_pic li {
	float: left;
	margin: 0;
	padding: 0;
	height: 345px;
}

#slideBox ul#show_pic li img {
	width: 1000px;
	height: 345px;
	display: block;
}

#iconBall {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#iconBall li {
	float: left;
	color: #ffffff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	background-color: #6c6d6e;
	border: 1px solid #d5ced1;
	margin-right: 5px;
}

#iconBall li.active {
	background-color: #ff0000;
}

.click {
	width: 1000px;
	height: 60px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.click-button1 {
	width: 175px;
	height: 60px;
	float: left;
	background: url(click-icon1.png) no-repeat 21px 13px #e7666a;
	font-size: 16px;
	padding-left: 70px;
	line-height: 60px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 7px;
}

.click-button2 {
	width: 170px;
	height: 60px;
	float: left;
	background: url(click-icon2.png) no-repeat 21px 13px #d42e3a;
	font-size: 16px;
	padding-left: 75px;
	line-height: 60px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 6px;
}

.click-button3 {
	width: 160px;
	height: 60px;
	float: left;
	background: url(click-icon3.png) no-repeat 21px 13px #e64c20;
	font-size: 16px;
	padding-left: 85px;
	line-height: 60px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 7px;
}

.click-button4 {
	width: 160px;
	height: 60px;
	float: left;
	background: url(click-icon4.png) no-repeat 21px 13px #f9891b;
	font-size: 16px;
	padding-left: 85px;
	line-height: 60px;
	color: #ffffff;
	font-weight: bold;
}

.line {
	border-bottom: 2px #af1d35 solid;
}

.notice {
	float: left;
	width: 487px;
	height: 298px;
}

.notice-title {
	width: 472px;
	height: 34px;
	float: left;
	padding-left: 15px;
}

.notice-title h1 {
	width: 402px;
	height: 34px;
	line-height: 34px;
	font-size: 19px;
	float: left;
}

.notice-title h2 {
	float: right;
	width: 70px;
	height: 34px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.notice-content {
	width: 487px;
	height: 248px;
	float: left;
	padding: 7px;
}

.notice-content a {
	width: 433px;
	height: 30px;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	background: url(arrow.png) no-repeat 12px 12px;
	padding-left: 24px;
	padding-right: 16px;
}

.notice-content a:hover {
	background-color: #e7e7e7;
}

.notice-content a p {
	float: left;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	white-space: nowrap;
	/*强制不换行*/
	width: 25em;
	/*不允许出现半汉字截断*/
}

.notice-content a span {
	float: right;
	color: #cccccc;
	width: 67px;
	text-align: left;
	font-size: 12px;
}

.news {
	float: left;
	width: 487px;
	height: 298px;
	margin-left: 26px;
}

.news-title {
	width: 472px;
	height: 34px;
	float: left;
	padding-left: 15px;
}

.news-title h1 {
	width: 402px;
	height: 34px;
	line-height: 34px;
	font-size: 19px;
	float: left;
}

.news-title h2 {
	float: right;
	width: 70px;
	height: 34px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.news-content {
	width: 487px;
	height: 248px;
	float: left;
	padding: 7px;
}

.news-content a {
	width: 433px;
	height: 30px;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	background: url(arrow2.png) no-repeat 13px 11px;
	padding-left: 24px;
	padding-right: 16px;
}

.news-content a:hover {
	background-color: #e7e7e7;
}

.news-content a p {
	float: left;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	white-space: nowrap;
	/*强制不换行*/
	width: 25em;
	/*不允许出现半汉字截断*/
}

.news-content a span {
	float: right;
	color: #cccccc;
	width: 67px;
	text-align: left;
	font-size: 12px;
}

.line2 {
	border-bottom: 2px #ef6371 solid;
}

.channel {
	float: left;
	width: 235px;
	height: 270px;
	margin-top: 10px;
}

.channel-title {
	width: 220px;
	height: 34px;
	float: left;
	padding-left: 15px;
}

.channel-title h1 {
	width: 220px;
	height: 34px;
	line-height: 34px;
	font-size: 19px;
	float: left;
}

.channel-content {
	width: 235px;
	height: 216px;
	float: left;
	padding-top: 18px;
}

.channel-botton {
	width: 235px;
	height: 35px;
	float: left;
	background-color: #ed8a8d;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
}

.channel-link {
	width: 225px;
	height: 35px;
	float: left;
	position: relative;
}

.link-botton1 {
	width: 225px;
	height: 35px;
	float: left;
	margin-bottom: 5px;
	color: 333333;
	font-size: 17px;
	line-height: 35px;
	padding-left: 10px;
	background: url(arrow3.png) no-repeat 200px 0px #bababa;
}

.link-active {
	background: url(arrow4.png) no-repeat 200px 0px #bababa;
}

.link-content {
	display: none;
	position: absolute;
	top: 35px;
}

.link-content a {
	width: 225px;
	height: 30px;
	float: left;
	color: 333333;
	font-size: 15px;
	line-height: 30px;
	padding-left: 10px;
	background-color: #e8e8e8;
}

.link-content a:hover {
	background-color: #d1d1d1;
}

.school {
	float: left;
	width: 745px;
	height: 280px;
	margin-left: 20px;
}

.school-title {
	width: 730px;
	height: 44px;
	float: left;
	padding-left: 15px;
}

.school-title h1 {
	width: 220px;
	height: 34px;
	line-height: 34px;
	font-size: 19px;
	margin-top: 10px;
	float: left;
}

.school-button {
	width: 88px;
	height: 44px;
	float: right;
}

.school-button a {
	width: 44px;
	height: 44px;
	float: left;
}

.school-button a#schoolBefore {
	background: url(before.png) no-repeat 18px 14px #ef6371;
}

.school-button a#schoolNext {
	background: url(next.png) no-repeat 18px 14px #3d3d3d;
}

.school-content {
	width: 730px;
	height: 216px;
	float: left;
	padding-top: 18px;
	overflow: hidden;
	position: relative;
	margin-left: 13px;
	margin-right: 2px;
}

.school-content ul#schoolPic {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 200px;
	width: 3000px;
	position: absolute;
}

.school-content ul#schoolPic li {
	float: left;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 230px;
	margin-right: 14px;
}

.school-content ul#schoolPic li img {
	width: 230px;
	height: 155px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.school-content ul#schoolPic li p {
	width: 230px;
	height: 40px;
	line-height: 20px;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
	width: 19em;
}