.sl-1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sl-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.sl-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.fjb {
    display: flex;
    justify-content: space-between;
}

.fjc {
    display: flex;
    justify-content: center;
}

.fjbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fjcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-style3 li {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.cxfw_xq_banner {
    display: block;
    background: url(/material/2022/images/cxfw_xq_banner.png) no-repeat center;
    font-size: 28px;
    font-weight: bold;
    height: 90px;
    font-stretch: normal;
    line-height: 30px;
    padding: 30px 0;
    box-sizing: border-box;
    padding-left: 112px;
    letter-spacing: 0px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .cxfw_xq_banner {
        padding: 30px 10px;
        text-align: center;
    }
}

.cxfw_xq_banner:link,
.cxfw_xq_banner:visited {
    color: #ffffff;
}

.cxfw_box {
    margin-top: 23px;
}

.cxfw_tab_list {
    margin-left: -10px;
    margin-right: -10px;
}

.cxfw_tab_list::before,
.cxfw_tab_list::after {
    content: "";
    display: table;
}

.cxfw_tab_list::before {
    clear: both;
    height: 0;
}

.cxfw_tab_list::after {
    clear: both;
    height: 0;
}

.cxfw_tab_list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.cxfw_tab_list>li:nth-child(n) {
    margin-top: 0;
}

.cxfw_tab_list>li:nth-child(n + 5) {
    margin-top: 20px;
}

.cxfw_tab_list>li:nth-child(5) {
    margin-top: 0;
}

.cxfw_tab_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cxfw_tab_list li {
    height: 60px;
}

.cxfw_tab_list a {
    display: block;
    background: url(/material/2022/images/cxfw_tab_bg.png) repeat / center;
    border-radius: 4px;
    border: solid 1px #dae8f8;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    padding: 20px 10px;
    box-sizing: border-box;
    letter-spacing: 0px;
    color: #3588e6;
    text-align: center;
}

.cxfw_tab_list li:hover a,
.cxfw_tab_list li.current a {
    background: #3487e5;
    border: solid 1px #d1e4f9;
    color: #fff;
    font-weight: bold;
}

.cxfw_form {
    display: flex;
    justify-content: start;
    padding-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px dashed #f0f0f0;
}

@media (max-width: 600px) {
    .cxfw_form {
        flex-direction: column;
        align-items: center;
    }
}

.cxfw_form .form_item {
    width: calc((100% - 83px - 83px - 30px) / 2);
}

@media (max-width: 600px) {
    .cxfw_form .form_item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.cxfw_form .form_item label {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #116bc9;
}

.cxfw_form .form_item input {
    width: calc(100% - 75px);
    height: 32px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e2e2e2;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.cxfw_form .btn {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    width: 83px;
    height: 40px;
    border: none;
}

@media (max-width: 600px) {
    .cxfw_form .btn {
        margin-bottom: 20px;
        width: 90%;
    }
}

.cxfw_form .cx_btn {
    background-color: #3386e4;
    border-radius: 2px;
}

.cxfw_form .cx_btn img {
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}

.cxfw_form .cx_btn2 {
    background-color: #f08819;
    border-radius: 2px;
    height: 40px;
    display: inline-block;
}

.ftable {
    font-size: 16px;
    line-height: 20px;
    word-break: break-all;
    font-stretch: normal;
    letter-spacing: 0px;
}

.ftable dt {
    font-weight: bold;
    color: #116bc9;
    margin-bottom: 16px;
    background-color: #f2f8ff;
}

.ftable dd {
    margin-bottom: 12px;
    transition: box-shadow 0.3s ease;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0px rgba(21, 96, 198, 0.08);
    border-radius: 8px;
}

.ftable dt section,
.ftable dd section {
    display: flex;
}

.ftable dt section div,
.ftable dd section div {
    flex: 1;
    text-align: center;
    padding: 20px 22px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .ftable dt section div,
    .ftable dd section div {
        padding: 20px 5px;
    }
}

.table3 dt section div:nth-child(1),
.table3 dd section div:nth-child(1) {
    flex: none;
    width: 80px;
}

.table3 dt section div:nth-child(2),
.table3 dd section div:nth-child(2),
.table3 dt section div:nth-child(3),
.table3 dd section div:nth-child(3) {
    flex: none;
    width: 30%;
    text-align: left;
}

.table5 dt section div:nth-child(1),
.table5 dd section div:nth-child(1) {
    flex: none;
    width: 80px;
}

.table4 dt section div:nth-child(1),
.table4 dd section div:nth-child(1) {
    flex: none;
    width: 80px;
}

.table4 dt section div:nth-child(2),
.table4 dd section div:nth-child(2) {
    flex: none;
    width: 70%;
    text-align: left;
}

.table4 dt section div:nth-child(3),
.table4 dd section div:nth-child(3) {
    flex: none;
    width: 15%;
    text-align: left;
}

.table5 dt section div:nth-child(2),
.table5 dd section div:nth-child(2),
.table5 dt section div:nth-child(3),
.table5 dd section div:nth-child(3) {
    flex: none;
    width: 25%;
    text-align: left;
}

.table8 dt section div:nth-child(1),
.table8 dd section div:nth-child(1) {
    flex: none;
    width: 80px;
}

.table8 dt section div:nth-child(2),
.table8 dd section div:nth-child(2),
.table8 dt section div:nth-child(3),
.table8 dd section div:nth-child(3) {
    flex: none;
    width: 20%;
    text-align: left;
}

.fl {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}

.fl img {
    width: 100%;
}

.fr {
    float: right;
    height: 100%;
}

.area_detail_box {
    height: 0;
    overflow-y: hidden;
    transition: height 0.3s ease;
}

.area_detail {
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    margin-left: 22px;
    margin-right: 22px;
    background-color: #f7fbff;
    border-radius: 8px;
    border: solid 1px #e0eeff;
    padding: 18px;
    position: relative;
}

.area_detail::before,
.area_detail::after {
    content: "";
    display: table;
}

.area_detail::before {
    clear: both;
    height: 0;
}

.area_detail::after {
    clear: both;
    height: 0;
}

.area_detail .fl {
    width: calc(440 / 1078 * 100%);
}

.area_detail .fr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: calc(600 / 1078 * 100%);
}

@media (max-width: 600px) {
    .area_detail .fl {
        align-items: flex-start;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .area_detail .fl,
    .area_detail .fr {
        width: 100%;
        height: auto;
    }
}

.area_detail h6 {
    font-weight: normal;
    color: #116bc9;
    font-size: 16px;
    line-height: 20px;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.area_detail p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}

.area_detail::-webkit-scrollbar {
    width: 2px;
    background-color: #f7fbff;
}

.area_detail::-webkit-scrollbar-track {
    width: 2px;
    background-color: #f7fbff;
}

.area_detail::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #f7fbff;
}

.area_close {
    position: absolute;
    right: 19px;
    top: 19px;
}

@media (max-width: 992px) {
    .md-p15 {
        padding: 20px 10px;
    }
}

.pages {
    padding: 20px 0;
    text-align: center;
}

.pages a,
.pages span {
    transition: all 0.3s;
    margin: 3px 2px;
    display: inline-block;
    line-height: 18px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 2px;
    border: solid 1px #d6d8da;
    background-color: #fff;
    color: #333;
}

.pages a:hover,
.pages span:hover,
.pages a.current,
.pages span.current {
    background-color: #1d6dc6;
    color: #fff;
}