.header {
    background: url("../images/slzqzjg/header_bg.png") center center no-repeat;
    height: 852px;
}
.site-logo{
    margin-bottom: 0;
}
.banner img{
    display: block;
    margin: 0 auto;
}
.banner .banner1{
    margin-bottom: 20px;
}
.p1{
    margin-top: -330px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    padding-bottom: 30px;
}
.focus{
    margin-bottom: 40px;
}
.focus, .focus .pic{
    width: 100%;
    height: 360px;
}
.focus .pic span{
    background: #c91615;
}
.focus .pic span a{
    color: #ffdfaa;
    font-weight: bold;
    font-size: 18px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.focus .swiper-pagination-bullet{
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.focus .swiper-pagination-bullet-active{
    background: #ffdfaa;
}

.pics_list li{
    display: flex;
    background: #f9f9f9;
    margin-bottom: 30px;
}
.pics_list img{
    display: block;
    width: 250px;
    height: 150px;
}
.pics_list .pics_list_text{
    padding: 30px 20px;
    position: relative;
}
.pics_list .pics_list_text a{
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    display: block;
}
.pics_list .pics_list_text .date{
    position: absolute;
    bottom: 25px;
    display: block;
    font-size: 18px;
    color: #949494;
}
.more{
    background: #f4f4f4;
    color: #292929;
    height: 45px;
    width: 80px;
    line-height: 45px;
    text-align: center;
    float: right;
}
.list-t li{
    font-size: 18px;
    line-height: 34px;
    height: 104px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 0;
}
.list-t li a{
    color: #333333;
    white-space: normal;
    position: relative;
    padding-left: 20px;
}
.list-t li a:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #c91615;
    position: absolute;
    left: 0;
    top: 16px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.list-t li:hover:before{
    background: #c91615;
}
.list-t li a{
    color: #333333;
}
.news .more{
    margin-top: 30px;
}
.p1 img:hover{
    transform: scale3d(1.05, 1.05, 1);
    transition: .3s;
}
.p1 li a:hover,.more a:hover{
    color: #c91615;
}
@media (max-width: 1200px) {
    .banner .banner1 {
        width: auto;
    }
}
@media (max-width: 992px) {
    .grid{
        padding: 20px;
    }
    .focus, .focus .pic {
        height: 540px;
    }
    .focus .pic>div{
        padding: 0;
    }
    .news{
        margin-top: 90px;
    }
    .list-t li{
        height: auto;
    }
}
@media (max-width: 768px) {
    .header{
        height: 715px;
    }
    .focus, .focus .pic {
        height: 420px;
    }
}
@media (max-width: 576px) {
    .focus, .focus .pic {
        height: 300px;
    }
}
@media (max-width: 480px) {
    .header{
        height: 460px;
    }
    .focus, .focus .pic {
        height: 240px;
    }
    .p1{
        margin-top: -145px;
    }
    .pics_list li{
        margin-bottom: 20px;
        flex-direction: column;
    }
    .pics_list .pics_list_text .date{
        display: none;
    }
    .pics_list img{
        height: auto;
    }
    .focus .pic span a,.list-t li a,.pics_list .pics_list_text a,.more a{
        font-size: 16px;
    }
    .news .more{
        margin-top: 20px;
    }
    .pics_list .pics_list_text {
        padding: 15px 20px;
        position: relative;
    }
}
@media (max-width: 400px) {
    .banner .banner1 {
        width: 30%;
    }
    .p1{
        margin-top: -250px;
    }
    .pics_list img{
        width: 100%;
    }

    .focus, .focus .pic {
        height: 200px;
    }
}