/*------轮播图片 banner------开始*/
#banner{
	width: 1200px;
	height: 400px;
	margin:30px auto 0;
}
/*------轮播图片 banner------结束*/

#content{
	margin-bottom:35px;
}

/*------ 公共头部 box1 ------开始*/
.box1{
	margin-top: 30px;
}
.box1 .hd{
	width: 100%;
	font-size: 18px;
	color: #1b1b1b;
	/*padding:0 0 8px 3px;*/
	/*padding-left: 3px;*/
	height: 40px;
	line-height: 38px;
	border-bottom:2px solid #e5e5e5;
}
.box1 .hd .column{
	float: left;
	padding:0 12px;
	line-height: 38px;
	border-bottom:2px solid #009688;
}
.box1 .hd span.more{
	float: right;
        font-size: 12px;
        color: #aaa;
        /*margin-top: 20px;
        line-height: 30px;*/
        line-height: 38px;
}
.box1 .hd span.more a{
	color: #aaa;
}
.box1 .hd span.more a:hover{
	color: #009688;
}
/*------ 公共头部 box1 ------结束*/

/*------ 学院新闻 news ------开始*/
#news{
	float: left;
	width: 380px;
	margin-right: 30px;
}
#news .hd{
	margin-bottom: 15px;
}
#news .ct{
	overflow: hidden;
	/*height: 380px;*/
}
#news .ct ul li{
	font-size: 14px;
	line-height: 26px;
        line-height: 27px;
}
#news .ct ul li a{
	display: inline-block;
	overflow: hidden;
	width:285px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	/*line-height: 20px;*/
	text-decoration: none;
	padding-left: 14px;
	background: url(../images/icon_dot.png) scroll no-repeat center left;
}
#news .ct ul li a:hover{
	color: #009688;
}
#news .ct ul li span{
	float: right;
	color: #7d7d7d;
}
#news .ct ul li.first{
	margin-bottom:12px;
	padding-bottom:12px;
        margin-bottom:14px;
	padding-bottom:14px;
	border-bottom: 1px dashed #bfbfbf;
}
/*#news .ct ul li.first p{
	margin-top: 5px;
	font-size: 16px;
	color:  #333;
	line-height: 24px;
}*/
#news .ct ul li.first .title{
	margin-top: 5px;
	font-size: 16px;
	color:  #333;
	line-height: 24px;
}
#news .ct ul li.first .time{
	font-size: 13px;
	color:#7d7d7d;
	margin:2px 0 1px;
}
#news .ct ul li.first p.abstract{
	/*margin-top: 5px;*/
	font-size: 14px;
	color:  #666;
	line-height: 24px;
        line-height: 25px;
}
#news .ct ul li.first:hover{
	cursor: pointer;
}
/*#news .ct ul li.first:hover p{
	color: #009688;
}*/
#news .ct ul li.first:hover .title{
	color: #009688;
}
#news .ct ul li.first:hover p.abstract{
	color: #898989;
}
#news .ct ul li.first .pic{
	overflow: hidden;
	width: 380px;
	height: 220px;
	margin-bottom: 12px;
	border:1px solid #ddd;
}
#news .ct ul li.first .pic img{
	width: 380px;
	height: 220px;
	/*height: auto;*/
}
/*------ 学院新闻 news ------结束*/

/*------ 科研成果 achievements ------开始*/
#achievements{
	float: left;
	width: 380px;
	margin-right: 30px;
}
#achievements .ct ul li{
	/*padding:23px 0;*/
	padding:20px 0;
	border-bottom: 1px solid #e5e5e5;
}
/*#achievements .ct ul li a{
	display: block;
	padding:23px 0;
}*/
#achievements .ct ul li .pic{
	float: left;
	width: 115px;
	height: 85px;
}
#achievements .ct ul li .pic img{
	width: 115px;
	height: 85px;
}
#achievements .ct ul li .txt{
	float: left;
	margin-left: 15px;
	width: 250px;
}
#achievements .ct ul li .txt .title{
	font-size: 16px;
	color:#666;
	line-height: 26px;
	margin:2px 0 8px;
}
#achievements .ct ul li .txt .title a{
	color:#666;
}
#achievements .ct ul li .txt .title a:hover{
	color:#009688;
}
#achievements .ct ul li .txt .time{
	font-size: 14px;
	color:#aaa;
}
/*#achievements .ct ul li a:hover .txt .title{
	color:#009688;
}*/
/*------ 科研成果 achievements ------结束*/

/*------ 院内公告 notice ------开始*/
#notice{
	float: left;
	width: 380px;	
}
#notice .hd{
	margin-bottom: 15px;
}
#notice .ct{
	overflow: hidden;
	padding:0 22px;
	width: 100%;
	/*height: 380px;*/
	height: 489px;
	background-color: #fafafa;
}
#notice .ct>ul>li{
	overflow: hidden;
	/*width: 316px;
	padding: 17px 0;*/
        padding: 19px 0;
	border-top: 1px solid #DDDDDD;
}
#notice .ct>ul>li:first-child{
	border-top: none;
}
#notice .ct>ul>li>.second{
	float: left;
}
#notice .ct>ul>li>.second li{
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
#notice .ct>ul>li>.second li.date{
	color: #fff;
	font-size: 18px;
	/*background-color: #009688;*/
}
#notice .ct>ul>li>.second li.month{
	color: #797979;
	font-size: 13px;
	background-color: #fff;
}
#notice .ct>ul>li>p{
	float: right;
	width: 260px;
	font-size: 15px;
	line-height: 25px;
}
#notice .ct>ul>li>p a{
	/*color: #009688;*/
	text-align: center;
	text-decoration: none;
}
#notice .ct>ul>li>p a:hover{
	text-decoration: underline;
}
/*------ 院内公告 notice ------结束*/

/*------ 学生工作、党群建设、招生就业 box2 ------开始*/
.box2{
	float: left;
	width: 380px;
	margin-left: 30px;
}
.box2:first-child{
	margin-left: 0;
}
.box2 .ct ul li{
	/*padding:3px 0 0 5px;*/
	padding:0 1px 0 5px;
	height: 46px;
	font-size: 14px;
	border-bottom:1px dashed #dfdfdf;
}
.box2 .ct ul li:hover{
	background-color: #fafafa;
}
.box2 .ct ul li:hover a{
	color: #009688;
}
.box2 .ct ul li a{
	display: inline-block;
	overflow: hidden;
	width:315px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	padding-left: 14px;
	background: url(../images/icon_dot.png) scroll no-repeat center left;
}
.box2 .ct ul li a:hover{
	color: #009688;
}
.box2 .ct ul li span{
	float: right;
	color: #888;
	line-height: 46px;
}
/*------ 学生工作、党群建设、招生就业 box2 ------结束*/