@charset "utf-8";
/* CSS Document */

#banner {
	line-height: 0;
}
#banner img {
	width: 100%;
}
.main {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.main:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.main .left {
	width: 850px;
	float: left;
}
/* 高校名称  */

h2{ position:relative;}

h2 span{ position:absolute; top:5px; right:0; font-weight:normal; font-size:12px; color:#999;}


.info {
	width: 850px;
	height: 130px;
	background: url(/static/w/images/university/info.jpg) no-repeat;
}
.info dl {
	width: 850px;
	height: 100px;
	padding-top: 20px;
}
.info dl dt {
	width: 130px;
	height: 100px;
	text-align: center;
	float: left;
}
.info dl dd {
	width: 720px;
	height: 100px;
	float: right;
}
.info dl dd h1 {
	font-size: 30px;
	padding-top: 12px;
	color: #222;
}
/* 招生信息  */

.base {
	width: 850px;
	background: #FFF;
	padding-bottom: 20px;
}
.base:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.base h2 {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	width: 800px;
	margin: 0 auto;
	border-bottom: #CCC solid 1px;
}
.base ul {
	width: 800px;
	margin: 0 auto;
}
.base ul li {
	height: 35px;
	line-height: 35px;
	float: left;
	width: 265px;
	color: #888;
}
.base ul li b {
	font-weight: normal;
	color: #222;
}
.base ul li.long {
	width: 800px;
}
/* join */

 
.join {
	width: 850px;
	background: #FFF;
	padding-bottom: 20px;
	margin-top: 20px;
}
.join:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.join h2 {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	width: 800px;
	margin: 0 auto;
	border-bottom: #CCC solid 1px;
}
.join ul {
	width: 800px;
	height:100px;
	padding:10px 0;
	margin: 0 auto;
	border-bottom:#CCC dashed 1px;
}
.join ul li {
	height: 35px;
	line-height: 35px;
	float: left;
	width: 265px;
	color: #888;
}

.join ul li.long {
	width: 800px;
}

.join ul li b {
	font-weight: normal;
	color: #222;
}


.join dl{ width:800px; margin:0 auto; padding:15px 0;}

.join dl dt{ font-weight:bold; padding:5px 0;}

.join dl dd{ line-height:30px; text-align:justify;}

/* 简要 */


.brief {
	width: 850px;
	background: #FFF;
	padding-bottom: 20px;
	margin-top: 20px;
}
.brief:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.brief h2 {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	width: 800px;
	margin: 0 auto;
	border-bottom: #CCC solid 1px;
}
.content {
	width: 800px;
	min-height: 300px;
	margin: 0 auto;
	text-align: justify;
	color: #333;
	padding:10px 0;
	line-height: 32px;
}
.content img {
	margin: 15px auto 0;
	max-width: 800px;
	padding: 2px;
	border: #ddd solid 1px;
	box-sizing: border-box;
}
/*  right  */
.main .right {
	width: 320px;
	background: #fff;
	float: right;
}
/*  试听  */
 
#apply {
	width: 320px;
}
#apply dl dt {
	width: 280px;
}
#apply dl .input {
	width: 180px;
	margin: 0 auto;
}
#stbut {
	width: 280px;
}
#apply dl #coursename {
	background: url(/static/w/images/common/checkbg.png) no-repeat 260px 17px #FFF;
	background-size: 15px 36px;
}
#apply #courselist {
	width: 290px;
}



.hot{width: 320px; height:auto; border-top:#f9f9f9 solid 15px; padding-bottom:20px;}

.hot dl { width:280px; margin:0 auto;}

.hot dl dt{ line-height:50px; height:50px; font-size:16px; font-weight:bold; border-bottom:#CCC solid 1px;}


.hot dl dd{width:280px; height:40px; line-height:40px; overflow:hidden;border-bottom:#aaa dashed 1px; }

.hot dl dd:last-child{ border:none;}


.rules{width: 320px; height:200px; border-top:#f9f9f9 solid 15px; padding:10px 0; text-align:center;}


