
.m-secnav{
    width: 100%;
    padding: 15px;
}
.f4f4f4{
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}
.u-secnav{
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    background: url("../image/snbg.png") no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-weight: bold;
}

.m-secnav a{
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
}
.m-secnav a.hover{
    background: #e1f0ff;
}
.m-secnav a:hover{
    background: #e1f0ff;
}

.m-lby{
    padding: 20px 30px;
}

.title-position{
    width: 100%;
    height: 60px;
    line-height: 57px;
    border-bottom: 3px solid #ebebeb;
}
.title-position .ctt{
    float: left;
    font-size: 20px;
    border-bottom: 3px solid #226ebc;
}


/*åˆ†é¡µ*/
.to-page {
    margin: 0 5px;
    height: 16px;
    width: 44px;
    vertical-align: middle;
}


/*æ­£æ–‡*/
.m-atline{
    border-left: 1px solid #eeeeee;
}
.m-atit{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 20px 60px;
    border-bottom: 1px solid #eeeeee;
}

.m-main p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 34px;
}
.m-main img{
    margin: 30px auto 30px auto;
}
.m-article{
    background: url("http://www.xachengtou.com.cn/template/images/common.files/dgh.png") no-repeat right top;
    padding: 0 30px;
}

.g-timer{
    width: 100%;
}
.m-timer-text{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}
.m-timer{
    margin: 0 auto;
    width: 80%;
    height: 110px;
    background: url("../image/timebg.png") no-repeat;
    background-size: 100% 100%;
}
.m-timer-datea{
    width: 100%;
    font-size: 15px;
    color: #666666 ;
    text-align: center;
    padding: 16px 0 0 0;
}
.m-timer-dateb{
    width: 100%;
    font-size: 15px;
    color: #666666 ;
    text-align: center;
    padding: 5px 0;
}
.m-timer-datea span{
    font-size: 40px;
    color: #cc232c;
}
/*åˆ†äº«*/
.m-timer-share{
    text-align: center;
}
.m-timer-share img{
    margin: 0 3px;
}
.m-print,
.m-copy{
    margin: 0 auto;
    width: 80%;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    background: #226ebc;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}
.m-copy i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../image/lk.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}
.m-print i{
     display: inline-block;
     width: 15px;
     height: 15px;
     background: url("../image/prt.png") no-repeat;
     background-size: 100% 100%;
    margin-right: 5px;
 }

@media all and (max-width: 992px) {
    .m-atline{
        border-left:none;
    }

}

@media (max-width: 991px) {
  .col-sm-3.m-list-box{width:100%;}
  /*列表导航*/
  .m-secnav{width:auto;height:auto;margin: 10px 0;padding: 0;}
}

@media all and (max-width: 768px) {
    .m-lby {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media all and (max-width: 750px){
    .m-article{
        padding: 0 8px;
    }
    .m-atit {
        font-size: 18px;
        padding: 20px;
    }
}

