.content {
    background-color: #fff;
    padding-bottom: .2667rem;
}
.column {
    display: flex;
    height: .7813rem;
    border-bottom: .0293rem solid #ccc;
}
.column span {
    flex: 1;
    text-align: center;
    line-height: .7813rem;
}
.column span a {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: .293rem;
}
.column .active {
    border-bottom: .0293rem solid #f64271;
}
.content .box li {
    height: auto;
    padding: .2667rem 0;
    border-bottom: .0098rem dashed #ccc;
}
.content .box li a {
    display: flex;
}
.content .box li .img {
    width: 30%;
    height: 1.8667rem;
    overflow: hidden;
}
.content .box li .title {
    flex: 1;
    padding-left: .1953rem;
} 
.content .box li .title h3 {
    font-size: .2344rem;

}
.content .box li .title .des {
    font-size: .2133rem;
    line-height: 1.5;
    text-indent: 2em;
    padding: .1333rem 0;
}
.content .box li .title .des span {
    color: #f64271;
}
.content .box li .title .time {
    font-size: .1867rem;
}
/* 详情页 */
.description h1 {
    font-size: .3906rem;
    text-align: center;
    padding: .2441rem;
}
.description .des {
    font-size: .2344rem;
    text-align: center;
    padding-bottom: .1953rem;
}
.description .box {
    font-size: .293rem;
    line-height: 1.5;
    margin: .1953rem 0;
}
.description .box img {
    width: 100% !important;
}

.description .desfooter {
    font-size: .24rem;
    line-height: 2;
}