.website_info {
    margin: 20px auto 60px;
    position: relative
}

.website_info .main_width {
    position: relative;
    min-height: 936px;
}

.website_info .side_bar {
    background-color: #fff;
    border-radius: 6px
}

.website_info .side_bar:last-child {
    margin-right: 0
}

.website_info .left_side {
    width: 165px;
    padding: 10px 0;
float: left;
}

.website_info .left_side .bar_item {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    position: relative
}

.website_info .left_side .bar_item::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent
}

.website_info .left_side .bar_item.active_bar {
    background-color: rgba(104, 196, 177, .1);
    color: #68c4b1
}

.website_info .left_side .bar_item.active_bar::after {
    background-color: #68c4b1
}

.website_info .right_side {
    width: 1220px;
    padding: 30px;float: right;
    background-color: #fff
}

.right_side .content_box .header {
    font-size: 20px;
    color: #33383e
}

.right_side .content_box .title {
    font-size: 16px;
    color: #666;
    margin-top: 20px
}

.right_side .content_box .text {
    color: #999;
    line-height: 19px;
    margin-top: 20px
}
.content_box img{max-width: 100%;}