.service-search {
    width: 1200px;
    height: 108px;
    margin: 0 auto;
    background: #C5C8D1 url("../images/hetong_list.jpg");
    background-size: 1200px 108px;
    border-radius: 6px 6px 0px 0px;
}

.service-search .search-box {
    float: right;
    width: 410px;
    height: 40px;
    margin-top: 32px;
    margin-right: 58px;
}

.service-search .search-box .search-box-lt {
    float: left;
    width: 314px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #fff;
    font-size: 0;
    box-sizing: border-box;
}

.service-search .search-box .search-box-lt span {
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url("../images/icon_sousuo1.png") no-repeat;
    background-size: 15px 16px;
    margin-left: 20px;


}

.service-search .search-box .search-box-lt input {
    width: 269px;
    height: 40px;
    border: none;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 0px 40px 40px 0;
    position: relative;
    top:-1px;
}

.service-search .search-box button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 84px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    background: #274A9E;
    border-radius: 20px;
    border: none;
    font-size: 14px;
}


/* 列表筛选 */

.screen-list {
    padding: 0px 20px;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
    box-sizing: border-box;
}

.screen-list ul {}

.screen-list ul li {
    width: 100%;
    height: 58px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px dashed #E3E6E9;
}
.screen-list ul li:last-child{
    border-bottom:none;
} 

.screen-list ul li .screen-title {
    display: table-cell;
    width: 56px;
    font-size: 14px;
    color: #8C8C8C;
}

.screen-list ul li .screen-mark {
    display: table-cell;
    width: 1040px;
    height: 60px;
    overflow: hidden;
    font-size: 0;
    line-height: 32px;
}

.screen-list ul li .screen-mark a {
    display: inline-block;
    font-size: 14px;
    margin-left: 40px;
    color: #595959;
}

.screen-list ul li .screen-mark a.screen-active {
    color: #274A9E;
}

.more-type {
    width: 60px;
    text-align: right;
    display: none;
    cursor: pointer;
}

.more-type span {
    color: #8C8C8C;
    vertical-align: middle;
}

.more-type i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url("../images/icon_zhankai.png");
    background-size: 12px 12px;
}

.up-bg {
    background: url("../images/icon_zhankai.png");
    transform: rotate(180deg);
}


/* 排序 */

.service-sort {
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding: 0 24px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.service-sort a {
    color: #595959;
    margin-right: 24px;
}

.service-sort a.sort-active {
    color: #274A9E;
}

.service-sort a i {
    padding-left: 5px;
}

.lawyer{
    width: 1222px;
    margin: 0 auto;
}

.lawyer .lawyer-box {
    /* margin-top: 50px; */
}

.lawyer .lawyer-box ul {
    width: 1224px;
    overflow: hidden;
}

.lawyer .lawyer-box ul li {
    position: relative;
    float: left;
    width: 387px !important;
    height: 244px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 10px;
    margin-bottom: 20px;
}

.lawyer .lawyer-box ul li:hover{
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.lawyer .lawyer-box ul li >a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    top:0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.lawyer .lawyer-box ul li .lawyer-box-top {
    height: 120px;
    border-bottom: 1px solid #EAEAEA;
}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-box-img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 90px;
    float: left;
}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-box-img img {
    width: 100%;
    height: 100%;
}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-rt {
    width: 236px;
    float: left;

    margin-left: 20px;
}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-rt .lawyer-title {
    height: 20px;
    line-height: 20px;
    display: table;
    word-spacing: -1em;

}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-rt .lawyer-title h2 {
    display: inline-block;
    vertical-align: middle;
    max-width: 74px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-rt .lawyer-title span {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    overflow: hidden;
    height: 20px;
    border: 1px solid #E5CB92;
    border-radius: 4px;
    text-align: center;
    color: #E5CB92;
    margin-left: 10px;
    padding: 0 6px;
    box-sizing: border-box;


}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-rt .lawyer-desc {
    width: 100%;
    height: 16px;
    line-height: 16px;
    color: #595959;
    padding-top: 12px;
}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-rt .lawyer-mark {
    font-size: 0;
    width: 100%;
    height: 24px;
    overflow: hidden;
    margin-top: 20px;
}

.lawyer .lawyer-box ul li .lawyer-box-top .lawyer-rt .lawyer-mark span {
    display: inline-block;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(242, 245, 247, 1);
    border-radius: 12px;
    color: #8C8C8C;
    font-size: 12px;
    margin-right: 4px;
}

.lawyer .lawyer-box ul li .lawyer-box-bom {
    height: 94px;
    padding-top: 20px;
    box-sizing: border-box;
}

.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-left {
    float: left;
    width: 276px;
    height: 48px;
}

.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-left .lawyer-tj {
    width: 90px;
    float: left;
    text-align: center;
    position: relative;
    padding: 7px 0;
}

.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-left .lawyer-tj::after {
    position: absolute;
    content: '';
    top: 8px;
    right: 0;
    width: 1px;
    height: 33px;
    background: #eaeaea;
}

.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-left .lawyer-tj:last-child::after {
    background: none;
}

.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-left .lawyer-tj p:first-child {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #8C8C8C;
}

.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-left .lawyer-tj p:last-child {
    color: #8c8c8c;
    height: 12px;
    line-height: 12px;
    padding-top: 10px;
    font-size: 12px;
}

.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-right {
    position: relative;
    float: right;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    margin-top: 10px;
    background: #274A9E;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1;
}
.lawyer .lawyer-box ul li:hover{
    box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}
.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-right:hover{
    background:#274A9E;
    box-shadow:0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}

.lawyer .lawyer-box ul li .lawyer-box-bom .lawyer-bom-right img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}





.page{
    height: 30px;
    text-align: center;
    background: #fff;
    color: #000;
    margin-top: 20px;
    margin-bottom: 54px;
}






