﻿@charset "UTF-8";

body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #A41529;
    text-decoration:none;
}
input,button{
    outline:0;
    border: none;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
table{
    border-collapse: collapse;
}
table tr th, table tr td{
    padding: 5px 10px;
    border: 1px solid gray;
}
.lf, .fl{
    float: left;
}
.rt, .fr{
    float: right;
}
.container{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*头部*/
.header{
    background: url(../images/header.jpg) no-repeat center top;
}
.logo{
    float: left;
    height: 210px;
    display: flex;
    align-items: center;
}
.search{
    position: relative;
    margin-top: 14px;
}
.search input[type='text']{
    width: 280px;
    height: 40px;
    padding: 0 48px 0 15px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.search input[type='submit']{
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 30px;
    border-left: 1px solid #A41529;
    background: url(../images/search.png) no-repeat center center;
}

/*导航栏*/
.nav{
    background: #A41529;
}
.menu{
    display: flex;
}
.menu>li{
    position: relative;
    float: left;
    flex-grow: 1;
}
.menu>li:last-of-type{
    max-width: 280px;
}
.menu>li>a{
    display: block;
    line-height: 68px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.menu .second-menu{
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(164, 21, 41, 0.8);
    display: none;
    z-index: 999;
}
.menu .second-menu a{
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #ddd;
}
.menu .second-menu a:hover{
    background: #A41529;
}
.toggle{
    display: none;
}

/*主体*/
.section{
    position: relative;
    min-height: 500px;
}
.title{
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 30px 0;
    border-bottom: 1px solid #E1E1E1;
}
.title h2{
    color: #A41529;
    font-size: 26px;
    position: relative;
}
.title h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background: #A41529;
}
.title .rt{
    color: #666;
    font-size: 16px;
    position: relative;
    padding-right: 20px;
}
.title .rt:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #A41529;
}
.title .rt:hover{
    color: #A41529;
    font-weight: bold;
}

/*科研要闻*/
#news{
    float: left;
    width: 50%;
}
#news a{
    display: block;
}
#news .img{
    height: 350px;
    overflow: hidden;
}
#news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news a:hover img{
    transform: scale(1.1);
}
#news h3{
    width: 80%;
    font-size: 20px;
    color: #212121;
    height: 60px;
    line-height: 30px;
    margin-top: 15px;
}
#news a:hover h3{
    color: #A41529;
}
#news .swiper-pagination{
    left: auto;
    right: 0;
    width: auto;
    text-align: right;
    bottom: 35px;
}
#news .swiper-pagination-bullet{
    border: 1px solid #A41529;
    background: none;
    border-radius: 50%;
    opacity: 1;
}
#news .swiper-pagination-bullet-active{
    background: #A41529;
}
.news-list{
    float: right;
    width: 46%;
}
.news-list li{
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
}
.news-list li .date{
    float: left;
    width: 51px;
    height: 60px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    background: url(../images/date.png) no-repeat;
}
.news-list li .date span{
    font-size: 20px;
}
.news-list li>p{
    margin: 4px 0 0 80px;
    font-size: 18px;
    height: 3.5em;
    line-height: 1.75em;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.wrapper{
    display: flex;
    justify-content: space-between;
}
.wrapper>div{
    width: 32%;
}
.wrapper .title{
    margin-bottom: 12px;
}
.notice ul li{
    height: 44px;
    background: #FFF3F3;
    margin-bottom: 26px;
}
.notice ul li .date{
    position: relative;
    float: left;
    width: 60px;
    height: 44px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #A41529;
}
.notice ul li .date span{
    display: inline-block;
    line-height: 25px;
    font-size: 20px;
}
.notice ul li .date::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    border: 5px solid transparent;
    border-left-color: #A41529;
    transform: translate(100%, -50%);
}
.notice ul li>p{
    margin: 0 20px 0 85px;
    line-height: 44px;
    font-size: 18px;
}

.trends ul li{
    line-height: 44px;
    margin-bottom: 12px;
}
.trends ul li span{
    float: right;
    color: #999;
}
.trends ul li p{
    font-size: 18px;
    margin-right: 80px;
}

.lectures ul li{
    margin-bottom: 32px;
    overflow: hidden;
}
.lectures ul li .date{
    position: relative;
    float: left;
    text-align: center;
    padding-right: 15px;
}
.lectures ul li .date span{
    color: #A41529;
    font-size: 24px;
}
.lectures ul li .date::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 38px;
    background: #A41529;
    transform: translateY(-50%);
}
.lectures ul li>p{
    margin-left: 80px;
    height: 54px;
    line-height: 27px;
    font-size: 18px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.research{
    float: left;
    width: 79%;
}.research .title{
    margin-bottom: 0;
 }
.research .box{
    height: 442px;
    padding: 20px 15px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    border-top: none;
}

/*科研日历*/
.calendar-bar {
    box-sizing: border-box;
    padding-right: 20px;
    height: 45px;
    background-color: #B81418;
    text-align: right;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    float: right;
     width: calc(100% - 410px);
}
.calendar-bar-date {
    position: relative;
    width: 145px;
}
.calendar-bar>.calendar-bar-date>span {
    padding-right: 25px;
    background: url(../images/kyy_calendar_ico_2.png) right center no-repeat;
    cursor: pointer;
}
.calendar-bar-select {
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    width: 115px;
    height: 200px;
    background-color: #fff;
    overflow-y: auto;
    color: #555;
    cursor: pointer;
}
.calendar-bar-select li {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
.calendar-bar-select li:hover {
    background: #eee;
}
.calendar-bar>.calendar-bar-date:hover .calendar-bar-select {
    display: block;
}
.calendar-event {
    position: relative;
    padding-top: 25px;
    width: 390px;
    height: 375px;
    background-color: #F2F2F2;
    overflow: hidden;
}
.calendar-event-box {
    width: 1000%;
    height: 100%;
}
.calendar-event-cover {
    width: 340px;
    height: 121px;
    background: url(../images/kyy_calendar_cover.jpg);
    background-size: cover;
	font-size: 24px;
	    text-shadow: 0 0 1px #888;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    color: rgba(255,255,255,.9);
	    letter-spacing: 1px;
}
.calendar-event-item {
    width: 340px;padding-left: 25px;
	overflow: hidden;
}
.calendar-event-item .title {
	/*  width: 340px; */
    display: block;
    margin: 24px auto 0;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border: none;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	max-height: 5em;
	-webkit-box-orient: vertical;
}
.calendar-event-item .time {
    margin: 18px auto 0;
    display: block;
    font-size: 14px;
    color: #808080;
	 /* width: 340px; */
}
.calendar-event-item .address {
    margin: 18px auto 0;
    display: block;
    font-size: 14px;
	 /* width: 340px; */
    color: #808080;
}
.calendar-event-btn {
    position: absolute;
    bottom: 18px;
    width: 13px;
    height: 23px;
    cursor: pointer;
}
.calendar-event-prev {
    right: 62px;
    background: url(../images/kyy_calendar_ico_5.png);
}
.calendar-event-prev:hover {
    background: url(../images/kyy_calendar_ico_6.png);
    transform: rotate(180deg);
}
.calendar-event-next {
    right: 28px;
    background: url(../images/kyy_calendar_ico_5.png);
    transform: rotate(180deg);
}
.calendar-event-next:hover {
    background: url(../images/kyy_calendar_ico_6.png);
    transform: rotate(0deg);
}
.calender-show {
    width: calc(100% - 410px);
    margin: 20px 0px 0 0;
}
.calender-show span {
    float: left;
    display: block;
    margin: 0 15px 16px;
    width: calc(14% - 30px);
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #A41529;
    border-radius: 4px;
}
.calender-show-grid span {
    color: #8C8C8C;
}
.calender-show-grid span.weekend {
    color: #FF7F92;
}
.calender-show-grid span.begin {
    background-color: #8CC63F;
    color: #fff;
    cursor: pointer;
}
.calender-show-grid span.end_ {
    color: #fff;
    background-color: #B81418;
    cursor: pointer;
}
.calender-show-grid span.active {
    color: #fff;
    background-color: #29ABE2;
}

.system{
    float: right;
    width: 19%;
}
.system ul{
    margin-top: -17px;
}
.system ul li{
    text-align: center;
    margin-top: 13px;
}
.system .title h2::after {
    width: 170px;
}

/*友情链接*/
.link ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.link ul li{
    position: relative;
    padding-left: 15px;
    margin: 0 30px 15px 0;
    font-size: 16px;
}
.link ul li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #A41529;
    border-radius: 50%;
}

/*尾部*/
.footer{
    padding: 15px 0;
    background: #A41529;
}
.footer p{
    color: #fff;
    line-height: 1.5em;
    text-align: center;
}


.side{
    float: left;
    width: 278px;
    margin-top: 30px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #A41529;
}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #A41529;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #A41529;
}

.column{
    margin: 30px 0 40px 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
    font-size: 16px;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #A41529;
}

.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #A41529;
}

.detail{
    margin-top: 20px;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #999;
    margin: 0 8px;
}
.content{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0F0F0;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
    /*text-indent: 2em;*/
}

.profile{
    margin-top: 20px;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
    text-indent: 2em;
}

/*返回顶部*/
.toTop{
    position: fixed;
    right: 15px;
    bottom: -100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    font-family: '黑体';
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .3s;
    z-index: 99;
}

@media screen and (max-width: 1400px){

    .container{
        width: 1200px;
    }
    .menu>li{
        width: 150px;
    }
	.calendar-event{
		width: 340px;
		height: 350px;
	}
	.calendar-event-item{
		width: 310px;
		padding-left: 15px;
	}
	.calender-show,.calendar-bar{
	    width: calc(100% - 350px);
	}
	.calender-show span{
		    margin: 0 10px 16px;
		    width: calc(14% - 20px);
	}
	.research .box{
		height: 398px;
		padding: 10px;
	}
}
