#ContentBar {
    background: #fff;
}

.UIChuDeLayGopY {
    margin: 10px 0;
}

.UIChuDeLayGopY .wrap {
    overflow: hidden;
}

.UIChuDeLayGopY .tab {
    height: 40px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}

.UIChuDeLayGopY .tab .item {
    text-transform: uppercase;
    float: left;
    max-width: calc(50% - 2px);
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    border: solid 1px #ccc;
    margin-right: 2px;
    background: #eee;
}

.UIChuDeLayGopY .tab .item.active {
    font-weight: bold;
    border-bottom-color: #FFF;
    background: #fff;
    color: #d00;
}

.UIChuDeLayGopY .category {
    float: left;
    width: 250px;
}

.UIChuDeLayGopY .category .list {
    border: solid 1px #ccc;
    border-bottom: none;
}

.UIChuDeLayGopY .category h3 {
    background: linear-gradient(to right, #d60c0c 0%, #ffc500 100%);
    line-height: 34px;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    position: relative;
}

.UIChuDeLayGopY .category .list .item {
    padding: 8px 5px;
    border-bottom: solid 1px #ccc;
    display: block;
}

.UIChuDeLayGopY .article-list a.item {
    display: block;
    padding: 15px;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
}

.UIChuDeLayGopY .article-list a.item:nth-child(odd) {
    background: #f6f6f6;
}

.UIChuDeLayGopY .article-list a.item:nth-child(even) {
    background: #fff9f7;
}

.UIChuDeLayGopY .article-list {
    margin-left: 265px;
}

.UIChuDeLayGopY .article-list a.item:hover {
    background: #fffbf0;
}

.UIChuDeLayGopY .article-list h1 {
    color: #d00;
    margin-bottom: 10px;
    font-size: 16px;
}

.UIChuDeLayGopY .category .list .item.active {
    color: #d00 !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .UIChuDeLayGopY {
        margin: 10px;
    }

    .UIChuDeLayGopY .tab {
        padding: 0;
    }

    .UIChuDeLayGopY .tab .item {
        width: 100%;
        max-width: 999999px;
    }

    .UIChuDeLayGopY .tab .item:nth-child(n+3) {
        display: none;
    }

    .UIChuDeLayGopY .category {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .UIChuDeLayGopY .category .list {
        display: none;
    }

    .UIChuDeLayGopY .article-list {
        margin: 0;
    }

    .UIChuDeLayGopY .tab .item.active {
        border-bottom-color: #ccc;
    }

    .UIChuDeLayGopY .category h3 span {
        display: block;
        width: 0;
        height: 0;
        border: solid 4px transparent;
        border-top-color: #333;
        position: absolute;
        right: 5px;
        top: 16px;
    }

    .UIChuDeLayGopY .category h3 span {
        display: block;
        width: 0;
        height: 0;
        border: solid 4px transparent;
        border-top-color: #333;
        position: absolute;
        right: 5px;
        top: 16px;
    }
}
