﻿/*------ 公共头部 box1 ------[开始]*/
.slideTxtBox{
	width: 585px;
	height: 408px;
	padding:15px 25px 0;
	background-color: #fff;
	margin-bottom: 20px;
}
.slideTxtBox .hd{
	width: 100%;
	height:42px; 
	line-height:40px; 
	padding-left:0;
	position:relative;	
    font-size: 19px;
    border-bottom: 2px solid #db9025;
}
.slideTxtBox .hd ul{
	float:left;  
	position:absolute; 
	/*left:20px; 
	top:-1px; 
	height:32px;*/
}
.slideTxtBox .hd ul li{ 
	float:left;
	color: #aaadb0; 
	padding:0 12px; 
	cursor:pointer;  
}
.slideTxtBox .hd ul li.on{ 
	color: #002e73;
	font-weight:bold;
	height:42px; 
	background:url(../images/icon_on.png) no-repeat  bottom center;
	border-bottom:2px solid #002e73;
}
.slideTxtBox .hd span.more{
    float: right;
    font-size: 12px;
    color: #aaa;
    /* margin-top: 20px; */
    line-height: 38px;
}
.slideTxtBox .hd span.more a{
    color: #002e73;
}
.slideTxtBox .hd span.more a:hover{
    color: #db9025;
}
/*------ 公共头部 box1 ------[结束]*/

/*------ 学院要闻、学术动态 tab_box1 ------[开始]*/
.tab_box1 .ct .first{
    margin:20px 0 9px;
    padding:0 5px 16px;
    border-bottom: 1px dashed #e5e5e5;
}
.tab_box1 .ct .first .tit a{
    font-size: 19px;
    font-weight:bold;
    color: #333;
    display: block;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab_box1 .ct .first .tit a:hover{
    color: #c07b1a;
}
.tab_box1 .ct .first:hover{
    cursor:pointer;
}
.tab_box1 .ct .first:hover .tit a{
    color: #c07b1a;
}
.tab_box1 .ct .first:hover p{
    color: #a0a0a0;
}
.tab_box1 .ct .first p{
    font-size: 15px;
    color: #7d7d7d;
    line-height: 30px;
    margin-top: 10px;
}
.tab_box1 .ct ul li.item{
    line-height: 40px;
    padding-left: 20px;
    background:url(../images/icon_dot.png) no-repeat center left;
}
.tab_box1 .ct ul li.item a:hover{
    color: #002e73;
}
.tab_box1 .ct ul li.item a{
    font-size: 16px;
    color: #555;
}
.tab_box1 .ct ul li.item span.date{
    float: right;
    color: #a0a0a0;
}
/*------ 学院要闻、学术动态 tab_box1 ------[结束]*/

/*------ 通知公告、学工动态 tab_box2 ------[开始]*/
.tab_box2 .ct{
	margin-top: 2px;
}
.tab_box2 .ct ul li:first-child{
	border:none;
}
.tab_box2 .ct ul li{
	padding:0 1px 0 5px;
	padding: 16px 5px 16px;
	/*height: 58px;*/
	font-size: 16px;
	border-top:1px dashed #dfdfdf;
}
.tab_box2 .ct ul li:hover{
	background-color: #fafafa;
}
.tab_box2 .ct ul li:hover a{
	color: #002e73;
}
.tab_box2 .ct ul li a{
	display: inline-block;
	overflow: hidden;
	width:370px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	/*height: 58px;*/
	/*line-height: 58px;*/
	text-decoration: none;
}
.tab_box2 .ct ul li a:hover{
	color: #002e73;
}
.tab_box2 .ct ul li span.date{
	float: left;
	font-size: 17px;
    color: #c07b1a;
    padding-right: 15px;
    line-height: 25px;
    border-right: 1px dashed #ecd3af;
    margin-right: 15px;
}
/*------ 通知公告、学工动态 tab_box2 ------[结束]*/

/*------ （本科生教学、研究生培养 tab_box3）、（招生就业、团学天地、社会实践、创新创业 tab_box4）------[开始]*/
.tab_box3 .ct,.tab_box4 .ct{
	margin-top: 1px;
}
.tab_box3 .ct ul li:first-child,.tab_box4 .ct ul li:first-child{
	border:none;
}
.tab_box3 .ct ul li,.tab_box4 .ct ul li{
	padding:0 1px 0 5px;
	height: 50px;
	font-size: 15px;
	border-top:1px dashed #dfdfdf;
}
.tab_box3 .ct ul li:hover,.tab_box4 .ct ul li:hover{
	background-color: #fafafa;
}
.tab_box3 .ct ul li:hover a,.tab_box4 .ct ul li:hover a{
	color: #002e73;
}
.tab_box3 .ct ul li a,.tab_box4 .ct ul li a{
	display: inline-block;
	overflow: hidden;
	width:400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	padding-left: 14px;
	background: url(../images/icon_arrow.png) scroll no-repeat center left;
}
.tab_box3 .ct ul li a:hover,.tab_box4 .ct ul li a:hover{
	color: #002e73;
}
.tab_box3 .ct ul li span.date,.tab_box4 .ct ul li span.date{
	float: right;
	color: #aaa;
	line-height: 46px;
}
/*------ （本科生教学、研究生培养 tab_box3）、（招生就业、团学天地、社会实践、创新创业 tab_box4）------[结束]*/

/*------ 底部链接 links------[开始]*/
.content .links{
	padding:16px 0;
	background-color: #fff;
}
.content .links ul li{
    float: left;
    margin: 0 0 0 25px;
    margin: 2px 35px 2px 0;
}
.content .links ul li:first-child{
    margin-left: 0;
}
.content .links ul li a{
    display: inline-block;
    /*height: 54px;
    line-height: 54px;*/
    font-size: 16px;
    color: #333;
    font-weight: bold;
    /*padding: 0 48px 0 23px;*/
    padding: 10px 30px 10px 18px;
    letter-spacing: 1px;
    background: url(../images/icon_line.png) no-repeat center left;
}
/*.content .links ul li a:hover{
    color: #c07b1a;
    color: #002e73;
}*/

.content .links ul li a:hover{
    background-color: #eff5ff;
    /*background-color: #fff6e8;*/
    border-radius: 4px;
}
/*------ 底部链接 links------[结束]*/














