﻿body{
	background: url(../image/body.jpg) no-repeat center bottom;
}
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #C32D30;
}
.mainHd{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #a41529;
	padding: 25px 0 15px;
}
.mainHd span{
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
	color: #960a00;
	@supports (-webkit-background-clip: text) or (background-clip: text) {
		background: linear-gradient(to right,  #dd6400 10%, #a92300 30%, #960a00 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
}
.mainHd a.more{
	color: #a41529;
	font-size: 14px;
}
.mainHd em{
	text-transform: uppercase;
}

.list1 li {
	padding: 12px 0;
	border-bottom: 1px dashed #dedede;
}
.list1 li a{
	display: block;
}
.list1 li span {
	display: block;
	margin-top: 5px;
	padding-left: 20px;
	background: url(../image/ico_time.png) no-repeat 0 center;
}
.listItem{
	padding:21px 0;
	display: flex;
	border-bottom: 1px dashed #ededed;
}
.listItem dt{
	width: 68px;
	line-height: 21px;
	margin-right: 15px;
	color: #a41529;
}
.listItem dt span{
	display: block;
	color: #a41529;
	height: 21px;
	
}
.listItem dd{
	flex: 1;
	display: flex;
	align-items: center;
	height:42px;
	padding: 5px 0;
	line-height: 1.4;
}
.list3{
   display:flex;
   flex-wrap:wrap;
}
.list3 li{
	display: inline-flex;
	padding: 4px 15px 4px 5px;
	align-items: center;
    width:20%;
	
	line-height: 1.4;
}
.list3 li::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #be1e1e;
	margin-right: 10px;
	border-radius: 50%;
}
.main1{
	background: url(../image/main1bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding-bottom: 46px;
}
.main1 .mainBd{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 0 10px #ededed;
	padding: 30px;
}
.main1 .mainBd .main1Left{
	width: 400px;
}
.main1 .mainBd .swiper-news{
	flex: 1;
	margin-left:30px;
}
.swiper-news{
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.swiper-news .swiper-pagination-bullet{
	background:#fff;
	opacity: 1;
}
.swiper-news .swiper-pagination-bullet-active{
	background:#9D0009;
}
.swiper-news .swiper-button-prev,.swiper-news .swiper-button-next{
	width:48px;
	height:48px;
	background-color: rgba(0, 0, 0, .6);
	background-image: url(../image/prev.png);
	background-position: center;
	background-size: 13px;
	top: 45%;
	margin-top: -30px;
	border-radius: 50%;
}
.swiper-news .swiper-button-next.swiper-button-disabled,.swiper-news .swiper-button-prev.swiper-button-disabled{
	opacity: .6;
	background-color: rgba(255, 255,255, .6);
}
.swiper-news .swiper-button-prev{
	left: 15px;
}
.swiper-news .swiper-button-next{
	right: 15px;
	background-image: url(../image/next.png);
}
.swiper-news .txt{
	left: 36px;
	right: 36px;
	background-color: rgba(255, 255,255, .9);
	box-shadow: 0 0 5px #ededed;
	display: flex;
	position: absolute;
	bottom: -55px;
}
.swiper-news .txt p{
	padding: 15px 30px;
	flex: 1;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.swiper-news .txt p a{
	color: #000;
}
.swiper-news .date{
	background-color: #8f0100;
	color: #fff;
	text-align: center;
	width: 110px;
	height: 110px;
	padding-top:15px;
	line-height: 1.3;
}
.swiper-news .date span{
	width: 100%;
	display: block;
	text-align: center;
}
.swiper-news .ptbox .inner{
	padding-bottom: 60%;
}
.main2{
	display: flex;
	justify-content: space-between;
}
.main2Left{
	flex: 1;
}
.main2Right{
	width: 420px;
	margin-left:30px;
}
.basePanel{
	background-color: rgba(255, 255,255, .6);
	box-shadow: 0 1px 5px #ddd;
	padding: 15px 30px;
}
.main2Left .mainBd{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 30px 25px;
	height: 378px;
	overflow: hidden;
}
.main2Left .mainBd .listItem{
	width: calc(50% - 15px);
}
.main2Left .mainBd .listItem:nth-child(2n){
	margin-left: 30px;
}
.main2Right .mainBd{
	height: 378px;
}
.main2Right .mainBd>img{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 15px;
}
.main2Right .mainBd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
        margin-top: 20px;
}
.main2Right .mainBd ul li{
	width: calc(50% - 15px);
	padding-bottom: 25px;
}
.main2Right .mainBd ul li a{
	
	display: flex;
	align-items: center;
}
.main2Right .mainBd ul li a img{
	margin-right: 10px;
}
.main3{
	display: flex;
}
.main3Left{
	width: calc((100% - 290px)*0.55 - 15px);
}
.main3_2{
	flex: 1;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.main3Mid{
	flex: 1;
}
.main3Mid .mainBd{
	height: 376px;
}
.main3Right{
	width: 260px;
	margin-left: 30px;
}
.main3Right .mainBd img{
	width: 100%;
}
/*科研日历*/
.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;
     width:100%;
}
.calendar-bar-date {
    position: relative;
    width: 145px;
}
.calendar-bar>.calendar-bar-date>span {
    padding-right: 25px;
    background: url(../image/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;
	    z-index: 55;
		box-shadow: 0 2px 3px #ddd;
}
.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-main{
	position: relative;
}
.calendar-event {
    position: absolute;
	padding: 25px 0;
    background-color: #fff;
	box-shadow: 0 0px 3px #ddd;
    overflow: hidden;
	width: 380px;
	height:160px ;
	display: none;
}
.calendar-event-box {
    width: 1000%;
    height: 100%;
}
.calendar-event-item {
    width: 380px;
	overflow: hidden;
	padding: 0 25px;
}
.calendar-event-item .title {
    display: block;
    height: auto;
    line-height: 1.5;
    font-size: 20px;
    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: 15px;
    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: 14px;
    width: 13px;
    height: 23px;
    cursor: pointer;
}
.calendar-event-prev {
    right: 48px;
    background: url(../image/kyy_calendar_ico_5.png);
}
.calendar-event-prev:hover {
    background: url(../image/kyy_calendar_ico_6.png);
    transform: rotate(180deg);
}
.calendar-event-next {
    right: 20px;
    background: url(../image/kyy_calendar_ico_5.png);
    transform: rotate(180deg);
}
.calendar-event-next:hover {
    background: url(../image/kyy_calendar_ico_6.png);
    transform: rotate(0deg);
}
.calendar-event-close{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 50%;
	background:rgba(0, 0, 0, .3) url(../image/close.png) no-repeat center;
	background-size: 10px;
}
.calender-show {
    width: 100%;
    background-color: #fff;
}
.calender-show span {
    float: left;
    display: block;
    margin: 0 15px 12px;
    width: calc(14% - 30px);
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #A41529;
    border-radius: 4px;
}
.calender-show-weekname span{
	font-size: 15px;
	margin: 0 10px 16px;
	width: calc(14.2% - 20px);
}
.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;
}

.swiper-img2 .swiper-slide{
	border-left: 4px solid #ddc6a0;
	background-color: #fff;
	padding: 30px 30px 20px;
	text-align: center;
	transition: border-color 1s;
}
.swiper-img2 .swiper-slide .ptbox .inner{
	padding-bottom: 100%;
	margin-bottom: 15px;
}
.swiper-img2 .swiper-slide p{
	margin-bottom: 5px;
}
.swiper-img2 .swiper-slide:hover{
	border-left-color: #be1e1e;
}
.swiper-img2 .swiper-slide:hover a{
	color: #be1e1e;
}
.linkBox{
	padding: 25px 0;
}

.xsdt-list{
  margin-top: 10px;
}
.xsdt-list li{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ededed;
}
.xsdt-list li h3{
  font-size: 18px;
  margin-bottom: 10px;
}
.xsdt-list li p{color:#666}
.xsdt-list li p img{
    vertical-align: -2px; margin-right:5px
}