/*学校新闻*/
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.news_box{
	margin-top: 20px;
}
.newsnav{
	width: 25%;
	float: left;
}
.nav_title{
	padding: 25px;
	background: #006569;
	color: #FFFFFF;
	font-size: 22px;
}
.ab_img{
	margin-left: 10px;
}

/*左侧下拉*/
dl,
dt,
dd {
	display: block;
	margin: 0;
}
.colorch{
	color: #006569 ;
}
/*left*/

.leftsidebar_box {
	overflow: visible !important;
}


.leftsidebar_box dt {
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 48px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #333;
	cursor: pointer;
	font-size: 15px;
}
.leftsidebar_box dt:focus{
	color: #006569;
}
.leftsidebar_box dd {
	padding-left: 35px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 45px;
	box-shadow:inset 0px 15px 10px -18px #000; 
}

.leftsidebar_box dd a {
	color: #333;
}

.leftsidebar_box dt img {
	position: absolute;
	right: 10px;
	top: 20px;
}
/*right 右侧新闻列表*/
.newlists{
	width: 70%;
	margin-left: 5%;
	float: right;
}
.activetitle{
	height: 40px;
}

.activetitle span{
	line-height: 40px;
	margin: 5px 10px 0px 10px;
	font-size: 20px;
}
/*新闻列表*/
.activelist{
	margin-top: 20px;
}
.activelist ul li{
	overflow: auto;
}
.activelist a{
	font-size: 18px;
	color: #333;
	overflow: auto;
	cursor:pointer;
}
.activelist ul li{
	padding: 5px 10px 5px 10px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
}
.activelist ul li:hover{
	background: url(../img/newbg.png);
}
.activelist ul li:hover a{
	color: #FFFFFF;
}

.list_left{
	width: 15%;
}
.list_left{
	padding-right: 20px;
	font-size: 14px;
	text-align: right;

}
.list_left i{
	font-size: 24px;
}

.new_one{
	width: 80%;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new_two{
	width: 95%;
	line-height: 30px;
	font-size: 14px;
	padding-left: 6%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*分页*/
.Pagebox{
	text-align: center;
}

/*系部风采*/
.activelist p{
	margin: 0;
}
.activelist .h3{
	margin-bottom: 3%;
}
.xbfc{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.list_box{
	width: 100%;

}
.list_time{
	line-height: 30px;
	padding-left: 30px;
}
.list_content{
	width: 100%;
	overflow: auto;
}