﻿* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

#schedule-box {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding: 15px 30px 15px;
    height: 375px;
}

.schedule-hd {
    display: flex;
    justify-content: space-between;
    padding: 3px 5px;
    background: #059b9a;
    color: #fff;
    line-height: 22x;
    align-items: center;
}
}

.schedule-hd span {
    cursor: pointer;
}

.schedule-bd li:nth-child(7n) {
    border-right: 0px;
}

.today {
    flex: 1;
    text-align: center;
}

.week-ul li {
    border-bottom: 0px !important;
    color: #059b9a;
    padding: 10px 8px !important;
}

.ul-box {
    /* overflow: hidden; */
    border-top: 1px solid #e2e2e2;
}

.ul-box>li {
    font-weight: bold;
    font-size: 16px;
    float: left;
    font-family: 'sin';
    width: 14.28%;
    position: relative;
    margin: 3px 0;
}

.week-ul>li {}

.other-month {
    color: #d2d2d2;
}

.current-month {
    color: #333;
}

.arrow {
    cursor: pointer;
}

.dayStyle {
    text-align: center;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 35px;
}

.current-month>.dayStyle:hover {
    background: #eaeaea;
    position: initial !important;
    color: #666;
}

.today-flag {
    background: #6695b1;
    color: #fff;
}

.selected-style {
    position: relative;
    background: #059b9a;
    color: #fff;
}

.active-style {
    background: #6695b1;
    color: #ffffff;
}

.today {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-family: "sin";
}

/*.currentDate{
    position: relative;
}
.currentDate::after {
    position: absolute;
    content: '';
    right: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5722;
}*/
.dateTip {
    position: absolute;
    z-index: 999999;
    right: auto;
    top: 35px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    /* border-radius: 4px; */
    /* overflow: hidden; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    border-top: 3px solid #059b9a;
    padding: 10px 20px;
    left: 50%;
    transform: translateX(-50%);
}

.tipCont ul li {
    width: 100%;
    /* height: 40px; */
    /* border-bottom: 1px #bebebe dashed; */
}

.tipCont ul li a {
    display: block;
    /* height: 40px; */
}

.tipCont ul li a img {
    display: inline-block;
    float: left;
    width: auto;
    height: 40px;
}

.tipCont ul li a p {
    /* height: 20px; */
    /* line-height:20px; */
    /* display: inline-block; */
    /* width: 315px; */
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}

.dateTip .tipTime {
    position: relative;
    /* height: .5rem; */
    /* background-color: #eee; */
    line-height: 30px;
    /* text-align: center; */
    color: #059b9a;
    font-size: 16px;
    /* padding: 0 .2rem; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0;
}

.closeBtn {
    position: absolute;
    top: 0;
    color: #666;
    right: -10px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: url(../images/close1.png) no-repeat center;
}

.tipCont {
    padding: 15px 0;
    height: auto;
    overflow: hidden;
}

@font-face {
    font-family: "iconfont";
    /* Project id  */
    src: url('iconfont.ttf?t=1637983652792') format('truetype');
}

.iconfont {
    width: 18px;
    height: 35px;
    display: inline-block;
}


.homeb .aright {
    position: relative;
    z-index: 5
}


/* 学术交流 */
.xsjlnr {
    margin: 0 -10px
}

.xsjlnr li {
    width: 33.3%;
    float: left;
    padding: 0 10px;
}

.xsjlbj {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.xsjlnr li:last-child {
    margin-right: 0;
}

.xstp a {
    display: block;
    overflow: hidden;
}

.xstp a .img {
    padding-top: 63%;
    height: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    transition: 0.5s all;
}

.xsjlnr li .xsnr {
    padding: 20px 20px 30px 20px;
    background: #fff;
    position: relative;
}

.xsjlnr li .xsnr:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background: #059b9a;
    background-size: 100% auto;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.xsjlnr li .xsnr a {
    position: relative;
    z-index: 2;
}

.xsjlnr li .xsnr h5 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xsjlnr li .info p {
    color: #666;
    padding: 5px 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xstp a:hover .img {
    transform: scale(1.2, 1.2);
}

.xsjlnr li span {
    display: inline-block;
    background: url(../images/rlmore.png) no-repeat center;
    width: 18px;
    height: 18px;
    margin-top: 20px;
}

.xsjlnr li:hover .xsnr:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.xsjlnr li:hover .info p, .xsjl ul li:hover .xsnr h5 {
    color: #fff;
}

.xsjlnr li:hover span {
    background: url(../images/rlmoreon.png) no-repeat center;
}

@media (max-width: 700px) {
    .xsjlnr li {
        width: 95%;
        margin: 20px auto;
        float: none;
        padding: 0;
    }

    .xsjlnr li:last-child {
        margin: 20px auto;
    }
}

/* 学术日历 */
/**.intit .h4{position: relative;margin:0;}
.intit .h4 img{height: .52rem;}
.intit .h4 span{font-size: 26px;font-weight: bold;display: block;margin-top: -.3rem;}**/
.aright {
    margin-top: 30px;
}

.aright .intit {
    background: #059b9a;
    margin-bottom: 0;
    text-align: center;
    padding-top: 15px;
}

.aright .intit .h4 img {
    height: .35rem;
}

.aright .intit .h4 span {
    font-size: 26px;
    color: #fff;
    margin-top: -5px;
}

.aright .zsbg {
    width: 100%;
}

.aright .Calender {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    height: 4.25rem;
    padding: .15rem .3rem .3rem;
}

.aright .Calender .Calender-top {
    background: #059b9a;
    color: #fff;
    line-height: .24rem;
    font-size: .24rem;
    padding: .15rem 0;
}

.aright .Calender .Calender-top img {
    height: .18rem;
    cursor: pointer;
    display: block;
}

.aright .Calender .Calender-top .curMonth {
    margin: 0 .25rem;
    position: relative;
    top: .02rem;
    letter-spacing: .1em;
}

.aright .Calender .Calender-body table {
    width: 100%;
    font-family: 'sin';
    font-weight: bold;
}

.aright .Calender .Calender-body thead tr {
    border-bottom: 1px dashed #ccc;
}

.aright .Calender .Calender-body thead th {
    color: #059b9a;
    font-weight: bold;
    padding: .15rem 0;
    font-size: .18rem;
}

.aright .Calender .Calender-body tbody td {
    font-size: .18rem;
    text-align: center;
    padding: .05rem 0;
}

.aright .Calender .Calender-body tbody td span {
    display: block;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    margin: 0 auto;
    line-height: .4rem;
}

.aright .Calender .Calender-body tbody td.has span {
    background: #059b9a;
    color: #fff;
}

#prevMonth {
    background: url(../images/rll.png) no-repeat center;
}

#nextMonth {
    background: url(../images/rlr.png) no-repeat center;
}

#prevYear {
    background: url(../images/rlp.png) no-repeat center;
}

#nextYear {
    background: url(../images/rln.png) no-repeat center;
}

@media (max-width: 1279px) {
    #schedule-box {
        height: 350px;
    }

    .week-ul li {
        padding: 5px 8px !important;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .aright .intit .h4 span {
        font-size: 22px;
    }

    .ul-box>li {
        font-size: 14px;
    }

    .today {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .dateTip {
        width: 280px;
        margin-left: -60px;
    }
}