.page_banner {
    background-position: center top;
    background-size: cover;
    height: 4rem;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.page_banner .mcont b {
    font-size: 0.48rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    line-height: 2;
}

.page_banner .mcont p {
    font-size: 0.24rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    font-weight: 100;
}

.pa_about {
    line-height: 2;
}

.pa_about img {
    float: left;
}

.bg_paabout {
    width: 100%;
    display: flex;
}

.bg_paabout .left {
    width: 50%;
    float: left;
    background-color: #2375E9;
}

.bg_paabout .left .scont {
    max-width: 5.6rem;
    padding-right: 0.4rem;
    float: right;
    color: #fff;
}

.bg_paabout .left .scont b {
    font-size: 0.24rem;
    line-height: 3;
    margin-top: 0.2rem;
    display: block;
}

.bg_paabout .right {
    width: 50%;
}

.bg_paabout .right .scont {
    max-width: 6rem;
    float: left;
}

.pa_about .bottom {
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pa_about .bottom .left {
    width: 50%;
}

.pa_about .bottom .right {
    width: calc(50% - 0.4rem);
    margin-top: 0.4rem;
}

.pa_culture {
    background-color: #F3F7FA;
}

.pa_culture_title {
    background-position: center center;
}

.pa_culture_title .scont {
    max-width: 12rem;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pa_culture_title .scont .left {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1.4rem;
}

.pa_culture_title .scont .right {
    width: 30%;
    max-width: 1.9rem;
    height: 1.4rem;
    background-color: #0742A8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pa_culture_title .scont .right svg {
    fill: #fff;
    width: 0.44rem;
    height: 0.44rem;
}

.pa_culture_cont {
    padding: 0.8rem 0;
}

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

.pa_culture_cont li {
    padding: 0 0.2rem;
    width: calc((100% - 1.2rem) / 3);
    text-align: center;
}

.pa_culture_cont li b, .pa_culture_cont li p {
    display: block;
    clear: both;
}

.pa_culture_cont li b {
    font-size: 0.2rem;
    line-height: 3;
}

.pa_culture_cont li p {
    color: #777;
}

.pa_join {
    margin-top: 1rem;
    background-color: #0742A8;
}

.pa_join_cont {
    max-width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}

.pa_join_cont .left {
    width: 50%;
}

.pa_join_cont .left .scont {
    max-width: 5.6rem;
    padding-right: 0.4rem;
    height: 100%;
    float: right;
    color: #fff;
    position: relative;
    line-height: 2;
}

.pa_join_cont .left .scont b {
    font-size: 0.24rem;
    line-height: 3;
    margin-top: 0.2rem;
    display: block;
}

.pa_join_cont .left .scont span {
    width: 100%;
    line-height: 0.32rem;
    padding-top: 1rem;
    display: block;
}

.pa_join_cont .left .scont p {
    display: block;
}

.pa_join_cont .left .scont a {
    color: #fff;
}

.pa_join_cont .right {
    width: 50%;
    position: relative;
}

.pa_join_cont .right img {
    position: absolute;
    top: -0.5rem;
}

.pa_join_cont .right img {
    float: left;
}

.crumb {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.15);
    line-height: 0.6rem;
}

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

.crumb .left {
    display: flex;
    align-items: center;
}

.crumb .left svg {
    fill: #247FFF;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}

.crumb .left ul {
    display: flex;
    align-items: center;
    color: #777;
}

.crumb .left a {
    color: #777;
}

.crumb .left a:hover {
    color: #247fff;
}

.crumb .right ul {
    display: flex;
    align-items: center;
}

.crumb .right li {
    border-right: solid 1px #eee;
}

.crumb .right li:first-child {
    border-left: solid 1px #eee;
}

.crumb .right li a {
    display: block;
    line-height: 0.6rem;
    padding: 0 0.25rem;
    color: #777;
    font-size: 0.17rem;
}

.crumb .right li a:hover {
    color: #247fff;
}

.crumb .right li a.active {
    background-color: #247fff;
    color: #fff;
}

.news_cont {
    padding: 0.5rem 0;
}

.news_cont .top {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.15);
    margin-bottom: 0.2rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news_cont .top a {
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
}

.news_cont .top:hover {
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.25);
}

.news_cont .top .sleft {
    width: 34%;
}

.news_cont .top .sleft .img {
    overflow: hidden;
}

.news_cont .top .sleft img {
    max-width: 100%;
    float: left;
}

.news_cont .top .scenter {
    width: calc(66% - 0.4rem);
}

.news_cont .title {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 2.5;
    height: 0.4rem;
    display: flex;
    align-items: center;
}

.news_cont .title p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news_cont .title svg {
    width: 0.4rem;
    height: 0.4rem;
    fill: rgba(255, 174, 67, 1);
    margin-left: 0.1rem;
}

.news_cont .dtime {
    display: flex;
    align-items: center;
    color: #999;
    margin-bottom: 0.1rem;
}

.news_cont .dtime svg {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
    fill: #999;
}

.news_cont .desc {
    color: #999;
    font-size: 0.14rem;
    line-height: 2;
    height: 0.56rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_cont .top img {
    width: 100%;
    float: left;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.news_cont .top:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.bt_more2 {
    display: block;
    font-size: 0.14rem;
    text-align: center;
    width: 1.2rem;
    line-height: 0.4rem;
    border: solid 1px #247fff;
    color: #247fff !important;
    border-radius: 0.48rem;
}

.news_cont .top:hover .bt_more2 {
    background-color: #247fff;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news_cont .bt_more2 {
    margin-top: 0.7rem;
}

.news_cont .bottom {
}

.news_cont .bottom ul {
}

.news_cont .bottom li {
    padding: 0.2rem;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.15);
    margin-bottom: 0.2rem;
}

.news_cont .bottom li a {
    display: flex;
    justify-content: space-between;
}

.news_cont .bottom li .title {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 2.5;
    height: 0.4rem;
    display: flex;
    align-items: center;
}

.news_cont .bottom li .title p {
    display: -webkit-box;
    max-width: calc(100% - 0.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news_cont .bottom li .title svg {
    width: 0.4rem;
    height: 0.4rem;
    fill: rgba(255, 174, 67, 1);
    margin-left: 0.1rem;
}

.news_cont .bottom li .dtime {
    display: flex;
    align-items: center;
    color: #999;
    margin-bottom: 0.1rem;
}

.news_cont .bottom li .dtime svg {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
    fill: #999;
}

.news_cont .bottom li .sleft {
    width: 18%;
    overflow: hidden;
}

.news_cont .bottom li .scenter {
    width: calc(82% - 1.3rem);
}

.news_cont .bottom li .desc {
    color: #999;
    font-size: 0.14rem;
    line-height: 2;
    height: 0.56rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_cont .bottom li .sright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
}

.news_cont .bottom li .sright svg {
    fill: #ccc;
    width: 0.24rem;
    height: 0.24rem;
}

.news_cont .bottom li:hover .sright svg {
    fill: #247fff
}

.news_cont .bottom li .img {
    overflow: hidden;
}

.news_cont .bottom li img {
    width: 100%;
    float: left;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.news_cont .bottom li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.page {
    padding-top: 0.2rem;
}

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

.pagination li {
    width: 0.4rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 0 0.05rem;
}

.pagination li.active {
    background-color: #247fff;
    border: solid 1px #247fff;
    color: #fff;
}

.pagination li.disabled {
    color: #999;
}

.pagination li a {
    display: block;
    overflow: hidden;
}

.pagination li a:hover .pagination li {
    border: solid 1px #247fff;
}

.news_detail {
    padding: 0.5rem 0;
}

.news_detail .title {
    font-size: 0.28rem;
    line-height: 1.6;
    text-align: center;
}

.news_detail .dtime {
    font-size: 0.14rem;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0;
    border-bottom: solid 1px #eee;
}

.news_detail .dtime svg {
    fill: #999;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}

.news_detail .dtime svg:nth-child(2) {
    margin-left: 0.2rem;
}

.news_detail .scont {
    padding: 0.2rem 0;
    border-bottom: solid 1px #eee;
    line-height: 1.8;
}

.article-prevnext {
    padding: 0.2rem 0;
    overflow: hidden;
}

.article-prevnext li {
    width: 48% !important;
    margin-bottom: 0 !important;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.article-prevnext li.left {
    text-align: left;
    float: left;
}

.article-prevnext li.right {
    text-align: right;
    float: right;
}

.article-prevnext li a {
    color: #222;
}

.article-prevnext li a:hover {
    color: #247fff;
}

.article-prevnext span {
    color: #999;
}

.page_contact {
    padding: 0.5rem 0;
}

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


.page_contact_cont li {
    padding: 0.4rem 0.2rem 0.5rem;
    margin-right: 0.5rem;
    width: calc((100% - 2.2rem) / 3);
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.15);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.page_contact_cont li:hover {
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.25);
}

.page_contact_cont svg {
    fill: #FFAE43;
    width: 0.8rem;
    height: 0.8rem;
}

.page_contact_cont li .scont p {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 2.5;
}

.page_contact_cont li .scont span {
    color: #777;
}

.page_contact_cont li .scont a {
    color: #777;
}

.page_contact_cont li .scont a:hover {
    color: #247fff;
}

.page_contact_cont li:last-child {
    margin-right: 0;
}

.page_map {
    position: relative;
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
}

.check_box {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
}

.check_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 0.6rem);
    max-width: 12rem;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    padding: 0.25rem 0;
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.15);
}

.check_cont input {
    height: 0.5rem;
    background-color: #f2f2f2;
    line-height: 0.5rem;
    border-radius: 5px 0 0 5px;
    width: calc(100% - 1.6rem);
    text-indent: 0.2rem;

}

.check_cont button {
    background-color: #247fff;
    width: 1rem;
    height: 0.5rem;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.check_cont button:hover {
    background-color: #FFAE43;
}

.check_cont button svg {
    fill: #fff;
    width: 0.36rem;
    height: 0.36rem;
}

.check_desc_cont {
    width: calc(100% - 0.6rem);
    margin: 0.7rem auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(36, 127, 255, 0.15);
    padding: 0.3rem 0.3rem 0.7rem;
    border-radius: 5px;
}

.check_desc_cont .title {
    font-size: 0.24rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.check_desc_cont .title::before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.24rem;
    background-color: #247fff;
    margin-right: 0.1rem;
}

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

.check_desc_cont li {
    width: calc((100% - 0.6rem) / 3);
    /*margin-right: 0.3rem;*/
    cursor: pointer;
}


.check_desc_cont li .img {
    border: solid 0.15rem #f2f2f2;
    position: relative;
    margin-bottom: 0.4rem;
}

.check_desc_cont li .num {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    bottom: -0.4rem;
    left: calc(50% - 0.25rem);
    background-color: #247fff;
    color: #fff;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.5rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.check_desc_cont li:hover .num {
    background-color: #FFAE43;
}

.check_desc_cont li:hover .stitle {
    color: #FFAE43;
}

.check_desc_cont li .stitle {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 2;
    color: #247fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.check_desc_cont li .scont {
    color: #999;
    text-align: center;

}

.ck_result_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.ck_result_bg2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ck_result_cont {
    width: 100%;
    max-width: 9rem;
    background-color: #fff;
    padding: 0.3rem;
    border-radius: 5px;
}

.ck_result_cont .title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px #eee;
}

.ck_result_cont .title svg {
    width: 0.24rem;
    height: 0.24rem;
    fill: #999;
    cursor: pointer;
}

.ck_result_cont .title svg:hover {
    fill: #FFAE43;
    transform: rotate(180deg);

}

.ck_result_cont .title p {
    display: flex;
    font-size: 0.24rem;
    font-weight: bold;
    align-items: center;
}

.ck_result_cont .title p::before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.24rem;
    background-color: #247fff;
    margin-right: 0.1rem;
}

.ck_result_cont .stitle {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
}

.ck_result_cont .stitle p {
    color: #FFAE43;
}

.ck_result_cont .cont {
    padding-top: 0.2rem;
}

.ck_result_cont .scont {
    padding: 0.2rem 0;
    min-height: 1rem;
}

.ck_result_cont .scont p {
    font-size: 0.16rem;
    line-height: 2;
}

.ck_result_cont .scont p span {
    color: #999;
}

.bt_determine {
    width: 1.6rem;
    height: 0.48rem;
    font-size: 0.15rem;
    line-height: 0.48rem;
    border-radius: 0.48rem;
    background-color: #247fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bt_determine:hover {
    background-color: #FFAE43;
}

@media screen and (max-width: 1280px) {
    .check_cont {
        width: calc(100% - 0.4rem);
    }
}

@media screen and (max-width: 1199px) {
    .page_banner {
        height: 2.8rem;
    }

    .page_banner .mcont b {
        font-size: 0.4rem;
    }

    .page_banner .mcont p {
        font-size: 0.18rem;
    }

    .bg_paabout .left {
        padding-left: 0.2rem;
        width: calc(50% - 0.2rem);
    }

    .pa_about .bottom .right {
        padding-right: 0.2rem;
        width: calc(50% - 0.6rem);
    }

    .pa_culture_title .scont .left {
        padding-left: 0.2rem;
    }

    .pa_join_cont .left {
        padding-left: 0.2rem;
        width: calc(50% - 0.2rem);
    }

    .pa_join_cont .left .scont span {
        padding-top: 0.5rem;
    }

    .ck_result_cont {
        width: 80%;
    }
}

@media screen and (max-width: 960px) {
    .pa_about {
        line-height: 1.6;
    }

    .bg_paabout .left .scont b {
        line-height: 2;
    }

    .bg_paabout .left .scont b {
        margin-top: 0.1rem;
    }

    .pa_about .bottom .right {
        margin-top: 0.2rem;
    }

    .pa_culture_cont {
        padding: 0.5rem 0;
    }

    .pa_join_cont .left .scont span {
        padding-top: 0.3rem;
    }

    .bg_paabout .left .scont {
        max-width: 5.8rem;
        padding-right: 0.2rem;
    }

    .pa_about .bottom .right {
        width: calc(50% - 0.4rem);
    }

    .crumb .left {
        font-size: 0.14rem;
    }

    .crumb .right li a {
        font-size: 0.15rem;
        padding: 0 0.2rem;
    }

    .page_contact_cont li {
        margin-right: 0.2rem;
        width: calc((100% - 0.4rem) / 3);
    }

    .page_map {
        height: 3.5rem;
    }

    .ck_result_cont {
        padding: 0.2rem;
    }
}

@media screen and (max-width: 767px) {
    .page_banner {
        height: 2rem;
        background-size: cover;
    }

    .page_banner .mcont b {
        font-size: 0.28rem;
    }

    .page_banner .mcont p {
        font-size: 0.15rem;
        font-weight: normal;
    }

    .bg_paabout {
        display: block;
    }

    .bg_paabout .left {
        width: 100%;
        padding: 0;
    }

    .bg_paabout .left .scont {
        max-width: 100%;
        padding: 0 0.2rem 0.4rem;
        line-height: 1.8;
    }

    .bg_paabout .left .scont b {
        font-size: 0.2rem;
    }

    .bg_paabout .right {
        width: 100%
    }

    .bg_paabout .right .scont {
        max-width: 100%;
        width: 100%;
        line-height: 1.8;
    }

    .pa_about .bottom {
        display: block;
        overflow: hidden;
    }

    .pa_about .bottom .left {
        width: 100%;
        overflow: hidden;
    }

    .pa_about .bottom .right {
        display: block;
        width: calc(100% - 0.4rem);
        clear: both;
        margin: 0.2rem 0 0.4rem;
        padding: 0 0.2rem;
    }

    .pa_culture_title .scont .left {
        font-size: 0.2rem;
        line-height: 1rem;
    }

    .pa_culture_title .scont .right {
        height: 1rem;
    }

    .pa_culture_title .scont .right svg {
        width: 0.32rem;
        height: 0.32rem;
    }

    .pa_culture_cont {
        padding: 0.3rem 0;
    }

    .pa_culture_cont li b {
        font-size: 0.18rem;
        line-height: 2;
    }

    .pa_culture_cont li {
        padding: 0 0.05rem;
        width: calc((100% - 0.3rem) / 3);
    }

    .pa_join {
        margin-top: 0;
    }

    .pa_join_cont {
        display: block;
        overflow: hidden;
        padding-bottom: 0;
    }

    .pa_join_cont .left {
        width: calc(100% - 0.4rem);
        padding: 0 0.2rem 0.3rem;
        overflow: hidden;
    }

    .pa_join_cont .left .scont {
        max-width: 100%;
        padding-right: 0;

    }

    .pa_join_cont .right {
        width: 100%;
        display: block;
        clear: both;
        overflow: hidden;
    }

    .pa_join_cont .right img {
        top: 0;
        position: relative;
    }

    .crumb .left {
        display: none;
    }

    .crumb .right {
        width: 100%;
    }

    .crumb .right li {
        width: calc((100% - 4px) / 3);
    }

    .crumb .right li a {
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 0.15rem;
        line-height: 0.5rem;
    }

    .crumb .right ul {
        width: 100%;
        justify-content: space-between;
    }

    .news_cont {
        padding: 0.3rem 0;
    }

    .news_cont .top a {
        display: block;
    }

    .news_cont .top .sleft {
        width: 100%;
    }

    .news_cont .top .scenter {
        width: 100%;
    }

    .news_cont .title {
        font-size: 0.15rem;
    }

    .news_cont .title svg {
        width: 0.32rem;
        height: 0.32rem;
    }

    .news_cont .bottom li .title {
        font-size: 0.15rem;
    }

    .news_cont .bottom li .title svg {
        width: 0.32rem;
        height: 0.32rem;
    }

    .news_cont .bt_more2 {
        margin-top: 0.2rem;
    }

    .news_cont .bottom li .sleft {
        width: 100%;
    }

    .news_cont .bottom li a {
        display: block;
    }

    .news_cont .bottom li .scenter {
        width: 100%;
    }

    .news_cont .bottom li .sright {
        display: none;
    }

    .news_cont .dtime {
        font-size: 0.12rem;
    }

    .news_cont .desc {
        font-size: 0.12rem;
        line-height: 1.8;
        height: 0.43rem;
    }

    .news_cont .bottom li .desc {
        font-size: 0.12rem;
        line-height: 1.8;
        height: 0.43rem;
    }

    .news_detail .title {
        font-size: 0.24rem;
    }

    .news_detail .dtime {
        font-size: 0.12rem;
    }

    .news_detail .dtime svg {
        width: 0.2rem;
        height: 0.2rem;
    }

    .article-prevnext li {
        width: 100% !important;
    }

    .article-prevnext li.right {
        text-align: left;
    }

    .page_contact {
        padding: 0.3rem 0;
    }

    .crumb .right.cont_m li {
        width: calc((100% - 3px) / 2)
    }

    .page_contact_cont {
        display: block;
    }

    .page_contact_cont li {
        padding: 0.3rem 0.2rem;
        width: calc(100% - 0.4rem);
        margin-bottom: 0.2rem;
    }

    .page_contact_cont svg {
        width: 0.7rem;
        height: 0.7rem;
    }

    .page_contact_cont li .scont p {
        font-size: 0.18rem;
    }

    .check_box {
        bottom: -0.35rem;
    }

    .check_cont {
        padding: 0.15rem 0;
    }

    .check_cont input {
        height: 0.4rem;
        line-height: 0.4rem;
        width: calc(100% - 1rem);
    }

    .check_cont button svg {
        width: 0.3rem;
        height: 0.3rem;
    }

    .check_cont button {
        width: 0.6rem;
        height: 0.4rem;

    }

    .check_desc_cont {
        width: calc(100% - 0.4rem);
        margin: 0.55rem auto 0.4rem;
        padding: 0.2rem 0.2rem 0.4rem;
    }

    .check_desc_cont .title {
        font-size: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .check_desc_cont ul {
        display: block;
    }

    .check_desc_cont li {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .check_desc_cont li .num {
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
        bottom: -0.35rem;
    }

    .check_desc_cont li .img {
        margin-bottom: 0.3rem;
    }

    .check_desc_cont li .stitle {
        font-size: 0.18rem;
    }

    .footer .top {
        padding: 0.3rem 0 0.3rem;
    }

    .ck_result_cont .title p {
        font-size: 0.2rem;
    }

    .ck_result_cont .stitle {
        font-size: 0.14rem;
        display: block;
    }

    .ck_result_cont .scont p {
        font-size: 0.14rem;
        line-height: 1.8;
    }

    .ck_result_cont .title {
        padding-bottom: 0.15rem;
    }

    .ck_result_cont .cont {
        padding-top: 0.15rem;
    }

    .ck_result_cont .scont {
        padding: 0.15rem 0;
    }
}