﻿/*PC端*/
@media screen and (min-width: 992px) {
    .sd-border-boxFirst ul li{width:279px;display:block;padding:0 5px;float:left;}
    .personimg{width:300px;float:left;}
    .personimg{padding: 0 20px;text-align:center;}
    .personimg img{width:270px;height:360px;margin-bottom:20px;}
    .personimg h4{font-size:24px;}
    .personimg p{font-size:18px;}
    .personmesg{width:600px;float:left;}

    .history{
        font-weight:600;
        color:red;
        font-size:19px
    }
    .today{
        font-weight:600;
        color:red;
        font-size:19px
    }
    #imgConac {
        display:block;
        margin:10px auto 0;
    }

    .m-h{
        display: none;
    }

    .mobile{
        display: none;
    }
    
}

/*移动端*/
@media screen and (max-width: 992px) {
    *{
        margin:0;
        padding: 0 ;
    }
    html{
        font-size: 96px !important;
    }
    body{
        width: 100%;
    }
    .m-h{
        display: block;
    }
    .ui-header{
        display: none!important;
    }

    .ui-footer{
        display: none;
    }


    /*.zy-art .title{text-align:center;}*/
    


    /*.lingdaoimg{text-align:center;}
    .lingdaoimg img{max-width:60%;}*/
    

    /*.lindaoposi{font-size:0.39rem;color:#8d8c93;text-align:center;line-height:0.61rem;}*/

    /**/

    .flex {
        flex-wrap: wrap;
    }
    .m-ui-header {
        width: 100%;
        height: 1.4rem;
        line-height: 1.4rem;
        background: #1475c6;
        padding: 0rem .266667rem;
        /*box-sizing: border-box;*/
    }
    .m-ui-header span {
        /*width: 85%;*/
        height: 100%;
        display: block;
        margin-top: -1.7rem;
        color: #fff;
        font-size: .52rem;
        text-align: center;
    }
    .m-ui-header a {
        display: inline-block;
        width: .333333rem;
        height: 100%;
        background: url(../m/images/back.png) no-repeat left center;
        background-size: 100% auto;
    }
    .persontop{
        text-align: center;
    }
    .personimg{
        margin-top:.2rem;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }
    .personimg img{
        width: 200px;
        height: 285px;
    }

    .index {
        width: 100%;
        height: 1.133333rem;
        line-height: 1.133333rem;
        padding: 0rem .266667rem;
        /*box-sizing: border-box;*/
        background: #f0f8fe;
    }
    .index label {
        width: 100%;
        height: 1.133333rem;
        line-height: 1.133333rem;
        padding: 0rem .533333rem;
        box-sizing: border-box;
        background: url(../images/home.png) no-repeat left center;
        background-size: .333333rem auto;
        font-size: .373333rem;
        color: #727272;
    }
    .index label a {
        font-size: .373333rem;
        color: #727272;
    }
    
    .zy-art-cont p {
    line-height: 0.75rem;
    margin-bottom: 0.76rem;
    font-family: "宋体";
    font-size: 0.46rem;
    color: #333;
}

    /*清除浮动*/
.clearfix{*zoom:1;} /* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
    
    .sd-article{
        font-size: 0.48rem;
    }
    .personmesg{margin-left:.22rem;}


}