.header h1 a {
    height: 120px;
}
.banner>img{
    width: auto;
    padding: 0;
}
.content{
    padding: 30px 0;
}
.p1 h3, .p2 h3{
    background: url("../images/zjg2026/p1h3bg.png") center center no-repeat;
    width: 100%;
    height: 74px;
    left: 0;
    background-size: 100%;
}
.p2 h3 {
    background: url("../images/zjg2026/p2h3bg.png") center center no-repeat;
    background-size: 100%;
}
.p1 .detail{
    position: relative;
    padding-right: 0;
}
.grid ul li{
    padding-top: 6px;
    padding-bottom: 6px;
}
.grid .pic a,.grid .pic a img{
    width: 100%;
    height: 100%;
}
.grid.p1 ul li:first-child{
    padding-bottom: 0;
}
.grid ul li:last-child{
    border-bottom: 0;
}
.grid ul li a{
    font-size: 20px;
    line-height: 44px;
}
.grid ul li .date{
    margin-top: 15px;
    line-height: 42px;
}
.p2{
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .banner>img{
        width: 90%;
    }
}
@media screen and (max-width: 480px) {
    .header{
        height: 280px;
    }
    .p1 h3,.p2 h3{
        background-size: 150%;
        height: 60px;
    }
    .grid ul li a{
        font-size: 16px;
        line-height: 30px;
    }
    .grid ul li .date{
        font-size: 14px;
    }
    .p1 .detail{
        height: auto;
    }
}
