.fl_content_left_js_bottom_title {
    padding-top: 0px;
}


.zs_item_con {
    margin-left: 30px;
}

.zs_item_title {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    padding-top: 8px;
    text-decoration: none;
}

.zs_item {
    display: flex;
    padding: 30px 0;
}

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

.zs_item_time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}

.zs_item_text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.zs_item_time img {
    margin-left: 5px;
}

.zs_page_item {}

.hyjt_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 10px 30px;
}

.hyjt_item {
    margin-bottom: 20px;
    width: 94px;
    height: 37px;
    background: #F7F7F7;
    border-radius: 6px;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
}

.hyjt_item:hover {
    background-color: #fff;
    border: 1px solid #DB313A;
    color: #DB313A;
}

.wz_title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    display: flex;
    align-items: center;
    padding: 30px;
}

.wz_title div {
    display: inline-block;
    width: 4px;
    height: 24px;
    background: #E63C3C;
    margin-right: 10px;
}

.rmwz_list {
    padding: 0 30px;
    padding-bottom: 30px;
}

.rmwz_item {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    display: block;
    text-decoration: none;
}

.rmwz_item:not(:last-child) {
    margin-bottom: 40px;
}

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

.zs_page_item {
    width: 34px;
    height: 34px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.zs_page_item:first-child {
    border-radius: 6px 0 0 6px;
}

.zs_page_item:last-child {
    border-radius: 0 6px 6px 0;
}

.zs_page_item_prev {
    border-right: 5px solid #ccc;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.zs_page_item_next {
    border-left: 5px solid #ccc;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}


.zs_page_item:hover {
    border: 1px solid #DB313A;
    background-color: #DB313A;
    color: #fff;
}

.zs_page_item:hover .zs_page_item_prev {
    border-right: 5px solid #fff;
}

.zs_page_item:hover .zs_page_item_next {
    border-left: 5px solid #fff;
}

.fl_content_left_ls .wz_title {
    padding: 0px;
}

.ls_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.ls_box .ls_name {
    font-weight: bold;
    font-size: 28px;
    color: #111111;
}

.ls_help {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.ls_help span {
    color: #DB313A;
}

.ls_box .ls_goodat {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.ls_box .detail_top>div {
    padding-top: 10px;
}

.detail_phone {
    font-weight: bold;
    font-size: 18px;
    color: #DB313A;
    padding-top: 20px;
}

.detail_phone img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.detail_btn {
    width: 165px;
    height: 50px;
    background: #DB313A;
    border-radius: 6px;
    line-height: 50px;
}

.ls_img {
    width: 160px;
    height: 160px;
    background: #E3E3E3;
    border-radius: 10px;
}