﻿
.boder_left {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-left: 5px solid #0096FF;
}

.boder_right {
    display: table;
    border-spacing: 20px;
    margin-left: -20px;
}

.boder_right .rounded-box {
    display: table-cell;
    width: 50%;
}

.main_div h1, h2, p {
    display: inline-block;
}


.tag_p {
    font-size: 17px;
    margin-left: 33px;
}

.rounded-box {
    border-radius: 10px; /* 定义圆角半径大小 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* 定义阴影效果 */
    width: 630px;
    height: 435px;
    background-color: #ffffff;
    color: #000000;
    margin-top: 30px;
    display: inline-block;
    margin-right: 18px;
}

.main_div {
    width: 1300px;
    margin: auto;
}

.top {
    display: flex ;
    margin-top: 36px;
}

.top div {
    display: inline-block;
}

.top .title_p {
    font-size: 20px;
    margin-left: 16px;
}

.top .content_p {
    font-size: 14px;
    width: 436px;
    margin-left: 16px;
}

.top .title_img {
    margin-left: 40px;
}

.middle div {
    display: inline-block;
    width: 120px;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
    margin-left: 63px;
    margin-top: 16px;
    color: #ff6316;
}

.middle_1 div {
    display: inline-block;
    width: 90px;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
    margin-left: 52px;
    margin-top: 16px;
    color: #ff6316;
}

.bottom {
    margin-top: 20px;
    margin-left: 20px;
}

.bottom div {
    display: inline-block;
    width: 140px;
    height: 55px;
    margin-left: 2px;
    border: 1px solid;
    border-color: #c5c5c5;
    border-radius: 8px;
    margin-top: 8px;
}

.bottom div img {
    margin-top: 5px;
    margin-left: 5px;
}

.bottom_1 {
    margin-top: 20px;
    margin-left: 5px;
}

.bottom_1 div {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-left: 12px;
}

.bottom_1 div img {
    margin-top: 5px;
    margin-left: 5px;
    width: 60%;
    height: 60%;
}

.bottom_1 div p {
    font-size: 17px;
    padding-top: 10px;
}

.bottom_1 div .left_S {
    margin-left: 4px;
}

.bottom_1 div .left_M {
    margin-left: -13px;
}

.bottom_1 div .left_L {
    margin-left: -24px;
}

.put p {
    display: block;
}

.bottom div {
    border-color: #c5c5c5;
}

    .bottom div:hover {
        border-color: #ff6316;
    }

body {
    overflow-x: hidden;
}