/* 重大建设项目
2022-8-12
tfxu */
.title-img {
    display: block;
    width: 100%;
}

.guide {
    position: relative;
    z-index: 99;
    margin-top: -42px;
    height: 140px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 12px #F4EAE9;
}

.guide-hd {
    float: left;
    width: 200px;
    height: 100%;
    line-height: 38px;
    color: #fff;
    font-size: 28px;
    padding: 32px 76px 0 64px;
    background: url('/Template/zdxm/images/bg_bszn.png') center center no-repeat;
}

.guide-cont {
    position: relative;
    float: left;
    width: calc(100% - 200px);
    padding: 13px 145px 0 76px;
}

.guid-item {
    float: left;
    width: calc((100% - 40px) / 2);
    margin: 20px 10px 0;
}

.guid-item-cont {
    display: block;
    height: 27px;
    line-height: 27px;
    padding-left: 18px;
    font-size: 18px;
    color: #333;
    background: url('/Template/zdxm/images/icon_zn.png') 0 center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.guid-item-cont:hover {
    color: #E1313F;
}

.guide-more {
    position: absolute;
    top: 55px;
    right: 60px;
    width: 30px;
    height: 30px;
    background: url("/Template/zdxm/images/icon_more.png") center center no-repeat #FFF6F5;
    border: 1px solid #EFE7E8;
    border-radius: 50%;
}

/* banner */
.banner-swiper {
    margin-top: 30px;
}

.banner-swiper .swiper-pagination {
    line-height: 0;
    bottom: 12px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 6px;
}

.swiper-pagination-bullet-active {
    width: 20px;
    background: #FFFFFF;
}

/* chosen */
.date-chosen {
    width: 100px;
}

.date-select {
    display: none;
}

/* 外表 */
.date-chosen .chosen-container {
    display: block;
    width: 100% !important;
}

.date-chosen .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 30px;
    padding-left: 16px;
    text-align: left;
    border: 1px solid #EFE7E8;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
}

/* 文字 */
.date-chosen .chosen-container-single .chosen-single span {
    font-size: 14px;
    color: #333;
    margin-right: 20px;
}

/* 下拉框符号 */
.date-chosen .chosen-container-single .chosen-single div {
    width: 20px;
}

.date-chosen .chosen-container-single .chosen-single div b {
    background: url("/Template/zdxm/images/chosen_down.png") center center no-repeat;
}

/* 选项 */
.date-chosen .chosen-container .chosen-drop {
    top: 32px;
    padding: 0;
    border: 1px solid #EFE7E8;
}

.date-chosen .chosen-container .chosen-results {
    padding: 4px 0 0 4px;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
}

.date-chosen .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("/Template/zdxm/images/chosen_up.png") center center no-repeat;
}

.date-chosen .chosen-container * {
    box-sizing: inherit;
}

/* 重点项目详细展示 */
.show {
    margin-top: 30px;
    padding: 20px 30px 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 12px #F4EAE9;
    border-radius: 6px;
}

/* .detail {
    height: 311px;
} */

.show-hd {
    height: 35px;
    line-height: 35px;
}

.show-tt {
    font-size: 20px;
    color: #333;
    padding-right: 38px;
    background: url('/Template/zdxm/images/bg_tt.png') right center no-repeat;
}

.detail-list {
    margin-top: 5px;
}

.detail-item {
    border-bottom: 1px dashed #EFE7E8;
}

.detail-item-link {
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url('/Template/zdxm/images/icon_zn.png') 0 center no-repeat;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item-link:hover {
    color: #E1313F;
}

/* 重点项目成果展示 */
.achieve {
    height: 270px;
}

.achieve-swiper {
    margin-top: 15px;
    height: 185px;
}

.achieve-swiper .swiper-slide {
    position: relative;
    display: block;
    height: 160px;
}

.achieve-swiper .swiper-slide>img {
    display: block;
    width: 100%;
    height: 100%;
}

.achieve-swiper .swiper-slide>p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(51, 51, 51, 0.65);
}

.achieve-swiper .swiper-pagination {
    line-height: 0;
    bottom: 0;
}

.achieve-swiper .swiper-pagination-bullet {
    background: linear-gradient(270deg, rgba(251, 96, 50, 0.3) 9.82%, rgba(225, 49, 63, 0.3) 87.95%);
}

.achieve-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(270deg, #FB6032 9.82%, #E1313F 87.95%);
}

@media (max-width:1023px) {
    .guide {
        margin-top: -15px;
    }

    .guide-cont {
        padding: 13px 50px 0 1px;
    }

    .guide-more {
        right: 20px;
    }
}

@media (max-width:767px) {
    .date-chosen {
        width: 70px;
    }

    .date-select {
        display: block;
        height: 35px;
    }

    .banner-swiper .swiper-pagination {
        bottom: 3px;
    }

    .guide {
        height: 77px;
        margin-top: 20px;
    }

    .guide-hd {
        width: 100px;
        padding: 14px 30px;
        font-size: 19px;
        line-height: 23px;
        background-size: 100% 100%;
    }

    .guide-cont {
        width: calc(100% - 100px);
        padding: 0 39px 0 0;
    }

    .guid-item {
        margin: 7px 10px 0;
    }

    .guid-item-cont {
        font-size: 12px;
    }

    .guide-more {
        top: 23px;
        right: 5px;
    }

    .show {
        padding: 20px 15px 0;
    }
}