.layout-container {
    background: #FFFFFF;
}

.whck-banner {
    width: 100%;
    height: 200px;
    background-image: url("../../img/cultural-export/zczx-1.jpg");
    background-size: 100% 100%;
}

.layout-whck-container {
    width: 1300px;
    margin: 0 auto;
}

.whck-load {
    margin-top: 10px;
    cursor: pointer;
}

.whck-load:hover {
    background-color: rgba(0, 0, 0, 0.29);
}

#list-title {
    font-size: 18px;
}


.whck-padding {
    padding: 0 50px 0 0;
}

.whck-list-model {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0 10px 0;
    cursor: pointer;
}

.model-padding {
    display: flex;
}

.whck-list-model-left {
    width: 80px;
    height: 110px;
    background-color: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-date-day {
    font-size: 28px;
    color: #3E7FB0;
}

.model-date-year {
    font-size: 16px;
    color: #3E7FB0;
}

.model-date-border {
    border-top: 1px solid #3E7FB0;
    margin: 6px 0 6px 0;
}


.whck-list-model-right {
    padding-left: 20px;
    width: calc(100% - 80px);
}

.whck-list-model-right a {
    font-size: 16px;
    color: #323232;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.model-right-publish-source {
    padding: 10px 0 10px 0;
    font-size: 12px;
    color: #999;
}

.model-right-publish {
    display: inline-block;
    padding-right: 20px;
}

.model-right-summary {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.whck-list-model:hover .text-hover {
    color: #ffffff;
}

.whck-list-model:hover .model-date-border {
    border-top: 1px solid #ffffff;
}

.whck-list-model:hover .whck-list-model-left {
    background-color: #3E7FB0;
}

.whck-list-model:hover a {
    color: #3E7FB0;
}


.zc-box-nav {
    background-color: #F9F9F9;
    margin-bottom: 30px;
    /*padding: 30px 35px 30px 35px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.zc-box-nav ul {
    margin: 0;
    padding-left: 35px;
    padding-right: 35px;
}

.zc-box-nav ul li {
    height: 56px;
    line-height: 56px;
    list-style-type: none;
    border-bottom: 1px solid #e8e8e8;
}

.zc-box-nav ul li:last-child {
    border-bottom: none;
}

.zc-box-nav ul li a {
    color: #323232;
}

.zc-box-nav ul li a:hover {
    color: #007aff;
}


.zc-box {
    background-color: #F9F9F9;
    margin-bottom: 30px;
}

.zc-box-title {
    font-size: 17px;
    font-weight: 400;
    padding: 30px 35px 0 35px;
    margin: 0;
    position: relative;
    vertical-align: top;
}

.zc-box-title:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 18px;
    background: #3273dc;
    left: 0;
    top: 33px;
}

.zc-hot-article {
    padding: 0 40px 0 40px;
}

.zc-txt-list {
    margin-top: 15px;
}

.zc-hot-article ul {
    list-style: none;
    padding: 0 15px 15px 15px;
}

.zc-txt-list li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.zc-txt-list li a {
    display: block;
    padding: 8px 0 8px 16px;
    color: #333;
    line-height: 1.6;
    position: relative;
}

.zc-hot-article .zc-txt-list li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3273dc;
}

.zc-txt-list li a:hover {
    color: #3273dc;
}


.zc-dl-list {
    padding: 30px 35px 10px 35px;
}

.zc-dl-list .dl-zcdl {
    margin-bottom: 20px;
    display: flex;
}

.dl-zcdl img {
    width: 50px;
    height: 50px;
}

.dl-zcdl .zcdl-dd {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.zc-dl-list .dl-zcdl .title {
    margin-bottom: 8px;
}

.zc-dl-list .dl-zcdl .address {
    font-size: 12px;
    color: #888;
}



