body{
    background-image: none;
    background-color: #c7e9ff;
}
.site-logo a {
    background: url(https://gdj.hubei.gov.cn/material/images_2022/zt_xxxc/logo.png) 0% 30% no-repeat;
    background-size: 100%;
    display: block;
    width: 300px;
    height: 100px;
}
.header{
    background: url("../images/zcjd/header_bg.png") center center no-repeat;
    height: 641px;
}

.banner img{
    display: block;
    margin: 0 auto;
}
.content{
    background: #ffffff;
    width: 1200px;
    margin: 0 auto;
}
.content img:hover{
    transform: scale(1.01);
    transition: all .3s;
}
.grid{
    width: 100%;
    padding: 0 20px;
}
.content .grid h3:hover{
    transform: none;
}

.list-t li{
    padding-top: 0;
    padding-bottom: 0;
}
.list-t li a{
    max-width: 80%;
}
.list-t li .date{
    top: 0;
}
.p2{
    margin-top: -300px;
    padding-top: 40px;
}
.focus, .focus .pic{
    width: 100%;
    height: 340px;
    margin: 0;
}

.grid h3{
    background: url("../images/zcjd/h3_bg.png") center center no-repeat;
    height: 36px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 36px;
}
.grid h3>a{
    color: #1b61c2;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
}
.grid .list-t li{
    padding-left: 20px;
}
.p2 .list-t{
    margin-top: -13px;
}
.p2 .list-t li a{
    width: 100%;
    max-width: 100%;
    padding-left: 0;
}
.p2 li a:before{
    display: none;
}
.p2 .list-t li{
    line-height: 58px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px dotted #d6d6d6;
}
.list-t li:before{
    top: 50%;
    transform: translate(-50%);
}
.grid h4{
    font-size: 24px;
    font-weight: bold;
    color: #1b1b1b;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 25px;
}
.grid h4:before{
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    background: #1b61c2;
    left: 0;
    top: 0;
}
.grid h4 .more a{
    font-size: 18px;
    line-height: 18px;
    color: #0a50af;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.p4 .row .col-md-6 .twjd{
    background: #f3f8ff;
    border: none;
    padding: 20px;
    display: flex;
    margin-bottom: 15px;
}

.p4 .row .col-md-6 .twjd img{
    width: 280px;
    height: 170px;
    display: block;
    margin-right: 20px;
}
.p4 .twjd-slide{
    width: calc(100% - 280px - 20px);
    position: relative;
}
.p4 .twjd-slide .title{
    font-size: 18px;
    line-height: 28px;
    color: #05162e;
    font-weight: bold;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 最多 2 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p4 .twjd-slide .twjd-time{
    font-size: 16px;
    line-height: 36px;
    color: #747474;
}
.p4 .twjd-slide .twjd-tag{
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    background: #2970c0;
    width: 110px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p4 .row{
    background: none;
}
.p4 .twjd-slide .twjd-tag a{
    color: #ffffff;
}

.p4 .list-t li{
    font-size: 18px;
    line-height: 47px;
    margin-bottom: 0;
}
.p4 .row .col-md-6:nth-child(2) h4{
    margin-bottom: 15px;
}
.audio-seek{
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
}
.audio-timer{
    background: #edf4fd;
    border-left: 5px solid #1960c0;
    width: 115px;
    height: 115px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    margin-right: 25px;
}
.audio-timer:after{
    content: "";
    width: 0;
    height: 0;
    /* 上下边框透明，形成三角形的斜边 */
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    /* 左侧边框为箭头颜色（和你截图里的浅蓝背景一致） */
    border-left: 24px solid #edf4fd;
    /* 可选：鼠标悬浮变手型，模拟可点击效果 */
    right: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.audio-timer i{
    background: url("../images/zcjd/audio_s1.png") center center no-repeat;
    width: 22px;
    height: 34px;
    display: block;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.audio-timer p{
    font-size: 14px;
    line-height: 14px;
    color: #1b61c2;
    font-weight: bold;
    border-top: 1px solid #1b61c2;
    padding-top: 12px;

}
.audio-play{
    width: calc(100% - 140px);
    position: relative;
}
.audio-play p{
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.insertAudio{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.audio-list{
    margin-top: 25px;
}
.p4>.row>.col-md-6{
    margin-bottom: 30px;
}
.p4 .col-md-6:nth-child(3) h4{
    margin-bottom: 30px;
}
.p4 h4>a+a{
    margin-left: 30px;
}
.panel-more{
    display: none;
}
.switch .col-md-4{
    margin-bottom: 20px;
}
.switch .col-md-4 a{
    position: relative;
    display: block;
}
.switch .col-md-4 a:hover{
    transform: scale(1.01);
    transition: all .3s;
}
.switch .col-md-4 a img{
    display: block;
    width: 100%;
    height: 220px;
}
.switch .tab a.current{
    color: #048;
}
@media screen and (max-width: 992px) {
    .switch .col-md-4 a img{
        height: auto;
    }
}
.switch .col-md-4 a .bg-gray{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .4);
    left: 0;
    top: 0;
}
.switch .col-md-4 a i{
    background: url("../images/zcjd/play.png") center center no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.switch .col-md-4 a p{
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    color: #ffffff;
    background: rgb(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.zcwd{
    margin-bottom: 30px;
}
.zcwd i{
    display: block;
    background: url("../images/zcjd/ask.png") center center no-repeat;
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.zcwd .answer i{
    background: url("../images/zcjd/answer.png") center center no-repeat;
    top: 18px;
    transform: translateY(0);
}

.zcwd .ask{
    background: url("../images/zcjd/ask_bg.png") center center no-repeat;
    background-size: 100% 100%;
    height: 58px;
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}

.zcwd .ask p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zcwd .ask p a{
    color: #1b1b1b;

}
.zcwd .answer{
    background: linear-gradient(to bottom,#ffffff,#e9f5ff);
    border: 1px solid #b8d5fa;
    position: relative;
    padding: 15px 20px 15px 60px;
    font-size: 16px;
    line-height: 24px;
    border-radius:  0 0 10px 10px;
    height: 104px;
}
@media (max-width: 992px){
    .zcwd .answer{
        height: auto;
    }
}
.zcwd .answer p{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 最多 2 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zcwd .answer p a{
    color: #494b4e;
}
.zcwd p a:hover{
    color: #048 !important;
}
@media (max-width: 992px){
    .focus, .focus .pic{
        height: 500px;
    }
    .focus .pic>div{
        padding: 0;
    }
    .p2{
        margin-bottom: 40px;
    }
    .p2 .list-t{
        margin-top: 0;
    }
}
@media (max-width: 768px){
    .focus, .focus .pic{
        height: 380px;
    }
    .banner{
        padding: 0 20%;
    }
    .banner img{
        width: 100%;
    }
    .tab-pane .pane {
        padding: 0;
    }
}
@media (max-width: 480px){
    .focus, .focus .pic{
        height: 280px;
    }
    .header{
        height: 540px;
    }
    .content{
        padding-bottom: 30px;
    }
    .site-logo{
        margin-bottom: 15px;
    }
    .list-t li a{
        max-width: 100%;
    }
    .grid h3>a{
        font-size: 26px;
    }
    .p2 h3, .p3>h3, .p4 h3, .p5>h3, .p6>h3, .content .grid>h3, .p6 h3 {
        background-size: 250%;
    }
    .p2 .list-t li{
        line-height: 38px;
    }
    .p4{
        margin-bottom: 20px;
    }
    .p4 .row .col-md-6 .twjd{
        display: block;
        padding-bottom: 50px;
    }
    .p4 .twjd-slide{
        width: 100%;
        margin-top: 20px;
    }
    .p4 .twjd-slide .twjd-time{
        display: none;
    }
    .p4 .twjd-slide .twjd-tag{
        bottom: -45px;
    }
    .grid h4{
        font-size: 20px;
    }
    .grid h4 .more a{
        font-size: 16px;
    }
    .p4 .twjd-slide .title{
        font-size: 16px;
        line-height: 24px;
    }
    .p4 .twjd-slide .twjd-tag{
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
    .p4 .list-t li{
        font-size: 16px;
        line-height: 36px;
    }
    .p4 .col-md-6:nth-child(3) h4{
        margin-bottom: 20px;
    }
    .audio-play p{
        font-size: 16px;
    }
    .audio-timer{
        display: none;
    }
    .audio-play{
        width: 100%;
        height: 100px;
    }
    .audio-seek{
        padding-bottom: 15px;
    }
    .audio-list {
        margin-top: 15px;
    }
    .p4 h4>a+a{
        margin-left: 10px;
    }
    .switch .col-md-4 a p{
        font-size: 16px;
    }
    .zcwd{
        margin-bottom: 20px;
    }
    .zcwd .ask{
        font-size: 16px;
        line-height: 26px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .zcwd .ask p{
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 最多 2 行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .zcwd .answer{
        font-size: 14px;
        line-height: 22px;
    }

}
@media (max-width: 400px){
    .focus, .focus .pic{
        height: 220px;
    }
}

