.lunbo {
    width: calc(100% + 0.6rem);
    margin-left: -0.3rem;
    height: 3.8rem;
    position: relative;
    /* top: 0.24rem; */
}

.lunbo_back {
    width: 100%;
    position: absolute;
    bottom: -0.02rem;
    z-index: 10;
}

.lunbo .imgs {
    width: 100%;
    height: 2.8rem;
    object-fit: cover;
}

.njyjs_banner {
    height: 2.8rem;
}

.njyjs_banner li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.njyjs_banner li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    height: 0.6rem;
    width: 100%;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    box-sizing: border-box;
}

.njyjs_banner li a p span {
    display: inline-block;
    width: 90%;
    margin: 0 auto;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_new_l {
    width: 100%;
    height: auto;
    position: relative;
}

.in_newbox {
    margin-top: 0;
}

.in_new_l .new_tabnav li {
    display: inline-block;
    line-height: 0.62rem;
    padding-left: 0.56rem;
    padding-right: 0.24rem;
    /* font-weight: bold; */
    font-size: 0.36rem;
    margin-right: 0.32rem;
    position: relative;
    cursor: pointer;

}

.in_new_l .new_tabnav li .bt_icon::after {
    opacity: 0.6;
}

.bt_icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.14rem;
    width: 0.44rem;
    height: 0.34rem;
    background: url(qhkx_index_01.png) left center no-repeat;
    background-size: 0.44rem 0.34rem;
}

.new_tabnav .xian::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.15rem;
    width: 0.02rem;
    height: 0.3rem;
    background-color: #14469d;
}

.in_new_l li.on {
    color: #14469d;
}

.in_new_l li.on .bt_icon::after {
    opacity: 1;
}

.in_new_list {
    width: 100%;
    position: relative;
    height: 0;
}

.in_new_list.active {
    height: auto;
    padding-top: 0.2rem;
}

.in_new_list .more {
    right: 0;
    top: -0.68rem;
}

.more {
    position: absolute;
    right: 0;
    top: 0.08rem;
    color: #333;
    line-height: 0.72rem;
    padding-right: 0.44rem;
    background: url(qhkx_icon_more.png) right 0.24rem no-repeat;
    background-size: 0.32rem auto;
    font-weight: normal;
    font-size: 0.32rem;
    color: #1755c1;
}

.pagination .more{
    position: static;
    background: none;
        border: 1px solid;
    border-radius: 0.2rem;
}

/* .more:hover {
    color: #1755c1;
} */

.in_new_list .imgnew {
    font-size: 0.32rem;
    width: 100%;
    height: 5.5rem !important;
}

.in_new_list .imgnew li {
    width: 100%;
    height: 5.3rem !important;
    position: relative;
    border-bottom: 0.04rem solid #1755c1;
    line-height: 150%;
}

.in_new_list .imgnew li .time {
    position: absolute;
    top: 2.7rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: linear-gradient(120deg, #5597cb 0%, #1755c1 100%);
    font-family: Arial;
    color: #fff;
    text-align: center;
    line-height: 100%;
}

.in_new_list .imgnew li .time p {
    padding: 0;
}

.in_new_list .imgnew li .time .p1 {
    font-size: 0.32rem;
    font-weight: bold;
    padding-top: 0.16rem;
}

.in_new_list .imgnew li .time .p2 {
    font-size: 0.28rem;
}

.in_new_list .imgnew li:nth-child(2n) {
    margin-right: 0;
}

.in_new_list .imgnew a {
    display: block;
}

.in_new_list .imgnew a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_new_list .imgnew img {
    width: 100%;
    height: 3.24rem;
    object-fit: cover;
    margin-bottom: 0.68rem;
    transition: all .5s;
}

.in_new_list .imgnew img:hover {
    transform: scale(1.05);
}

.in_new_list .new_list {
    margin-top: 0.28rem;
    font-size: 0.32rem;
}

.in_new_list .new_list li {
    width: 100%;
    float: left;
    margin-right: 0.36rem;
    line-height: 150%;
    position: relative;
    padding: 0.14rem 0;
}

.in_new_list .new_list li:nth-child(2n) {
    margin-right: 0;
}

.in_new_list .new_list li .dot::after {
    content: "";
    position: absolute;
    height: 0.28rem;
    width: 0.28rem;
    background: url(qhkx_dot.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0.3rem;

}

.in_new_list .new_list li a {
    padding-left: 0.52rem;
    display: block;

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

.in_tzbox {
    width: 100%;
    margin-top: 0.16rem;
    border-bottom: 0.08rem solid #1755c1;
    padding-bottom: 0.12rem;
    box-shadow: 0.02rem 0.04rem 0.16rem rgba(0, 0, 0, 0.1);
    position: relative;
}

.in_tzbox .more{
    display: none;
}

.tzgg_back {
    width: 5rem;
    position: absolute;
    top: 5.8rem;
    right: 0;
}

.in_tzbox .in_title {
    margin: 0 0.4rem;
    border-bottom: 0.02rem solid #d5e1f5;
}

.in_title {
    background: url(qhkx_index_01.png) left center no-repeat;
    background-size: 0.44rem 0.34rem;
    padding-left: 0.66rem;
    position: relative;
    line-height: 0.88rem;
    font-size: 0.36rem;
}

.in_tz_li {
    margin: 0.12rem 0.4rem;
    height: 9.7rem;
    overflow: hidden;
}

.in_tz_li_box {
    padding: 0.32rem 0;
}

.in_tz_li li {
    border-bottom: 0.02rem solid #e4ebf9;
    line-height: 150%;
    position: relative;
    box-sizing: border-box;
}

.in_tz_li li .icon_top {
    position: absolute;
    background: url(qhkx_icon_top.png) no-repeat;
    background-size: 0.4rem 0.24rem;
    width: 0.4rem;
    height: 0.24rem;
    top: 0.12rem;
    left: 1.2rem;
}

.in_tz_li li .time {
    float: left;
    border-right: 0.02rem solid #e4ebf9;
    margin-right: 0.28rem;
    padding-right: 0.2rem;
    font-family: Arial;
    line-height: 0.44rem;
    text-align: center;
    padding-top: 0.08rem;
}

.in_tz_li li a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.32rem;
    line-height: 0.48rem;
}

.in_tz_li li .time .p1 {
    font-size: 0.36rem;
    color: #1755c1;
    font-weight: bold;
}

.in_tz_li li .time .p2 {
    font-size: 0.28rem;
    color: #4c5e7e;
}

.in_tz_li li a {
    clear: left;
}

.in_tzbox .icon_fy {
    text-align: center;
    line-height: 0.4rem;
    color: #d5e1f5;
    padding: 0.12rem;
}

.in_tzbox .icon_fy a {
    display: inline-block;
    width: 45%;
    height: 0.32rem;
    opacity: .5;
}

.in_tzbox .icon_fy a:hover {
    opacity: 1;
}

.in_tzbox .icon_fy .a1 {
    background: url(qhkx_icon_jt01.png) center center no-repeat;
}

.in_tzbox .icon_fy .a2 {
    background: url(qhkx_icon_jt02.png) center center no-repeat;
}


.in_dj {
    min-height: 11.44rem;
    background: url(qhkx_index_02-new-m.png) right bottom no-repeat #e6f0fc;
    background-size: 100% auto;
}

.in_djnr {
    position: relative;
    padding-top: 0.68rem;
}

.in_dj_nav .nav2 {
    line-height: 0.68rem;
    font-size: 0.32rem;
    white-space: nowrap;
    margin-top: 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
    overflow-y: hidden;
}

.in_dj_nav .nav2 div {
    width: 9rem;
}

.in_dj_nav .nav2::-webkit-scrollbar {
    display: none;
}

.in_dj_nav .nav2 li {
    margin: 0.08rem 0;
    cursor: pointer;
    position: relative;
    float: left;
    white-space: nowrap;
}

.in_dj_nav .nav2 li .line,
.in_dj_nav .nav2 li .jt {
    display: none;
}

.in_dj_nav .nav2 li.on .line,
.in_dj_nav .nav2 li .jt {
    display: block;
}

.in_dj_nav .nav2 li.on {
    color: #1755c1;
    font-weight: bold;

}

.in_dj_nav .nav2 .on .line::after {
    content: "";
    position: absolute;
    width: 0.48rem;
    height: 0.04rem;
    left: 50%;
    bottom: -0.1rem;
    background: #1755c1;
    margin-left: -0.43rem;
}

.in_dj_nav .nav2 span {
    padding-right: 0.4rem;
}

.in_djnr .imgbox {
    width: 100%;
    position: relative;
    margin-top: 0.28rem;
    height: 7.6rem !important;
    overflow: hidden;
}

.in_djnr .imgbox .imgbig {
    width: 100%;
    height: 6.92rem !important;
    position: relative;
}

.in_djnr .imgbox .lm_tit {
    position: absolute;
    left: 0.4rem;
    width: 1.68rem;
    height: 0.48rem;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    z-index: 2;
}

.in_djnr .imgbox .imgbig .lm_tit {
    bottom: 2.26rem;
    background-color: #a60817;
}

.in_djnr .imgbox .imgbig .img {
    width: 100%;
    height: 5.1rem;
}

.in_djnr .imgbox .imgbig .text {
    padding: 0.4rem;
}

.in_djnr .imgbox .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.in_djnr .imgbox .text {
    width: 78%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    font-size: 0.32rem;
    line-height: 0.52rem;
    height: 1.68rem;
}

.in_djnr .imgbox .text span {
    color: #4f6c83;

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

.in_djnr .imgbox .text h4 {
    font-weight: bold;
    font-size: 0.32rem;
    margin-bottom: 0.12rem;
    color: #1a1a1a;

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

.img_tabs_box_m {
    height: 0;
    overflow: hidden;
}

.img_tabs_box_m.on {
    height: auto;
    overflow: auto;
}

.indj_more a {
    color: #1755c1;
}

.indj_more {
    width: 100%;
    height: 0.88rem;
    border-radius: 0.12rem;
    border: 0.02rem solid #1755c1;
    /* background: #f0f7ff; */
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    position: relative;
    /* top: -0.76rem; */
    margin: 0.3rem 0 0.7rem 0;
    /* box-sizing: border-box; */
}

.tzgg_more_m{
    display: block !important;
    margin-bottom: 0;
}

.indj_more img {
    position: relative;
    /* top: -0.04rem; */
    margin-left: 0.12rem;
}

.indj_list {
    width: 100%;
    height: 5.4rem;
    background: #fff;
    margin-bottom: 0.6rem;
}

.indj_list li {
    float: left;
    width: 100%;
    padding: 0.36rem 0.1rem 0 0.36rem;
    box-sizing: border-box;
    background: #fff;
}

.indj_time {
    width: 1.4rem;
    height: 1.4rem;
    float: left;
    padding: 0.24rem;
    box-sizing: border-box;
    background: url('./indj_time_back.png') no-repeat;
}

.indj_time .date {
    font-size: 0.36rem;
    color: #a60817;
}

.indj_time .year {
    font-size: 0.28rem;
    color: #4c5e7e;
}

.indj_list li a {
    float: left;
    display: block;
    width: 4.54rem;
    font-size: 0.32rem;
    margin-top: 0.2rem;
    margin-left: 0.1rem;

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

.tab_list_main {
    width: 100%;
    padding-top: 0.4rem;
    background: url('/images/tab_box_back.png') no-repeat;
    background-size: 70%;
}

.tab_list {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.tab_list ul {
    margin: 0 auto;
    width: 100%;
}

.tab_list ul div li {
    padding-right: 0.32rem;
    margin-left: 0.32rem;
    display: inline-block;
    position: relative;
    font-size: 0.38rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

.tab_list ul div {
    width: 100%;;
    margin: 0 auto;
    height: 2.1rem;
    text-align: center;
}

.tab_list ul div li::after {
    content: '';
    width: 0.04rem;
    height: 0.4rem;
    position: absolute;
    right: 0;
    top: 0.08rem;
    background: #1755c1;
}

.tab_list ul div li:nth-child(2)::after {
    display: none;
}

.tab_list ul div li.active a span div {
    display: block;
}

.tab_list ul div li.active a {
    color: #1755c1;
}

.tab_list ul div li a span div {
    width: 0.76rem;
    height: 0.05rem;
    background: #1755c1;
    border-radius: 0.1rem;
    margin-top: 0.14rem;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -0.48rem;
}

.tab_list ul div li a span {
    /* display: block;
    float: left; */
    position: relative;
    top: -0.04rem;
}

.tab_list ul div li:last-child::after {
    display: none;
}

.tab_list ul div li a img {
    display: inline-block;
    width: 0.44rem;
    height: 0.34rem;
    position: relative;
    /* top: 0.008rem; */
    margin-right: 0.12rem;
    /* float: left; */
}

/* .tab_list div img {
    display: block;
    margin: 0.1rem 0;
    height: 0.72rem;
} */

.tab_box_main {
    position: relative;
    /* margin-top: 0.7rem; */
    margin-bottom: 0.4rem;
}

.tab_box_main .tab_box_layout {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.tab_box_main .tab_box_layout.active {
    display: block;
}

.tab_box {
    display: none;
}

.tab_box.on {
    display: block;
}

.tab_box .tab_main {
    width: 100%;
    /* height: 6.9rem; */
    margin-bottom: 0.3rem;
    box-shadow: 0.02rem 0.04rem 0.06rem rgba(0, 0, 0, 0.1);
}

.tab_box .tab_main.color1:hover {
    box-shadow: 0.04rem 0.04rem 0.36rem rgba(23, 85, 193, 0.1);
}

.tab_box .tab_main.color2 {
    background: url('./tab_list_back2.png') no-repeat;
    height: 5.9rem;
}

.tab_box .tab_main.color2 .tab_layout {
    padding-top: 0.5rem;
}

.tab_box .tab_main.color1 .tab_layout {
    padding-top: 0.3rem;
}

.tab_box .tab_main.color2 .tab_time {
    color: #6b95b4;
}

.tab_box .tab_main.color3 {
    /* height: 7.1rem; */
    box-shadow: none;
}

.tab_box .tab_main.color3 .tab_layout {
    padding: 0;
    font-size: 0.36rem;
}

.tab_box .tab_main.color3 .tab_layout ul li {
    width: 100%;
    float: left;
}

.tab_box .tab_main.color3 li.no_img .tab_title {
    width: 100%;
    height: auto;
    min-height: 1rem;
    -webkit-line-clamp: 2;
}

.tab_box .tab_main.color3 li.no_img .tab_title p {
    font-size: 0.28rem;
    color: #4f6c83;
    margin: 0.12rem 0;

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

.tab_pic {
    display: block;
    float: left;
    width: 3.2rem;
    height: 1.9rem;
    object-fit: contain;
    background: #eee;
}

.tab_pic[src='']{
    display: none;
}

.tab_box .tab_main.color3 .tab_title {
    width: 3.44rem;
    height: 1.9rem;
    position: relative;

    font-weight: normal;
    font-size: 0.32rem;
    line-height: 0.44rem;
    margin: 0.04rem 0 0 0;
    float: right;
}

.tab_box .tab_main.color3 .tab_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 0.28rem;
}

.tab_box .tab_main.color3 .tab_time {
    float: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 0.4rem;
    padding-left: 0.44rem;
    line-height: 0.3rem;
    line-height: 0.4rem;
}

.tab_box .tab_main.color3 .tab_title .tab_time{
    float: none;
    position: relative;
}

.tab_box .tab_main.color3 .tab_time img {
    width: 0.48rem;
    height: 0.16rem;
    position: absolute;
    right: 0.24rem;
    top: 0.08rem;
}

.color3_line {
    width: 100%;
    height: 0.02rem;
    background: #d8dff0;
    margin: 0.32rem 0 0.34rem;
    float: left;
}

.tab_box .tab_main:last-child {
    margin-right: 0;
}

.tab_box .tab_main .tab_img {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
}

.tab_box .tab_main .tab_img:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.tab_box .tab_main .tab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.tab_box .tab_main .tab_layout {
    padding: 0.22rem 0.3rem;
}

.tab_box .tab_main .tab_clum {
    font-size: 0.34rem;
    color: #1755c1;
    float: left;
}

.tab_box .tab_main .tab_time {
    color: #4f6c83;
    font-size: 0.28rem;
    background: url(tab_list_ico_time.png) 0 0.04rem no-repeat;
    background-size: 0.28rem 0.28rem;
    padding-left: 0.44rem;
    line-height: 0.4rem;
    float: right;
    position: relative;
    height: 0.4rem;
}


.tab_box .tab_main .tab_title {
    /* clear: both; */
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin: 0.28rem 0;
}


.tab_box .tab_main .tab_p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #405b71;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab_box .tab_main.color1 .tab_p{
    display: none;
}

.tab_box .tab_main .more2 {
    background: #1755c1 url("tab_list_more_ico2.png") no-repeat center 45%;
    width: 2.24rem;
    height: 0.72rem;
    border-radius: 1rem;
    display: block;
    margin-top: 0.56rem;
    transition: 0.3s;
}

.tab_box .tab_main .more2:hover {
    background: #073481 url("tab_list_more_ico2.png") no-repeat center 45%;
}

.tab_ad {
    margin-bottom: 0.1rem;
    width: 100%;
}

.tab_ad a img {
    width: 100%;
    margin-bottom: 0.3rem;
}

.gsgk_main {
    width: 100%;
    padding-top: 0.3rem;
    box-sizing: border-box;
    background: #f0f7ff;
    overflow: hidden;
}

.lm_box {
    width: 100%;
    margin-bottom: 0.6rem;
}

.gsgk_main .lm_title {
    height: 1rem;
}

.lm_title {
    width: 100%;
}

.lm_title_box img {
    position: relative;
    top: 0.04rem;
    width: 0.44rem;
    height: 0.34rem;
}

.lm_title_box span {
    font-size: 0.36rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-left: 0.12rem;
}

.lm_second_tabnav {
    float: right;
    margin-top: -0.44rem;
    margin-left: 0.6rem;
}

.lm_second_tabnav li {
    float: left;
    font-size: 0.32rem;
}

.lm_second_tabnav li.on {
    color: #1755c1;
    font-weight: bold;
}

.lm_second_tabnav li div span {
    cursor: pointer;
    padding: 0 0.28rem;
}

.lm_second_tabnav li:first-child div span {
    border-right: 0.02rem solid #1755c1;
}

.lm_second_tabnav li div span:hover {
    color: #1755c1;
    font-weight: bold;
}

.lm_second_tabnav li div div {
    width: 0.76rem;
    height: 0.06rem;
    background: #1755c1;
    border-radius: 0.06rem;
    margin: 0.2rem auto 0.08rem;
    display: none;
}

.lm_second_tabnav li.on div div {
    display: block;
}

.lm_second_tabnav_line {
    width: 0.02rem;
    height: 0.4rem;
    background: #1755c1;
    float: left;
    position: relative;
    top: 0.04rem;
    margin: 0 0.48rem;
}

.lm_title_more {
    color: #333;
    line-height: 0.4rem;
    padding-right: 0.44rem;
    background: url(qhkx_icon_more.png) right 0.08rem no-repeat;
    background-size: 0.32rem auto;
    font-weight: normal;
    font-size: 0.32rem;
    float: right;
    margin-top: 0.04rem;
    color: #1755c1;
}

/* .lm_title_more:hover {
    color: #1755c1;
} */

.lm_content {
    position: relative;
    background: #fff;
}

.gsgk_back {
    position: absolute;
    right: -0.44rem;
    top: 2.84rem;
    width: 3.2rem;
    z-index: 0;
}

.lm_content ul {
    width: 100%;
    height: 7.52rem;
    padding: 0.28rem 0.36rem;
    box-sizing: border-box;
    display: none;
}

.lm_content ul.on {
    display: block;
}

.lm_content li {
    border-bottom: 0.02rem solid #d8dff0;
    padding-bottom: 0.44rem;
    margin-bottom: 0.44rem;
    position: relative;
    z-index: 1;
}

.lm_content li:last-child {
    border: none;
}

.lm_content .lm_title {
    float: inherit;
    font-size: 0.32rem;
    margin-top: 0.04rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
}

.lm_content .lm_title img {
    /* margin-top: 0.06rem; */
    margin-right: 0.08rem;
    position: relative;
    top: 0.05rem;
}

.lm_date {
    font-size: 0.28rem;
    color: #1755c1;
    margin-bottom: 0.12rem;
    font-weight: bold;
}

.lm_hdjl_content {
    background: #fff;
    width: 100%;
    height: 10.6rem;
    padding: 0.4rem 0.4rem;
    box-sizing: border-box;
}

.lm_content_title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #1755c1;
}

.jyxc {
    margin-top: 0.32rem;
}

.jyxc_img {
    width: 2rem;
    float: left;
}

.jyxc_content {
    width: 3.68rem;
    margin-left: 0.36rem;
    float: left;
}

.jyxc_title {
    color: #1a1a1a;
    font-size: 0.28rem;
    padding: 0.04rem 0 0.2rem 0;
    font-weight: bold;
}

.jyxc_content_p {
    color: #4f6c83;
    font-size: 0.24rem;
    margin-bottom: 0.32rem;
    line-height: 0.36rem;
}

.jyxc_btn {
    width: 100%;
    float: left;
    text-align: center;
    height: 0.64rem;
    line-height: 0.64rem;
    background: #1755c1;
    border-radius: 0.12rem;
    color: #fff;
    box-sizing: border-box;
    font-size: 0.28rem;
}

.jyxc_btn img {
    position: relative;
    top: -0.03rem;
    left: 0.08rem;
}

.hdjl_others {
    width: 100%;
    height: 2.32rem;
    margin-top: 0.4rem;
    float: left;
}

.ldxx {
    width: 100%;
    height: 100%;
    padding: 0.28rem 0.36rem;
    box-sizing: border-box;
    background: url('./jyxc_img2.png') no-repeat;
    background-size: 100% 100%;
}

.ldxx_content {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #6086b2;
    margin-top: 0.1rem;
}

.ldxx_btns {
    width: 100%;
    margin-top: 0.16rem;
}

.ldxx_btn {
    width: 1.64rem;
    height: 0.44rem;
    border-radius: 0.08rem;
    background: #76acea;
    color: #fff;
    float: left;
    margin-right: 0.2rem;
    font-size: 0.24rem;
    padding: 0.04rem 0 0 0.2rem;
    box-sizing: border-box;
}

.ldxx_btn span {
    margin-left: 0.04rem;
    position: relative;
    top: 0.02rem;
}

.ldxx_btn img {
    width: 0.2rem;
    height: 0.24rem;
    margin-bottom: -0.02rem;
    margin-right: 0.08rem;
}

.wsxf {
    width: 100%;
    height: 2rem;
    border-radius: 0.08rem;
    background: url('./jyxc_img3.png') no-repeat;
    background-size: 30%;
    background-position: 100%;
    background-color: #f2f8ff;
    margin-top: 0.52rem;
    display: flex;
    flex-wrap: wrap;
}

.wsxf .lm_content_title {
    padding-top: 0.28rem;
    padding-left: 0.4rem;
    width: 100%;
}

.wyxf_btn {
    width: 2rem;
    text-align: center;
    height: 0.48rem;
    border-radius: 0.08rem;
    border: 0.02rem solid #99b6e6;
    background: #fff;
    line-height: 0.48rem;
    font-size: 0.24rem;
    color: #1755c1;
    margin: 0rem 0 0 0.4rem;
}


.wsxf a:last-child .wyxf_btn{
    margin-top: 0 !important;
    margin-left: 0.2rem;
}

.wyxf_btn img {
    width: 0.2rem;
    height: 0.08rem;
    position: relative;
    top: -0.04rem;
}

.ztzl_main {
    width: 100%;
    position: relative;
    height: 8rem;
}

.ztzl_back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ztzl_main .lm_box {
    width: 100%;
    margin-top: 0.4rem;
    height: 5.4rem;
}

.ztzl_main .lm_content ul {
    background: inherit;
    padding: 0.48rem 0;
    height: auto;
}

.ztzl_main .lm_content ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0.1rem;
    float: left;
    margin-right: 0.2rem;
    width: 3.33rem;
}

.ztzl_main .lm_content ul li:nth-child(2n) {
    margin-right: 0;
}

.ztzl_main ul li a img {
    width: 3.33rem;
}

.ztzl_lm {
    overflow: hidden;
    width: 100%;
    height: 4.2rem;
    padding-top: 0.3rem;
}

.ztzl_lm ul li {
    margin-left: 0;
}

.ztzl_lm ul li div {
    width: 100%;
    height: 4rem;
}

.ztzl_lm ul li div a,.ztzl_lm .ztzl_jbpt {
    width: 3.34rem;
    height: 1.94rem;
    overflow: hidden;
    display: block;
    border-radius: 0.16rem;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.ztzl_lm .ztzl_jbpt{
    position: relative;
}

.ztzl_lm .ztzl_jbpt a{
    float: none;
    position: absolute;
    width: 1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background-color: #d6fdfe;
    border-radius: 0.04rem;
    text-align: center;
    bottom: 0.2rem;
    left: 0.12rem;
    margin-left: 0;
    font-size: 0.22rem;
    color: #226c83;
    margin-bottom: 0;
}

.ztzl_lm .ztzl_jbpt a:nth-child(3){
    left: 1.18rem;
}

.ztzl_lm .ztzl_jbpt a:nth-child(4){
    left: 2.23rem;
    background-color: rgba(214, 253, 254, .4);
}


.ztzl_lm ul li div a:nth-child(2n),.ztzl_lm .ztzl_jbpt:nth-child(2n) {
    margin-right: 0;
}

.ztzl_lm ul li a img {
    width: 100%;
    height: 100%;
}


/* 底部轮播开始 */

.index_swiper_page {
    text-align: center;
    z-index: 0;
    position: relative;
}

.index_swiper_page .swiper-pagination-switch {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.14rem;
    background: #919cae;
    display: inline-block;
    margin-left: 0.2rem;
}

.index_swiper_page .swiper-pagination-switch:first-child {
    margin-left: 0;
}

.index_swiper_page .swiper-active-switch {
    width: 0.14rem;
    height: 0.14rem;
    background: #1755c1;
    border-radius: 0.14rem;
}

.in_djnr .imgbox .swiper-active-switch {
    width: 0.6rem;
    background: #b2000c;
}

.ztzl_lm_pagination .swiper-active-switch {
    width: 0.6rem;
}

.in_dj_pagination {
    top: -0.6rem;
}

.in_dj_pagination .swiper-active-switch {
    background: #a60817;
}

.lunbo_pagination {
    position: relative;
    z-index: 1;
    text-align: right;
    text-align: center;
    margin-top: 0.2rem;
}

.pageState {
    display: inline-block;
    font-size: 0.24rem;
    color: #005dcc;
}

.lunbo_pagination img {
    width: 0.36rem;
    height: 0.14rem;
    display: inline-block;
    margin-left: 0.1rem;
    cursor: pointer;
}

.pageState .swiper-pagination-switch {
    padding: 0 0.1rem;
}

.pageState .swiper-active-switch {
    font-size: 0.34rem;
}

.pageState .swiper-active-switch::after {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 0.02rem;
    background: #005dcc;
    margin-left: 0.14rem;
    margin-bottom: 0.06rem;
}

.pageState .swiper-active-switch:last-child::after{
    display: none;
}

/* 底部轮播结束 */

