.content{
    background-color: #F6F6F6;
    min-height: 5rem;
}
.menu-header{
    position: absolute;
    top:-0.75rem;
    left:0;
    background-color: #FE7108;
    padding:0.2rem;
    line-height: 0;
    box-sizing: border-box;
    width:1.88rem;
    height:0.7rem;
}
.x-menu{
    width:1.88rem;
    background-color: #fff;
    padding-bottom: 0.40rem;
    float:left;
}
.x-menu ul{
    margin:0 auto;
}
.x-menu a:hover .title{
    color:#FE7108;
}

.x-menu a:hover .title:before{
    background: #FE7108;
}
.x-menu .title{
    color:#484848;
    font-size: 0.14rem;
    padding-top:0.2rem;
    display: block;
    cursor: pointer;
}
.x-menu li{
    padding-left:0.2rem;
}
.x-menu .title:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 0.03rem;
    margin-right:0.1rem;
    content: '';
    border-radius: 50%;
    background: #484848;
}

.x-menu .active .title{
    color:#FE7108;
}
.x-menu .active .title:before {
    background: #FE7108;
}
.article{
    display: inline-block;
    box-sizing: border-box;
    padding:0.4rem;
    background: #fff;
    float: left;
    width:calc(100% - 2.08rem);
    margin:-0.2rem 0 0.6rem 0.2rem;
}

.article>.title{
    color:#484848;
    text-align: center;
    font-size: 0.2rem;
    border-bottom: 1px solid #FE7108;
    padding:0.2rem auto;
    line-height: 0.65rem;
    /*height:0.65rem;*/
    font-weight: bold;
}

.article>.content_{
    padding:0.42rem 0;
    color:#000;
}

.article .item img{
    width:2.6rem;
    height:2rem;
    float: left;
}

.article .item{
    margin-bottom: 0.4rem;
    display: block;
}

.article .item .item-content{
    display: inline-block;
    width:calc( 100% - 2.6rem);
    box-sizing: border-box;
    padding-left: 0.4rem;
    float:left;
}

.article .item-title{
    color:#fe7108;
    font-size: 0.14rem;
    float:left;
}

.article .item-date{
    color:#8a8a8a;
    font-size: 0.12rem;
    float:right;
}

.article .item-header{
    height:0.21rem;
}

.article .item-introduction{
    box-sizing: border-box;
    background-color: #F6F6F5;
    margin-top: 0.2rem;
    height:1.59rem;
    padding: 0.2rem;
    color:#8a8a8a;
    font-size: 0.12rem;
}

.pagin{
    margin:0 auto;
    width:30%;
}

.pagin li{
    float:left;
    margin-right:10px;
    color:#656565;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    padding:8px 10px;
}

.pagin li a{
    color: #656565;
}


.pagin .active{
    color:#fff;
    background-color: #FE7108;
}

.pagin .disabled{
    color:#fff;
    background-color: #656565;
    opacity: .6;
}

/*Mobile*/
@media screen and (min-width: 320px) and (max-width: 767px){
    .article{
        display: block !important;
        width: 100% !important;
        margin-top: 0 !important;
        margin-left:0 !important;
    }
    .x-menu{
        display: block !important;
        width: 100% !important;
        float: none !important;
        padding-bottom: 0 !important;
        border-bottom: 0.01rem solid #fe7108;
    }
    .x-menu li{
        border-bottom: 0.5px solid #eee;
    }
    .x-menu li a{
        display: block !important;
    }
    .x-menu .title{
        height: 0.5rem;
        line-height: 0.5rem;
        padding-top: 0;
    }
    .article .item{
        border: 1px solid #eee;
    }
    .article .item img{
        width:100% !important;
        float:none !important;
    }
    .article .item-title{
        float:none !important;
    }
    .article .item .item-content{
        padding-left: 0 !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        position: relative;
    }
    .article .item-date{
        float:left !important;
        position: absolute;
        right:0;
        bottom:0;
        color: #fe7108 !important;
    }
    .pagin{
        width:100% !important;
    }
}

/*Table 768px-1199px*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .article .item{
        border: 1px solid #eee;
    }
    .article .item img{
        width:100% !important;
        float:none !important;
    }
    .article .item-title{
        float:none !important;
    }
    .article .item .item-content{
        padding-left: 0 !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        position: relative;
    }
    .article .item-date{
        float:left !important;
        position: absolute;
        right:0;
        bottom:0;
        color: #fe7108 !important;
    }
    .pagin{
        width:100% !important;
    }
}