.lwx-school-search {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}

.lwx-school-search-box {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 20px;
}

.lwx-school-search-input {
    flex: 1;
    width: auto;
    min-width: 0;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background: #fff;
    margin-right: 14px;
    margin-bottom: 15px;
}

.lwx-school-search-input:focus {
    border-color: #1a7fee;
    outline: none;
}

.lwx-school-search-btn {
    flex-shrink: 0;
    padding: 11px 24px;
    background: #1a7fee;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-right: 14px;
    margin-bottom: 15px;
}

.lwx-school-search-btn:hover {
    background: #1568c7;
}

.lwx-school-search-clear {
    padding: 11px 14px;
    background: #f5f6f8;
    border-radius: 4px;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.lwx-school-search-clear:hover {
    color: #1a7fee;
}

.lwx-school-empty {
    padding: 40px 30px;
    font-size: 18px;
    color: #a5a5a6;
    text-align: center;
}

.relate_tl{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 20px 20px;
}

/* content_list 公共容器 */
.content_list .list_ul {
    padding: 0 30px
}

.content_list .list_item {
    padding: 40px 0;
    box-sizing: border-box;
    flex-shrink: 0
}

.content_list .list_item:not(:last-child) {
    border-bottom: 1px solid #eee
}

/* news_item 图文列表 */
.content_list .news_item .flex {
    display: flex
}

.content_list .news_item .item_cover {
    width: 240px;
    height: 160px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px
}

.content_list .news_item .item_r {
    
}

.content_list .news_item .tl {
    
    height: 24px;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin: 6px 0 0;
    display: inline-block
}

.content_list .news_item .tl:hover {
    color: #1a7fee;
}

.content_list .news_item .sub {
    
    height: 18px;
    font-size: 16px;
    color: #666;
    line-height: 18px;
    margin-bottom: 25px;
    height: 68px;
    line-height: 36px;
    margin-top: 16px
}

.content_list .news_item .sub_info_cell {
    height: 14px;
    font-size: 14px;
    color: #999;
    line-height: 14px;
    display: flex;
    justify-content: space-between
}

.content_list .news_item .readnum {
    padding-left: 24px;
    position: relative
}

.content_list .news_item .readnum:before {
    content: "";
    width: 19px;
    height: 14px;
    width: 19px;
    height: 14px;
    background: url("/statics/lwx/images/inner/sprite.png") -53px 0px/72px no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

/* baike_item 图文列表 */
.content_list .baike_item .flex {
    display: flex
}

.content_list .baike_item .item_cover {
    width: 240px;
    height: 160px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px
}

.content_list .baike_item .item_r {
    
}

.content_list .baike_item .tl {
    
    height: 24px;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin: 6px 0 0;
    display: inline-block
}

.content_list .baike_item .tl:hover {
    color: #1a7fee;
}

.content_list .baike_item .sub {
    
    height: 18px;
    font-size: 16px;
    color: #666;
    line-height: 18px;
    margin-bottom: 25px;
    height: 68px;
    line-height: 36px;
    margin-top: 16px
}

.content_list .baike_item .sub_info_cell {
    height: 14px;
    font-size: 14px;
    color: #999;
    line-height: 14px;
    display: flex;
    justify-content: space-between
}

.content_list .baike_item .readnum {
    padding-left: 24px;
    position: relative
}

.content_list .baike_item .readnum:before {
    content: "";
    width: 19px;
    height: 14px;
    width: 19px;
    height: 14px;
    background: url("/statics/lwx/images/inner/sprite.png") -53px 0px/72px no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

/* faq_item 问答列表 */
.content_list .faq_item .consult_tl {
    
    height: 24px;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    padding-left: 30px;
    position: relative
}

.content_list .faq_item .consult_tl:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/statics/lwx/images/inner/detail-sprite.png") 0px -83px/110.5px no-repeat;
    position: absolute;
    left: 0
}

.content_list .faq_item .consult_tl:hover {
    color: #1a7fee
}

.content_list .faq_item .cosult_sub {
    
    background: #f5f6f8;
    border-radius: 4px;
    padding: 21px 20px 30px;
    box-sizing: border-box;
    margin-top: 30px
}

.content_list .faq_item .cosult_da {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    max-height: 108px;
    position: relative;
    margin-bottom: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.content_list .faq_item .cosult_da:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/statics/lwx/images/inner/detail-sprite.png") -71.5px -45.5px/110.5px no-repeat;
    position: relative;
    top: 6px;
    margin-right: 5px;
    display: inline-block
}

.content_list .faq_item .consult_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
    line-height: 18px
}

.content_list .faq_item .consult_b ._link:hover {
    color: #1a7fee;
    text-decoration: underline
}

.content_list .faq_item .consult_r {
    display: flex;
    align-items: center
}

.content_list .faq_item .icon-lawyer {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff
}

.content_list .faq_item .icon-lawyer:not(:first-child) {
    position: relative;
    margin-left: -6px
}

.content_list .faq_item .num_cell {
    height: 14px;
    line-height: 18px;
    color: #999;
    margin-left: 14px;
    margin-right: 16px
}

.content_list .faq_item .num_cell span {
    color: #1a7fee
}

.content_list .faq_item .to_ask {
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #1a7fee;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.content_list .faq_item .to_ask:hover {
    background: rgba(238, 102, 17, .9)
}

/* sidebar 最新知识 / 最新咨询 */
.latest_consult .tl {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    padding: 40px 30px 37px;
    box-sizing: border-box
}

.latest_consult .list_ul {
    padding: 0 28px 43px
}

.latest_consult .item {
    height: 24px;
    display: flex;
    align-items: center
}

.latest_consult .item:not(:last-child) {
    margin-bottom: 30px
}

.latest_consult .item a {
    width: 283px;
    height: 16px;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    display: inline-block
}

.latest_consult .item a:hover {
    color: #1a7fee;
    text-decoration: underline
}

.latest_consult .item .latest_consult_a {
    width: 319px
}

.latest_consult .txt_a {
    margin-right: 14px;
    display: inline-block
}

.latest_consult .icon-wen {
    width: 24px;
    height: 24px;
    background: url("/statics/lwx/images/inner/ask-sprite.png") 0px 0px/51.5px no-repeat;
    width: 26px
}

.latest_consult .txt_new {
    width: 6px;
    height: 6px;
    background: #d8d8d8;
    border-radius: 50%;
    margin-right: 8px
}

.page {
    padding: 20px 0 60px;
    display: flex;
    justify-content: center
}

.page a {
    min-width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    text-align: center;
    line-height: 32px;
    margin: 0 4px;
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block
}

.page a:not(.ellipsis):hover {
    border-color: #1a7fee;
    color: #1a7fee
}

.page .on {
    border-color: #1a7fee;
    color: #1a7fee
}

.page .ellipsis {
    border: none
}

.page .disabled {
    cursor: no-drop
}


.have_qus_cell {
    width: 380px;
    padding-bottom: 40px;
    background: #fff url(/statics/lwx/images/inner/ask-box-bg1.png) no-repeat;
    background-size: 380px 402px;
    text-align: center
}

.have_qus_cell .tl {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #1a7fee;
    text-align: center;
    padding-top: 42px;
    margin-bottom: 49px
}

.have_qus_cell .sub_cell {
    text-align: center;
    height: 53px;
    margin-bottom: 44px
}

.have_qus_cell .sub_item {
    width: 108px;
    text-align: center;
    display: inline-block;
    position: relative
}

.have_qus_cell .sub_item:not(:last-child):after {
    content: "";
    width: 1px;
    height: 53px;
    background-color: rgba(0, 101, 201, .3);
    position: absolute;
    right: 0;
    top: 0
}

.have_qus_cell .sub_num {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #071f36;
    margin-bottom: 12px
}

.have_qus_cell .sub_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #649bdb
}

.have_qus_cell .step_cell {
    text-align: center;
    margin-bottom: 52px
}

.have_qus_cell .step_item {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 4.36px;
    background: rgba(255, 255, 255, .8);
    border: .87px solid #fff;
    box-shadow: 10px 8px 20px 0px rgba(227, 234, 242, .55);
    -webkit-backdrop-filter: blur(1.75px);
    backdrop-filter: blur(1.75px)
}

.have_qus_cell .step_item:not(:last-child) {
    position: relative;
    margin-right: 6px
}

.have_qus_cell .step_item:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid #81bdff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -5px;
    transform: rotateZ(45deg)
}

.have_qus_cell .ask_btn {
    display: inline-block;
    width: 320px;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(270deg, #177fff 0%, #13c5ff 100%);
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    text-align: center
}

.have_qus_cell .ask_btn:hover {
    background: linear-gradient(315deg, #177fff 0%, #177fff 100%)
}

.have_ques_swiper2 {
    height: 24px;
    margin-top: 17px
}

.have_ques_swiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 24px
}

.have_ques_swiper2 .img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 4px
}

.lawyer_commomd .tl {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    padding: 40px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee
}

.lawyer_commomd .lawyer_list {
    padding: 0 30px
}

.lawyer_commomd .lawyer_item {
    display: flex;
    padding: 40px 0;
    align-items: center
}

.lawyer_commomd .lawyer_item:not(:last-child) {
    border-bottom: 1px solid #eee
}

.lawyer_commomd .img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin-right: 20px;
    display: block
}

.lawyer_commomd .li_r {
    position: relative;
    height: 80px;
    padding-top: 4px;
    box-sizing: border-box;
    width: 220px
}

.lawyer_commomd .name {
    width: 140px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
    margin-bottom: 12px
}

.lawyer_commomd .name:hover {
    color: #1a7fee
}

.lawyer_commomd .dian_hua {
    width: 91px;
    height: 14px;
    font-size: 14px;
    color: #666;
    line-height: 14px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 13px
}

.lawyer_commomd .dian_hua:before {
    content: "";
    width: 12px;
    height: 14px;
    width: 12px;
    height: 14px;
    background: url("/statics/lwx/images/inner/sprite.png") -53px -19px/72px no-repeat;
    position: absolute;
    left: 0
}

.lawyer_commomd .num_cell {
    font-size: 14px;
    color: #999;
    line-height: 14px
}

.lawyer_commomd .num {
    color: #333;
    margin-left: 4px
}

.lawyer_commomd .num:first-child {
    margin-right: 18px;
    position: relative
}

.lawyer_commomd .num:first-child:after {
    content: "";
    width: 1px;
    height: 13px;
    border-right: 1px solid #aaa;
    position: absolute;
    right: -9px
}

.lawyer_commomd .to_ask_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 74px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #333;
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
    line-height: 28px;
    box-sizing: border-box
}

.lawyer_commomd .to_ask_btn:hover {
    color: #fff;
    border: none;
    background: linear-gradient(315deg, #177fff 0%, #13c5ff 100%)
}

.latest_consult .tl {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    padding: 40px 30px 37px;
    box-sizing: border-box
}

.latest_consult .list_ul {
    padding: 0 28px 43px
}

.latest_consult .item {
    height: 24px;
    display: flex;
    align-items: center
}

.latest_consult .item:not(:last-child) {
    margin-bottom: 30px
}

.latest_consult .item a {
    width: 283px;
    height: 16px;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    display: inline-block
}

.latest_consult .item a:hover {
    color: #1a7fee;
    text-decoration: underline
}

.latest_consult .txt_a {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    display: inline-block
}

.latest_consult .icon-wen {
    width: 24px;
    height: 24px;
    background: url("/statics/lwx/images/inner/sprite.png") 0px 0px/36px no-repeat
}

.latest_consult .txt_new {
    width: 6px;
    height: 6px;
    background: #d8d8d8;
    border-radius: 50%;
    margin-right: 8px
}

.zhishi_tag .active {
    color: #1a7fee;
    background: rgba(26, 127, 238, .1)
}

.wl-recommon-box {
    background: #fff;
    padding-bottom: 22px;
    margin-bottom: 20px
}

.wl-recommon-box.is-right {
    border-radius: 4px;
    font-size: 16px
}

.wl-recommon-box.is-right .wl-recommon-link:before {
    background: #666
}

.wl-recommon-box.is-left {
    border-radius: 6px;
    font-size: 18px
}

.wl-recommon-box.is-left .wl-recommon-link:before {
    background: #eee
}

.wl-recommon-box .wl-recommon-box-title {
    line-height: 108px;
    padding-left: 30px;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #333
}

.wl-recommon-box .wl-recommon-item-title {
    font-weight: 700;
    color: #333;
    padding-left: 30px;
    margin-bottom: 18px
}

.wl-recommon-box .wl-recommon-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    margin-bottom: 22px
}

.wl-recommon-box .wl-recommon-link {
    position: relative;
    font-weight: 400;
    color: #666;
    margin-bottom: 18px;
    padding-right: 28px;
    font-size: 14px;
}

.wl-recommon-box .wl-recommon-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 14px;
    height: 100%;
    width: 1px
}

.wl-recommon-box .wl-recommon-link:hover {
    color: #1a7fee
}