.sett {
    width: 100%;
    height: 30vw;
}

.sett_img {
    width: 100%;
    height: 100%;
}

.shufflingContent {
    width: 70%;
    margin: auto;
    padding: 3vw 0px;
}

.shuffls {
    display: flex;
    justify-content: space-between;
}

.shuffl_left {
    width: 49%;
    height: 15vw;
}

.shuffl_right {
    width: 49%;
    height: 15vw;
}

.shuffl_left a {
    display: flex;
    height: 15vw;
}

.shuffl_left a img {
    width: 100%;
    height: 100%;
}

.shuffl_right_title {
    width: 100%;
    color: #000000;
    font-size: 1vw;
    font-weight: bold;
    line-height: 2vw;
    margin-top: 0.5vw;
}

.shuffl_right a {
    display: block;
    height: 15vw;
}

.shuffl_right_cont {
    width: 100%;
    color: #000000;
    font-size: 0.8vw;
    line-height: 1.5vw;
    margin-top: 1vw;
}

.shuffl_right_time {
    width: 100%;
    color: #000000;
    font-size: 0.8vw;
    line-height: 1.5vw;
    margin-top: 1vw;
}

.layui-carousel {
    height: 15vw !important;
}

.shuffl_right a:hover .shuffl_right_title, .shuffl_right a:hover .shuffl_right_time {
    color: #0f5e96;
}

.wcm {
    width: 70%;
    margin: auto;
    padding: 1vw 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wcm_div {
    width: 30%;
    margin: 1vw 0;
    height: 30vw;
    background-color: #E5E5E5;
}

.wcm_div a {
    width: 100%;
    display: block;
    height: 26vw;
}

.wcm_img {
    width: 100%;
    height: 19vw;
}

.wcm_img img {
    width: 100%;
    height: 100%;
}

.wcm_title {
    width: 100%;
    color: #000000;
    font-size: 1vw;
    font-weight: bold;
    margin: 1vw 0;
}

.wcm_brief {
    color: #000000;
    font-size: 0.8vw;
    line-height: 1.5vw;
}

.wcm_time {
    width: 100%;
    color: #000000;
    font-size: 0.8vw;
    line-height: 1.5vw;
}

.wcm_title,.wcm_brief,.wcm_time{
    padding: 0 10px;
}

.page .current {
    background: #0f5e96;
    border-color: #0f5e96;
}
.wcm_div .wcm_div_a:hover .wcm_title,.wcm_div .wcm_div_a:hover .wcm_time {
    color: #0f5e96;
}

.wcm,.shufflingContent,html .component .full-width1{
    width: 84% !important;
}
