body {
    margin: 0;
    padding: 0;
}

.clearfiex {
    zoom: 1;
}

.clearfiex::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.view3__top {
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.view3_top_left {
    width: 170px;
    height: 220px;
    overflow: hidden;
    margin-right: 30px;
}

.view3_top_left>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.view3_top_left:hover img {
    transform: scale(1.1);
}

.view3_top_right {
    width: 1170px;
    margin-top: 20px;
}

.view3_right_item {
    overflow: hidden;
}

.view3_right_item>.name {
    font-size: 16px;
    font-weight: 400;
    color: #868686;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

.view3_right_item>.text {
    width: 985px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding: 0;
    margin: 0;
    margin-left: 18px;
}

.view3_right_item>.des {
    line-height: 30px;
    margin-top: 4px;
    max-height: 120px;
    overflow-y: auto;
}

.view3__bot {
    box-sizing: border-box;
}

.view3_module_tab {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #ECECEC;
}

.view3_module_tab .view3_module_tab_left {
    height: 100%;
    position: relative;
    border-bottom: 2px solid #2163E6;
    font-size: 18px;
    font-weight: bold;
    color: #2163E6;
    box-sizing: border-box;
}


.view3_bot_way {
    padding: 25px 0 30px;
    box-sizing: border-box;
}

.view3_bot_way>p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}