﻿#cooperate-detail section .container {
    max-width: 1125px;
}

@media only screen and (min-width: 1200px) {
    #cooperate-detail section .container {
        padding: 0px;
    }
}

@media only screen and (min-width: 992px) {
    #cooperate-detail .main-content {
        width: 69%;
    }

    #cooperate-detail .sidebar {
        width: 31%;
    }
}

#cooperate-detail .cooperate-box {
    background-color: #f6f6f6;
}

#cooperate-detail .cooperate-box .list-cooperate .item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

#cooperate-detail .cooperate-box .list-cooperate .item .icon {
    width: 24px;
}

#cooperate-detail .cooperate-box .list-cooperate .item .icon img {
    margin-top: -5px;
}

#cooperate-detail .cooperate-box .list-cooperate .item .content {
    padding-left: 40px;
}

#cooperate-detail .cooperate-box .list-cooperate .item .content .label {
    font-weight: 500;
}

#cooperate-detail .cooperate-box.cooperate-box-red {
    background-color: #c9252c;
}

#cooperate-detail .cooperate-box.cooperate-box-red a {
    color: inherit;
}

#cooperate-detail .cooperate-box.cooperate-box-red .cooperate-box-header {
    border-bottom: 1px solid #fff;
}

#cooperate-detail .cooperate-box.cooperate-box-red .organization .list-item .item .icon {
    width: 16px;
}

#cooperate-detail .cooperate-box.cooperate-box-red .organization .list-item .item .content {
    padding-left: 26px;
}

/* Section 2 */
#cooperate-detail .section-2 .section-title {
    font-size: 2rem;
}

#cooperate-detail .section-2 .section-title:after {
    margin-top: 20px;
}

#cooperate-detail .section-2 .publish-date {
    line-height: 26px;
    color: #6d7686;
}