
.content1 {
    width: 1200px;
    margin: auto;
    background-color: #fff;
    overflow: hidden;
    padding: 26px 60px 64px 59px;
    box-sizing: border-box;
}

.content_left {
    float: left;
    width: 602px;
}

.content_left_header {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
        margin: 20px 0;
}

.content_left_header h3 {
    position: relative;
    margin-left: 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(47, 48, 48, 1);
    margin-bottom: 15px;
    float: left;
}

.content_left_header h3::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background: url('../img/11.png') no-repeat;
    background-size: 100% 100%;
}

.content_left_header a {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(126, 126, 126, 1);
    margin-top: 6px;
}

.content_left_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.content_left_nav nav {
    width: 182px;
    height: 68px;
    background: rgba(244, 245, 250, 1);
    position: relative;
}

.content_left_nav nav span {
    display: block;
    margin-left: 78px;
}

.content_left_nav nav span:nth-child(1) {
    margin-top: 10px;
    font-size: 22px;
    font-family: DIN;
    font-weight: bold;
    color: rgba(247, 75, 61, 1);
}

.content_left_nav nav span:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(45, 45, 45, 1);
}

.content_left_nav nav:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('../img/22.png') no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.content_left_nav nav:nth-of-type(2)::before {
    background: url('../img/44.png') no-repeat;
}

.content_left_nav nav:nth-of-type(3)::before {
    background: url('../img/33.png') no-repeat;
}

.content_left_list li {
    height: 70px;
    border-bottom: 1px solid rgba(241, 236, 236, 1);
    display: flex;
    align-items: center;
}



.content_left_list li span {
    width: 58px;
    height: 22px;
    border: 1px solid rgba(255, 125, 0, 1);
    border-radius: 6px 0px 6px 0px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 125, 0, 1);
    line-height: 22px;
    text-align: center;
    margin-right: 13px;
}

.content_left_list li span.on {
    border: 1px solid rgba(94, 158, 255, 1);
    color: rgba(94, 158, 255, 1);
}

.content_left_list li p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.content_left_list li a {
    margin-left: 50px;
    width: 76px;
    height: 30px;
    background: url('../img/55.png') no-repeat;
    background-size: 100% 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.content_right {
    width: 478px;
    float: left;
}

.content_right_nav {
    width: 100%;
    overflow: hidden;
}

.content_right_nav a {
    width: 76px;
    float: left;
    margin-right: 35px;
}

 .content_right_nav a:nth-of-type(1) {
    margin-left: 27px;
}


.content_right_nav a img {
    display: block;
    width: 76px;
    height: 76px;
    margin: auto;
    margin-bottom: 14px;
}

.content_right_nav a span {
    display: block;
    text-align: center;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    font-family: Microsoft YaHei;
    font-size: 13px;
}

.content_right_shouhou a {
    display: block;
    width: 412px;
    height: 160px;
    margin: auto;
}

.content_right_shouhou a:nth-child(1) {
    margin-top: 32px;
    margin-bottom: 26px;
}

[v-cloak] {
    display: none;
}