.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;
}
.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;
}
.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;
    width: auto;
    color: #333;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    background: #f6f6f6;
}
.container .input .picker {
    width: 66px;
    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>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;
}
.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;
}

.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{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: 18%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
}
.wsr-box li:nth-child(5n) {
    margin-right: 0;
}
.wsr-box li img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
}
.wsr-box li h3{
    font-size: 15px;
    font-weight: normal;
    color: #343434;
    padding: 10px 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;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .ws-right {
        width: 100%;
        float: left;
        margin-top: 15%;
        margin-left: 0px;
    }
    .wsr-center {
        height: auto;
        width: 95%;
        max-width: none;
        min-width: auto;
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 2%;
        padding: 0px;
    }
    .wsrc-title ul h4 {
        float: left;
        font-size: 16px;
        color: #5c5c5c;
        font-weight: normal;
        margin-right: 20px;
    }
    .selection {
        border: 0px solid #e99415;
    }
    .wsrc-title li {
        float: left;
        font-size: 13px;
        color: #888888;
        font-weight: normal;
        margin-right: 8px;
        padding: 4px 12px;
    }
    .wsr-box li {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 3%;
    }
    .wsrb-left {
        float: left;
        width: 70%;
    }
    .wsrb-left img {
        width: 19% !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: normal;
        margin-left: 7px;
        display: inline-block;
    }
    .wsr-box li:nth-child(2n) {
        margin-right: 0;
    }
}