body{
    font-family: "微软雅黑";
}
.header{
    background: url("../images/szqh2025/header_bg.png") center center no-repeat;
    height: 500px;
}



.header h1{
    background: url(../images/szqh2025/logo.png) 0 50% no-repeat;
    height: 120px;
}
.banner {
    margin: 0 auto;
    text-align: center;
}
.banner>img {
    width: 100%;
    padding: 0 20px;
}
.content{
    padding-top: 20px;
}

.p1{
    margin-bottom: 15px;
}
.p1 h3,.p2 h3{
    background: url("../images/szqh2025/p1_h3bg.png") center center no-repeat;
    width: 271px;
    height: 96px;
    background-size: 100% 100%;
    position: relative;
    left: -20px;
    margin-bottom: 35px;
}
.p2 h3{
    background: url("../images/szqh2025/p2_h3bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.p1 .pic{
    width: 230px;
    float: left;
    margin-right: 25px;
}
.p1 .pic img{
    width: 100%;
    display: block;
}
.p1 .detail{
    float: left;
    padding: 12px 20px 12px 0;
}
.grid ul li{
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 22px;
}
.p2 ul li:last-child{
    border-bottom: none;
}
.p2{
    padding-bottom: 10px;
}

.grid.p1 ul li:first-child{
    padding-top: 0;
    padding-bottom: 25px;
}

.grid ul li a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}
.grid ul li a:hover{
    color: #c0392b;
}
.grid ul li .date{
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #666666;
    margin-top: 27px;
}
.grid h3 a{
    display: block;
    width: 100%;
    height: 100%;
}
.p1 .pic img:hover,.grid h3:hover{
    transition:0.5s;
    transform: scale(1.1);
}
@media (max-width: 1200px) {
    .header .inner, .links, .copyright {
        width: 100%;
    }
    .header h1 {
        margin-left: 20px;
    }
}
@media (max-width: 768px) {
    .header{
        height: 430px;
    }

}
@media (max-width: 480px) {
    .header{
        height: 320px;
    }
    .header h1{
        height: 90px;
    }
    .site-logo img{
        width: 100px;
    }
    .p1 h3, .p2 h3{
        width: 180px;
        height: 63px;
        margin-bottom: 20px;
        left: -15px;
    }
    .grid ul li a{
        font-size: 16px;
    }
    .grid ul li .date{
        font-size: 16px;
        margin-top: 15px;
    }
    .grid.p1 ul li:first-child {
        padding-bottom: 10px;
    }
    .grid ul li {
        padding-top: 16px;
        padding-bottom: 19px;
    }

}