@media only screen and (max-width: 767px){

    .content  .w1200{padding:0;}
    .conLeft{width:100%;min-height: auto;background: none;padding:0;position: relative;}
    .faCol{height:0.72rem;line-height: 0.72rem;font-size:0.36rem;border-radius:0;text-align: left;padding-left: 0.24rem;}
    .mobileList{display:block;position:fixed;background:#0084D4 url(mob_navlist.png) right top no-repeat;width:40px;height:40px;z-index: 100;right:10px;top:260px;}
    .conLeft ul{padding: 0.2rem;background: #083c96;width:250px;position: fixed;right:10px;top:310px;display:none;}
    .conLeft ul li{border-bottom: none;line-height:0.72rem;height:auto;}
    .conLeft ul li a{font-size:0.36rem;text-align: left;}
    .conLeft ul li:hover a{background: none;}
.conRight{width:100%;background-color:#fff;min-height:auto;margin-left:0;padding:0.64rem 5% 5% 5%;margin-top:0;}
.dqlm{height:0.88rem;border-bottom: 1px solid #EEEEEE;}
.dqlm span{display:block;font-family: "PingFang SC";font-weight: 600;font-size: 0.36rem;color: #083994;height:0.5rem;line-height:0.5rem;}
.artcleTitle {font-weight: 600;border-bottom: 1px solid #D8D8D8;font-size: 0.6rem;line-height: 0.92rem;padding-bottom: 0.3rem;}
.artcleTxt {font-size: 0.36rem;line-height: 0.72rem;text-indent: 2em;padding-top: 0.4rem;}
}



@media only screen and (min-width: 768px)and (max-width:1024px){

    /* 主体开始 */
    .content  .w1200{padding:0;}
    .conLeft{width:100%;min-height: auto;background: none;padding:0;position: relative;}
    .faCol{border-radius:0;text-align: left;padding-left: 20px;}
    .mobileList{display:block;position:fixed;background:#0084D4 url(mob_navlist.png) right top no-repeat;width:40px;height:40px;z-index: 100;right:10px;top:200px;}
    .conLeft ul{padding:20px;background: #083c96;width:250px;position: fixed;right:10px;top:250px;display:none;}
    .conLeft ul li{border-bottom: none;height:auto;}
    .conLeft ul li a{text-align: left;}
    .conLeft ul li:hover a{background: none;}
    .conRight{width:100%;margin-left:0;margin-top:10px;}
     /* 主体结束 */
}