﻿*,
html,
body {
    padding: 0;
    margin: 0;
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
}

nav {
    padding: 30px;
}

nav a {
    font-weight: 700;
    color: #2c3e50;
    cursor: pointer;
}

nav a.router-link-exact-active {
    color: #42b983;
}

.container_header {
    width: 100%;
    height: 78px;
    background: #121421;
}

.containerzjbm {
    margin-top: 6rem;
    margin: 0 auto;
}

.container_header_box {
    width: 85rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container_header_box_left img {
    height: 3.5rem;
    display: block;
}

nav {
    display: flex;
    align-items: center;
}

nav a {
    padding-left: 0.88rem;
    padding-right: 0.88rem;
    height: 2rem;
    text-decoration: none;
}

nav a .to_link {
    height: 2rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

nav a .to_link:hover {
    border-bottom: 3px solid #fff;
}

.banner,
.banner img {
    width: 100%;
    display: block;
}

.scjj720 {
    padding-bottom: 0.1rem;
}

.scdt {
    width: 100%;
    background-image: url(../images/scftbackground.png);
    padding-top: 5.125rem;
    padding-bottom: 4rem;
}

.scdt_title {
    font-size: 2.25rem;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #191d34;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    line-height: 1;
}

.scdt_title1 {
    font-size: 2.25rem;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #191d34;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 6rem;
}

.scdt_title div {
    width: 2.4rem;
    height: 1px;
    background: #0643a9;
    opacity: 0.2;
}

.scdt_info {
    font-size: 24px;
    font-family: Arial;
    font-weight: 700;
    color: #e0e8ef;
    text-align: center;
}

.colorLine img {
    width: 4.625rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.8rem;
}

.carousel_back {
    width: 30px;
    height: 100px;
    background-color: hsla(0, 0%, 100%, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ssjx_31 {
    margin-top: 7rem;
}

.carousel-control-prev {
    justify-content: flex-start !important;
}

.carousel-control-next {
    justify-content: flex-end !important;
}

.carousel_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.4rem;
    background: rgba(29, 29, 29, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}

.scdt_content_list {
    padding-left: 0 !important;
}

.scdt_content_list_li {
    width: 100%;
    height: 5.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.scdt_content_list_li_top {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.8rem;
}

.scdt_content_list_li_bottom {
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.swiper_flex {
    width: 48.8rem;
    height: 27.4rem;
    overflow: hidden;
}

.allow {
    height: 2.26rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.scdt_content {
    width: 75rem;
    margin: 0 auto;
    margin-top: 4.3rem;
}

.scdt_content .row1 {
    display: flex;
    width: 75rem;
}

.back_card {
    background: #3352ce;
    /* background: #4e6be0; */
    height: 100%;
    padding: 2rem;
}

.scjj,
.ssjx {
    width: 100%;
    padding-top: 5.125rem;
    padding-bottom: 4rem;
}

.ssjx {
    background: url(../images/ssjxbanner.png) no-repeat;
    background-size: 100% 60%;
}

@media (max-width: 576px) {
    .ssjx {
        background: url(../images/ssjxbanner.png) no-repeat;
        background-size: 100% 80%;
    }
}

.scjjInfo_right {
    width: 100%;
    height: 100%;
    position: relative;
}

.scjjInfo_right_top {
    width: 27rem;
    position: absolute;
    right: 0;
    top: 0;
}

.scjjInfo_right_top img {
    width: 100%;
    display: block;
}

.scjjInfo_right_bottom {
    width: 18rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    border-radius: 0.2rem;
}

.scjjInfo_right_bottom img {
    width: 16rem;
    display: block;
}

.ssrc {
    background-image: url(../images/ssrcbanner.png);
}

.ssrc,
.xwzx {
    width: 100%;
    padding-top: 5.125rem;
    padding-bottom: 4rem;
}

.ssrc_info {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    margin-top: 2.8rem;
    text-align: center;
}

.ssrc_row {
    width: 100%;
    justify-content: space-between;
}

.ssrc_row,
.ssrc_row_box {
    display: flex;
    align-items: center;
}

.ssrc_row_box {
    width: 31.5%;
    flex-direction: column;
    background: #fff;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    position: relative;
    cursor: pointer;
}

.ssrc_row_box:hover .ssrc_row_box_position {
    display: flex;
}

.ssrc_row_box:hover .ssrc_row_box_position_head {
    display: block;
}

.ssrc_row_box_image {
    height: 4.8rem;
}

.ssrc_row_box_image img {
    height: 100%;
    display: block;
}

.ssrc_row_box_text {
    font-size: 1.6rem;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #191d34;
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
}

.ssrc_row_box_position_line {
    width: 2.75rem;
    height: 0.25rem;
    background: #fff;
    margin: 0 auto;
    margin-top: 0.9rem;
}

.ssrc_row_box_position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/ssrcboxback.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.ssrc_row_box_position_top {
    font-size: 1.4rem;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.ssrc_row_box_position_head {
    position: absolute;
    width: 2rem;
    bottom: -1rem;
    right: 20%;
    justify-content: center;
    display: none;
}

.ssrc_row_box_position_center {
    font-size: 1.1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-justify: justify;
    margin-top: 1.2rem;
}

.ssrc_row_box_position_head img {
    width: 100%;
    display: block;
}

.xwzx_nav {
    width: 28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.xwzx_nav_Index {
    background-color: #e2edf7;
    color: #191d34;
    cursor: pointer;
}

.xwzx_nav_Index,
.xwzx_nav_IndexActive {
    width: 9rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xwzx_nav_IndexActive {
    background-color: #3352ce;
    color: #fff;
}

.xwzx_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xwzx_box_list {
    width: 36.5rem;
    box-shadow: 2px -5px 30px 0 rgba(51, 82, 206, 0.16);
    margin-top: 2.1rem;
}

.xwzx_box_list:hover {
    animation: 0.3s mymove forwards;
    -webkit-animation: 0.3s mymove forwards;
}

.search {
    width: 1.1rem;
    height: 1.5rem;
}

.search img {
    width: 100%;
    display: block;
}

.loading_fix {
    width: 100%;
    height: 100vh;
}

.loading_fix_loading {
    width: 100%;
}

select {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    text-indent: 1.5em;
    /* padding-right: 10%; */
}

@keyframes mymove {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.03, 1.03);
    }
}

#popTips {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popTips p {
    margin-bottom: 0;
}

.popTips {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.5rem;
    line-height: 1.7;
    color: white;
    background-color: rgba(0, 0, 0, 0.4)
}

#popTips.canHit {
    pointer-events: none
}

.xwzx_box_list_image {
    width: 100%;
    position: relative;
}

.xwzx_box_list_image img {
    width: 100%;
    display: block;
}

.xwzx_box_list_image_date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6rem;
    height: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3352ce;
}

.xwzx_box_list_image_date_top {
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
}

.xwzx_box_list_image_date_bottom {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
}

.xwzx_box_list_box {
    width: 100%;
    padding-left: 3.3rem;
    padding-right: 3.3rem;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xwzx_box_list_box_top {
    display: flex;
    align-items: center;
    border-left: 0.12rem solid #022ea7;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #484c62;
    padding-left: 0.52rem;
}

.xwzx_box_list_box_center {
    font-size: 1.5rem;
    font-weight: 700;
    color: #191d34;
    line-height: 2.25rem;
}

.xwzx_box_list_box_bottom,
.xwzx_box_list_box_center {
    width: 100%;
    font-family: Microsoft YaHei;
    text-align: left;
}

.xwzx_box_list_box_bottom {
    font-size: 0.9rem;
    font-weight: 400;
    color: #484c62;
}

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

.ssjx_top_left {
    width: 6.8rem;
}

.ssjx_top_left img {
    width: 100%;
    display: block;
}

.ssjx_top_right {
    width: 43%;
    font-size: 1.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 2rem;
    margin-left: 1rem;
    text-align: left;
}

.ssjx_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3.5rem;
}

.ssjx_list_box {
    width: 32.3%;
    /* height: 15.5rem; */
    background: #fff;
    /* padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem; */
}

.ssjx_list_top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.ssjx_list_top_left {
    font-size: 2.6rem;
    font-family: DIN;
    font-weight: 700;
    font-style: italic;
    color: #2543be;
    line-height: 1.1;
}

.ssjx_list_top_right {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 0.5rem;
}

.ssjx_list_bottom,
.ssjx_list_top_right {
    font-family: Microsoft YaHei;
    color: #191d34;
}

.ssjx_list_bottom {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    margin-top: 1rem;
}

.ssjx_ct {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 2.4rem;
}

.ssjx_ct_left,
.ssjx_ct_right {
    height: 24rem;
    padding-left: 4.3rem;
    padding-top: 4.3rem;
}

.ssjx_ct_left {
    width: 67%;
    background-image: url(../images/ssjx_leftbackground.png);
    background-size: 100% 100%;
    padding-right: 4rem;
}

.ssjx_ct_right {
    width: 33%;
    background-color: #2543be;
    padding-right: 2rem;
}

.ssjx_ct_top {
    font-size: 1.9rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
}

.ssjx_ct_center {
    font-size: 1.1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin-top: 1rem;
    text-justify: justify;
}

.gyhlwcgz {
    /* width: 75rem; */
    margin: 0 auto;
    margin-top: 5.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gyhlwcgz_nav {
    width: 100%;
    /* height: 286px; */
    position: relative;
}

.gyhlwcgz_nav img {
    width: 100%;
    height: 100%;
}

.gyhlwcgz_nav .videoImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
}

.gyhlwcgz img {
    width: 100%;
    display: block;
    height: auto;
}

.videoImg img {
    width: 20%;
    display: block;
}

.search {}

.loading_fix_loading {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.01rem;
}

.loading_fix_loading_box {
    width: 0%;
    height: 100%;
    border-radius: 0.01rem;
    background-color: #3352ce;
}

.bottom_info {
    width: 100%;
    background: #121421;
    padding-top: 3.9rem;
    padding-bottom: 1.9rem;
}

.bottom_info_box {
    width: 75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom_info_box_left {
    width: 49%;
    margin-bottom: 2rem;
}

.bottom_info_box_left_title {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
}

.bottom_info_box_left_info {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.86rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #acadb2;
    margin-top: 0.5rem;
}

.bottom_info_box_left_info span {
    margin-right: 1.9rem;
}

.bottom_line {
    width: 100%;
    height: 0.06rem;
    background-color: #000;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    border-top: 0.06rem solid #2a2c38;
}

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

.bottom_info_box_left_infofelx span {
    width: 50%;
}

.bottom_gs {
    width: 100%;
    height: 4.5rem;
    background: #0c0d17;
    font-size: 0.87rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #acadb2;
}

.fixed_right {
    width: 30%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 9999911;
    padding: 1rem;
    padding-top: 4rem;
    transition: transform 0.3s;
    will-change: transform;
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    -webkit-overflow-scrolling: touch;
}

.fixed_topNav {
    width: 3rem;
    position: fixed;
    top: 1.3rem;
    right: 1.2rem;
    z-index: 99999111;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 2rem;
}

.fixed_right_box {
    width: 100%;
    height: 4rem;
    border-bottom: 0.02rem solid rgb(233, 233, 237);
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #191D34;
    text-align: center;
    line-height: 4rem;
}

.drawer .fixed_right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fixed_ccc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.swiper-slide1 {
    height: 28.5rem;
}

.more {
    width: 13%;
    margin: 0 auto;
    margin-top: 3rem;
}

.more img {
    width: 100%;
    display: block;
}

.nav_mbx {
    width: 100%;
    height: 3.3rem;
    background-color: #f2f6fa;
}

.nav_mbx_nav {
    display: flex;
    align-items: center;
}

.nav_mbx_nav_img img {
    width: 1rem;
    margin-right: 0.7rem;
}

.nav_mbx_text {
    font-size: 1rem;
    color: #5c5e6b;
    font-family: Microsoft YaHei;
    margin-right: 0.7rem;
}

.nav {
    margin: 0 auto;
    margin-bottom: 2rem;
}

.page-item a {
    height: auto;
}

.pagination {
    margin: 0 auto;
}

.pagination li {
    margin-right: 7%;
}

.nav_mbx_box {
    width: 75rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_mbx_box_box {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333541;
}

.nav_mbx_box_boxact {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #191D34;
    position: relative;
}

.nav_mbx_box_boxline {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 0.25rem;
    background-color: #3352CE;
}

.hdjs_info {
    width: 100%;
}

.hdjs_info p {
    text-align: left;
}

.rcaplitst {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 0.06rem solid #d5e2ef;
    border-left: 0.06rem solid #d5e2ef;
    background-color: #f8fcff;
}

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

.rcaplitstheng_box1 {
    width: 33.3%;
}

.rcaplitstheng_box2 {
    width: 100%;
    min-height: 3.74rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    border-right: 0.06rem solid #d5e2ef;
    border-bottom: 0.06rem solid #d5e2ef;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    text-indent: 0;
}

.rcaplitstheng_box5 {
    width: 100%;
    min-height: 7.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    border-right: 0.06rem solid #d5e2ef;
    border-bottom: 0.06rem solid #d5e2ef;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.font13 {
    font-size: 1.3rem;
}

.rcaplitstheng_box {
    width: 33.3%;
    min-height: 3.74rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    border-right: 0.06rem solid #d5e2ef;
    border-bottom: 0.06rem solid #d5e2ef;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.rcaplitstheng_box4 {
    width: 33.3%;
    min-height: 40.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    border-right: 0.06rem solid #d5e2ef;
    border-bottom: 0.06rem solid #d5e2ef;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.qtsx_list {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.qtsx_list_box {
    width: 33.3%;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333541;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav_mbx_box_navFather {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.c_col_width {
    width: 100%;
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #F3F8FC;
    margin-top: 2rem;
}

.image_add {
    width: 9%;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.image_add img {
    width: 100%;
}

.fixTab {
    /* width: 8.7%; */
    position: fixed;
    top: 65vh;
    right: 0;
    z-index: 999999;
}

.fixTab_box {
    width: 100%;
}

.fixTab_box2 {
    width: 45%;
}

.fixTab_box2 img {
    width: 100%;
    display: block;
}

.fixTab_box img {
    width: 100%;
    display: block;
    margin-bottom: 0.1rem;
}

.nav_mbxfixd {
    position: fixed;
    top: 4.6rem;
    left: 0;
    z-index: 999999999999999999999999;
}

.zwsj {
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1227px;
    }
}

@media (max-width: 1368px) {
    .scdt_title1 {
        padding-top: 2rem;
    }
    .swiper_flex {
        width: 44.8rem;
    }
    .scdt_content {
        width: 100%;
    }
    .scdt_content .row1 {
        width: 100%;
    }
    .allow {
        height: 2rem;
    }
    .xwzx_box_list {
        width: 34.5rem;
    }
    .ssjx_top_right {
        width: 47%;
    }
}

@media (max-width: 1280px) {
    .scdt {
        padding-bottom: 3rem;
    }
    .scdt_title1 {
        padding-top: 2rem;
    }
    .container_header_box {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    nav a {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .xwzx_box_list {
        width: 33.5rem;
        /* width: 36.5rem; */
    }
    .scdt_content {
        width: 100%;
    }
    .scdt_content .row1 {
        width: 100%;
        display: flex;
    }
    .scdt_content_image {
        margin-right: 2%;
        width: 64.66666667%;
    }
    .scdt_content_image .swiper_flex {
        width: 100%;
    }
    .card-body {
        padding: 1rem;
    }
    .carousel_text {
        font-size: 1.2rem;
    }
    .scdt_content_list_li {
        height: 5.3rem;
    }
    .scdt_content_list_li_top {
        margin-bottom: 0.2rem;
    }
    .back_card {
        padding: 1rem;
    }
    .container_header_box {
        width: 100%;
    }
    nav {
        padding: 0;
    }
    .allow {
        align-items: center;
    }
    .scdt_content_list_li {
        height: 5rem;
    }
}

.scjjInfo_title {
    width: 100%;
    display: flex;
    align-items: center;
}

.scjjInfo_title img {
    width: 1.5rem;
}

.scjjInfo_titleP {
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #191d34;
    margin-left: 1.4rem;
}

.scjjInfo_info {
    /* width: 90%; */
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 2rem;
    /* text-indent: 1.5em; */
    text-indent: 2em;
    text-align: left;
    text-align: justify;
    margin-top: 2rem;
}

.scjjInfo_infoflex {
    text-indent: 0em;
}

.search_input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-control {
    width: 91%;
}

.sousuo_search {
    width: 8%;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3352ce;
    color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 8%;
    height: 2.3rem;
}

.scjjInfo_info_new {
    width: 100%;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 2rem;
    text-indent: 1.5em;
    text-align: left;
    text-align: justify;
    /* margin-top: 2rem; */
}

.scjjInfo_info_new img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.scjjInfo_info_image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.scdt_des {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.scdt_desline {
    width: 100%;
    height: 0.06rem;
    background-color: #ebecf3;
    margin-top: 1.3rem;
    margin-bottom: 1.5rem;
}

.scjjInfo_info_image .img {
    width: 35.2rem;
    height: 13.5rem;
}

.scjjInfo_info_image .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.scjjInfo_bottom {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.scjjInfo_bottomLeft {
    width: 9.75rem;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.scjjInfo_bottomLeft img {
    width: 100%;
    display: block;
}

.flex_share {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.erweeima {
    width: 15%;
    position: absolute;
    top: -12rem;
    display: none;
}

.flex_share:hover .erweeima {
    display: block;
}

.erweeima img {
    display: block;
    width: 100% !important;
}

.flex_share img {
    width: 2.8rem;
    display: flex;
}

.nextOrprve {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.nextOrprev_box {
    width: 48%;
    height: 4.7rem;
    line-height: 2.7rem;
    background: #F2F6FA;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333541;
    padding: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1280px) {
    .bottom_info_box {
        width: 100%;
    }
}

@media (max-width: 1180px) {
    .swiper_flex {
        height: auto;
    }
    .swiper-slide1 {
        height: 22.1rem;
    }
}

@media (max-width: 1024px) {
    .swiper_flex {
        height: auto;
    }
}

@media (max-width: 1024px) {
    .swiper-slide1 {
        height: 22rem;
    }
    .scdt_title1 {
        padding-top: 2rem;
    }
    .scdt_content {
        width: 58.5rem;
    }
    .scdt_content .row1 {
        width: 100%;
        display: flex;
    }
    .scdt_content_image {
        margin-right: 0.2rem;
    }
    .scdt_content_image .swiper_flex {
        width: 100%;
    }
    .card-body {
        padding: 1rem;
    }
    .carousel_text {
        font-size: 1rem;
    }
    .scdt_content_list_li {
        height: 4.3rem;
    }
    .scdt_content_list_li_top {
        margin-bottom: 0.2rem;
    }
    .back_card {
        padding: 1rem;
    }
    .container_header_box {
        width: 100%;
    }
    nav {
        display: none;
    }
    .bottom_info_box {
        width: 61rem;
    }
    .xwzx_box_list {
        width: 28.5rem;
    }
    .fixed_topNav {
        display: flex;
    }
    .fixed_topNav_box {
        width: 2.5rem;
        height: 0.2rem;
        background-color: #fff;
    }
    .fixed_topNav_box_1 {
        width: 3rem;
        height: 0.3rem;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -moz-transform: rotate(45deg);
        /* Firefox */
        -webkit-transform: rotate(45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(45deg);
        /* Opera */
        background-color: #000;
        position: fixed;
        right: 0.9rem;
        top: 2.2rem;
    }
    .fixed_topNav_box_2 {
        width: 3rem;
        height: 0.3rem;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        -moz-transform: rotate(-45deg);
        /* Firefox */
        -webkit-transform: rotate(-45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-45deg);
        /* Opera */
        background-color: #000;
        position: fixed;
        right: 0.9rem;
        top: 2.2rem;
    }
    .nav_mbx_box_navFather {
        width: 100%;
        height: 100%;
        overflow-x: scroll;
    }
}

.input_box {
    width: 80%;
    margin: 0 auto;
}

.input_box_top {
    width: 100%;
    display: flex;
    align-items: center;
}

.input_box_topspan {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #191D34;
}

.input_box_bottom {
    width: 100%;
    height: 3.2rem;
    background: #FFFFFF;
    border: 0.06rem solid #D6D9E9;
    margin-top: 1.2rem;
}

.fujian_input_box_bottom{
    margin-top: 1.2rem;
}

.input_box_bottom3 {
    width: 100%;
    height: 3.2rem;
    /*    background: #FFFFFF;
    border: 0.06rem solid #D6D9E9; */
    margin-top: 1.2rem;
    padding-right: 1%;
}

.input_box_bottom1 {
    width: 100%;
    background: #FFFFFF;
    border: 0.06rem solid #D6D9E9;
    margin-top: 1.2rem;
}

.input_box_bottom input {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 3.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    background: none;
    outline: none;
    border: none;
    text-indent: 1.5em;
}

.input_box_bottom1 textarea {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    background: none;
    outline: none;
    border: none;
    text-indent: 1.5em;
    padding: 0.5rem;
}

.input_box_bottom3 option {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}

input::input-placeholder {
    color: #999CA9;
}

.marginTop {
    margin-top: 2rem;
}

.submit {
    width: 12%;
    height: 2.6rem;
    background: #3352CE;
    margin: 0 auto;
     margin-top: 5rem;
    margin-bottom: 6rem;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.6rem;
    text-align: center;
}
.search_input .submit{
  margin-top:0;
   margin-bottom:0;
}
.red_delect {
    width: 12%;
    height: 2.6rem;
    background: #FFFFFF;
    border: 1px solid #D6D9E9;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D2002C;
    line-height: 2.6rem;
    text-align: center;
}

@media (max-width: 912px) {
    .scdt_title1 {
        padding-top: 2rem;
        font-size: 2rem;
    }
    .scdt_content {
        width: 100%;
    }
    .carousel_text span:first-child {
        width: 71%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 37.333333%;
    }
    .scjj720 {
        padding: 1rem;
    }
    .submit {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .red_delect {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .row1 {
        flex-wrap: wrap;
    }
    .swiper_flex {
        height: 25.3rem;
    }
    .banner {
        height: 100%;
    }
    .col-md-8 {
        width: 100%;
    }
    .col-md-4 {
        width: 100%;
    }
    .scdt {
        padding-bottom: 0;
    }
    .scdt_content .row1 {
        flex-wrap: wrap;
    }
    .scdt_content_image {
        width: 100%;
    }
    .col-md-5 {
        height: 35rem;
        width: 100%;
    }
    .xwzx_box_list {
        width: 100%;
    }
    .ssjx_list_top {
        align-items: flex-start;
    }
    .ssjx_list_box {
        /* height: 19.5rem; */
    }
    .ssjx_ct_left,
    .ssjx_ct_right {
        height: 25rem;
        padding-left: 2.3rem;
        padding-top: 2.3rem;
    }
    .gyhlwcgz {
        margin-top: 3.3rem;
    }
    .bottom_info_box {
        width: 100%;
        flex-wrap: wrap;
    }
    .bottom_info_box_left {
        width: 100%;
    }
    .rcaplitstheng {
        font-size: 0.8rem;
    }
    .input_box_bottom input {
        font-size: 0.9rem;
    }
    .input_box_bottom textarea {
        font-size: 0.9rem;
    }
    .input_box_bottom3 option {
        font-size: 0.9rem;
    }
}

@media (max-width: 720px) {
    .scjj720 {
        padding-bottom: 1rem;
    }
    .scdt_title1 {
        font-size: 1.5rem;
        margin: 0 auto;
        padding-top: 2rem;
    }
    .input_box {
        width: 100%;
    }
    .scdt_content {
        width: 100%;
    }
    .input_box_bottom input {
        font-size: 0.9rem;
    }
    .input_box_bottom textarea {
        font-size: 0.9rem;
    }
    .input_box_bottom3 option {
        font-size: 0.9rem;
    }
    .submit {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .red_delect {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .scdt_content .row1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .container_header {
        height: 4.9rem;
    }
    .container_header_box_left img {
        padding-left: 1rem;
        padding-right: 1rem;
        height: 2rem;
    }
    .scdt {
        background-image: none;
    }
    .scdt_content_image {
        margin-right: 0;
        width: 100%;
    }
    .scdt_content_image .swiper_flex {
        width: 100%;
    }
    .card-body {
        padding: 1rem;
    }
    .carousel_text {
        font-size: 0.86rem;
    }
    .scdt_content_list {
        width: 100%;
        margin-top: 1.2rem;
    }
    .scdt_content_list_li {
        height: 4.3rem;
    }
    .scdt_content_list_li_top {
        margin-bottom: 0.2rem;
    }
    .back_card {
        padding: 1rem;
    }
    .container_header_box {
        width: 100%;
    }
    nav {
        display: none;
    }
    .scjjInfo_info {
        width: 100%;
    }
    .scjjInfo_right {
        width: 100%;
        height: 36rem;
        position: relative;
    }
    .ssrc_row_box {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
    .ssrc_row_box_image {
        height: 2.8rem;
    }
    .ssrc_row_box_text {
        font-size: 1rem;
    }
    .ssrc_row_box_text {
        margin-top: 1rem;
    }
    .ssrc_row_box_position_top {
        font-size: 1rem;
    }
    .ssrc_row_box_position_center {
        font-size: 0.6rem;
    }
    .xwzx_box_list {
        width: 15.5rem;
    }
    .xwzx_box_list_image_date {
        width: 3rem;
        height: 2.5rem;
    }
    .xwzx_box_list_image_date_top {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .xwzx_box_list_image_date_bottom {
        font-size: 0.7rem;
    }
    .xwzx_box_list_box {
        width: 100%;
        padding-left: 1.3rem;
        padding-right: 1.3rem;
        padding-top: 0.8rem;
        padding-bottom: 1.8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .xwzx_box_list_box_center {
        font-size: 1rem;
    }
    .xwzx_box_list_box_bottom {
        margin-top: 0.5rem;
    }
    .ssjx_top_right {
        width: 69%;
    }
    .ssjx_list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 3rem;
    }
    .ssjx_list_box {
        width: 100%;
        height: auto;
    }
    .ssjx_ct {
        justify-content: center;
        flex-wrap: wrap;
    }
    .ssjx_ct_left {
        width: 100%;
        padding-right: 2rem;
    }
    .ssjx_ct_right {
        width: 100%;
    }
    .ssjx_ct_left,
    .ssjx_ct_right {
        height: 19rem;
        padding-left: 2.3rem;
        padding-top: 2.3rem;
    }
    .gyhlwcgz {
        margin-top: 3.3rem;
    }
    .bottom_info_box {
        width: 100%;
    }
    .bottom_info_box_left {
        width: 100%;
    }
    .fixed_right {
        width: 40%;
    }
    .fixed_right_box {
        font-size: 1.2rem;
        line-height: 3.5rem;
        height: 3.5rem;
    }
}

@media (max-width: 540px) {
    .weixinFather {
        display: none;
    }
    .image_add {
        width: 25%;
        position: absolute;
        right: 0;
    }
    .image_add img {
        width: 100%;
    }
    .containerzjbm {
        padding-top: 2rem;
    }
    .input_box {
        width: 100%;
    }
    .input_box_bottom input {
        font-size: 0.9rem;
        text-indent: 1em;
    }
    .input_box_bottom1 textarea {
        font-size: 0.9rem;
        text-indent: 1em;
    }
    .input_box_bottom3 select {
        text-indent: 1em;
        font-size: 0.9rem;
    }
    .input_box_bottom3 option {
        text-indent: 0.9em;
        font-size: 0.9rem;
    }
    .scdt_title1 {
        font-size: 1.5rem;
    }
    .scdt_content {
        width: 100%;
    }
    .scdt_content .row1 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .container_header {
        height: 4.9rem;
    }
    .container_header_box_left img {
        padding-left: 1rem;
        padding-right: 1rem;
        height: 2rem;
    }
    .scdt {
        background-image: none;
    }
    .scdt_content_image {
        margin-right: 0;
        width: 100%;
    }
    .scdt_content_image .swiper_flex {
        width: 100%;
    }
    .card-body {
        padding: 1rem;
    }
    .carousel_text {
        font-size: 0.86rem;
    }
    .scdt_content_list {
        width: 100%;
        margin-top: 1.2rem;
    }
    .scdt_content_list_li {
        height: 4.3rem;
    }
    .scdt_content_list_li_top {
        margin-bottom: 0.2rem;
    }
    .back_card {
        padding: 1rem;
    }
    .container_header_box {
        width: 100%;
    }
    nav {
        display: none;
    }
    .scjjInfo_info {
        width: 100%;
    }
    .scjjInfo_right {
        height: 35rem;
    }
    .ssrc_row,
    .ssrc_row_box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ssrc_row_box {
        width: 70.5%;
        margin-top: 1.5rem;
    }
    .xwzx_box {
        justify-content: center;
    }
    .ssjx_list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .ssjx_list_box {
        width: 100%;
        margin-top: 1.5rem;
    }
    .ssjx_ct {
        justify-content: center;
        flex-wrap: wrap;
    }
    .ssjx_ct_left {
        width: 100%;
    }
    .ssjx_ct_right {
        width: 100%;
    }
    .gyhlwcgz {
        margin-top: 3.3rem;
    }
    .bottom_info_box {
        width: 100%;
        font-size: 0.6rem;
    }
    .bottom_info_box_left {
        width: 100%;
    }
    .weixin_right {
        right: 0.3rem;
    }
    .fixed_right {
        width: 50%;
    }
    .ssjx_ct_left,
    .ssjx_ct_right {
        height: 20rem;
        padding-left: 1.3rem;
        padding-top: 2.3rem;
    }
    .ssjx_ct_left {
        padding-right: 1rem;
    }
}

@media (max-width: 414px) {
    .form-control {
        width: 80%;
    }
    .sousuo_search {
        font-size: 0.7rem;
        width: 15%;
    }
    .popTips {
        font-size: 0.9rem;
    }
    .popTips p {
        margin-bottom: 0;
    }
    .nav_mbxfixd {
        top: 3.6rem;
    }
    .textind {
        text-indent: 0 !important;
    }
    .rcaplitstheng_box4 {
        min-height: 80.85rem;
    }
    .height74 {
        height: 10.47rem !important;
    }
    .scjjInfo_right {
        height: 31rem;
    }
    .scjjInfo_right_top {
        display: flex;
        justify-content: flex-end;
    }
    .scjjInfo_right_top img {
        width: 82%;
    }
    .scjjInfo_right_bottom {
        width: 12rem;
        /* bottom: 4rem; */
    }
    .scjjInfo_right_bottom img {
        width: 11rem;
    }
    .nav {
        margin-top: 1rem;
    }
    .font13 {
        font-size: 0.8rem;
        line-height: 1.7;
    }
    .scjjInfo_info {
        font-size: 0.8rem;
    }
    .erweeima {
        width: 15%;
        position: absolute;
        top: -3.5rem;
        display: none;
    }
    .nextOrprev_box {
        font-size: 1rem;
        height: 2.7rem;
        line-height: 0.7rem;
    }
    .more {
        width: 20%;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .fixTab {
        width: 21%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .fixTab image4 {}
    .scdt_des .scjjInfo_info {
        font-size: 0.7rem;
    }
    .scdt_des {
        width: 100%;
    }
    .flex_share {
        margin-top: 3rem;
    }
    .scjjInfo_info_new img {
        width: 100%;
    }
    .scdt_des .scjjInfo_info:nth-child(2) {
        display: none;
    }
    .flex_share img {
        width: 2rem;
    }
    .scjjInfo_info_image .img {
        width: 9.8rem;
        height: 5.4rem;
    }
    .scjjInfo_info_image .img img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .scjjInfo_info2 span:first-child {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /* .scjjInfo_info3 span:nth-child(2) {
    } */
    .scjjInfo_info3 span:nth-child(2) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: none;
    }
    .scjjInfo_info3 span:first-child {
        width: 14.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .scjjInfo_info3 span {
        text-indent: 0;
    }
    .swiper-slide1 {
        height: 14rem;
    }
    .submit {
        width: 25%;
    }
    .red_delect {
        width: 25%;
    }
    .scdt_title1 {
        width: 100% !important;
        font-size: 1.3rem;
    }
    .pagination-lg .page-link {
        padding: 0.5rem;
        font-size: 1rem;
    }
    .container_header {
        height: 3.9rem;
    }
    .container_header_box {
        padding-left: 0;
    }
    .fixed_topNav {
        width: 1.7rem;
        height: 1.2rem;
    }
    .fixed_topNav_box {
        width: 1.5rem;
        height: 0.1rem;
    }
    .fixed_topNav_box_1 {
        width: 1.5rem;
        height: 0.1rem;
    }
    .fixed_topNav_box_2 {
        width: 1.5rem;
        height: 0.1rem;
    }
    .fixed_right_box {
        font-size: 1rem;
    }
    /* .banner,
    .banner img {
        height: 15rem;
    } */
    .scdt_title {
        font-size: 1.5rem;
    }
    .scdt_info {
        font-size: 1rem;
    }
    .colorLine img {
        width: 2.625rem;
        margin-top: 0.5rem;
    }
    .scdt_title div {
        width: 1.4rem;
    }
    .scdt_title span {
        margin-left: 10px;
        margin-right: 10px;
    }
    .scdt {
        padding-top: 3rem;
    }
    .scdt_content {
        margin-top: 1.3rem;
    }
    .carousel_text span:first-child {
        width: 71%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        /* height: 1.25rem; */
    }
    .carousel_text {
        height: 2.4rem;
    }
    .scdt_content_list_li_top {
        font-size: 1rem;
    }
    .allow img {
        width: 10%;
    }
    .scdt {
        padding-bottom: 0rem;
    }
    .scjj,
    .ssjx {
        padding-top: 3rem;
    }
    .scjjInfo_titleP {
        font-size: 1.3rem;
    }
    .scjjInfo_title img {
        width: 1rem;
    }
    .scjjInfo_bottom img {
        width: 1rem;
    }
    .xwzx_nav {
        width: 19rem;
    }
    .ssjx_top_right {
        font-size: 1rem;
    }
    .ssjx_list_top_left {
        font-size: 1.6rem;
    }
    .ssjx_list_top_right {
        font-size: 1.1rem;
    }
    .ssjx_list_bottom {
        font-size: 1rem;
    }
    .ssjx_ct_top {
        font-size: 1.5rem;
    }
    .ssjx_ct_center {
        font-size: 1rem;
    }
    .scjjInfo_info {
        margin-top: 1rem;
    }
    .scjjInfo_info p:last-child {
        margin-top: 1rem;
    }
    .scjjInfo_bottom {
        display: none;
    }
    .scdt_content_list {
        margin-top: 1rem;
    }
    .ssrc,
    .xwzx {
        padding-top: 3rem;
    }
    .ssrc_info {
        margin-top: 1rem;
    }
    .ssrc_row_box {
        width: 100%;
    }
    .ssrc_row_box_image {
        height: 4.8rem;
    }
    .ssrc_row_box_text {
        margin-top: 1.2rem;
        font-size: 1.1rem;
    }
    .ssrc_row_box_text span {
        font-size: 1rem;
    }
    .xwzx_nav_Index,
    .xwzx_nav_IndexActive {
        width: 6rem;
    }
    .xwzx_box_list {
        width: 100%;
    }
    .xwzx_box_list_image_date {
        width: 6rem;
        height: 4rem;
    }
    .xwzx_box_list_image_date_top {
        margin-bottom: 0.2rem;
    }
    .xwzx_box_list_box_top {
        font-size: 0.9rem;
    }
    .xwzx_box_list_box_center {
        line-height: 1.5;
    }
    .ssjx_ct_center span {
        font-size: 1.2rem;
    }
    .bottom_info_box_left_info {
        flex-wrap: wrap;
    }
    .bottom_info {
        padding-bottom: 0rem;
    }
    .gyhlwcgz {
        margin-top: 1.3rem;
    }
    .scjj,
    .ssjx {
        padding-bottom: 1.5rem;
    }
    .xwzx {
        padding-bottom: 0rem;
    }
    .ssrc_row_box_position_top {
        font-size: 1.2rem;
    }
    .ssrc_row_box_position_top {
        font-size: 1rem;
    }
    .bottom_info_box_left_title {
        font-size: 1.1rem;
    }
    .ssrc_row_box_position_top {
        font-size: 1.3rem;
    }
    .ssrc_row_box_position_center {
        font-size: 1rem;
    }
    .ssrc_row_box_position {
        height: 101%;
    }
    .ssjx_list_top {
        align-items: flex-start;
    }
    .rcaplitst {
        font-size: 0.8rem;
    }
    .qtsx_list {
        flex-wrap: wrap;
    }
    .qtsx_list_box {
        width: 100%;
        font-size: 0.8rem;
    }
    p {
        text-align: justify !important;
    }
    .nav_mbx_box_navFather {
        width: 100%;
        height: 100%;
        overflow-x: scroll;
    }
}

@media (max-width: 390px) {
    .scjjInfo_right_top img {
        width: 65%;
    }
    .scjjInfo_right {
        height: 25rem;
    }
}

@media (max-width: 375px) {
    .scjjInfo_right_top {
        width: 100%;
    }
    .scjjInfo_right {
        height: 27rem;
    }
    .scjjInfo_info3 span:first-child {
        width: 13.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .scjjInfo_right_bottom {
        padding-top: 0.5rem;
        left: 0rem;
    }
    .container_header_box_left img {
        height: 1.5rem;
    }
    .xwzx_nav {
        width: 16rem;
    }
    .xwzx_nav_Index,
    .xwzx_nav_IndexActive {
        width: 5rem;
    }
    .ssjx_ct_left,
    .ssjx_ct_right {
        height: 22rem;
    }
    .fixed_right {
        width: 64%;
    }
}

@media (max-width: 280px) {
    .scjjInfo_right {
        height: 21rem;
    }
    .swiper-slide1 {
        height: 9rem;
    }
    .scdt_title1 {}
    .container_header_box_left img {
        height: 1.5rem;
    }
    .xwzx_nav {
        width: 16rem;
    }
    .xwzx_nav_Index,
    .xwzx_nav_IndexActive {
        width: 5rem;
    }
    .ssjx_ct_left,
    .ssjx_ct_right {
        height: 22rem;
    }
    .fixed_right {
        width: 64%;
    }
}

.bottom_info {
    display: none;
}