.banner {
    width: 100%;
    min-width: 1400px;
    height: 550px;
    overflow: hidden;
}

.banners,
.banners .img-box {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


.notice {
    min-width: 1400px;
    height: 95px;
    margin-top: -30px;
    background: url("https://www.josephineteh.com/__xh__/archives.xzhmu.edu.cn/img/notice_bg2.png") no-repeat;
    background-position: center;
    background-size: 100% 95px;
    z-index: 999;
    position: relative;
}

.notice .w1400 {
    height: 100%;
    position: relative;
}

.notice_title {
    width: 420px;
    height: 65px;
    line-height: 65px;
    margin-top: 30px;
    color: #fff;
}

.notice_title .cn {
    font-size: 24px;
    font-weight: bold;
}

.notice_title .en {
    font-family: MicrosoftYaHeiLight;
    font-size: 18px;
    opacity: 0.6;
}

.notice_title .more {
    height: 65px;
}

.notice_title .more span {
    float: left;
    padding-right: 10px;
    font-size: 14px;
}

.notice_title .more i {
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 19px;
    background-image: url("https://www.josephineteh.com/__xh__/archives.xzhmu.edu.cn/img/more.png");
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}


.notice_swiper {
    overflow: hidden;
    height: 100%;
    width: 720px;
    margin-left: 150px;
}

.notice_swiper .notice_s {
    width: 100%;
    height: 100%;
}

.notice_swiper .swiper-slide {
    height: 100%;
    position: relative;
}

.notice_swiper .swiper-slide a {
    font-size: 16px;
    color: #76462d;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 3em;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.notice_swiper .swiper-pagination {
    text-align: right;

}

.swiper-pagination-bullet {
    display: block;
    width: 22px !important;
    height: 22px !important;
    background: transparent !important;
    background-image: url("https://www.josephineteh.com/__xh__/archives.xzhmu.edu.cn/img/swiperP_item.png") !important;
    background-color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-image: url("https://www.josephineteh.com/__xh__/archives.xzhmu.edu.cn/img/swiperP_itemA.png") !important;
}


/*---------------------------------------------------*/
.menu {
    width: 100%;
    height: 375px;
    background-color: #f7f7f7;
    position: relative;
    min-width: 1400px;
}

.menu .menu_item {
    float: left;
    width: 25%;
    height: 220px;
    background: #ccc;
    position: relative;
    background-size: cover;
}

.menu_list {
    /* position: absolute; */
    /* top: calc(50% - 110px); */
    width: 1400px;
    padding-top: 75px;
}

.menu_item a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center 52px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding-top: 132px;
    position: relative;
}

.menu_item a::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fff;
    margin-top: 17px;
    position: absolute;
    left: calc(50% - 30px);
}

/*-----------------------------------------------*/
.news {
    min-width: 1400px;
    width: 100%;
    height: 785px;
    background-image: url("https://www.josephineteh.com/__xh__/archives.xzhmu.edu.cn/img/news_bg.png");
}

.news .w1400 {
    height: 100%;
}

.news .news_title {
    padding-top: 66px;
    width: 100%;
    padding-bottom: 30px;
}

.news .news_title::after {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    border: solid 1px #76462d;
    background: #76462d;
    margin-top: 15px;
}

.news_title span {
    color: #76462d;
}

.news_title .cn {
    font-size: 24px;
    font-weight: bold;
}

.news_title .en {
    font-size: 18px;
    font-family: MicrosoftYaHeiLight;
    color: #76462d;
    padding-left: 30px;
}

.news_title .more {
    margin-top: 10px;
    font-size: 14px;
}

.news_title .more i {
    float: right;
    display: block;
    width: 20px;
    height: 19px;
    background-image: url("https://www.josephineteh.com/__xh__/archives.xzhmu.edu.cn/img/more.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.news_item {
    float: left;
    width: 771px;
    height: 274px;
    background-color: #fff;
    margin-bottom: 23px;
    box-shadow: 1px 4px 7px 0px #d9d9d9;
}

.news_item .time {
    display: none;
}

.news_item a {
    display: block;
    width: 100%;
    height: 100%;
}

.news_item .img-box {
    height: 100%;
    width: 400px;
    background-color: antiquewhite;
    float: left;
    overflow: hidden;
}

.img-box .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s;
}

.news_item .text {
    float: right;
    width: calc(100% - 400px);
    padding: 0px 35px;
    padding-top: 63px;
}

.news_item .text .title {
    font-size: 16px;
    line-height: 1.5em;
    height: 3em;
    word-break: break-all;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_item .text .date {
    font-size: 12px;
    color: #999999;
    display: block;
    margin-top: 5px;
}

.news_item .text .content {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    line-height: 1.5em;
    height: 6em;
    word-break: break-all;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news_item:first-child {
    width: 606px;
    height: 570px;
    margin-right: 23px;
    position: relative;
}

.news_item:first-child .title {
    -webkit-line-clamp: 1;
    height: 1.5em;
}

.news_item:first-child .time {
    display: block;
}

.news_item:first-child .date {
    display: none;
}

.news_item:first-child .img-box {
    height: 403px;
    width: 100%;
}

.news_item:first-child .text {
    width: calc(100% - 120px);
    height: calc(100% - 403px);
    padding-top: 36px;
    padding-left: 0;
    float: right;
}

.news_item:first-child .date {
    display: none;
}

.news_item:first-child .time {
    position: absolute;
    display: block;
    width: 120px;
    height: calc(100% - 403px);
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: 50px;
}

.news_item:first-child .time .day {
    display: block;
    font-size: 30px;
}

.news_item:first-child .time .month {
    display: block;
    font-size: 12px;
    color: #999999;
}

.news_item:first-child .content {
    line-height: 1.5em;
    height: 3em;
    margin-top: 33px;
    -webkit-line-clamp: 2 !important;

}

.news_item a:hover .title {
    color: #76462d;
    font-weight: bold;
}

.news_item a:hover .img {
    transform: scale(1.2);
    transition: all 0.3s;
}