/* 顶部 */
.top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.top .header {
    height: 75.5px;
    padding: 22.5px 10px 0 10px;
    display: flex;
    justify-content: space-between;
    background-color: #c1292e;
}

.top .header i,
.top .header p {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    height: 30.5px;
    line-height: 30.5px;
}

.top .header p {
    font-size: 19px;
} 

/* 顶部导航tab */
.top_tab {
    height: 94px;
    background-color: #fff;
    font-size: 0;
}

.top_tab a {
    display: inline-block;
    width: 25%;
    text-align: center;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #333;
}

.top_tab a.active {
    color: #c1292e;
}

/* 中间内容 */
.wrap {
    margin-top: 169px;
    margin-bottom: 58px;
    background-color: #f9f9f9;
    padding: 10px 10px 0;
}

.wrap ul {
    background-color: #fff;
    padding: 0 7.5px;
    border-radius: 10px;
    padding-bottom: 5px;
}

.wrap ul li {
    height: 110px;
    padding: 12.5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.wrap ul li dl {
    height: 84.5px;
    position: relative;
}

.wrap ul li dl a img {
    width: 115px;
    height: 84.5px;
    border-radius: 6px;
}

.wrap ul li dl.dl2 {
    width: calc(100% - 132px);
}

.wrap ul li dl.dl2 dd a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    height: 50px;
    line-height: 25px;
    color: #333;
}

.wrap ul li dl.dl2 dt {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #999;
}

.wrap ul li dl.dl2 dt span {
    font-size: 13px;
}

.pagination {
    height: 65px;
    padding: 14.5px 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    width: 106px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #333;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.pagination a:first-of-type {
    margin-right: 5px;
}

.pagination span {
    display: inline-block;
    width: 106px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    color: #ccc;
    text-align: center;
}

.pagination span:first-of-type {
    margin-right: 5px;
}