.allInfo{
    overflow: hidden;
}

.newsDynamic{
    margin-top: 10px;
    padding:15px 15px 15px 10px;
    background-color: #fbfbfb;
}

.newsDynamic-head{
    border-bottom: 2px solid #222222;
    height: 26px;
    overflow: hidden;
}

.newsDynamic-head__left{
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #015198;
}

.newsDynamic-head__right{
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.newsDynamic-info{
    padding-top: 10px;
    overflow: hidden;
}

.swiper-news{
    float: left;
    margin-right: 60px;
    width: 560px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.swiper-news ul li{
    position: relative;
}
.swiper-news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-news ul li img{
    width: 100%;
    height: 100%;
}
.swiperArrowNext2{
    width: 36px!important;
    height: 36px!important;
    background-color: rgba(31,45,61,0.11);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    right: 10px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    display: none;
}
.swiperArrowPre2{
    width: 36px!important;
    height: 36px!important;
    background-color: rgba(31,45,61,0.11);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 40px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    display: none;
}
.swiperArrowNext2::after{
    content: 'next';
    font-family: swiper-icons;
}
.swiperArrowPre2::after{
    content: 'prev';
    font-family: swiper-icons;
}
.swiper-news:hover .swiperArrowNext2{
    display: block;
}
.swiper-news:hover .swiperArrowPre2{
    display: block;
}

.newsList{
    float: left;
    height: 300px;
    width: 555px;
}

.newsList .item-container{
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}

.newsList .item-container .item-image{
    display: none;
}

.newsList .item-container .item-date .item-date__month{
    display: none;
}

.newsList .item-container .item-date .item-date__year{
    display: none;
}

.newsList .item-container .item-date .item-date__allTime{
    float: right;
    color: rgb(126, 111, 111);
    font-size: 14px;
}

.newsList .item-container .item-content{
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 44px;
    /*padding-top: 10px;*/
}

.newsList .item-container .item-content .item-title{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}

.newsList .item-container .item-content .item-desc{
    font-size: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    color: rgb(126, 111, 111);
    /*padding-top: 10px;*/
}

.loveNotice{
    /*padding: 5px 15px 15px 10px;*/
}

.notice{
    width: 570px;
    float: left;
    margin-right: 60px;
}
.notice-top{
    padding: 20px 0;
    padding-bottom: 10px;
}

.notice-info{
    height: 175px;
    background-color: #fbfbfb;
    padding: 10px;
    overflow: hidden;
}

.notice-info .item-container{
    height: 35px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e1e1e1;
    line-height: 35px;
    /* margin: 0 15px; */
}

.notice-info .item-container .item-image{
    display: none;
}

.notice-info .item-container .item-date .item-date__month{
    display: none;
}

.notice-info .item-container .item-date .item-date__year{
    display: none;
}

.notice-info .item-container .item-date .item-date__allTime{
    float: right;
    font-size: 14px;
    color: #666;
}

.notice-info .item-container .item-content .item-desc{
    display: none;
}

.notice-info .item-container .item-content .item-title{
    width: 400px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}

.notice-bot{
    /*height: 222px;*/
    background-color: #fbfbfb;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.notice-bot__top{
    color: #015198;
    font-size: 16px;
    font-weight: 700;
    height: 22px;
}

.notice-bot__top span{
    color: #000000;
    font-size: 12px;
    font-weight: 200;
}

.notice-bot-image{
    /*height: 180px;*/
}

.notice-bot-image ul{
    overflow: hidden;
}

.notice-bot-image ul li{
    float: right;
    margin-right: 70px;
    text-align: center;
}

.notice-bot-image ul li img{
    width: 100px;
    height: 100px;
    /*border: 1px solid #ff0000;*/
}

.notice-bot-image ul li p{
    text-align: center;
    font-weight: 700;
}

.love {
    position: relative;
    float: left;
    width: 570px;
}

.love-top {
    padding: 20px 0 0;
}

.list-header-container{
    background-color: #fbfbfb;
    padding: 10px;
    overflow: hidden;
}

.list-header__title{
    float: left;
    color:#015198;
    font-size: 16px;
    font-weight: 700;
}
.list-header__title span{
    color: black;
    font-size: 12px;
    font-weight: 200;
}

.more-button{
    float: right;
    font-size: 14px;
    cursor:pointer;
}

.love-top__title {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
}

.love-top__title h2 {
    background: url(http://shhz.chd.edu.cn/css/image/h2b.jpg) left center no-repeat;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    width: 170px;
    padding-left: 35px;
}

.love-top__title a {
    text-align: right;
    overflow: hidden;
    display: block;
    float: right;
    color: #999;
}

.love-info{
    background-color: #fbfbfb;
    padding: 0 10px;
}

.love-info h2 {
    height: 45px;
    line-height: 45px;
    /*border-bottom: 1px dot #e1e1e1;*/
    font-size: 16px;
    font-weight: bold !important;
    display: block;
}

.love-info .love-swiper {
    height:  382px;
}

.love-swiper__item {
    height: 48px!important;
    /*line-height: 30px;*/
    /*border-bottom: 1px dashed #e1e1e1;*/
    box-sizing: border-box;
    display: block;
}
.love-swiper-item__top {
    float: left;
    width: 400px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-size:14px;
    line-height: 48px;
    /*font-weight: 700;*/
}

.love-swiper-item__money{
    float: right;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
}
.love-swiper-item__bot {
    display: flex;
    justify-content: space-between;
}
.love-swiper-item__bot span{
    color: #00000080;
    font-size:14px;
}

.love-bottom {
    margin-top: 1px;
}
.love-bottom a {
    display: block;
}
.love-bottom img {
    width: 100%;
    height: 120px;
    border-bottom: 4px;
    object-fit: cover;
}

.botBanner{
    width: 100%;
    background-color: #fbfbfb;
    height: 185px;
    box-sizing: border-box;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.botBanner ul li{
    float: left;
    width: 240px;
    text-align: center;
}

.botBanner ul li a{
    display: block;
    padding: 0 70px;
}

.botBanner ul li p{
    color: #015198;
}

.botBanner ul li a img{
    width: 65px;
    height: 65px;
    /*border: 1px solid red;*/
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 50%;
}

.banner-swiper{
    /*height: 627px;*/
    /*width: 100%;*/
    height: 500px;
    width: 1200px;
}

.banner-swiper__img{
    height: 100%;
    width: 100%;
}
.swiperParent{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.swiperParent::before{
    left: -50%;
    margin-left: -600px;
    content: '1';
    font-size: 0px;
    position: absolute;
    z-index: 2;
    /*top: 164px;*/
    /*top: 105px;*/
    top: 65px;
    width: 100%;
    height: 500px;
    background: #000;
    opacity: 0.3;
}
.swiperParent::after{
    right: -50%;
    margin-right: -600px;
    content: '1';
    font-size: 0px;
    position: absolute;
    z-index: 2;
    /*top: 164px;*/
    /*top: 105px;*/
    top: 65px;
    width: 100%;
    height: 500px;
    background: #000;
    opacity: 0.3;
}
body{
    overflow-x: hidden;
}
/*调整轮播图的切换按钮的样式*/
.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 12px;/* 设置按钮大小 */
}
.swiperArrowNext{
    width: 36px!important;
    height: 36px!important;
    background-color: rgba(31,45,61,0.11);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    right: 10px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    display: none;
}
.swiperArrowPre{
    width: 36px!important;
    height: 36px!important;
    background-color: rgba(31,45,61,0.11);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 40px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    display: none;
}
.swiperArrowNext::after{
    content: 'next';
    font-family: swiper-icons;
}
.swiperArrowPre::after{
    content: 'prev';
    font-family: swiper-icons;
}
.swiperParent:hover .swiperArrowNext{
    display: block;
}
.swiperParent:hover .swiperArrowPre{
    display: block;
}
@media (max-width: 768px) {
    .swiperParent{
        height: 230px;
        width: 100%;
    }
    .swiperParent::before{
        content: none;
    }
    .swiperParent::after{
        content: none;
    }
    .banner-swiper {
        height: 230px;
        width: 100%;
    }
    .newsDynamic {
        width: 100%;
        padding: 0;
    }
    .swiper-news{
        width: 100%;
        height: 180px;
    }
    .loveNotice{
        width: 100%;
        overflow: hidden;
    }
    .newsList .item-container .item-content{
        width: 300px;
    }
    .notice{
        width: 100%;
    }
    .notice-info .item-container .item-content .item-title{
        width: 200px;
    }
    .notice-bot-image ul li{
        margin-right: 15px;
    }
    .love{
        width: 100%;
    }
    .love-swiper-item__top{
        width: 200px;
    }
    .love-swiper-item__top span:last-child{
        display: none;
    }
    .botBanner{
        height: 350px;
    }
    .botBanner ul{
        overflow: hidden;
    }
    .botBanner ul li{
        width: 50%;
        margin-bottom: 15px;
    }
    .botBanner ul li a{
        padding: 0;
    }
    .botBanner ul li a img{
        margin-bottom: 0;
    }
}
