.header{
    background: url("../images/jgzdjs/header_bg.png") center center no-repeat;
    height: 560px;
}
.site-logo{
    top: 15px;
}
.inner{
    padding: 0;
}
.header .banner {
    padding-top: 120px;

}
.header .banner img {
    max-width: 730px;
    width: 100%;
    height: auto;
    margin-right: 85px;

}


.p18{
    width: 1200px;
    padding: 13px 0 80px;
}
.p18 .list-t li{
    line-height: 20px;
    padding: 24px 10px 27px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.p18 .list-t li a{
    color: #333333;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    white-space: normal;
}
.p18 .list-t li:hover a{
    color: #d74337;
}
.p18 .list-t li .date{
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #949494;
    font-weight: normal;
}
.p18 .list-t li:before{
    display: none;
}
.pages a.onhover, .pages a:hover, .pages a.current{
    border-color: #d74337;
    background: #d74337;
}
.copyright{
    width: 1200px;
}
@media screen and (max-width: 1200px) {
    .inner,.grid,.copyright{
        width: 100%;
    }
    .grid{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 992px) {
    .header{
        height: 460px;
    }
    .header .banner {
        padding-top: 95px;
    }

}
@media screen and (max-width: 768px) {
    .header{
        height: 400px;
    }
}
@media screen and (max-width: 480px) {
    .header{
        height: 270px;
    }
    .header .banner {
        padding-top: 85px;
    }
    .p18 .list-t li a {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .p18 .list-t li .date {
        font-size: 16px;
        display: inline;
    }
    .p18 .list-t li {
        line-height: 20px;
        padding: 17px 10px 15px 10px;

    }
    .p18{
        padding-bottom: 50px;
    }

}