.wis_title_out {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lf_top_btn a {
    width: 167px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    line-height: 68px;
    text-align: center;
    border: none;
    outline: none;
    margin-left: 30px;
    display: inline-block;
}

.lf_top_btn a:hover {
    color: #FFFFFF;
    background: #CAA04A;
}

.lf_top_btn a.ac {
    color: #FFFFFF;
    background: #CAA04A;
}

.container {
    padding-top: 37px;
}

.wis_tab {
    width: 1200px;
    box-sizing: border-box;
    background: #FFFDF3;
    margin-top: 20px;
    padding: 22px 38px;
}

.wis_tab_cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.wis_tab_cont_name {
    font-size: 20px;
    color: #303030;
}

.wis_tab_cont_chose {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.wis_tab_cont .wis_tab_cont_chose_item {
    padding: 0 20px;
    margin-left: 20px;
    height: 38px;
    background: #F2F2F2;
    border-radius: 4px;
    line-height: 38px;
    font-size: 20px;
    color: #303030;
    cursor: pointer;
}

.wis_tab_cont .active {
    padding: 0 20px;
    margin-left: 20px;
    height: 38px;
    background: #CAA04A;
    border-radius: 4px;
    line-height: 38px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.wis_tab_cont_chose_item:hover {
    background: #CAA04A;
    font-weight: bold;
    color: #FFFFFF;
}

.wis_tab_cont_line {
    margin-top: 15px;
    width: 1106px;
    height: 1px;
    background: #a0a0a0;
}

.wis_cont {
    margin-bottom: 50px;
}

.wis_cont_model {
    width: 1200px;
    height: 270px;
    background: #FFFDF3;
    border-radius: 10px;
    overflow: hidden;
    margin: 25px 0;
    display: flex;
    transition: all .25s linear;
}

.wis_cont_model:hover {
    box-shadow: 0 0 15px #d4d4d4;
}

.wis_cont_model_left {
    width: 540px;
    padding: 50px 40px 40px 54px;
    box-sizing: border-box;
    text-align: left;
}

.wis_cont_model_right {
    width: 660px;
    height: 270px;
    overflow: hidden;
}

.wis_cont_model_right img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.wis_cont_model_right img:hover {
    transform: scale(1.2);
}

.wis_cont_model_left_tj {
    font-size: 20px;
    color: #303030;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #303030;
}

.wis_cont_model_left_ti {
    font-weight: bold;
    font-size: 28px;
    color: #303030;
    margin: 15px 0 30px 0;
}

.wis_cont_model_left_next {
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    cursor: pointer;
}

.wis_cont_model_left_next:hover {
    color: #CAA04A;
}