.BodyBox {
    background-color: #F5F6FA;
}

.BodyBox .BodyBox_Content {
    background: #fff;
}

.s_serach {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #EEEEEE;
    border-radius: 25px;
}

.s_layui-form-item {
    width: 10%;
    margin-left: 20px;
    display: inline-block;
}

.s_layui-input-block {
    margin-left: 0;

}

.s_layui-input-block input {
    border: none;
}

.s_i {
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #ccc;
    position: absolute;
    top: 11px;
    margin-left: 16px;

}

.s_searchButton {
    width: 8%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #E5E5E5;
    position: absolute;
    top: -5px;
    right: 0;
    text-align: center;
    cursor: pointer;
}

.s_hotSerach {
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding-left: 30px;
}

.s_hotSerach span {
    padding: 0 8px;
    color: #51B1FE;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
}

.s_select {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #F3F3F3;
    margin-top: 15px;
    padding-top: 26px;
}

.s_select .layui-form-label {
    width: 110px;
}

.s_select .layui-form-item .layui-input-inline {
    width: 208px;
}

.s_item1, .s_item2, .s_item3, .s_item4 {
    padding: 0 2%;
}

.s_content {
    width: 90%;
    margin: 20px auto;
}

.s_contentTitle {
    height: 40px;
    overflow: hidden;
}

.s_contentTitle .hotP {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid #FFB911;
    font-size: 16px;
    font-weight: 600;
    color: #FFB911;
    float: left;
}

.s_contentTitle .more {
    width: 70px;
    height: 40px;
    line-height: 40px;
    float: right;
    cursor: pointer;
    text-align: right;
    color: #939393;
}

.s_contentC {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

.s_list {
    width: 50%;
    height: auto;
    float: left;
    padding: 3px;
    position: relative;
}

.s_listC {
    border: 1px solid #ddd;
    width: 100%;
}

.s_listT {
    width: 100%;
    padding: 5px 5%;
    overflow: hidden;
}

.s_listT > div {
    display: inline-block;
    float: left;
}

.s_listI {
    width: 15%;
    text-align: center;
    height: auto;
    overflow: hidden;
}

.s_listI img {
    width: 70px;
    height: 110px;
}

.s_listN {
    width: 85%;
}

.s_listOne, .s_listTwo {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.s_listOne span:first-child {
    float: left;
    font-size: 17px;
    font-weight: 600;
    color: #696969;
    padding-left: 10px;
}

.s_listOne span:last-child {
    float: right;
    color: #A5A5A5;
}

.s_listOne .s_listIcon {
    display: inline-block;
    width: 50px;
    height: 100%;
    /*background: url('/sxrcw/webPage/images/icon_04.png') no-repeat center;*/
}

.s_listTwo span:first-child {
    padding-left: 10px;
}

.s_listTwo span:last-child {
    margin-left: 10px;
}

.s_listB {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px dashed #F3F3F3;
    padding: 0 5%;
}

.s_listB span:first-child {
    float: left;
    color: #6E6E6E;
}

.s_listB span:last-child {
    float: right;
    color: #C1C1C1;
}

.s_pages {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.isOnline {
    float: right;
    position: absolute;
    top: 50px;
    right: 5%;
    z-index: 98;
    cursor: pointer;
}


.chatPic {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("images/offline.png") no-repeat;
    background-size: 100% 100%;
}

.chatPic.active {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("images/chat.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 6px;
}
