body{
    background: url(../images/zzzq/zzzq-bg.png)no-repeat top center;
    background-size: 100%;
    font-family: "微软雅黑";
    background-color: rgba(203, 231, 253, 1);
}
.wid1200{
    width: 1200px;
    margin: 0 auto;  
}

.zzzq-tit{
    font-size: 36px;
font-weight: 700;
letter-spacing: 4px;
line-height: 47.51px;
color: rgba(51, 51, 51, 1);
background: url(../images/zzzq/zzzq-icon01.png)no-repeat left 7px;
padding-left: 21px;   
padding-bottom: 10px;
border-bottom: 1px solid  rgba(168, 168, 168, 1);
margin-bottom: 27px;
font-weight: 700;
}

.hovershow{
    transition: all 0.4s linear;
}
.hovershow:hover{
    box-shadow: 5px 5px 10px #999;
}

/* 头部 */
.zhead-top{
    margin-top: 42px;
    overflow: hidden;
}
.ztop-right .gohome{
    font-size: 24px;
font-weight: 400;
letter-spacing: 1px;
line-height: 31.68px;
color: rgba(40, 122, 209, 1);
}
.ztop-right .gowza{
    display: block;
    width: 129px;
height: 35px;
opacity: 1;
border-radius: 381px;
background: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 35px;
    color: rgba(40, 122, 209, 1);
    padding-left: 12px;
    margin-top: 16px;
    margin-left: 40px;
}
.zhead-tit {
    margin-top: 73px;
}

/* 首页 */

.zzzq-one{
    width: 100%;
    height: 428px;
    opacity: 1;
    border-top-left-radius:12px;
       border-top-right-radius:12px;
    background: rgba(255, 255, 255, 1);
    padding: 35px 30px;
    margin-top: 86px;
}
.zzzq-one li{
    width: 264px;
height: 162px;
float: left;
margin-bottom: 27px;
margin-left: 27px;
border-radius: 8px;
}
.zzzq-one li a{
    display: inline-block;
}
.zzzq-one li:first-child{
    margin-left: 0;
}
.zzzq-one li:nth-child(5){
    margin-left: 0;
}

.zzzq-two{
    width: 100%;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    padding: 35px 30px; 
    margin-top: 30px;
    margin-bottom: 45px;
}
.zzzq-towbox{
    margin-top: 65px;
}
.zzzq-towbox>div{
    float: left;
    width: 520px;
}
.zzzq-towbox>div.zzzq-xgcx{
    float: right;
}

.zzzq-bmzl li{
    border-radius: 11px;
    margin-bottom: 21px;
}
.zzzq-xgcx li{
    width: 100%;
    height: 110px;
    border: 1px solid rgba(212, 212, 212, 1);
    border-radius: 11px;
    margin-bottom: 21px;
    line-height: 110px;
 
}
.zzzq-xgcx li a{
    display: block;
    color: rgba(51, 51, 51, 1);
    padding-left: 54px;
    font-size: 32px;
}
.zzzq-xgcx li img{
    float: right;
    margin-right: 40px;
    margin-top: 24px;
}

.zzzq-zxhd{
    margin-top: 40px;
}
.zzzq-zxhd h3{
 margin-bottom: 40px;
}

.zzzq-zxhdbox{
    width: 100%;
    height: 120px;
    background: url(../images/zzzq/zzzq-zxhdbg.png);
}
.zzzq-zxhdbox div{
    float: left;
    width: 637px;
    text-indent: 22px;
    margin-left: 40px;
    margin-top: 23px;
    text-shadow: 0px 2px 2px  rgba(0, 0, 0, 0.25);
font-size: 22px;
font-weight: 700;
letter-spacing: 0px;
line-height: 40px;
color: rgba(255, 255, 255, 1);


}
.zzzq-zxhdbox p{
    float: right;
    width: 370px;
height: 68px;
margin-top: 23px;
background: url(../images/zzzq/zzzq-12345bg.png);
text-align: center;
line-height: 68px;
color: rgba(0, 138, 240, 1);
font-size: 26px;
font-weight: 700;
margin-right: 30px;
}

.zzzq-zxhdbox p a{
    display: inline-block;
    color: rgba(0, 138, 240, 1);
}


/* 列表 */
.zzzq-list{
    width: 100%;
    min-height: 1430px;
    background: #fff;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: 86px;

}
.zzzq-ul{
    margin-bottom: 30px;
    overflow: hidden;
}
.zzzq-ul li{
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 27px ;
    background: url(../images/zzzq/zzzq-icon02.png)no-repeat left center;
}
.zzzq-ul li a{
    display: inline-block;   
    width: 70%; 
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zzzq-ul li span{
    float: right;
    color: rgba(153, 153, 153, 1);
}


/* 详情 */
.bgbox{
    background: none;
    margin-top: 86px;
}
.gjnr,.gjnr p,.gjnr p span,.gjnr p font,.gjnr p a,.gjnr span,.gjnr a, .gjnr font{font-size:28px !important;}
.list-fr>h1{
    font-size: 38px;
}
@media (max-width: 768px){
    body{
        background-size:200%;
        background-position-x: center;
    }
    .wid1200{
        width: 100%;
    }
    .zzzq-tit{
        font-size: 28px;
    }
    .zzzq-head{
       padding: 0 10px;
    }
    .zhead-top{
        margin-top: 14px;
    }
    .zhead-top>div{
        float: none;
    }
    .ztop-right .gohome{
        font-size: 20px;
    }
    .ztop-right .gowza{
        margin-left: 0;
        font-size: 18px;
    }
    .ztop-right{
        margin-top: 20px;
    }
    .zhead-tit{
        margin-top: 30px;
    }
    .zzzq-one{
        margin-top: 30px;
        height: auto;
        padding: 10px;
    }
    .zzzq-one li{
        width: 48%;
        height: auto;
        margin: 0 4% 10px 0;
    }
    .zzzq-one li:nth-child(2n){
        margin-right: 0;
    }
    .zzzq-two{
        padding: 10px;
    }
    .zzzq-bsfw {
        width: 100%;
        overflow: hidden;
    }
    .zzzq-bsfw a{
        display: block;
        text-align: center;
    }
    .zzzq-bsfw img{
       max-width: 200%;
       margin-left: -50%;
    }
    .zzzq-towbox{
        margin-top: 40px;
    }
    .zzzq-towbox>div{
        float: none;
        width: 100%;
    }
    .zzzq-towbox>div.zzzq-xgcx{
        float: none;
        margin-top: 24px;
    }
    .zzzq-xgcx li{
        height: 71px;
        line-height: 71px;
    }
    .zzzq-xgcx li a{
        padding-left: 12px;
        font-size: 26px;
    }
    .zzzq-xgcx li img{
        margin-right: 15px;
        width: 50px;
        margin-top: 10px;
    }
    .zzzq-zxhd{
        margin-top: 24px;
    }
    .zzzq-zxhd h3{
        text-align: center;
    }
    .zzzq-zxhd h3 img{
        max-width: 200%;
        margin-left: -50%;
    }
    .zzzq-zxhdbox{
        background-image:none ;
        background-color: rgba(25, 124, 230, 1);
        height: auto;
        border-radius: 12px;
        padding: 20px 10px;
    }
    .zzzq-zxhdbox div{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .zzzq-zxhdbox p{
        width: 100%;
        float: none;
        margin-left: 0;
        font-size: 22px;
        background-size: 100% 100%;
    }
    .zzzq-list{
        padding: 20px 10px;
        min-height: auto;
        margin-top: 30px;
    }
    .zzzq-ul li{
        height: auto;
        background-color: #f2f2f2;
        margin-bottom: 30px;
        border-radius: 8px;
        overflow: hidden;
        background-position:5px 23px;
    }
    .zzzq-ul li a{
        width: 100%;
        text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -moz-box;
      -moz-line-clamp: 3;
      -moz-box-orient: vertical;
      overflow-wrap: break-word;
      word-break: break-all;
      white-space: normal;
      overflow: hidden;
    }
    .zzzq-ul li span{
        margin-right: 10px;
    }
    .bgbox{
        background: none;
        margin-top: 30px;
    }
    .gjnr,.gjnr p,.gjnr p span,.gjnr p font,.gjnr p a,.gjnr span,.gjnr a, .gjnr font{font-size:22px !important;}
    .list-fr>h1{
       font-size: 28px;
    }
}