.works-show {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
}

.ws-left {
    width: 9%;
    display: inline-block;
    float: left;
    background: #f7f8fa;
    padding: 24px 16px;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, .04);
    height: 100%;
    position: fixed;
}

.container {
    width: 590px;
    position: relative;
}

.has-children {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 11px;
}

.has-children img {
    float: left;
    width: 17%;
}

.has-children p {
    float: left;
    width: 76%;
    margin-left: 6%;
    font-size: 14px;
    line-height: 30px;
}

.ws-right {
    width: 78%;
    float: left;
    margin-top: 2%;
    margin-left: 11%;
}

.wsr-header {
    padding: 0 50px;
    max-width: 1710px;
    min-width: 990px;
}

.wsrh-left {
}

.wsrh-right {
    float: right;
}

.wsrh-right a {
    \: 6px 12px;
    color: #fff;
    background: #e99415;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 10px;
    width: 60px;
    display: block;
    margin-top: 26%;
}

.wsr-center {
    height: auto;
    display: inline-block;
    padding: 0 50px;
    max-width: 1710px;
    min-width: 990px;
    width: 100%;
    float: left;
    margin-top: 2%;
}

.wsrc-title {
    width: 100%;
    height: auto;
    display: inline-block;
}

.wsrc-title h2 {
    font-size: 21px;
    color: #353535;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 3px;
    padding-bottom: 2%;
    border-bottom: 1px solid #e5e5e5;
}

.wsrc-title ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
}

.wsrc-title ul h4 {
    float: left;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: normal;
    margin-right: 20px;
}

.wsrc-title li {
    float: left;
    font-size: 15px;
    color: #888888;
    font-weight: normal;
    margin-right: 8px;
    padding: 4px 12px;
}

.wsr-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}

.wsr-box ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.wsr-box li {
    width: 46%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    padding: 14px 16px;
}

.wsr-box li h3 {
    color: #e89312;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
}

.wsr-box li h1 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #353535;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wsr-box li p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #353535;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wsr-box li:nth-child(2n) {
    margin-right: 0;
}

.wsrb-left {
    float: left;
    width: 50%;
}

.wsrb-left img {
    width: 25% !important;
    border-radius: 50% !important;
    float: left;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 0%) !important;
}

.wsrb-left p {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 35px;
    margin-left: 7px;
    display: inline-block;
}

.wsrb-right {
    float: right;
    width: 35%;
}

.wsrb-right img {
    width: 25% !important;
    border-radius: 0px !important;
    float: left;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 0%) !important;
}

.wsrb-right p {
    float: left;
    color: #e99415;
    font-size: 13px;
    margin-left: 3px;
    margin-top: 1px;
}

.selection {
    background: #fdf4e7;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #e99415;
    color: #e99415 !important;
}

.container {
    width: 590px;
    position: relative;
}

.container .input {
    position: relative;
    width: 470px;
    height: 38px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
    background: #f6f6f6;
}

.container>div {
    float: left;
}

.container .input>input {
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 35px;
    color: #333;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    background: #f6f6f6;
    width: auto;
}

.container .input .picker {
    width: 45px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 35px;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    text-align: right;
    background-image: url(../images/down.png);
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}

.container .input .picker-list {
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.container .input .picker-list>li {
    padding-left: 36px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.container .search {
    width: 89px;
    height: 39px;
    background-color: #e99415;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.pagination {
    display: flex;
    justify-content: center;
}
.pagination a.current {
    background-color: orange;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    text-decoration: none;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 4px;
}


@media screen and (max-width: 1024px) and (min-width: 0px) {
    .ws-right {
        width: 100%;
        float: left;
        margin-top: 15%;
        margin-left: 0%;
    }

    .wsr-center {
        height: auto;
        width: 95%;
        max-width: none;
        min-width: auto;
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 2%;
        padding: 0px;
    }

    .wsrct-right {
        float: left;
        margin-top: 7px;
        margin-bottom: 9px;
    }

    .cou-boxs {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    .cb-title h3 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
        margin-top: 0px;
        color: #f3971a;
        border-radius: 15px;
        float: left;
        width: auto;
        display: inline-block;
        letter-spacing: 1px;
    }
    .wsrc-title ul h4 {
        float: left;
        font-size: 16px;
        color: #5c5c5c;
        font-weight: normal;
        margin-right: 12px;
    }
    .wsrc-title li {
        float: left;
        font-size: 15px;
        color: #888888;
        font-weight: normal;
        margin-right: 8px;
        padding: 4px 7px;
    }
    .wsr-box li {
        width: auto;
        float: left;
        margin-right: 2%;
        margin-bottom: 3%;
        box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
        padding: 14px 16px;
    }
}