/* banner */
/* 本例子css */
.slideBox {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 45%;
	bottom: 15px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 15px;
	width: 43px;
	height: 4px;

	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #446ab5;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 420px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

/* banner */
.box1 {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding: 30px 0;

}

/* 新闻图 */
.slideBox1 {
	width: 380px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
}

.slideBox1 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox1 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox1 .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;

}

.slideBox1 .bd ul {

}

.slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox1 .bd img {
	width: 380px;
	height: 254px;
	display: block;
}


/* news */
.title {
	overflow: hidden;
	margin-bottom: 20px;
	height: 30px;

}

.title b {  	
	   	font-size: 24px;
	   	font-weight: bold;
	   	color: #1057b1;	
}

.title em{

		padding-left: 10px;
		
		font-size: 14px;
		color: #1057b1;
		font-style: normal;

}

.title span {
	font-size: 14px;
	    color: #999999;
	    text-align: center;
		width: 60px;
		height: 20px;
	    line-height: 20px;
		border: 1px solid;
}

.news_t {
	padding: 20px;
	box-sizing: border-box;
	background-color: #fbfcfa;
	
}


.news_r{
	width: 380px;
	margin-left: 30px;
}
.news_list {
	
}

.news_list ul li {
	    position: relative;
	    height: 48px;
	    line-height: 48px;
	    background: #fbfcfa;
	    border-left: 2px solid #004388;
	    margin-bottom: 16px;
		padding: 0 10px;
}
.news_list ul li:last-child{
	margin-bottom: 0;
}
.news_list ul li:hover{
	border-left: 2px solid #d7b12e;
	transition: all 0.3s ease-in-out;
	
}
.news_list ul li:hover a{
	color: #2e65b6;
}
.news_list ul li a {
	font-size: 16px;
	float: left;
	width: 84%;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;

	box-sizing: border-box;
}

.news_list ul li span {
	font-size: 14px;
	float: right;
	color: #004388;
	text-align: center;
}

.news_list ul li p {
	font-size: 14px;
	color: #999;
	width: 88%;
	float: left;
	margin-top: 10px;
}

.news_list ul li img {
	float: right;
	position: absolute;
	bottom: 23px;
	right: 0;
	border-left: 1px solid #999;
	padding-left: 10px;
}

.box2 {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding: 30px 0px 15px;
	background: url(../images/box2_bg.png) no-repeat center top;

}

.gzdt {
	width: 790px;
}
.notice{
	width: 380px;
}
.notice_list .time{
	border: 1px solid #004388;
	width: 66px;
	
}

.notice_list .time .date1{
	display: block;
	color: #1057b1;
	background: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.notice_list .time .date2{
	display: block;
	color: #fff;
	background: #1057b1;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

.notice_list ul li {
	position: relative;
	overflow: hidden;

	margin-bottom: 25px;
}
.notice_list ul li:last-child{
	margin-bottom: 0;
}
.notice_list ul li:hover{
	
	transition: all 0.3s ease-in-out;
	transform: translate(5px);
}
.notice_list ul li:hover span{
	background: #004388;
	color: #FFFFFF;
}
.notice_list ul li a {
	font-size: 16px;
	float: right;
	width: 81%;
	padding-left: 16px;
	box-sizing: border-box;
}



.notice_list ul li p {
	font-size: 14px;
	color: #999;
	width: 88%;
	float: left;
	margin-top: 10px;
}

.notice_list ul li img {
	float: right;
	position: absolute;
	bottom: 23px;
	right: 0;
	border-left: 1px solid #999;
	padding-left: 10px;
}


.notice_t {
	width: 77%;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height: 66px;
	display: block;
}


.zbcg_time{
	width: 60px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background: #1057b1;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
}
 .slideTxtBox .bd .con li:hover .zbcg_time{
	background: #d7b12e;
	
}
 .slideTxtBox .bd .con li:last-child{margin-bottom: 0;}

/*学术活动end*/
.kjcg,.pjzs,.down{
	width: 380px;
}
.pjzs{
	margin-left: 30px;
}
.kjcg_list li,.down_list li{
	    margin-bottom: 20px;
	    padding-left: 25px;
	    line-height: 30px;
	    position: relative;
		overflow: hidden;
}
.down_list li{
	padding-left: 0;
}

.kjcg_list li:last-child{
	margin-bottom: 0;
}
.kjcg_list li::before{
	content: "";
	width: 15px;
	height: 19px;
	background: url(../images/icon_list.png) no-repeat center;
	
	position: absolute;
	    left: 0;
	    top: 5px;
}

.kjcg_list li:hover::before{
	content: "";
	width: 15px;
	height: 19px;
	background: url(../images/icon_list_on.png) no-repeat center;
	
	position: absolute;
	    left: 0;
	    top: 5px;
}

.kjcg_list li a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.kjcg_list li a:hover{
	color: #2e65b6;
}
.down_list li{
	display: block;
	
	
}
.down_list li:last-child{margin-bottom:0;}
.kjcg_list li span{
	color: #999999;
	font-size: 14px;
}

.box3{
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
/* 本例子css */
.slideTxtBox {
	position: relative;
}

.slideTxtBox .hd {
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0px 0 0;

}



.slideTxtBox .hd ul {
	z-index: 5;
	position: absolute;
	/*height: 43px;*/
	overflow: hidden;
	zoom: 1;
	/*margin-top: 6px;*/
}

.slideTxtBox .hd ul li {
	float: left;
	margin: 0 6px;
	cursor: pointer;
	font-size: 16px;
	color: #a0a0a0;
	line-height: 22px;
}
.slideTxtBox .hd ul li:first-child{
	margin-left: 0;
}

.slideTxtBox .hd ul li.on {
	padding-bottom: 5px;
	border-bottom: 3px solid #004d9d;
	color: #004d9d;
}

.slideTxtBox .bd {
	margin: 20px 0 0;
	clear: both;
	position: relative;
}


.slideTxtBox .bd .con li {

	float: left;
	width: 100%;
	/*height: 29px;*/
	line-height: 1.6em;
	box-sizing: border-box;
	font-size: 16px;
}

.slideTxtBox .bd .con li a{
	display: block;


}
.slideTxtBox .bd .con li span{
	font-size: 14px;
	
}

.slideTxtBox .bd .con li.mr {
	margin-right: 0px;
}

.slideTxtBox .bd .con ul li:hover a {
	color: #004d9d;
}

.kjtd{
	width: 100%;
}
.kjtd li{
	width: 285px;
	height: 80px;
	line-height: 80px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.kjtd li a{
	padding-left: 60px;
	display: block;
}
.kjtd li:nth-child(1){
	background: #4499b5 url(../images/icon_link1.png) no-repeat 55px center;
	margin-right: 20px;
	
}
.kjtd li:nth-child(2){
	background: #ecbb66 url(../images/icon_link2.png) no-repeat 55px center;
	margin-right: 20px;
}
.kjtd li:nth-child(3){
	background: #44b58e url(../images/icon_link3.png) no-repeat 45px center;
	margin-right: 20px;
}
.kjtd li:nth-child(4){
	background: #e089de url(../images/icon_link4.png) no-repeat 45px center;
}