.container-wrap {
    background: #f8f8f8;
}

.head-wrap {
    width: 100%;
    background: #ffffff;
    height: 120px;
}

.head-wrap .head-logo {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.head-wrap .head-logo .head-line {
    display: inline-block;
    margin: 0 14px 0 18px;
    width: 2px;
    height: 32px;
    background: #DEDEDE;
    border-radius: 1px;
}

.content-wrap {
    padding: 10px 0 20px 0;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    min-height: calc(100vh - 398px);
    margin: 0 auto;

}

.content-wrap .left-menu {
    padding: 16px 0;
    position: sticky;
    top: 10px;
    width: 195px;
    height: 100%;
    /*min-height: 740px;*/
    background: #ffffff;
}

.content-wrap .left-menu .first-category {
    width: 100%;
    height: 48px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}

.content-wrap .left-menu .second-category {
    display: block;
    width: 100%;
    height: 38px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.content-wrap .left-menu .second-category:hover {
    background: #F3F3F3;
}

.content-wrap .left-menu .active {
    color: #EA6101;
    background: #F3F3F3;
}

.content-wrap .right-list {
    padding: 32px 64px;
    width: 995px;
    height: 100%;
    background: #ffffff;
}

.content-wrap .right-list .category-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
}

.content-wrap .right-list .category-box span {
    cursor: pointer;
}

.content-wrap .right-list .category-box span:hover {
    text-decoration: underline;
    color: #EA6101;
}

.content-wrap .right-list .info-header {
    margin-top: 48px;
}

.content-wrap .right-list .info-header .info-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.content-wrap .right-list .info-header .info-time {
    margin-top: 14px;
    font-size: 14px;
    color: #999999;
}

.content-wrap .right-list .info-content {
    margin-top: 38px;
}

.content-wrap .right-list .info-content img {
    max-width: 100% !important;
}

.content-wrap .right-list .info-footer{
    margin-top: 24px;
    font-size: 14px;
    color: #222222;
}

.content-wrap .right-list .info-footer .footer-left{
    float: left;
}

.content-wrap .right-list .info-footer .footer-right{
    float: right;
}

.content-wrap .right-list .info-footer .info-item:hover {
    color: #EA6101;
    text-decoration: underline;
    cursor: pointer;
}