.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}


.category-header {
    border-bottom: 1px solid #e1e1e1;
}

.category-header .name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 50px;
}

.category-header .pos li {
    font-size: 16px;
    color: #666;
    line-height: 50px;
    float: left;
}

.big_title {
    width: 100%;
    /* background-color: red; */
    border-bottom: 1px solid rgba(212, 48, 48, 1);
}
/* 
.big_title .title {
    background: url(https://h5score.z1cloud.cn/hua-xian-zhong-xue/static/title_bg.png) no-repeat top center;
    width: 148px;height: 36px;font-size: 20px;line-height: 34px;font-weight: 500;color: #fff;
} */

.big_title .title {
    width: 148px;height: 42px;font-size: 20px;line-height: 42px;font-weight: 500;color: #fff;
    background-color: rgba(212, 48, 48, 1);text-align: center;
}

.big_title .more a{
    width: 60px;
    text-align: right;
    font-size: 16px;
    color: #6a6a6a;
}

ul.list {
    min-height: 330px;
}

ul.list li {
    margin: 6px 0;
}

ul.list li span {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 6px;
    color: #888;
    background-color: #eaeaea;
}

ul.list li a {
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

ul.list li a:hover {
    color: rgba(212, 48, 48, 1);
}

.category-list {
    margin-right: 40px;
}

.category-list:nth-child(2n) {
    margin-right: 0;
}