/* focus */
#focus {width:360px; height:250px; overflow:hidden; position:relative;}/*注意指定width,height*/
/*图片效果*/
#focus ul {#width: 360px;height:220px; position:absolute;}/*注意修改height--留出30px给下面的导航条用*/
#focus ul li {float:left; width:360px; height:100%; overflow:hidden; position:relative; background:#000;}/*注意修改width必须指定--水平平铺用*/
#focus ul img {display:block;height:100%; width: 100%;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus ul li span.title {display:block;width:100%;background-color:#000;opacity:0.6;font-size:15px;font-weight:bold;line-height:30px;text-align:center;color:#FFFFFF;position:absolute;left:0;top:0px;}
/*图片下面小按键*/
#focus .btnBg {position:absolute; width:100%; height:20px; left:0; bottom:0; background:#000;}
#focus .btn {position:absolute; width:100%; height:20px; padding:5px 10px; right:0; bottom:0; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
#focus .btn span.on {background:#fff;}
/*翻页按键*/
#focus .preNext {width:45px; height:100px; position:absolute; top:60px; background:url(/public/images/sprite.png) no-repeat 0 0; cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}

/*第一屏*/
.first-screen {
	width:1200px;
	height: 520px;
	margin:20px auto 10px;
}
/*第一屏--左侧*/
.first-screen-left {
	width:360px;
	float:left;
}
.first-screen-left .focus-box {
	width: 100%;
	height:250px;
}
.first-screen-left .quick-guide-box {
	margin-top: 20px;
	height: 250px;
	padding: 10px 20px;
	background-color: #FFFFFF;
}
.first-screen-left .quick-guide-box .item span {
	display:block;
	height: 20px;
	line-height: 20px;
	#padding: 10px 0;
	margin-left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 17px;
	font-size: 17px;
	color: #333;
	border-left:3px solid #128bed;
}
.first-screen-left  .quick-guide-box li{
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 0;
	font-size: 14px;
	overflow: hidden;
}
/*第一屏--中间*/
.first-screen-center {
	width:480px;
	height:100%;
	float:left;
	margin-left:20px;
	padding: 0 20px;
	background-color: #FFFFFF;
}

.first-screen-center .recommend-article-box li{
	float: left;
	width: 50%;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	font-size: 15px;
	overflow: hidden;
}
.first-screen-center .recommend-article-box li.big {
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #d70b2a;
}
.first-screen-center .recommend-article-box li.big a {
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #d70b2a;
}
.first-screen-center .new-article-box {
	margin-top: 20px;
}
.first-screen-center .new-article-box .title-box {
	height: 40px;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.first-screen-center .new-article-box .title-box li{
	float: left;
	width: 25%;
	line-height: 40px;
	padding: 0 10px;
	font-size: 17px;
	text-align: center;
	overflow: hidden;
}
.first-screen-center .new-article-box .title-box li.current {
	background-color: #FFFFFF;
}
.first-screen-center .new-article-box .list-box li{
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	overflow: hidden;
}
/*第一屏--右侧*/
.first-screen-right {
	width:320px;
	float:right;
}
.first-screen-right .recommend-university-box {
	height: 165px;
	padding: 15px 20px;
	background-color: #FFFFFF;
}
.first-screen-right .recommend-university-box ul {
	margin-top: -10px;
}
.first-screen-right .recommend-university-box li{
	height: 60px;
	line-height: 32px;
	margin: 10px 0;
	overflow: hidden;
}
.first-screen-right .recommend-university-box li img {
	width: 280px;
	height: 60px;
}
.first-screen-right .university-intro {
	height: 330px;
	padding: 15px 20px;
	margin-top: 20px;
	line-height: 25px;
	font-size: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.first-screen-right .university-other {
	height: 170px;
	padding: 15px 20px;
	background-color: #FFFFFF;
}
.first-screen-right .university-other li {
	font-size: 15px;
	line-height: 20px;
}
/*左侧*/
.main-part {
	width:850px;
	float:left;
}
.college-box {
	background-color: #FFFFFF;
	padding: 20px 20px 20px;
}
.college-box .title {
}
.college-box .title h1 {
	font-size:18px;
	font-weight: bold;
	color:#333;
	line-height:30px;
}
.college-title {
	height: 25px;
	line-height: 25px;
	margin: 10px 0;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	border-left: 3px solid #128bed;
}
.college-list ul {
	padding: 0 13px;
}
.college-list li {
	width: 190px;
	float: left;
	line-height: 30px;
	font-size: 15px;
}


/*右侧*/
.side-part {
	width:330px;
	float:right;
}
/*右侧顶部广告*/
.side-part-top-ad {
	height: 270px;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
}

/*最新文章*/
.article-block {
	padding: 20px;
	background-color: #FFFFFF;
}
/*最新文章--头部*/
.article-block .title {
	line-height:40px;
	font-size: 22px;
}
.article-block .list {
	margin:10px 0 -12px;
}
.article-block .list ul {
}
.article-block .list li {
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	overflow:hidden;
}


/*文章右侧悬停广告*/
.article_right_ad_bottom {
	margin-top: 10px;
	height: 252px;
	text-align: center;
	border:1px solid #CDD5D8;
}
/*文章左栏-内容右侧*/
.article_left_ad_body_right {
	float: right;
	width:338px;
	height:282px;
	margin-left: 6px;
	margin-top: 2px;
}

