.index_banner {

    margin-top: -2.58rem;

}



.index_banner .sw_box {

    width: 100%;

    height: 4.5rem;

}



.index_banner .sw_box .img {

    width: 11.23rem;

    height: 100%;

    float: left;

    position: relative;

}



.index_banner .sw_box .img img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



.index_banner .sw_box .img .title {

    display: none;

    font-size: 0.2rem;

    line-height: 0.36rem;

    font-weight: bold;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}



.index_banner .sw_box .content_box {

    height: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    margin-left: 11.23rem;

    padding: 0.5rem 0.16rem 0 0.2rem;



    background: no-repeat center bottom /cover;

    background-image: url(../images/banner-r-bg.png);

    background-color: #fcfcfc;

}



.index_banner .sw_box .content_box .title {

    font-size: 20px;

    line-height: 36px;

    font-weight: bold;

    color: #333;

    min-height: 72px;

}



.index_banner .sw_box .content_box .content {



    margin-top: 0.16rem;

    font-size: 14px;

    line-height: 20px;

    color: #999;

    display: -webkit-box;

    /* 弹性盒子元素垂直排列 */

    -webkit-box-orient: vertical;

    /* 控制要显示的行数 */

    -webkit-line-clamp: 3;

    overflow: hidden;

}



.index_banner .sw_box .content_box .more {

    margin-top: 0.4rem;

}



.index_banner .sw_box .content_box .more a {

    display: inline-block;

    padding: 0.1rem 0.24rem;

    border: 1px solid #1c90e4;

    color: #1c90e4;

    font-size: 0.14rem;

}



.index_banner .sw_box .content_box .more a i {

    font-family: '宋体';

    margin-left: 4px;

}



.index_banner .btn {

    position: absolute;

    height: 9px;

    right: 0px;

    bottom: 0.55rem;

    padding: 0;

    z-index: 99999;

}



.index_banner .btn .dots {

    position: absolute;

    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    bottom: 0;

}



.index_banner .btn .dots .swiper-pagination-bullet {

    float: left;

    display: block;

    width: 9px;

    height: 9px;

    border-radius: 100%;

    border: 1px solid #dbdbdb;

    margin-right: 10px;

}



.index_banner .btn .dots .swiper-pagination-bullet:last-child {

    margin-right: 0;

}



.index_banner .btn .dots .swiper-pagination-bullet-active {

    background-color: #fe0800;

    border: 1px solid #fe0800;

}



.index_banner .btn .swiper-button-prev,

.index_banner .btn .swiper-button-next {

    width: 33px;

    height: 16px;

    background-size: 100%;

    top: auto;

    bottom: -3px;

}



.index_banner .btn .swiper-button-prev {

    left: 0.2rem;

    background-image: url(../images/arrow_prev.png);

}



.index_banner .btn .swiper-button-next {

    right: 0.16rem;

    background-image: url(../images/arrow_next.png);

}



.main .news {

    margin-top: 0.55rem;

    padding-bottom: 0.6rem;

    overflow: hidden;

}



.main .news .top {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    margin-bottom: 0.35rem;

}



.main .news .top .title {

    font-size: 0.3rem;

    line-height: 1;

    font-weight: bold;

}



.main .news .top .more a {

    display: inline-block;

    color: #666;

    font-size: 0.16rem;

    line-height: 0.26rem;

}



.main .news .top .more a i {

    font-family: '宋体';

    margin-left: 4px;

}



.main .news .left {

    float: left;

    width: 5.2rem;

    height: 2.9rem;

    position: relative;

    z-index: 1;

}



.main .news .left:hover .img img {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}



.main .news .left .img {

    width: 5.2rem;

    height: 2.9rem;

    overflow: hidden;

}



.main .news .left .img img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.main .news .left .title {

    position: absolute;

    bottom: 0;

    width: 100%;

    height: 0.63rem;

    padding: 0.33rem 1rem 0.16rem 0.25rem;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    color: #fff;

    font-size: 18px;

    line-height: 0.14rem;

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));

    background-image: linear-gradient(to bottom, transparent, #000);

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.main .news .left .title:hover {

    color: #238fe3;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.main .news .left .btn {

    position: absolute;

    right: 0.16rem;

    bottom: 0.18rem;

    z-index: 10;

}



.main .news .left .btn .dots .swiper-pagination-bullet {

    float: left;

    display: block;

    width: 9px;

    height: 9px;

    border-radius: 100%;

    border: 1px solid #fff;

    margin-right: 10px;

    background-color: #fff;

}



.main .news .left .btn .dots .swiper-pagination-bullet:last-child {

    margin-right: 0;

}



.main .news .left .btn .dots .swiper-pagination-bullet-active {

    background-color: #fe0800;

    border: 1px solid #fe0800;

}



.main .news .right {

    width: 100%;

    padding-left: 5.5rem;

    height: 2.9rem;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.main .news .right ul {

    height: 100%;

}



.main .news .right ul li {

    height: 0.6rem;

    border-bottom: 1px solid #dcdcdc;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.main .news .right ul li a {



    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    align-items: center;

}



.main .news .right ul li a .title {

    padding-left: 26px;

    font-size: 18px;

    color: #333;

    background: url(../images/arrow.png) no-repeat left center;

    padding-right: 15px;

    background-size: 8px 14px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    max-width: 87%;

}



.main .news .right ul li a .date {

    font-size: 18px;

    color: #999;

}



.main .news .right ul li:first-child {

    height: 0.5rem;

}



.main .news .right ul li:first-child a {

    padding: 0.1rem 0 0.15rem 0;

}



.main .news .right ul li:hover a .title span {

    display: block;

    color: #238fe3;

    -webkit-transform: translateX(10px);

    transform: translateX(10px);

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.main .calendar_box {

    padding: 0.35rem 0 0.3rem;

    background: url(../images/notice_bg.png) no-repeat center center / cover;

}



.main .calendar_box .notice {

    float: left;

    width: 66.25%;

    overflow: hidden;

}



.main .calendar_box .notice .top {

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    margin-bottom: 0.35rem;

}



.main .calendar_box .notice .top .title {

    font-size: 0.3rem;

    line-height: 1;

    font-weight: bold;

}



.main .calendar_box .notice .top .more a {

    display: inline-block;

    color: #666;

    font-size: 0.16rem;

    line-height: 0.26rem;

}



.main .calendar_box .notice .top .more a i {
    font-family: '宋体';

    margin-left: 4px;

}



.main .calendar_box .notice .content ul {

    height: 100%;

}



.main .calendar_box .notice .content ul li {

    height: 60px;

    border-bottom: 1px dotted #dcdcdc;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    transition: all 0.5s;

}



.main .calendar_box .notice .content ul li a {



    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    align-items: center;

}



.main .calendar_box .notice .content ul li a .title {

    padding-left: 26px;

    color: #333;

    background: url(../images/arrow.png) no-repeat left center;

    padding-right: 15px;

    background-size: 8px 14px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    font-size: 18px;
flex: 1;
}



.main .calendar_box .notice .content ul li a .date {

    font-size: 18px;

    color: #999;
    width: 102px;
}



.main .calendar_box .notice .content ul li:first-child {

    height: 50px;

}



.main .calendar_box .notice .content ul li:hover a .title span {

    display: block;

    color: #238fe3;

    -webkit-transform: translateX(10px);

    transform: translateX(10px);

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    text-decoration: underline;

}



.main .calendar_box .notice .content ul li:hover a .date {

    color: #238fe3;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.main .calendar_box #calendar {

    display: none;

}



.main .calendar_box .calendar {

    position: relative;

    
    margin-left: 75.1%;

    width: 24.7%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;


}

.main .calendar_box .calendar a {
    display: block;
    width: 100%;
    height: 100%;
    
}
.main .calendar_box .calendar a .banner-ztjy601 {
    
    display: none;
}
.main .calendar_box .calendar img {
    width: 100%;
}

.main .calendar_box .calendar .xndatepicker {

    display: block !important;

    left: auto !important;

    right: 0;

    top: 0 !important;

    position: absolute !important;

    width: 100%;

    height: 100%;

}



.main .calendar_box .calendar .xndatepicker .year-picker {

    border: none;

}



.main .calendar_box .calendar .xndatepicker .date-item,

.main .calendar_box .calendar .xndatepicker .datepicker,

.main .calendar_box .calendar .xndatepicker .date-main,

.main .calendar_box .calendar .xndatepicker .xn-top {

    width: 100%;

}



.main .calendar_box .calendar .xndatepicker .is-today:after {

    content: "" !important;

    display: none;

}



.main .calendar_box .calendar .xndatepicker .dater,

.main .calendar_box .calendar .xndatepicker .week {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.main .calendar_box .calendar .xndatepicker .week>span,

.main .calendar_box .calendar .xndatepicker .dater>span {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 32px;

    flex: 0 0 32px;

    margin-right: 12px;

    width: 32px;

    font-size: 16px;

}



.main .calendar_box .calendar .xndatepicker .week>span:nth-child(7n),

.main .calendar_box .calendar .xndatepicker .dater>span:nth-child(7n) {

    margin-right: 0;

}



.main .calendar_box .calendar .xndatepicker .date-item {

    padding: 20px;

}



.main .calendar_box .calendar .xndatepicker .is-today {

    font-weight: normal;

    color: #fff !important;

    background-color: #238fe3;

}



.main .calendar_box .calendar .icon-xndatepickerprev:before {

    display: none !important;

}



.main .calendar_box .calendar .xndatepicker .xn-bottom,

.main .calendar_box .calendar .xndatepicker .xntriangle {

    display: none;

}



.main .calendar_box .calendar .xndatepicker .year-info span {

    font-size: 18px;

}



.main .calendar_box .calendar .xndatepicker .next-month,

.main .calendar_box .calendar .xndatepicker .prev-month {

    width: 22px;

    height: 33px;

    display: block;

}



.main .calendar_box .calendar .icon-xndatepickerprev1:before {

    display: none !important;

}



.main .calendar_box .calendar .xndatepicker .prev-month {

    background: url(../images/prev.png) no-repeat;

}



.main .calendar_box .calendar .xndatepicker .next-month {

    background: url(../images/next.png) no-repeat;

}



.main .link_box {

    padding: 0.5rem 0;

}



.main .link_box .links .link {

    float: left;

    margin-right: 1.25%;

    width: 24%;

    height: 1.11rem;

    text-align: center;

    line-height: 1.11rem;

    background: no-repeat center center / cover;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.main .link_box .links .link:last-child {

    margin-right: 0;

}



.main .link_box .links .link .title {

    padding-left: 0.77rem;

    background: no-repeat left center;

    background-size: 0.5rem 0.36rem;

    font-size: 0.28rem;

    color: #fff;

    font-weight: bold;

    display: inline-block;

}



.main .link_box .links .link:hover {

    background: #238fe3 !important;

}



.main .academic_box {

    padding: 0.5rem 0;

    overflow: hidden;

    background: url(../images/aca_bg.jpg) no-repeat center center / cover;

}



.main .academic_box .academic {

    float: left;

    height: 345px;

    width: 681px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding: 0.4rem 0.14rem 0 0.14rem;

    background-color: rgba(255, 255, 255, 0.8);

    border-bottom-right-radius: 1.2rem;

    position: relative;

}



.main .academic_box .academic .top {

    margin-left: 0.25rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    margin-bottom: 0.35rem;

}



.main .academic_box .academic .top .title {

    font-size: 0.3rem;

    line-height: 1;

    font-weight: bold;

}



.main .academic_box .academic .top .more a {

    display: inline-block;

    color: #666;

    font-size: 0.16rem;

    line-height: 0.26rem;

}



.main .academic_box .academic .top .more a i {

    font-family: '宋体';

    margin-left: 4px;

}



.main .academic_box .academic .aca_box {

    margin-left: 0.25rem;

}



.main .academic_box .academic .aca_box:hover .date {

    background-color: #2a8eda;

}



.main .academic_box .academic .aca_box:hover .date .d {

    color: #fff;

}



.main .academic_box .academic .aca_box:hover .cont .title {

    color: #238fe3;

}



.main .academic_box .academic .aca_box .date {

    float: left;

    width: 1.08rem;

    height: 1rem;

    border: 1px solid #ececec;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    -ms-transition: all 0.5s;

}



.main .academic_box .academic .aca_box .date .m {

    padding: 0.06rem 0.18rem;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    background-color: #2a8eda;

    color: #fff;

    border-radius: 5px;

    font-size: 0.18rem;

    text-align: center;

}



.main .academic_box .academic .aca_box .date .d {

    margin-top: 0.1rem;

    font-size: 0.36rem;

    color: #2a8eda;

    font-family: heavy;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    -ms-transition: all 0.5s;

}



.main .academic_box .academic .aca_box .cont {

    width: 100%;

    padding-left: 1.3rem;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.main .academic_box .academic .aca_box .cont .title {

    font-size: 0.18rem;

    color: #333;

    display: table;

    height: 0.4rem;

    margin-bottom: 0.15rem;
    font-weight:bolder;
}



.main .academic_box .academic .aca_box .cont .title span {

    display: table-cell;

    vertical-align: middle;

    text-align: left;
    line-height: 27px;
overflow: hidden;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;

}



.main .academic_box .academic .aca_box .cont .speaker,

.main .academic_box .academic .aca_box .cont .address,

.main .academic_box .academic .aca_box .cont .online,

.main .academic_box .academic .aca_box .cont .time {

    font-size: 0.16rem;

    min-height: 0.27rem;

    color: #666;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.main .academic_box .academic .btn {

    position: absolute;

    left: 50%;

    bottom: 0.4rem;

    z-index: 10;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

}



.main .academic_box .academic .btn .dots .swiper-pagination-bullet {

    float: left;

    display: block;

    width: 8px;

    height: 8px;

    border-radius: 100%;

    margin-right: 10px;

    background-color: #cacaca;

}



.main .academic_box .academic .btn .dots .swiper-pagination-bullet:last-child {

    margin-right: 0;

}



.main .academic_box .academic .btn .dots .swiper-pagination-bullet-active {

    background-color: #4671d5;

}



.main .academic_box .m_academic {

    display: none;

    width: 100%;

    margin-bottom: 20px;

    height: auto;

    padding: 0.4rem 0.14rem 30px 0.14rem;

}



.main .academic_box .m_academic:nth-child(n+3) .top {

    display: none;

}



.main .academic_box .info_box {

    float: left;

    margin-left: 38px;

    height: 3.45rem;

    width: 681px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding: 0.4rem;

    background-color: rgba(255, 255, 255, 0.8);

    border-bottom-right-radius: 1.2rem;

    position: relative;

}



.main .academic_box .info_box a {

    color: #333;

}



.main .academic_box .info_box .info {

    height: 100%;

}



.main .academic_box .info_box .swiper-wrapper {

    overflow: hidden;

}



.main .academic_box .info_box .swiper-slide {

    height: auto;

}



.main .academic_box .info_box .cont {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    align-items: center;

}



.main .academic_box .info_box .cont .img {

    width: 0.78rem;

    height: 0.78rem;

}



.main .academic_box .info_box .cont .img img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



.main .academic_box .info_box .cont .img .icon {

    display: block;

}



.main .academic_box .info_box .cont .img .icon_hover {

    display: none;

}



.main .academic_box .info_box .cont:hover .img .icon_hover {

    display: block;

}



.main .academic_box .info_box .cont:hover .img .icon {

    display: none;

}



.main .academic_box .info_box .cont .content {

    height: 0.78rem;

    margin-left: 0.2rem;

}



.main .academic_box .info_box .cont .content .number,

.main .academic_box .info_box .cont .content .title {

    font-size: 0.18rem;

    line-height: 0.35rem;

}



.main .academic_box .info_box .cont .content .title {

    max-width: 2.03rem;

}



.main .academic_box .info_box2 .cont .content .title {

    max-width: none;

    font-size: .21rem;



}



.main .academic_box .info_box .cont .content .number i {

    font-size: 0.38rem;

    color: #2a8eda;

}



.main .academic_box .info_box .btn {

    position: absolute;

    left: 45%;

    bottom: 0.4rem;

    z-index: 10;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

}



.main .academic_box .info_box .btn .dots .swiper-pagination-bullet {

    float: left;

    display: block;

    width: 8px;

    height: 8px;

    border-radius: 100%;

    margin-right: 10px;

    background-color: #cacaca;

}



.main .academic_box .info_box .btn .dots .swiper-pagination-bullet:last-child {

    margin-right: 0;

}



.main .academic_box .info_box .btn .dots .swiper-pagination-bullet-active {

    background-color: #4671d5;

}



.main .academic_box .info_mbox {

    display: none;

}



.main .academic_box .info_mbox .info_box2 {

    height: auto;

    width: 48%;

    margin-right: 4%;

    margin-bottom: 2%;

    border-bottom-right-radius: 0.7rem;

}



.main .academic_box .info_mbox .info_box2:nth-child(2n) {

    margin-right: 0;

}



.main .research_box {

    padding: 0.6rem 0;

}



.main .research_box .top {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    margin-bottom: 0.35rem;

}



.main .research_box .top .title {

    font-size: 0.3rem;

    line-height: 1;

    font-weight: bold;

}



.main .research_box .top .more a {

    display: inline-block;

    color: #666;

    font-size: 0.16rem;

    line-height: 0.26rem;

}



.main .research_box .top .more a i {

    font-family: '宋体';

    margin-left: 4px;

}



.main .research_box .left {

    width: 3.55rem;

    height: 3.45rem;

    float: left;

    position: relative;

    z-index: 2;

}



.main .research_box .left .swiper-container {

    height: 100%;

}



.main .research_box .left .box {

    width: 100%;

    height: 100%;

    position: relative;

}



.main .research_box .left .box a {

    display: block;

    width: 100%;

    height: 100%;

}



.main .research_box .left .box .title {

    font-size: 0.2rem;

    font-weight: bold;

    color: #333;

    line-height: 0.32rem;

    position: relative;

    padding-top: 0.2rem;

    min-height: 0.9rem;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.main .research_box .left .box .title::before {

    content: "";

    display: block;

    position: absolute;

    width: 0.36rem;

    height: 5px;

    top: 0;

    background-color: #258ee0;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.main .research_box .left .box .content {

    font-size: 0.14rem;

    line-height: 0.26rem;

    color: #999;

    -webkit-line-clamp: 6;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}



.main .research_box .left .box .more {

    position: absolute;

    bottom: 0;

    width: 99%;

    height: 0.5rem;

    text-align: center;

    font-size: 0.16rem;

    line-height: 0.5rem;

    border: 1px solid #999;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.main .research_box .left .box .more span {

    color: #999;

    display: inline-block;

    padding-right: 20px;

    background: url(../images/more.png) no-repeat right center;

    background-size: 15px 7px;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.main .research_box .left .box:hover a .title {

    color: #238fe3;

}



.main .research_box .left .box:hover a .title::before {

    width: 115px;

}



.main .research_box .left .box:hover a .more {

    background-color: #238fe3;

    border: 1px solid #238fe3;

}



.main .research_box .left .box:hover a .more span {

    color: #fff;

    background-image: url(../images/white_more.png);

}



.main .research_box .left .swiper-slide {

    opacity: 0 !important;

}



.main .research_box .left .swiper-slide-active {

    opacity: 1 !important;

}



.main .research_box .right {

    width: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding-left: 4.5rem;

    position: relative;

}



.main .research_box .right .box {

    height: 3.96rem;

}



.main .research_box .right .box a {

    border: 1px solid #999;

    display: block;

    width: 100%;

    height: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding: 7px 9px;

}



.main .research_box .right .box a .img {

    width: 100%;

    height: 2.46rem;

    overflow: hidden;

}



.main .research_box .right .box a .img img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



.main .research_box .right .box a .content_box {

    padding: 0.3rem 6px 0 0.2rem;

}



.main .research_box .right .box a .content_box .title {

    font-size: 0.18rem;

    font-weight: bold;

    color: #333;

    line-height: 0.26rem;

}



.main .research_box .right .swiper-slide-next .content,

.main .research_box .right .swiper-slide-prev .content {

    display: none;

}



.main .research_box .right .box a .content_box .content {

    margin-top: 0.1rem;

    font-size: 0.14rem;

    color: #999;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.main .research_box .right .swiper-slide {

    visibility: hidden;

    -webkit-transition: all 1s;

    transition: all 1s;

    -webkit-transform: scale(0.8);

    transform: scale(0.8);

}



.main .research_box .right .swiper-slide-duplicate-active {

    -webkit-transform: scale(1);

    transform: scale(1);

}



.main .research_box .right .swiper-slide-active {

    visibility: visible;

    width: 3.22rem !important;

    -webkit-transform: scale(1);

    transform: scale(1);

    margin-right: -0.33rem;

}



.main .research_box .right .swiper-slide-next,

.main .research_box .right .swiper-slide-prev {

    visibility: visible;

    margin-right: -0.33rem;

}



.main .research_box .right .swiper-slide-next .box a,

.main .research_box .right .swiper-slide-prev .box a {

    padding: 0;

}



.main .research_box .right .swiper-slide-next .box a .content_box .title,

.main .research_box .right .swiper-slide-prev .box a .content_box .title {

    font-size: 0.22rem;

    line-height: 0.3125rem;



}



.main .research_box .right .swiper-slide-next {

    margin-right: 1rem;

}



.main .research_box .right .swiper-button-prev {

    width: 0.55rem;

    height: 0.55rem;

    background-size: 100%;

    background-image: url(../images/border_prev.png);

    left: 4rem;

}



.main .research_box .right .swiper-button-next {

    width: 0.55rem;

    height: 0.55rem;

    background-size: 100%;

    background-image: url(../images/border_next.png);

}



.main .research_box .right-sw1 {

    display: none;
    padding: 0 0 35px;

}

.main .research_box .right-sw1 .img{
    width: 100%;
    height:177px;
    overflow: hidden;
}
.main .research_box .right-sw1 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .research_box .right-sw1 .content_box {
    background: #fff;
    padding: 20px 10px;
    
}
.main .research_box .right-sw1 .content_box .title {
    line-height: 1.5;
    color: #333;
    font-size: 16px;
    min-height: 84px;
    max-height: 84px;
    overflow: hidden;
}
.main .research_box .right-sw1 .content_box .date {
         color: #333;
    font-size: 16px;
    text-align: right;
}


.main .research_box .right-sw1 .btn {

    position: absolute;

    left: 50%;

    bottom: 0;
    
    transform: translateX(-50%);

    z-index: 10;

}



.main .research_box .right-sw1 .btn .dots .swiper-pagination-bullet {

    float: left;

    display: block;

    width: 9px;

    height: 9px;

    border-radius: 100%;

    border: 1px solid #fff;

    margin-right: 10px;

    background-color: #fff;

}



.main .research_box .right-sw1 .btn .dots .swiper-pagination-bullet:last-child {

    margin-right: 0;

}



.main .research_box .right-sw1 .btn .dots .swiper-pagination-bullet-active {

    background-color: #fe0800;

    border: 1px solid #fe0800;

}

.btn.focus,

.btn:focus,

.btn:hover,

.btn:active {

    outline: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



@media screen and (max-width: 1600px) {

    .banner_layout {

        padding: 0;

    }



    .main .news .left .title {

        font-size: 16px;

    }

}



@media screen and (max-width: 1488px) {

    .index_banner .sw_box .content_box .title {

        font-size: 18px;

        line-height: 24px;

        min-height: 48px;

    }



    .main .academic_box .academic {

        width: 48%;

        height: 3.45rem;

    }



    .main .academic_box .info_box {

        width: 48%;

        margin-left: 4%;

    }



    .main .news .left .title {

        font-size: 14px;

    }



    .main .calendar_box .notice .content ul li a .title,

    .main .calendar_box .notice .content ul li a .date,

    .main .news .right ul li a .date,

    .main .news .right ul li a .title {

        font-size: 16px;

        line-height: 28px;

    }



    .main .academic_box .academic .aca_box .cont .title {

        font-size: 16px;

        line-height: 28px;

    }



    .main .academic_box .academic .aca_box .cont .speaker,

    .main .academic_box .academic .aca_box .cont .address,

    .main .academic_box .academic .aca_box .cont .online,

    .main .academic_box .academic .aca_box .cont .time {

        font-size: 14px;

    }



    .main .academic_box .academic,

    .main .academic_box .info_box {

        height: 4rem;

    }

}


@media screen and (max-width: 1300px) {
 .main .calendar_box .notice {
    width: 65%;
}
.main .calendar_box .calendar {
    margin-left: 69%;
    width: 28%;
}
}
@media screen and (max-width: 1200px) {

    .main .academic_box .academic .top .more a {

        font-size: 16px;

    }

   .main .news .right ul li a .title {
       max-width: 81%;
  }

    .main .academic_box .info_box .cont .content .number,

    .main .academic_box .info_box .cont .content .title {

        font-size: 16px;

    }









    .main .academic_box .academic .btn,

    .main .academic_box .info_box .btn {

        bottom: 0.25rem;

    }











    .main .calendar_box .notice .content ul li {

        min-height: 60px;



    }



    .main .calendar_box .notice .content ul li:first-child {



        min-height: 50px;

    }



    .main .research_box .left .box .content {

        font-size: 14px;

    }



    .main .research_box .left .box .title {

        font-size: 16px;

    }

}



@media screen and (max-width: 1080px) {

    .main .calendar_box .notice .content ul li {

        min-height: 50px;

        height: .9rem;

    }



    .main .calendar_box .notice .content ul li:first-child {

        min-height: 45px;

        height: .8rem;

    }



    .main .research_box .left,

    .main .research_box .right {

        display: none;

    }

.main .research_box{
    background: url(../images/notice_bg.png) no-repeat center center / cover;
    
}

    .main .research_box .right-sw1 {

       display: block;

    }



    .main .research_box .m_research .m_box {

        width: 48%;

        margin-bottom: 4%;

        transition: all 0.5s;

    }

    .main .research_box .m_research .m_box:nth-child(2n){

        margin-right: 0%;

    }



  



    .main .research_box .m_research .m_box a {

        display: block;

        height: 100%;

    }



    .main .research_box .m_research .m_box a .img {

        float: left;

        width: 3.07rem;

        height: 2.46rem;

    }



    .main .research_box .m_research .m_box a .img img {

        width: 100%;

        height: 100%;

        -o-object-fit: cover;

        object-fit: cover;

    }



    .main .research_box .m_research .m_box a .box {

        margin-left: 3.3rem;

        -webkit-box-sizing: border-box;

        box-sizing: border-box;

        position: relative;

        width: auto;

        padding-bottom: 0.53rem;

    }



    .main .research_box .m_research .m_box a .box .title {

        min-height: 0.9rem;

        margin-bottom: 0;

    }



    .main .research_box .m_research .m_box a .box .content {

        margin-bottom: 0.26rem;

        min-height: .78rem;

        line-height: 21px;

        font-size: 14px;

        -webkit-line-clamp: 3;

    }



    .main .research_box .m_research .m_box a .box .more {

        position: absolute;

        width: 100%;

        left: 0;

        bottom: 0;

        height: auto;

        padding: 0.1rem 0;

        font-size: 14px;

    }



    .main .research_box .m_research .m_box a:hover .box .title {

        color: #238fe3;

    }



    .main .research_box .m_research .m_box a:hover .box .title::before {

        width: 70px;

    }



    .main .research_box .m_research .m_box a:hover .box .more {

        background-color: #238fe3;

        border: 1px solid #238fe3;

    }



    .main .research_box .m_research .m_box a:hover .box .more span {

        color: #fff;

        background-image: url(../images/white_more.png);

    }



    .main .research_box .top .title,

    .main .academic_box .academic .top .title,

    .main .calendar_box .notice .top .title,

    .main .news .top .title {

        font-size: 25px;

    }



    .main .research_box .top .more a,

    .main .academic_box .academic .top .more a,

    .main .calendar_box .notice .top .more a,

    .main .news .top .more a {

        font-size: 20px;

    }

}

@media screen and (max-width: 1120px)  {
  .main .calendar_box .calendar {
          margin-top: 0.25rem;
  }
}

@media screen and (max-width: 980px) {

    .index_banner {

        margin-top: 0;

    }



    /* .main .academic_box .academic .aca_box .cont .speaker,

    .main .academic_box .academic .aca_box .cont .address,

    .main .academic_box .academic .aca_box .cont .time {

        font-size: 0.2rem;

    } */



    .main .academic_box .academic {

        float: none;

        width: 100%;

        height: 4.21rem;

    }



    .main .academic_box .m_academic {

        display: block;

        width: 100%;

        height: auto;

    }



    .main .academic_box .academic .aca_box .cont .title {

        font-size: 0.3rem;

        line-height: 0.4rem;

    }



    .main .academic_box .academic .aca_box .cont .speaker,

    .main .academic_box .academic .aca_box .cont .address,

    .main .academic_box .academic .aca_box .cont .time,

    .main .academic_box .academic .aca_box .cont .online {

        font-size: 0.25rem;

        line-height: 0.5rem;

        min-height: 0.5rem;

    }



    .main .academic_box .info_box {

        width: 100%;

        margin: 20px 0 0;

    }



    .main .academic_box .info_box {

        float: none;

        width: 100%;

        height: 4.21rem;

    }



    .main .academic_box .info_box .cont .content .title {

        max-width: 3.43rem;



    }



    .main .academic_box .info_box .cont .img {

        width: 78px;

        height: 78px;

    }



    /* .main .academic_box .info_box .cont .content {

        width: 75%;



    } */





    .main .research_box .m_research .m_box a .box .title {

        font-size: 16px

    }

}



@media screen and (max-width: 850px) {

    .index_banner .sw_box .img {

        width: 100%;

    }



    .index_banner .sw_box .content_box {

        display: none;

    }



    .index_banner .btn {

        left: 50%;

        bottom: 0.2rem;

        -webkit-transform: translateX(-50%);

        transform: translateX(-50%);

    }



    .index_banner .sw_box .img .title {

        display: block;

        position: absolute;

        color: #fff;

        font-size: 0.25rem;

        bottom: 0.5rem;

        left: 0.2rem;

        max-width: 70%;

    }



    .index_banner .btn .swiper-button-next,

    .index_banner .btn .swiper-button-prev {

        display: none;

    }



    .index_banner .sw_box {

        height: 4.5rem;

    }



    .main .news .right ul li a .title {

        font-size: 0.25rem;

        max-width: 75%;

    }



    .main .news .right ul li a .date {

        font-size: 0.25rem;

    }



    .main .calendar_box .notice .content ul li {

        height: 40px;

        line-height: 40px;



    }



    .main .calendar_box .notice .content ul li:first-child {

        height: 40px;

        line-height: 40px;

    }



    .main .calendar_box .notice .content ul li a .title {

        max-width: 75%;

        font-size: 0.25rem;

    }



    .main .calendar_box .notice .content ul li a .date {

        font-size: 0.25rem;

    }



    .main .calendar_box .calendar .xndatepicker .week>span,

    .main .calendar_box .calendar .xndatepicker .dater>span {

        font-size: 0.25rem;

    }



    .main .calendar_box .calendar .xndatepicker .year-info span {

        font-size: 0.3rem;

    }



    .main .news .left {

        float: none;

        width: 100%;

        height: auto;

    }



    .main .news .left .img {

        width: 100%;

        height: 3.5rem;

    }



    .main .news .left .title {

        height: 63px;

        padding: 33px 100px 16px 25px;

        font-size: .25rem;

    }



    .main .news .right {

        padding-left: 0;

        margin-top: 20px;

        height: auto;

    }



    .main .news .right ul li {

        height: 40px;

        line-height: 40px;

    }



    .main .news .right ul li:first-child {

        height: 40px;

        line-height: 40px;

    }



    .main .news .right ul li a {

        padding: 0;

    }



    .main .news .right ul li a:first-child {

        padding: 0;

    }



    .main .academic_box .academic {

        height: 4.4rem;

    }



    .main .academic_box .academic .btn,

    .main .academic_box .info_box .btn {

        bottom: .15rem;

    }



    .main .academic_box .info_box .cont .content {

        max-width: 56%;

    }

    .main .research_box .m_research .m_box{

        width: 100%;

    }

    .main .research_box .m_research .m_box a .box .title{

        font-size: .28rem;



    }

    .main .research_box .m_research .m_box a .box .content{

        font-size: .21rem;

    }

}



@media screen and (max-width: 700px) {

    .main .link_box .links .link {

        width: 48%;

        margin-right: 4%;

        margin-bottom: 4%;

        height: 1.3rem;

        line-height: 1.3rem;

        height: auto;

    }



    .main .link_box .links .link:nth-child(2n) {

        margin-right: 0;

    }

}



@media screen and (max-width: 600px) {

    .main .research_box .m_research .m_box a .img {

        float: none;

        width: 100%;

        height: 3rem;

    }



    .main .research_box .m_research .m_box a .box {

        margin: 0;

    }



    .main .research_box .left .box .title::before {

        width: 10%;

    }



    .main .research_box .m_research .m_box a:hover .box .title::before {

        width: 100%;

    }



    .main .research_box .m_research .m_box a .box .title {



        padding-top: 0.3rem;

        margin-bottom: 0.1rem;

    }



    .main .research_box .m_research .m_box a .box {

        height: auto;

    }

}



@media screen and (max-width: 500px) {

    .main .link_box .links .link {

        width: 100%;

        margin-right: 0%;

        margin-bottom: 4%;

        height: 1.3rem;

        line-height: 1.3rem;

        height: auto;

    }

.main .research_box .right-sw1 .img {
    
        height: 246px;
}

    .main .link_box .links .link:nth-child(2n) {

        margin-right: 0;

    }



    .main .academic_box .info_box .cont .img {

        width: 60px;

        height: 60px;

    }



    .main .academic_box .academic .aca_box .cont .speaker,

    .main .academic_box .academic .aca_box .cont .address,

    .main .academic_box .academic .aca_box .cont .time,

    .main .academic_box .academic .aca_box .cont .online{

        line-height: .35rem;

    }

    .main .academic_box .academic .btn{

        bottom: .1rem;

    }

}



@media screen and (max-width: 400px) {

    .main .calendar_box .notice .content ul li a .title {

        width: 70%;

    }



    .main .calendar_box .calendar {

        width: 100%;

    }



    .main .calendar_box .calendar .xndatepicker .week>span,

    .main .calendar_box .calendar .xndatepicker .dater>span {

        width: 14.2%;

        -webkit-box-flex: 0;

        -ms-flex: 0 1 auto;

        flex: 0 1 auto;

        margin-right: 0;

    }



    .main .academic_box .info_box .cont .img {

        width: 40px;

        height: 40px;

    }



}
@media screen and (max-width: 620px)  {
  .main .calendar_box .notice {
        float: none;
    width: 100%;
  }
  .main .calendar_box .calendar {
      margin-left: 0;
    width: auto;
   margin-top: 15px;
  }
  .main .calendar_box .calendar a{
      text-align: center;
  }
  .main .calendar_box .calendar a .banner-ztjy601 {
      display: block;
  }
  .main .calendar_box .calendar a .banner-ztjy {
      display: none;
  }
  .main .calendar_box .calendar img {
     width: auto;
     max-width: 100%;
  }
}