.content-left {
    margin-top: 40px;
    width: 270px;
}

.content-left li {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #F1F0EB;
    border-bottom: 1px solid #F1F0EB;
}

.content-left li a {
    font-size: 14px;
    color: #333333;
}

li.menu-active a {
    font-weight: bold;
    color: #2E5B82;
}

.content-right {
    margin-left: 44px;
    width: 886px;
    margin-top: 40px;
}

.title {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 37px;
}

.list-itme {
    width: 430px;
    margin-bottom: 40px;
}

.list-itme img {
    width: 100%;
    height: 322px;
}

.item-title {
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    font-size: 16px;
    margin-top: 20px;
}

.item-detail {
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.item-label {
    font-weight: 500;
    color: #999999;
    line-height: 18px;
    font-size: 12px;
    margin-top: 18px;
}

/*详情*/
.title {
    font-size: 18px;
    color: #2F3338;
    line-height: 26px;
}

.author {
    font-size: 14px;
    color: #767B83;
    margin-top: 16px;
}

.author span {
    margin-right: 12px;
}

.sub-title {
    background: #F4F4F4;
    padding: 18px 14px 16px;
    border-radius: 8px;
    line-height: 22px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555555;
    margin-top: 18px;
}

.sub-title .label {
    width: 76px;
    flex-shrink: 0;

}

.article {
    margin-top: 52px;
}

.more-box {
    margin-top: 172px;
}

.more-box span {
    font-size: 18px;
    color: #2F3338;
    font-weight: 600;
}

.more-box a {
    padding: 8px 21px;
    color: #1766A1;
    font-size: 14px;
    border: 1px solid #1766A1;
    border-radius: 8px;
    margin-right: 25px;
}

.item-box {
    margin-top: 40px;
}

.item-box .item {
    margin-bottom: 25px;
}

.item-box .item a {
    font-size: 18px;
    color: #333333;
    line-height: 27px;
}

.article-label {
    font-weight: 600;
    color: #2F3338;
    font-size: 14px;
    line-height: 21px;
    margin-top: 34px;
}