*{
    margin: 0;
    padding: 0;
}

/* 头部样式 */
.top{
    background-image: url(../images/bg1.jpg);
}
.logo{
    float: left;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 5px;
}
.search_box{
    width: 23%;
    float: right;
    margin: 40px 0 40px 20px;
}
.parent {
    position: relative;
}
.parent ::placeholder{color:#c5c5c5;}
.search {
    width: 266px;
    height: 35px;
    border-radius: 25px;
    outline: none;
    border: 1px solid #fff;
    padding-left: 20px;
    position: absolute;
    font-size: 14px;
}
.btn {
    position: relative;
    top: 7px;
    left: 230px;
    border: none;
    outline: none !important;
    cursor: pointer;
    padding:0;
}



/* 导航栏样式 */
.nav {
	width:100%;
	margin-bottom: 0;
	background: #fff;
}
.daohang{
	margin-bottom: 0;
}

.nav ul li {
    list-style: none;
	float: left;
	line-height:50px;
	text-align: center;
	width:12%;
	margin-left: 3.2%;
	position: relative;

}

.nav ul li:first-child{
	 width: 7%;
	 margin-left: 0;
}


.nav ul li a {
	display: block;
	margin: 0 auto; 
	color: #333;
	height: 50px;
	font-family: "微软雅黑";
    font-size: 18px;
    text-decoration: none;
}

.nav ul li:first-child a{
	width:100%;
}

.nav ul li.active a{
    color: #1474dd;
    
}

.nav ul .first:hover  {
    color: #1474dd;
    background: url(../images/line-2.png) no-repeat ;
    background-position: bottom;
    background-size: 100% 6px;
}

.nav ul li ul{
	display: none;
	position: absolute;
	left: 0;
	top:50px;
	width: 100%;
	height: auto;
	z-index: 99;
	background: #0056b8;
	border-radius: 0 0 5px 5px;
}

.nav ul li:hover ul{
	display: block;
}

.nav ul li ul li{
	width: 100%;
	line-height: 30px;
	margin-left: 0;
}

.nav ul li ul li:first-child{
	width: 100%;
}

.nav ul li ul li a{
	font-size: 16px;
	height: 35px;
	width: 100%;
	color: #fff;
}

.nav ul li:hover ul li a{
	 color: #fff;
}


/* 轮播图样式 */
.carousel-control.left,.carousel-control.right{
	background-image: none;
}
.glyphicon-chevron-left:before {
    content: none;
}
.glyphicon-chevron-right:before{
    content: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 20%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 20%;
}
.carousel-indicators li{
	border: 1px solid #d8c722;
}
.carousel-indicators .active{
	background-color:#d8c722 ;
}


/* 中上部样式 */
.middle_top{
	background: #f1f1f1;
	padding-bottom: 60px;
}
.news{
	width: 66%;
	float: left;
}
.title{
	line-height: 80px;
}
.title span{
	font-size: 24px;
	margin-left: 10px;
}
.title a{
	float: right;
}
.list-wrap-left{
	width: 48%;
	float: left;
}
.list-wrap-left-top, .list-wrap-left-bottom{
	background: #fff;
	padding: 20px;
}

.left-top-title{
	float: left;
	width: 41%;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #cccccc;
}
.left-top-title a{
	 display: block;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	line-height: 26px;
	max-height: 104px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.left-top-title a:hover{
	color: #0056b8;
	
}
.left-top-title::before{
	content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 0;
    border-bottom: 5px solid #0056b8;
    transition: 0.2s all linear;
}
.left-top-title:hover::before{
	width: 100%;
}
.left-top-pic{
	float: right;
	width: 55%;
}
.left-top-pic .date{
	background: rgba(42, 112, 193, .9);
	color: #fff;
	width: 45px;
	text-align: center;
	position: relative;
    margin-top: -20px;
}
.left-top-pic img{
	max-width: 100%;
}
.left-bottom{
	margin: 20px 6px 5px;
	height: 66px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	
}
.left-bottom span{
	font-size: 16px;
	color: #666666;
}
.list-wrap-left-bottom{
	margin-top: 25px;
}
.list-wrap-right{
	background: #fff;
	width: 48%;
	float: right;
}
.list-wrap-right ul li{
	list-style: none;
	padding: 22px 10px 0;
}
.list-wrap-right ul li:last-child .news-list{
	border-bottom: none;
}
.news-list{
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.news-list-left{
	float: left;
	width: 19%;
	text-align: center;
	
}
.news-list-left span{
	font-size: 20px;
	color: #0056b8;
}
.news-list-left p{
	font-size: 14px;
	color: #999999;
}
.news-list-right{
	float: right;
	padding: 0 0 0 15px;
	width: 80%;
	border-left: 1px solid #cccccc;
}
.news-list-right a{
	text-decoration: none;
	color: #333333;
	font-size:16px;
	height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	
}
.news-list-right a:hover{
	color: #0056b8;
}
.award{
	float: right;
	width: 31%;
}
.award-list{
	background: #fff;
	padding: 15px 10px 0;
}
.award-list ul li{
	list-style: none;
	border-bottom: 1px solid #cccccc;
	padding: 17px 0;
}
.award-list-detail{
	border-left: 3px solid #cccccc;
	padding: 0 10px 0 15px ;
        width: 80%;
	float: right;
	
}
.award-list-detail span{
	font-size: 16px;
	color: #0056b8;
}
.award-list-detail a{

	font-size: 16px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	height: 73px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.award-list-detail a:hover{
	color: #0056b8;
}
.award-list-detail:hover{
	border-left: 3px solid #0056b8;
}
.award-list ul li:last-child{
	border-bottom: none;
}

/* 中下部样式 */
.middle-bottom{
	background-image: url(../images/bg3.jpg);
	padding-bottom: 40px;
	background-size: 100% 100%;
}
.laboratory{
	float: left;
	width: 66%;
}
.laboratory-title{
	width: 30%;
	height: auto;
	background-image: url(../images/bg2.jpg);
	background-size: 100% 100%;
	padding: 15px 0;
	margin-top: -25px;
}
.laboratory-title a{
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	padding-left: 90px;
}
.laboratory-content{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	text-indent: 4%;
	margin: 30px 0 20px;
}
.research-group{
	width: 30%;
	float: right;
}
.research-group .title{
	line-height: 70px;
}
.researchers-list{
	text-align: center;
	float: left;
	width: 23%;
	margin-right: 2%;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.researchers-list:hover{
	background: #0056b8;
}
.researchers-list a{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.researchers-list:hover a{
	color: #fff;
}
.research-group .more{
	float: right;
	margin: 18px 10px 0 0;
}

/* 底部样式 */
.bottom{
	background-image: url(../images/bg4.jpg);
	background-size: 100% 100%;
}
.link span{
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
.link{
	border-bottom: 1px solid rgba(62, 126, 198, .7);
	padding: 15px;
}
.link a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-right: 95px;
	padding: 20px 0;
}
.copyright{
	text-align: center;
	margin: 20px 0 0;
        color: #fff;
}
.copyright span{
	color: #fff;
        margin: 0 10px;
}
.copyright a{
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
}


/* 新闻快报样式 */
.white{
	background: #fff;
}
.report{
	background: #0056b8;
	padding: 10px 20px;
	margin-top: 15px;
}
.report-left{
	float: left;
	font-size: 20px;
	color: #fff;
}
.report-right{
	float: right;
	color: #fff;
         margin-top: 10px;
}
.report-right a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.report-right-title{
	margin: 10px 0;
}
.report-right-title:hover{
	color: #fff;
}
.news-wrap{
	padding-bottom: 30px;
}
.news-content{
	padding: 20px 15px;
}
.news-content-wrap{
	background: #f7f7f7;
    width: 31%;
    margin: 1%;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
}
.news-content-wrap:hover{
	background: #0056b8;
}

.news-content-wrap span{
	font-size: 18px;
}
.news-content-title{
	margin: 20px 0;
}
.news-content-title a{
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	
}
.news-content-detail{
	line-height: 32px;
	margin-bottom: 30px;
	width: 344px;
    height: 193px;
    overflow: hidden;
}
.news-content-detail a{
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
.a-pic{
	width:25px;
	height:20px;
	position:relative;
	/* animation:myfirst 2s; */
	background: url(../images/arrow1.png) no-repeat;
}
@keyframes myfirst{
	0%   {left:0%; top:0px;}
	100% {left:90%;top:0px;}
}
.news-content-wrap:hover span{
	color: #fff;
}
.news-content-wrap:hover .news-content-title a{
	color: #fff;
}
.news-content-wrap:hover .a-pic{
	background: url(../images/arrow2.png) no-repeat;
}
.news-content-detail img{
	width: 100%;
	transition:all 0.6s;
}
.news-content-wrap:hover .news-content-detail img{
	transform: scale(1.1);
}
.news-content-wrap:hover .news-content-detail a{
	color: #fff;
}
.news-content-detail img{
	width: 100%;
}
.page {
    text-align: center;
    padding: 70px 0;
    line-height: 35px;
}
.p_no_d {
    font-size: 14x;
    background:#0056b8;
    color: #fff;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    margin: 0px 2px;
}
.p_prev_d, .p_prev {
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    margin: 0px 2px;
}

.p_next, .p_next_d, .p_last_d {
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    margin-left: 2px;
    border: 1px solid #e8e8e8;
}


/* 内容页样式 */
.bg-pic img{
	width: 100%;
}
.location{
	background: #f7f7f7;
	padding: 10px 20px;
}
.location a{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.zhengwen{
	padding: 50px 50px 100px;
}
.riqi{
	background: #0056b8;
	float: left;
	width: 10%;
	padding:0 20px 10px;
	text-align: center;
	color: #fff;
}
.riqi span{
	font-size: 16px;
}
.neirong{
	float: right;
	width: 88%;
}
.biaoti{
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.biaoti h3{
	margin-top: 5px;
}
.biaoti .zuozhe{
	padding: 10px 0;
}
.biaoti span{
	font-size: 14px;
	color: #999999;
	margin-right: 30px;
}
.xiangqing{
	padding: 0 20px;
}
.xiangqing span{
	font-size: 16px;
	color: #666666;
	line-height: 35px;
	display: block;
	margin:30px 0;
}
.xiangqing span img{
	display: block;
	margin:0 auto;
}

/* 简介页样式 */
.about{
	padding: 80px 30px 120px;
}
.about-detail{
	padding: 40px 20px;
	width: 50%;
	border-radius: 2%;
	background: rgba(247, 247, 247, .7);
	position: relative;
	left: 45%;
    margin-top: -26%;
	text-indent: 5%;
}
.about-detail span{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}

/* 列表页样式 */
.report-left .list_1{
	float: left;
	list-style: none;
	margin-right: 30px;
	padding: 5px 10px;
}
.report-left .list_1.active{
	background: #d8c722;
	border-radius: 5px;
}
.report-left .list_1 a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.report-left .list_1:hover{
	background: #d8c722;
	border-radius: 5px;
}
.report-left .list_1:active{
	
}
.report_1{
	padding: 10px 20px;
}
.right_location{
	margin-top: 10px;
}
.member-list{
	padding: 20px 0 100px;
	margin-left: -2%;
}
.member-detail{
	background: #f7f7f7;
    width: 23%;
    padding: 5px 30px;
    margin-left: 2%;
    float: left;
    height: 180px;
    margin-bottom: 25px;
}
.member-detail:first-child{
	border: 5px solid #000;
}
.member-detail a{
	font-size: 24px;
	color: #333;
	margin-top: 10px;
	float: left;
	text-decoration: none;
}
.professor{
	float: left;
	margin: 18px 0 0 10px ;
	color: #666666;
	font-size: 14px;
}
.professor span{margin-right:10px;}
.member-detail p{
	color: #666666;
	font-size: 16px;
	margin: 10px 0;
}


#vsb_content p{
   line-height:35px;
   font-size:16px;
}


/* 论文页样式 */
.xueshu_list{
	padding: 10px 20px;
}
.xueshu_content{
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0;
	border-bottom: 1px solid #ece9e9;
}



.download_content{
	
	padding: 20px 0;
	margin-bottom: 200px;
}
.download_content a{
	
	text-decoration: none;
	
}
.download_content p{
	text-indent: 3%;
	line-height: 35px;
	font-size: 16px;
	
}

.shiyanshi_content{
	padding: 40px 30px 100px;
	line-height: 35px;
	font-size: 16px;
	text-indent: 3%;
}


.yiqi-detail{
	background: #f7f7f7;
	width: 18%;
	padding: 5px 10px;
	margin-left: 2%;
	float: left;
	margin-bottom: 25px;
	text-align: center;
}

.yiqi-detail span{
	line-height: 35px;
    font-size: 16px;
}

.year{
	width: 20%;
	float: left;
	padding: 14px 18px;
	font-size: 18px;
        margin-top: 12px;
        color:#0056b8;
	
}