body{
	background: url(../images/banfot.jpg);
    background-size: cover;
    background-position:center bottom;
}
/************主内容区*********/
a:focus{
    text-decoration: none;
}
.carouse{
    height: 371px;
}


/***新闻***/
 
.news_box {
    margin: 0 -5px;
    padding-top: 20px;
}
 
.item-header{
    margin: 10px 0 10px 0;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 2px solid #969696;
}

.item-header h3 {
    display: inline-block;
    /*width: 160px;*/
    margin: 0 0 -2px 0;
    padding: 2px 10px 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 800;
    color: #002a84;
    border-bottom: 2px solid #002a84;
    border-radius: 5px 5px 0 0;
}
.item-header h3 span {
    font-size: 14px;
    color: #002f94;
    font-weight: 200;
}
.go_news{
    font-size: 13px;
    color: #666;
}


.big_news {
    margin-bottom: 20px;
}
.big_news h3 {
    height: 50px;
    margin: 0;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    background-color: #d54248;
}

.big_news a {
    display: block;
    color: #fff;
    line-height: 20px;
    cursor: pointer;
}
.big_news:hover h3{
    background-color: #2b4e74;
}
.big_news:hover a{
    color: #fff;
}
.big_news:hover figcaption{
    background-color: #d9555a;
}

.big_news a img {
    width: 100%;
}

.big_news figcaption {
    padding: 15px;
    font-size: 13px;
    text-indent: 2em;
    line-height: 20px;
    text-align: justify;
    box-sizing: border-box;
    background-color: #5d718e;
}

.big_news .abstract {
    height:60px;
    margin-bottom: 10px;
    color: #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.more_news {
    margin: 0;
    text-align: right;
}

/*通知公告tab标签*/
.newNoticetab .active h3{
	background: #002a84;
	color: #FFF;
}
.newNoticetab .active h3 span{
	color: #FFF;
}
.newNoticetab .more{
	margin-top: -38px;
}
.newNoticetab .tab-pane ul{
	margin-top: 19px;
	padding: 0;
}
@media only screen and (max-width: 991px) {
	.newNoticetab .tab-pane ul {
	    margin-top: 40px;
	}
	.imgChange{
		margin-top: 5px;
	}
}
/****通知公告****/
.academic-uls .item-header h3{
    width: 200px;
}
.news-uls{
    padding-left: 10px;
}
.academic-uls{
    padding: 0 10px 0 15px;
}
.news-uls li a{
    position: relative;
    display: block;
    padding:10px 0 10px 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #b5b5b5;
}
.academic-uls li a{
    border-bottom: 1px dashed #b5b5b5;
}
.news-uls li a:hover .news-date{
    background-color:#213a69 ;
}
.news-uls li a:hover .news-summary h3{
    color:#213a69 ;
}
.news-date{
    position: absolute;
    top: 10px;
    left: 0;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #5a6989;
}
.news-date b{
    font-size: 30px;
    line-height: 30px;
}
.news-date p{
    margin: 0;
}

.news-summary h3{
    margin-top: 0;
    padding-top: 3px;
    font-size: 15px;
    color: #737373;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-summary p{
    height:40px;
    line-height: 20px;
    color: #858687;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/****专题网站***/
/*.topics_box div a {
    display: block;
    line-height: 20px;
    padding: 2px;
    color: #909090;
    font-size: 14px;
    box-sizing: border-box;
    transition: all 120ms ease;
    background-color: #fff;
}

 

.topics_box div a:hover{
    color: white!important;
    background-color: rgb(0,70,140)!important;
}
.topics_box div a:hover p{
    color: white!important;
    background-color: rgb(0,70,140)!important;
}

.topics_box div a p {
    margin: 0;
    padding: 5px;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    background-color: #eee;
}
.topic-item{
    display: inline-block;
    width: 20%;
    float: left;
    margin-bottom: 20px;
    padding: 0 6px 0 10px;
}*/

/*改版-新*/
/*左侧动态轮播*/
.news_div{
	margin-top: 10px;
}
.news_div li{
	list-style: none;
}

.news-lunbo{
	/*padding: 10px 10px 0 10px;*/
	/*background: white;*/
	/*margin-top: 20px;*/
	overflow: hidden;
	/*border:1px solid red;*/
}
.out {
	min-height:270px;
	position:relative;
	/*background: white;*/
}

.img{
	margin-bottom: 0px;
}
.img a{
	display: block;
	color: #5e5e5e !important;

}
.news-ti{
	text-align: center;
	position: absolute;
	bottom: 0px;
	padding: 5px;
	background: rgba(4,78,180,1);
	width: 100%;
	color: #FFF;
	font-size: 16px;
	z-index: 999;
}

.img li {
	position:absolute;
	width:100% !important;
	height: 100%;
	top:0px;
	right:0px;
	display:none
}
.out-img{
	overflow: hidden;
}

.out-img img{
	width: 100%;
	/*height: 300px;*/
}
.out .num {
	position:absolute;
	bottom:0px;
	right:0;
	font-size:0px;
	text-align:center;
	overflow: hidden;
}
.num li {
	width:20px;
	height:20px;
	background:#666666;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	display:inline-block;
	font-size:16px;
/*	border-radius:50%;*/
	margin-right:10px;
	cursor:pointer;
}
.out .btn {
	position:absolute;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
	background:rgba(0,0,0,0.5);
	color:#FFFFFF;
	text-align:center;
	line-height:60px;
	font-size:40px;
	display:none;
	cursor:pointer;
}
.out .num li.active-1 {
	color: white;
	background: #0c5cad;
}
.out:hover .btn {
	display:block
}
/*右侧*/
/*校内新闻*/
.notice{
	/*margin-top: -12px;*/
}

.notice li{
	margin-bottom: 5px;
}
.notice2{
	/*padding-left: 0px;*/
}
.time{
	width: 60px;
	height: 55px;
	text-align: center;
	
}
.day{
	background: #044eb4;
	color: white;
	padding: 5px;
	/*font-weight: bold;*/
}
.month{
	background: #fcfcfc;
	color:#000;
	font-size: 14px;
	border: 1px solid #cacaca;
	border-top: none;
	padding: 2px 0;
	/*font-weight: bold;*/
}
.box{
	float: right;
	width: 83%;
	margin-top: -64px;
	color: #000;
	height:55px;
}
.box h5 img{
	/*margin-top: -3px;*/
}
.box h5 span{
	/*margin-left: 10px;*/
} 
.box h5{
	font-weight: 400;
	line-height: 25px;
	font-size: 15px;
	/*margin-left: 10px;*/
	/*color: #0f0f0f;*/
	}
@media (min-width: 992px){
	.notice {
        padding-right: 0px!important;
        
	}
	.notice2 {
        padding-right: 0px!important;
        padding-left: 0px!important;
        
	}
}
@media only screen and (max-width: 767px) {
	.out{
		    /*min-height: 288px;*/
	}
	.news-ti{
		/*bottom: 30px;*/
	}
}
@media only screen and (max-width: 991px) {
	.out{
		    /*min-height: 288px;*/
	}
	.notice {
        padding: 0px;
        
	}
}
@media only screen and (max-width: 400px) {
	.news-ti{
		bottom: 30px;
	}
	.notice{
		/*margin-top: -30px;*/
	}
	.out{
		min-height: 252px;
	}
}
@media only screen and (min-width: 400px) {
	.img{
		height: 295px;
	}
	.out-img{
		height: 295px;
	}
	.out-img img{
		min-height: 295px;
	}
	
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.box h5 {
	    margin-left: 18px;
	}
}
@media only screen and (max-width: 360px) {
	.box h5 {
	    margin-left: 22px;
	}
}
.notice li a:hover .box{
	color: #002a84;
}
 
.state >div p, #lun3 .slideItem>div h5,   {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .box {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    -moz-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
 /*热点聚焦*/
/*.spotlight{
	padding-left: 18px;
	margin-top: -10px;
}
.spotlight li{
	line-height: 42px;
	overflow: hidden;
  	height: 42px;
}

.spotlight span{
	margin-right: 5px;
}
.spotlight a{
	font-weight: 400;
	color: #000;
    font-size: 15px;
}
.spotlight  li>a img{
	width: 8px;
}
.spotlight .abspol{
	width: 95%;
	
}*/
/*通知公告/学术活动*/
.newNotice{
	
}
.newNotice li{
	list-style: none;
	background: url(../images/tubiao2.png) no-repeat left 13px;
	line-height: 36px;
	padding-left: 20px;
	
   
}
.newNotice li>a{
     height: 26px;
     overflow: hidden;
	width: 75%;
    
    445.5*391
}
.newNotice li>a{
	font-size: 15px;
	display: inline-block;
	color: #000;
	/*margin-left: 20px;*/
	overflow: hidden;
    text-overflow: ellipsis;
}

.newNotice li {
    line-height: 35px;
    overflow: hidden;
    height: 39px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noticeTime {
	position: absolute;
	right: 20px;
}
.newXshd{
	margin: 0 0 15px 0;
}
.newNotice li:hover{
	background: url(../images/tubiao1.png) no-repeat left 13px  ;
}
.newNotice li:hover a{
	color: #002a84;
	font-weight: bold;
}
/*主题*/
@media only screen and (min-width: 992px) {
	.newTopic{
		padding-left:30px ;
}
}

/****信息导航***/
.topic-item{
    display: inline-block;
    width: 25%;
    float: left;
    margin: 30px 0;
    padding: 0 6px 0 10px;
}
@media only screen and (max-width: 768px) {
	.topic-item{
	  
	    margin: 10px 0;
	   
	}
}
.navigation_box{
    /*background-color: rgb(234,234,234);*/
    
}
.navigation_box .item-header{
    margin-top: 10px;
}

.navigation_box div a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 5px;
    color: #0c5cad;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #0c5cad;
    transition: all 120ms ease;
    background-color: #fff;
}

.navigation_box div a img {
    position: absolute;
    top: 12px;
    left: 18px;
    width: 36px;
    height: 32px;
}
.navigation_box .first-item img{
    /*width: 47px;
    height: 36px;*/
}

.navigation_box div a:hover{
    color: white!important;
    /*transform: scale(1.08);*/
    background-color: rgb(0,70,140)!important;
}
.hover-show{
    display: none;
}
.navigation_box div a:hover .default-show{
    display: none;
}
.navigation_box div a:hover .hover-show{
    display: inline-block;
}

.navigation_box div a p {
    margin: 0;
    padding:10px 10px 10px 66px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #fff;
}
@media (max-width: 768px) {
    .news_box {
        margin: 0;
    }
    .carouse{
        height: 200px;
    }
    .topic-item{
        width: 100%;
    }
    .carousel-control{
        display: none;
    }
}

@media only screen and (max-width: 1200px) and (min-width:768px){
	.displayerweima{
    	display: none;
    }
}

 
 /*滚动*/
 
#demo,#demo1{
	width:100%; 
	overflow:hidden; 
	margin:0px auto;
}
#demo a ,#demo1 a{
	color: white;
	text-decoration: none;
}
#demo td ,#demo1 td{
	padding: 10px;
	/*background-color: white;*/
}
#demo table tr td table tr td{
	position: relative;
	text-align: center;
	overflow: hidden;
}
 
#demo table tr td{
	transition: all 1s ease;
}
#demo table tr td table tr td:hover .table_title{
	bottom: 0;
}
#demo img{
	width: 320px;
	height: 180px;
}
