﻿.headline-wrapper {
    padding: 20px 0;
    border-radius: 6px;
    display: flex;
}

.headline-wrapper .date-wrapper {
    background: #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.headline-wrapper .headline {
    padding-left: 18px;
    overflow: hidden;
    width: 100%;
}

.headline-wrapper .headline .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000;
}

.headline-wrapper .headline .title a {
    flex-shrink: 0;
    color: #E11111;
}

.headline-wrapper a {
    color: #999;
}

.headline-wrapper .headline .headline-list {
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.headline-wrapper .headline .headline-list .entry-wrapper {
    overflow: hidden;
    padding: 0 12px;
}

.headline-wrapper .headline .headline-list .entry-wrapper + .entry-wrapper {
    border-left: 1px solid #999;
}

.headline-title a {
    font-weight: bold;
    color: #0968ba;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
}

.headline-content {
    padding-left: 18px;
    overflow: hidden;
    flex: 1;
}

.news-container {
    background-color: #fff;
    box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.21);
    border-radius: 0px 0px 4px 4px;
}

#mainCarousel {
    height: 375px;
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mainCarousel .carousel-indicators {
    left: unset;
    justify-content: flex-end;
    padding: 1rem 1rem 1rem 0;
    margin: 0;
}

#mainCarousel .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 0.9;
    border: 0;
    margin: 0 0.2rem;
}

#mainCarousel .carousel-indicators li.active {
    background-color: #ff0000;
}

#mainCarousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.55);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 8rem 0.75rem 1rem;
    text-align: left;
}

#mainCarousel .carousel-caption a {
    color: #fff;
}

.weather-table th {
    text-align: center;
    background-color: #f2fff2;
    color: #1ca521;
}

.weather-table td {
    background-color: #fbfbfb;
    padding: 7px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.weather-table th:first-child,
.weather-table td:first-child {
    text-align: left;
    padding-left: 20px;
}

.zhuanti-title {
    font-size: 20px;
    line-height: 22px;
    width: 50px;
    padding: 60px 15px 0;
    background: #177720;
}

.zhuanti-title a {
    color: #fff;
}

.zhuanti-swiper-wrapper {
    border-width: 1px 1px 1px 0;
    border-color: #dcdcdc;
    border-style: solid;
    flex: 1;
    position: relative;
    padding: 20px 12px;
    height: 213px;
    overflow: hidden;
}

.zhuanti-swiper {
    overflow: hidden;
    height: 100%;
}

.zhuanti-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhuanti-swiper-wrapper .swiper-button-prev:after,
.zhuanti-swiper-wrapper .swiper-button-next:after {
    padding: 26px 7px;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
    background: #000;
    opacity: 0.6;
}

.zhuanti-swiper-wrapper .swiper-button-prev:after {
    border-radius: 0px 4px 4px 0px;
}

.zhuanti-swiper-wrapper .swiper-button-next:after {
    border-radius: 4px 0px 0px 4px;
}

.banner-wrapper img {
    max-width: 100%;
}

.hudong-shadow {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
}

.hudong-section .section-title {
    height: 29px;
    width: 100%;
    background: top center / auto 100% url(../images/col-title-2.png);
}
.app-section {
    background: #FAFAFA;
}

.app-section .section-title {
    height: 29px;
    width: 100%;
    background: top center / auto 100% url(../images/col-title-1.png);
}

.app-section .title-wrapper {
    display: flex;
    align-items: center;
}

.app-section .title-wrapper .iconfont {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #174296;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.app-section .title-wrapper a {
    margin-left: 6px;
    color: #fff;
    line-height: 44px;
    font-size: 22px;
}

.app-list {
    display: flex;
    flex-wrap: wrap;
}

.app-list .entry-wrapper {
    padding: 6px 12.5px;
    flex: 1 1 50%;
    width: 50%;
}

.app-list .entry-wrapper a {
    color: #333;
    padding: 14px;
    display: block;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
    text-align: center;
}

.app-list .entry-wrapper .title {
    margin-top: 6px;
    display: block;
}

.app-list .entry-wrapper .iconfont {
    text-align: center;
    margin: auto;
    color: #fff;
    width: 55px;
    height: 55px;
    background: #209C25;
    display: block;
    font-size: 36px;
    border-radius: 50%;
}

.overview-section {
    background-color: #f5f5f5;
}

.overview-section .container > .title {
    height: 29px;
    background: top center / auto 100% url(../images/school-title.png) no-repeat;
}

.overview-section .list .entry-wrapper img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.overview-section .list .entry-wrapper .title {
    padding: 15px 10px;
    text-align: center;
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 767.98px) {
    .navi-list-wrapper {
        overflow: auto;
    }
}

@media screen and (max-width: 575.98px) {
    .headline-wrapper {
        padding: 12px;
    }

    .headline-wrapper .headline {
        padding: 0 5px;
    }

    .headline-wrapper .headline .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .zhengwu-nav .nav-link.active {
        background: #3385d6;
    }

    .file-tab .nav-link {
        padding: 5px 12px;
        font-size: 16px;
        line-height: 26px;
    }

    .send-mail-link {
        padding: 0 8px;
        font-size: 12px;
    }

    .send-mail-link .iconfont {
        font-size: 14px;
        margin-right: 2px;
    }

    .mail-link {
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 8px;
        margin: 0 2px;
    }

    #mainCarousel {
        height: 240px;
    }
}
