﻿#carouselExampleFade{ max-width: 1587px; margin: 0 auto; }
#carouselExampleFade .carousel-item img{ height: 597px;  }
#carouselExampleFade .carousel-indicators{ max-width: 1583px; bottom: 30px; }
#carouselExampleFade .carousel-indicators li{ width: 25px; height: 5px; border-width: 0; border-radius: 5px; margin: 0 5px; opacity: 1; transition: all .2s; }
#carouselExampleFade .carousel-indicators li.active{ background-color: #fcc068; width: 55px; }

.con-title span{ font-size: 28px; }
.con-title span::before{ 
    content: " "; display: inline-block; width: 31px; height: 31px; background-repeat: no-repeat; 
    vertical-align: middle; position: relative; top: -2px; margin-right: 10px;
}
.con-title.news span::before{ background-image: url(../img/index/news.png); }
.con-title.notice span::before{ background-image: url(../img/index/notice.png); top: -4px; }
.con-title.learning span::before{ background-image: url(../img/index/learning.png); }
.con-title.link span::before{ background-image: url(../img/index/link.png); }


.con-title .more{ color: #aeaeae; font-size: 14px; position: relative; top: 2px; left: 10px; }
.con-title .more:hover{ color: #666; }
.child.notice .con-main,
.content .news-con{ display: flex; height: 430px; margin-top: 15px; justify-content: space-between; }
.child.notice .notice-con{ height: 628px; background-image: url(../img/index/notice-bg.png); background-repeat: no-repeat; background-position: center center; }
.child.notice .notice-con-nobg{ height: 628px; }
.child.notice .notice-con-subject{ height: 314px; background-image: url(../img/index/notice-bg.png); background-repeat: no-repeat; background-position: center center; }
.child.notice .con-main{ height: 628px; padding: 40px 0; }

.child.notice .con-main .notice-list,
.child.notice .con-main .learning-list,
.news-con .news-banner,
.news-con .news-list{ flex: 0 0 48%; overflow: hidden; }
.news-banner .carousel-item img{ height: 385px;  }
.news-banner .carousel-item .news-itemTitle{ 
    width: calc(100% - 170px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    font-size: 18px; margin-top: 15px; background-color: #fff;
}
#newsBanner .carousel-indicators{ width: 170px; margin: 0; bottom: 13px; left: auto; right: 0; overflow: hidden; justify-content: flex-end; }
#newsBanner .carousel-indicators li{ width: 25px; height: 5px; border-width: 0; border-radius: 5px; margin: 0 5px; opacity: 1; transition: all .2s; background-color: #b60306; }
#newsBanner .carousel-indicators li.active{ background-color: #fcc068; width: 55px; }

.news-list .news-item{ margin-bottom: 20px; padding-left: 30px; position: relative; }
.news-list .news-item::before{ 
    content: " "; display: block; width: 13px; height: 13px; background-image: url(../img/index/before.png);
    background-repeat: no-repeat; background-position: center center; position: absolute; left: 0; top: 5px;
}
.news-list .news-item::after{ 
    content: " "; display: block; height: 27px; width: 1px; background-color: #a5a5a5;
    position: absolute; left: 6px; top: 25px;
}

.news-list .news-item .news-title{ 
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; 
    display: block;
}
.news-list .news-item .news-title:hover{ color: #9E1D22; }
.news-list .news-item .news-time{ color: #d5b59e; font-size: 15px; margin-top: 8px; }
.news-list .news-item .news-time::before{ 
    content: " "; display: inline-block; width: 16px; height: 15px; vertical-align: middle;
    background-image: url(../img/index/time.png); background-repeat: no-repeat;
    background-position: center center; position: relative; top: -1px; margin-right: 5px;
}

.learning-list .list-con{ margin-top: 30px; }
.notice-list .list-con{ margin-top: 30px; }
.learning-list .list-con .learning-item,
.notice-list .list-con .notice-item{ 
    display: flex; align-items: center; background-color: #fff; margin-bottom: 20px; 
    height: 100px; border-radius: 8px;
}
.learning-list .list-con .learning-item{ background-color: transparent; }
.list-con .learning-time,
.list-con .notice-item .notice-time{ 
    color: #d2b39e; text-align: center; border-right: 1px solid #c1c1c1; margin-right: 15px; 
    padding: 0 15px; width: 85px;
}

.list-con .learning-time{ 
    color: #fff; border-width: 0; width: 105px; background-image: url(../img/index/learning-before.png);
    background-repeat: no-repeat; height: 93px; background-position: center center; padding: 22px 0 22px 3px;
    transition: all .2s;
}
.learning-item .learning-time .time-day,
.notice-item .notice-time .time-day{ font-size: 28px; line-height: 28px; }
.learning-item .learning-time .time-yearMonth,
.notice-item .notice-time .time-yearMonth{ font-size: 14px; }
.learning-list .list-con .learning-info,
.notice-item .notice-title { 
    color: #000; width: calc(100% - 100px); padding-right: 15px; text-align: justify;
    white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all .2s
}
.learning-item:hover .info-title,
.notice-item:hover .notice-title{ color: #9E1D22; }

.learning-item .learning-info{ width: calc(100% - 105px); }
.learning-item .learning-info .info-title{ text-overflow: ellipsis; overflow: hidden; margin-bottom: 10px; transition: all .2s; }
.learning-item .learning-info .info-subTitle{ 
    font-size: 15px; color: #656565; white-space: normal; height: 40px; overflow: hidden; text-align: justify;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; transition: all .2s;
}

.learning-item:hover .info-subTitle{ color: #999; }
.learning-item:hover .learning-time{ background-image: url(../img/index/learning-beforeActive.png); }

.link-list{ margin: 40px 0; display: flex; align-items: center; justify-content: space-between; }
.link-list .link-item{ width: 23%; height: 145px; position: relative; overflow: hidden; }
.link-item .link-img{ height: 100%; position: relative;  }
.link-item .link-img img{ 
    position: absolute; left: 0; bottom: 0; right: 0; top: 0; height: auto; 
    user-select: none; margin: auto; width: 100%;
}
.link-item .link-title{ 
    position: absolute; left: 0; bottom: 0; width: 100%; height: 40px; line-height: 40px;
    color: #fff; text-align: center;font-size: 18px; transition: all .3s;
}
.link-item .link-title::before{ 
    content: " "; display: none; width: 41px; height: 41px; background-position: center center; 
    background-repeat: no-repeat; margin: 0 auto 10px;
}
.link-list .link-item:nth-child(1) .link-title{ background-color: rgba(67, 117, 0, .6); }
.link-list .link-item:nth-child(2) .link-title{ background-color: rgba(183, 4, 4, .7); }
.link-list .link-item:nth-child(3) .link-title{ background-color: rgba(0, 138, 255, .6); }
.link-list .link-item:nth-child(4) .link-title{ background-color: rgba(162, 94, 0, .6); }

.link-list .link-item:nth-child(1) .link-title::before{ background-image: url(../img/index/icon-zhaopin.png); }
.link-list .link-item:nth-child(2) .link-title::before{ background-image: url(../img/index/icon-jiuye.png); }
.link-list .link-item:nth-child(3) .link-title::before{ background-image: url(../img/index/icon-xinxiang.png); }
.link-list .link-item:nth-child(4) .link-title::before{ background-image: url(../img/index/icon-xitong.png); }

.link-list .link-item:hover .link-title{ height: 100%; padding-top: 12%; }
.link-list .link-item:hover .link-title::before{ display: block; }

@media (max-width: 576px) {

    #newsBanner .carousel-indicators li,
    #carouselExampleFade .carousel-indicators li{ width: 5vw; height: 1vw; margin: 0 1vw; }
    #newsBanner .carousel-indicators li.active,
    #carouselExampleFade .carousel-indicators li.active{ width: 10vw; }
    #carouselExampleFade .carousel-indicators{ bottom: 0; }
    #carouselExampleFade .carousel-item{ height: 42vw; }
    #newsBanner .carousel-item img,
    #carouselExampleFade .carousel-item img { height: 100%; object-fit: cover; object-position: center; }
    
    #newsBanner .carousel-item{ height: 60vw; }
    #newsBanner .carousel-indicators{ top: 5vw; right: 3vw; }

    .con-title{ display: flex; align-items: center; justify-content: space-between; }
    .con-title span{ font-size: 4.8vw; font-weight: bold; }
    .con-title span::before{ 
        width: 5.5vw; height: 5.5vw; background-size: contain; top: -1px; 
        margin-right: 2vw; 
    }
    .con-title .more{ position: static; }
    .child.notice,
    .child.notice .con-main{ padding: 0; }
    .child.notice .con-main, .content .news-con{ height: auto; flex-wrap: wrap; }
    .child.notice .con-main .notice-list, 
    .child.notice .con-main .learning-list, 
    .news-con .news-banner, 
    .news-con .news-list{ flex: 0 0 100% }

    .news-banner{ margin-bottom: 10vw; }
    .news-banner .carousel-item .news-itemTitle{ 
        font-size: 4vw; width: 100%; line-height: 10vw; padding: 0 3vw;
         background-color: rgba(0,0,0,.6); position: absolute; bottom: 0; 
         color: #fff;
    }

    .news-list .news-item .news-title{ 
        white-space: normal; font-size: 4vw; display: -webkit-box; 
        -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 11vw; 
    }
    
    .news-list .news-item{ margin-bottom: 5vw; padding-left: 7vw; }
    .news-list .news-item .news-time{ font-size: 3.8vw; margin-top: 2vw; }
    .news-list .news-item::before,
    .news-list .news-item .news-time::before{  margin-right: 1.5vw; width: 4vw; height: 4vw; background-size: contain; }
    .news-list .news-item::before{ margin: 0; top: 1vw; }
    
    .news-list .news-item::after{ height: calc(100% - 8vw); left: 1.8vw; top: 7vw; }

    .child.notice .notice-con{ 
        height: auto; padding: 0 3vw; background-image: url(../img/index/m-notice-bg.png); 
        background-size: contain; background-position: bottom;
    }
    .child.notice .notice-con-nobg{ height: auto; padding: 0 3vw; }

    .notice-list .list-con{ margin-top: 6vw; padding: 0 3vw; }

    .learning-list .list-con .learning-item, 
    .notice-list .list-con .notice-item{ margin-bottom: 4vw; height: 18vw; border-radius: 1vw; }
    .notice-list .list-con .notice-item{ box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; }
    
    .learning-item .learning-time .time-day, 
    .notice-item .notice-time .time-day{ font-size: 6.5vw; line-height: 6.5vw; }
    .learning-item .learning-time .time-yearMonth, 
    .notice-item .notice-time .time-yearMonth{ font-size: 3.8vw; }

    .list-con .learning-time, 
    .list-con .notice-item .notice-time{ margin-right: 3vw; padding: 0 3vw; width: 23vw; }
    .learning-list .list-con .learning-info, 
    .notice-item .notice-title{ 
        width: 74vw; padding-right: 3vw; display: -webkit-box; white-space: normal;
        -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; 
        font-size: 4vw; height: 12vw;
    }

    .learning-list{ margin-top: 5vw; }
    .learning-list .learning-info .info-subTitle{ display: none; }
    .list-con .learning-time{ height: 23vw; background-size: contain; padding-top: 5vw; }
    .learning-item .learning-info .info-title{ 
        display: -webkit-box; white-space: normal;-webkit-box-orient: vertical; 
        -webkit-line-clamp: 2; overflow: hidden; font-size: 4vw; height: 12vw; 
    }
    
    .link-list{ margin: 0; flex-wrap: wrap; margin-top: 5vw; }
    .link-list .link-item{ width: 48%; height: 24vw; margin-bottom: 4vw; }
    .link-item .link-title{ height: 8vw; line-height: 8vw; font-size: 4vw; }
    .link-item .link-title::before{ width: 8vw; height: 8vw; margin: 0 auto 1vw; background-size: contain; }
}