.content {
    background-color: #fff;
}
.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 #2c64d7;
}
.content .box li {
    padding: .293rem;
    border-bottom: .0098rem dashed #ccc;
}
.content .box li a {
    display: flex;
}
.content .box li .img {
    width: 30%;
}
.content .box li .title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: .1953rem;
} 
.content .box li .title h3 {
    font-size: .2344rem;
}
.content .box li .title .des {
    font-size: .1953rem;
}

.pagination {
    display: inline-block;
    margin: .1953rem auto;
    border-radius: .0391rem; 
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    font-size: .293rem;
    padding: .0586rem .15rem;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: .0391rem;
    border-top-left-radius: .0391rem; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }


.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 .desfooter {
    font-size: .293rem;
    line-height: 2;
}