.category{
    width: 100%;
    height: 30px;
    padding-top: 15px;
    background-color: #ffffff;
}
.category ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
}
.category-active {
    background-color: #ff8600;
    border-top-right-radius: 20px;
    color: #ffffff;
}
.list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
}
/** list 左侧 */
.list-left{
    flex: 1;
    height: auto;
    overflow: hidden;
    margin-right: 25px;
    box-sizing: border-box;
}
.list-item{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.list-item-image{
    width: 25%;
    max-width: 220px;
}
.list-item-image img{
    width: 100%;
    height: 100%;
}
.list-item-content{
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}
.list-item-content:hover dl dt{
    color: #ff8600;
}
.list-item-content:hover dl dd:last-child{
    background-image: url("/image/xq-jt.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.list-item-content:hover dl dd:last-child span{
    margin-right: 35px;
}
.list-item-content dl dt{
    width: 100%;
    height: 30px;
    line-height: 1.75;
    font-size: 16px;
    font-weight: bold;
}
.list-item-content dl dd{
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    text-indent: 1em;
}
.list-item-content dl dd:last-child{
    height: 30px;
}
.list-item-content dl dd:last-child span{
    float: right;
}
/** 右侧 */
.list-right{
    width: 25%;
    max-width: 280px;
    height: auto;
    overflow: hidden;
}
.list-right-title{
    clear: both;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.list-right-title i{
    width: 30%;
    height: 1px;
    background-color: #707070;
    display: inline-block;
    margin-bottom: 5px;
}
.list-right-title span{
    padding: 0 5px;
    font-size: 14px;
}
.list-right-item{
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}
.list-right-item:hover dl dd{
    color: #ff8600;
}
.list-right-item dl dt{
    width: 100%;
}
.list-right-item dl dt img{
    width: 100%;
}
.list-right-item dl dd{
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}
/** 文章详情 */
.article-title{
    width: 100%;
    height: auto;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 28px;
}
.article-date{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    letter-spacing: 2px;
    color: #999999;
    font-size: 16px;
}
.article-content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.article-content section{
}
.article-content img{
}
.article-content p{
    line-height: 30px;
    text-indent: 2em;
}
