* {
    padding: none;
    margin: 0;
    box-sizing: border-box;
}

/* 更多 */
.more {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin: 10px 4px 0 0;
    color: #969696;
}

.more:hover {
    color: #005FAF;
}

.more-icon {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 20px;
}


/* 轮播图 */
.slideshow {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
    /*margin-top: 205px;*/
}

.slideshow img {
    transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;

}

.slideshow img.image-enlarged {
    transform: scale(1);
    transition: transform 10s;
}

.slideshow img.active {
    opacity: 1;
}

.slideshow .swiper-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
}

.btn-box {
    position: absolute;
    top: 700px;
    left: 50%;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-150px);
}

.download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    color: #FFFFFF;
    background-color: #00000050;
    border-radius: 25px;
    transition: 0.3s all;
}

.download:hover {
    background-color: #B11B22;
}

.rule {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    color: #FFFFFF;
    background-color: #ffffff50;
    border-radius: 25px;
    transition: 0.3s all;
}

.rule:hover {
    background-color: #B11B22;
}

.swiper-pagination-bullets {
    display: inline-block;
    width: auto !important;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullets .news-bottom-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 8px #FFFFFF;
    background: url("../image/not-choose.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.swiper-pagination-bullet:before {
    content: '';
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transition: .3s all;
    width: 30px;
    height: 30px;
    background: url("../image/choose.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/* 新闻动态 */
.news-bottom-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer;
}

.news-bottom-bullet-active {
    transition: .3s all;
    background-color: #005FAF;
}

.news-updates {
    width: 100%;
    /*height: 1000px;*/
    margin-bottom: 50px;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7)), url(../image/bg1.jpg) no-repeat bottom;
    background-size: 100% 100%;
    overflow: hidden;
    /*opacity: 0.1;*/
}

.news-updates .content {
    width: 1440px;
    /*height: 900px;*/
    margin: 30px auto 70px;
    /*border: 1px solid black;*/
}

.news-updates .content .news-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.news-updates .content .news-top .title-bg {
    position: relative;
}

.news-updates .content .news-top .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #097cd3;
}

.news-updates .content .news-top .title-bg::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 5px;
    background-color: #097cd3;
}

.news-updates .content .news-bottom {
    display: flex;
}

.news-updates .content .news-bottom .left-img {
    width: 775px;
    height: 500px;
    position: relative;
}

.news-updates .content .news-bottom .left-img .img-item {
    width: 775px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.news-updates .content .news-bottom .left-img .img-item:hover a img {
    transform: scale(1.1);
}

.news-updates .content .news-bottom .left-img .img-item:hover a .img-item-bottom {
    color: #73bcf8;
}

.news-updates .content .news-bottom .left-img .img-item a img {
    width: 775px;
    height: 500px;
    transition: all 0.5s linear;
}

.news-updates .content .news-bottom .left-img .img-item a .img-item-bottom {
    width: 775px;
    height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
}

.news-updates .content .news-bottom .left-img .img-item a .img-item-bottom .title {
    width: 415px;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-updates .content .news-bottom .left-img .left-icon {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 44%;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.news-updates .content .news-bottom .left-img .right-icon {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 44%;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.news-updates .content .news-bottom .left-img .left-icon:hover,
.news-updates .content .news-bottom .left-img .right-icon:hover {
    color: #008cff;
}

.news-updates .left-img {
    position: relative;
}

.news-updates .left-img .swiper-pagination.swiper-pagination-bullets {
    height: 55px;
    line-height: 55px;
    position: absolute;
    right: 16px;
    bottom: 0;
    left: auto;
    transform: none;
}

.news-updates .left-img .img-item {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.news-updates .left-img .img-item.active {
    display: block;
}

.news-updates .content .news-bottom .rigth-text {
    width: 665px;
    height: 500px;
    padding: 10px 25px 0;
    font-size: 16px;
    background-color: white;
}

.news-updates .content .news-bottom .rigth-text .text-first {
    padding-bottom: 15px;
    border-bottom: 1px solid #f1eadc;
}

.news-updates .content .news-bottom .rigth-text .text-first .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #005FAF;
}

.news-updates .content .news-bottom .rigth-text .text-first .contents {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #969696;
}

.news-updates .content .news-bottom .rigth-text .text-first:hover .contents {
    color: #005FAF;
}

.news-updates .content .news-bottom .rigth-text ul li {
    height: 48px;
    line-height: 48px;
}

.news-updates .content .news-bottom .rigth-text ul li a {
    display: flex;
    justify-content: space-between;
}

.news-updates .content .news-bottom .rigth-text ul li a .title-bg {
    display: flex;
    color: #3b3b3b;
}

.news-updates .content .news-bottom .rigth-text ul li a .title-bg .title {
    width: 440px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-updates .content .news-bottom .rigth-text ul li a:hover .title-bg .title {
    color: #005FAF;
}

.news-updates .content .news-bottom .rigth-text ul li a:hover .time {
    color: #005FAF;
}

.news-updates .content .news-bottom .rigth-text ul li a .title-bg .title-icon {
    width: 8px;
    height: 8px;
    margin: 21px 10px 0 0;
    background-color: #e5dcc9;
}

.news-updates .content .news-bottom .rigth-text ul li a .time {
    font-size: 16px;
    color: #9C9C9C;
}

/* 新院人·新院情 */
.human-feelings {
    margin: 30px 0 60px 0;
}

.human-feelings .content {
    width: 1440px;
    height: 735px;
    margin: 0 auto;
    display: flex;
    background-color: #f4f4f4;
}

.human-feelings .content .feelings-left {
    width: 740px;
    /*border: 1px solid black;*/
}

.human-feelings .content .feelings-left .title-bg {
    display: flex;
    justify-content: space-between;
    margin: 30px 25px 46px;
}

.human-feelings .content .feelings-left .title-bg .big-title {
    width: 400px;
    height: 72px;
}

.human-feelings .content .feelings-left .left-article .time {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    color: #969696;
}

.human-feelings .content .feelings-left .left-article .title {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 20px 25px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.human-feelings .content .feelings-left .left-article .img-bg {
    overflow: hidden;
}

.human-feelings .content .feelings-left .left-article img {
    width: 740px;
    height: 495px;
    transition: all 0.5s linear;
}

.human-feelings .content .feelings-left .left-article:hover img {
    transform: scale(1.1);
}

.human-feelings .content .feelings-left .left-article:hover .time,
.human-feelings .content .feelings-left .left-article:hover .title {
    color: #005FAF;
}

.human-feelings .content .feelings-right {
    width: 700px;
    /*border: 1px solid black;*/
}

.human-feelings .content .feelings-right .right-article {
    display: flex;
}

.human-feelings .content .feelings-right .right-article .img-bg {
    overflow: hidden;
}

.human-feelings .content .feelings-right .right-article .img-bg img {
    width: 350px;
    height: 245px;
    transition: all 0.5s linear;
}

.human-feelings .content .feelings-right .right-article:hover .img-bg img {
    transform: scale(1.1);
}

.human-feelings .content .feelings-right .right-article:hover .title-bg {
    color: #eee;
}

.human-feelings .content .feelings-right .right-article:hover .title-bg3 {
    color: #005FAF;
}

.human-feelings .content .feelings-right .right-article .title-bg {
    width: 350px;
    height: 245px;
    padding: 18px;
}

.human-feelings .content .feelings-right .right-article .title-bg1 {
    color: white;
    background-color: #2d6dd8;
}

.human-feelings .content .feelings-right .right-article .title-bg2 {
    color: white;
    background-color: #bba088;
}

.human-feelings .content .feelings-right .right-article .title-bg3 {
    color: black;
    background-color: #f4f4f4;
}

.human-feelings .content .feelings-right .right-article .title-bg .time {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    margin: 10px 0;
}

.human-feelings .content .feelings-right .right-article .title-bg .title {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.outstanding-impression .content {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.outstanding-impression a {
    overflow: hidden;
}

.outstanding-impression a .img-bg {
    width: 684px;
    height: 197px;
    overflow: hidden;
    text-align: center;
    line-height: 197px;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 10px;
    text-shadow: 
        -1px -1px 2px white,  
         1px -1px 2px white,
        -1px  1px 2px white,
         1px  1px 2px white;
    color: #005FAF;
    transition: all 0.5s linear;
}

.outstanding-impression a .img-bg1 {
    background: url("../image/bg2.jpg") no-repeat;
    background-size: 100% 100%;
}

.outstanding-impression a .img-bg2 {
    background: url("../image/bg3.jpg") no-repeat;
    background-size: 100% 100%;
}

.outstanding-impression a .img-bg:hover {
    transform: scale(1.1);
}

.friendship-links {
    margin: 40px 0;
}

.friendship-links .content {
    width: 1440px;
    margin: 0 auto;
    display: flex;
}

.friendship-links .content .title {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin-right: 50px;
    color: #005FAF;
}

.friendship-links .content .title::after {
    content: '';
    width: 5px;
    height: 22px;
    background-color: #005FAF;
    position: absolute;
    left: 135px;
    top: 13px;
}

.friendship-links .content .link a {
    font-size: 20px;
    line-height: 47px;
    margin-right: 30px;
    color: #444;
}

.friendship-links .content .link a:hover {
    color: #005FAF;
}
