/**!
 * 政策解读
 * date:2022-12-19
 * author: wzhchao;
 */
 .main{
    padding-bottom: 40px;
 }
 .part{
    margin-top: 20px;
    padding: 24px 13px;
 }
 .part-item{
    width: 50%;
    box-sizing: border-box;
    padding: 0 11px;
    float: left;
 }
.part-item .policy-list{
    padding-right: 12px;
}
.part-item .policy-list-item{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
}
.part-item .policy-list-item:last-child{
    border-bottom: 0;
}
.policy-interpret {
    padding: 24px;
}

.policy-swiper {
    position: relative;
}

.policy-swiper img {
    width: 100%;
}

.swiper-item {
    display: block;
    position: relative;
}
.swiper-item img{
    height: 313px;
}
.shadow {
    position: absolute;
    padding-left: 20px;
    padding-right: 140px;
    line-height: 42px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42px;
    background: rgba(0, 0, 0, .6);
    border-radius: 0px 0px 0px 0px;
}

.swiper-container-horizontal>.policy-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    text-align: right;
    right: 17px;
}

.swiper-pagination-bullet {
    background: #A2A1A0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 21px;
    height: 8px;
    background: #0D7DDC;
    border-radius: 29px;
}

.policy-list {
    margin-top: 24px;
    padding-right: 18px;
}

.policy-list-item {
    height: 42px;
    line-height: 42px;
}

.time {
    color: #888;
    font-size: 15px;
}

.text {
    padding-left: 27px;
    margin-right: 97px;
    display: block;
    color: #333;
    font-size: 16px;
    position: relative;
}

.text::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9A9A9A;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.policy-list-item:hover .text{
    color: #0D7DDC;
    font-weight: 500;
}
.policy-list-item:hover .text::before{
    background: #0D7DDC;
}
.graphic{
    margin: 22px -10px 0;
}
.graphic-item{
    width: 50%;
    float: left;
}
.graphic-con{
    margin: 0 10px;
    display: block;
}
.interview-con{
    margin: 0 10px;
    display: block;
}
.interview-name{
    padding: 0 15px;
    line-height: 27px;
    margin-top: 24px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.interview-con:hover .interview-name{
    color: #0D7DDC;
}


@media (max-width: 979px) {
   .swiper-item img{
    height: auto;
   }
   .policy-swiper{
    margin-bottom: 20px;
   }
   .part-item{
    width: 100%;
   }
   .part-item+.part-item{
    margin-top: 20px;
   }
   .graphic-con img{
    width: 100%;
   }
   .interview-con img{
    width: 100%;
   }
}
@media (max-width: 500px){
    .text{
        padding-left:12px;
        margin-right: 0;
    }
}

.interview-con img{
    width:272px;
    height:194px;
  }

  /*20230718*/
.county-name {

    display: block;
    color: #333;
    line-height: 28px;
    font-size: 18px;
    }
    .county-list {
        margin: 0 20px;
        padding: 10px 30px;
        height: 100px;
        box-shadow: 0px 0px 10px 0px rgb(152 152 152 / 20%);
    }
    .tt-box {
        line-height: 30px;
        padding-bottom: 5px;
        border-bottom: 4px solid #0D7DDC;
        font-weight: bold;
        font-size: 20px;
        color: #0D7DDC;
        float: left !important;
    }
    .tt {
        position: relative;
        height: 20px;
        margin-bottom: 40px;
        text-align: center;
        margin-left: 10px;
    }
    .county-list li {
        float: left;
        margin-right: 40px;
    }    
    .county{
        background: #fff;
        box-shadow: 0px 0px 23px rgb(0 0 0 / 8%);
        border-radius: 4px;
        margin-top: 20px;
        padding: 24px 13px;
    }