﻿/*兼容1366分辨率*/
/*主体部分*/
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
    .tywzy_cont{
        width: 1200px;
    }
    .wzy_left{
        width: 100%;
    }
    .fx_time{
        padding-right: 30px;
    }
    .zw_cont{
        width: 100%;
    }
    .ld_jj{
        width: 100%;
    }
    /*右侧*/
    .wzy_right{
        width: 370px;
    }
}
@media only screen and (max-width: 1199px){
    .tywzy_cont{
        width: 100%;
        padding: 0 30px;
    }
    .wzy_right{
        display: none;
    }
    .wzy_left{
        width: 100%;
    }
    .zw_cont{
        width: 100%;
    }
    .ld_pic {
        width: 20%;
    }
    .ld_jj{
        width: 100%;
    }
}
@media only screen and (max-width: 1024px){
    .fx_time{
        padding-right: 5%;
    }
    .ld_jj ul li{
        padding-left: 70px;
    }
}
@media only screen and (max-width: 820px){
    .dqwz_box{
        display: none;
    }
    .dqwz span{
        font-size: 22px;
    }
    .dqwz a{
        font-size: 22px;
    }
    .wzy_z{
        margin-top: 30px;
    }
    .wzy_left {
        padding: 0;
    }
    .ld_pic{
        width: 26%;
    }
    .ld_jj{
        width: 74%;
    }
    .ld_jj ul li{
        width: 50%;
        padding-left: 30px;
    }
    .ld_jj ul li span{
        font-size: 20px;
    }
    .ld_xx_jj{
        font-size: 20px;
    }
}
@media only screen and (max-width: 750px){
    .tywzy_cont_box{
        padding-bottom: 0.3rem;
        background-color: #fff;
    }
    .tywzy_cont {
        padding: 0 0.24rem;
    }
    .dqwz_box {
        height: 1.2rem;
        padding-top: 0.3rem;
        margin-bottom: 0.3rem;
        display: none;
    }
    .dqwz {
        width: 100%;
        display: flex;
        height: 0.42rem;
        line-height: 0.42rem;
        font-size: 0.3rem;
    }
    .dqwz span {
        padding-left: 0.6rem;
        background: url(../image/dqwz.png) left center no-repeat;
        /* background-size: contain; */
        font-size: 0.3rem;
    }
    .dqwz a {
        font-size: 0.3rem;
    }
    .wzy_z{
        min-height: initial;
        margin-top: 0.3rem;
    }
    .wzy_left{
        padding-bottom: 0.3rem;
    }
    .zwy_title{
        padding: 0;
        font-size: 0.42rem;
        line-height: 0.72rem;
        margin-bottom: 0.24rem;
    }
    .zwy_zw {
        padding-right: 0;
        flex-wrap: wrap;
    }
    .zw_cont{
        width: 100%;
    }
    .zw_zw {
        flex-wrap: wrap;
    }
    .ld_pic {
        width: 100%;
        padding: 0;
        border: none;
        max-height: 2.8rem;
    }
    .ld_jj {
        width: 100%;
        padding-left: 0;
    }
    .ld_jj ul li {
        width: 100%;
        line-height: 0.72rem;
        border-bottom: none;
        padding-left: 0;
    }
    .ld_jj ul li.ld_name{
        margin-top: 0.24rem;
        text-align: center;
    }
    .ld_jj ul li.ld_name span{
        font-size: 0.36rem;
    }
    .ld_jj ul li span {
        font-size: 0.30rem;
    }
    .ld_xx{
        margin-top: 0.3rem;
    }
    .ld_xx_jj_tit {
        font-size: 0.32rem;
        font-weight: 600;
        line-height: 0.72rem;
    }
    .ld_xx_jj {
        width: 100%;
        padding: 0.3rem 0.24rem;
        font-size: 0.3rem;
    }
}

