.pic.two_inline {
    width: 33rem;
    width: 37rem;
    width: 5.5rem;
    height: 3.1rem
}

@media screen and (max-width: 768px) {
    .pic.two_inline {
        height: auto
    }
}

.pic.two_inline img {
    width: 100%;
    height: 100%
}

.article {
    height: 3.1rem;
    width: 5.9rem
}

.article .article_name {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0068b7;
    vertical-align: bottom
}

.article .article_detail {
    font-size: 0.16rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #626262;
    margin-bottom: 0.38rem;
    height: auto;
    font-weight: 400;
    line-height: 0.3rem
}

.article .temp-about-iconlist {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.article .temp-about-iconlist .item {
    background: #ffffff;
    background: #eeeeee;
    background: #f8f8f8;
    width: 1.83rem;
    width: auto;
    height: 1.05rem;
    height: 0.9rem;
    border: 0.01rem solid #f5f5f5;
    border-radius: 0.1rem;
    padding: 0.2rem 0.24rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.article .temp-about-iconlist .item.classactive {
    background: #5bae55;
    color: white
}

.article .temp-about-iconlist .item.classactive .tit {
    color: white
}

.article .temp-about-iconlist .item.classactive .s_tit {
    color: white
}

.article .temp-about-iconlist .item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.article .temp-about-iconlist .item .img {
    width: 0.65rem;
    height: 0.65rem;
    width: 0.37rem;
    height: 0.4rem;
    margin-right: 0.1rem
}

.article .temp-about-iconlist .item .img img {
    width: 100%;
    height: 100%
}

.article .temp-about-iconlist .item .tit {
    white-space: nowrap;
    font-size: 0.18rem;
    color: #313131;
    font-weight: bold
}

.article .temp-about-iconlist .item .s_tit {
    font-size: 0.16rem;
    color: #999999
}

@media screen and (max-width: 768px) {
    .article .temp-about-iconlist .temp-about-iconlist .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 2.08rem
    }

    .article .temp-about-iconlist .temp-about-iconlist .item .img {
        margin-right: 0;
        width: 0.72rem;
        height: 0.72rem
    }

    .article .temp-about-iconlist .temp-about-iconlist .item .tit {
        font-size: 0.26rem;
        margin-top: 0.2rem;
        margin-bottom: 0.16rem
    }

    .article .temp-about-iconlist .temp-about-iconlist .item .s_tit {
        font-size: 0.24rem;
        text-align: center
    }

    .article .temp-about-iconlist .temp_About .pic {
        width: 100%;
        margin-bottom: 0.5rem
    }
}

.news_list_box {
    background-color: #ffffff;
    border: 0.01rem solid #eeeeee;
    margin-bottom: 0.32rem
}

.news_list_box .title {
    margin: 0;
    background: #e9f6fc;
    color: #0868ab;
    font-weight: 700;
    padding: 0 0.29rem 0 0.29rem;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.news_list_box .title>div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center
}

.news_list_box .title p {
    font-size: 0.2rem;
    font-weight: bold
}

.news_list_box .title .blueIcon {
    display: inline-block;
    width: 0.03rem;
    height: 0.11rem;
    background: #236bb3;
    border-radius: 0.01rem;
    margin-right: 0.14rem
}

.news_list_box .main {
    padding: 0 0.31rem 0 0.31rem;
    flex-wrap: nowrap
}

.news_list_box .main li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 0.16rem;
    height: 0.55rem;
    line-height: 0.55rem;
    color: #313131
}

.news_list_box .main li a .name {
    flex: 0.7;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_list_box .main li a .date {
    text-align: right;
    flex: 0.3;
    color: #aaaaaa
}

.news_list_box .main li a:hover {
    color: #0d6fb8
}

@media screen and (max-width: 768px) {
    .news_list_box .main li a {
        height: 0.84rem;
        line-height: 0.84rem;
        font-size: 0.26rem
    }

    .news_list_box .title a {
        font-size: 0.26rem
    }

    .news_list_box .title p {
        font-size: 0.28rem
    }
}

.box_row_item {
    background-color: #f8f8f8;
    border-radius: none;
    font-size: 0.18rem;
    padding: 0.3rem;
    margin-bottom: 0.3rem
}

.box_row_item .box_row_item_tit {
    color: #28a7e1;
    font-size: 0.14rem;
    padding-right: 0.29rem;
    border-right: #e5e5e5 solid 0.01rem;
    margin-right: 0.29rem
}

.box_row_item .box_row_item_tit .day {
    font-size: 0.28rem
}

.box_row_item .box_row_item_tit .month {
    font-size: 0.14rem
}

.box_row_item .box_row_item_main {
    color: #313131;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.box_row_item .box_row_item_arrow {
    color: #bfbfbf
}

.article {
    height: auto
}

.article .article_name {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0068b7;
    vertical-align: bottom
}

.article .article_detail {
    font-size: 0.16rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #626262;
    margin-bottom: 0.38rem;
    font-weight: 400;
    line-height: 0.3rem;
    line-height: 0.26rem
}

.article .temp-about-iconlist {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.article .temp-about-iconlist .item {
    cursor: pointer;
    background: #ffffff;
    background: #eeeeee;
    background: #f8f8f8;
    width: 1.83rem;
    width: auto;
    height: 1.05rem;
    height: 0.9rem;
    border: 0.01rem solid #f5f5f5;
    border-radius: 0.1rem;
    padding: 0.2rem 0.24rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.article .temp-about-iconlist .item.classactive {
    background: #5bae55;
    color: white
}

.article .temp-about-iconlist .item.classactive .tit {
    color: white
}

.article .temp-about-iconlist .item.classactive .s_tit {
    color: white
}

.article .temp-about-iconlist .item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.article .temp-about-iconlist .item .img {
    width: 0.65rem;
    height: 0.65rem;
    width: 0.37rem;
    height: 0.4rem
}

.article .temp-about-iconlist .item .img img {
    width: 100%;
    height: 100%
}

.article .temp-about-iconlist .item .tit {
    white-space: nowrap;
    font-size: 0.18rem;
    color: #313131
}

.article .temp-about-iconlist .item .s_tit {
    font-size: 0.16rem;
    color: #999999
}

@media screen and (max-width: 768px) {
    .article .temp-about-iconlist .temp-about-iconlist .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 2.08rem
    }

    .article .temp-about-iconlist .temp-about-iconlist .item .img {
        margin-right: 0;
        width: 0.72rem;
        height: 0.72rem
    }

    .article .temp-about-iconlist .temp-about-iconlist .item .tit {
        font-size: 0.26rem;
        margin-top: 0.2rem;
        margin-bottom: 0.16rem
    }

    .article .temp-about-iconlist .temp-about-iconlist .item .s_tit {
        font-size: 0.24rem;
        text-align: center
    }

    .article .temp-about-iconlist .temp_About .pic {
        width: 100%;
        margin-bottom: 0.5rem
    }
}

@media screen and (max-width: 768px) {
    .article .temp-about-iconlist .item {
        align-items: center;
        width: 2.1rem;
        height: 1.15rem
    }

    .article .temp-about-iconlist .item .img {
        width: 0.41rem;
        height: 0.45rem
    }

    .article .temp-about-iconlist .item .tit {
        font-size: 0.26rem
    }

    .article .temp-about-iconlist .item .s_tit {
        font-size: 0.18rem
    }
}

.i-honorlist .tit {
    text-align: center
}

.i-honorlist .tit .title {
    font-size: 0.28rem;
    font-weight: 400;
    color: #313131;
    line-height: 0.4rem;
    margin-bottom: 0.68rem;
    margin-top: 0.38rem
}

@media screen and (max-width: 768px) {
    .i-honorlist .tit .title {
        font-size: 0.34rem
    }
}

.i-honorlist .main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.i-honorlist .main .item {
    margin: 0 0.425rem;
    margin-bottom: 0.4rem
}

.i-honorlist .main .item .img {
    border-radius: 0.2rem;
    overflow: hidden;
    width: 1.92rem;
    height: 1.92rem;
    background: #f8f8f8
}

.i-honorlist .main .item p {
    font-size: 0.16rem;
    color: #313131;
    text-align: center;
    max-width: 1.92rem;
    margin-top: 0.16rem;
    text-indent: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 768px) {
    .i-honorlist .main .item {
        margin: 0;
        width: calc(100% / 2);
        margin-bottom: 0.4rem;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .i-honorlist .main .item .img {
        width: 1.92rem;
        height: 1.92rem;
        width: 3rem;
        height: 3rem
    }

    .i-honorlist .main .item p {
        margin-top: 0.3rem;
        font-size: 0.24rem;
        text-indent: 0
    }
}

.search_rightpages {
    margin-top: 0;
    height: 0.58rem;
    line-height: 0.58rem;
    background: #f9fafc;
    color: #aaaaaa;
    margin-bottom: 0.4rem;
    padding-left: 0.19rem;
    padding-left: 0.35rem;
    padding-left: 0;
    display: flex;
    align-items: center;
    background: none;
    border-bottom: 1px solid #f9fafc;
    border-bottom: 1px solid #f9fafc;
    line-height: 0;
    height: 0.7rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box
}

.search_rightpages a {
    color: #aaaaaa
}

.search_rightpages a {
    margin-right: 0.08rem;
    margin-left: 0.08rem
}

.search_rightpages .img {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.16rem
}

.search_rightpages .img img {
    width: 100%;
    display: flex
}

.search_rightpages a:hover {
    color: #aaaaaa
}

@media screen and (max-width: 768px) {
    .search_rightpages {
        position: relative
    }

    .search_rightpages::after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        height: 0.7rem;
        background: #aaa;
        background: #f9fafc;
        top: 0;
        right: 0;
        transform: translate(4%);
        z-index: -9
    }

    .search_rightpages {
        height: 0.8rem;
        padding-left: 0;
        margin-bottom: 0.37rem;
        font-size: 0.24rem;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap
    }

    .search_rightpages .img {
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 0.24rem
    }

    .search_rightpages a {
        font-size: 0.24rem
    }
}

.otherbody {
    padding-top: 0.6rem
}

@media screen and (max-width: 768px) {
    .otherbody {
        padding-top: 0
    }
}

.content-main.article-main h1 {
    font-size: 0.22rem;
    font-weight: bold;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
    text-align: center
}

.content-main.article-main p {
    font-size: 0.16rem;
    margin: 0.4rem 0;
    text-indent: 2em;
    line-height: 0.3rem;
    margin-bottom: 0
}

.content-main.article-main p img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 80%  !important;
}

.content-main.article-main p strong,
.content-main.article-main strong p {
    font-size: 0.18rem;
    font-weight: bold;
    text-indent: 0em
}

@media screen and (max-width: 768px) {
    .content-main.article-main h1 {
        font-size: 0.33rem
    }

    .content-main.article-main p {
        font-size: 0.24rem;
        margin: 0.6rem 0
    }

    .content-main.article-main p strong,
    .content-main.article-main strong p {
        font-size: 0.27rem;
        font-weight: bold
    }
}

.flexRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.news_box {
    margin-bottom: 0.50rem
}

.news_box>.title {
    margin-bottom: 0.30rem
}

.news_box>.title p {
    font-size: 0.22rem;
    color: #313131;
    margin-bottom: 0.10rem
}

.news_box>.title .line {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.news_box>.title .line>.blue {
    width: 28%;
    background: #236BB3;
    height: 0.05rem
}

.news_box>.title .line>.gray {
    width: 70%;
    background: #AAAAAA;
    height: 0.05rem
}

.list_hot {
    display: flex;
    flex-direction: column
}

.list_hot>li {
    width: 100%;
    height: 0.96rem;
    padding: 0.20rem 0;
    display: flex;
    flex-direction: row;
    border-bottom: #F5F5F5 solid 1px;
    box-sizing: content-box
}

.list_hot>li:first-child {
    padding-top: 0
}

.list_hot>li .img {
    width: 1.70rem;
    height: 0.96rem;
    border-radius: 0.10rem;
    overflow: hidden;
    background: #EEEEEE
}

.list_hot>li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list_hot li .main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1.78rem;
    margin-left: 0.20rem
}

.list_hot li .main>.title {
    font-weight: 400;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.list_hot li .main>span {
    font-weight: 400;
    font-size: 0.18rem;
    color: #AAAAAA;
    line-height: 0.24rem
}

.otherbody .left_ {
    flex: 0.63
}

.otherbody .right_ {
    flex: 0.3;
    list-style-type: none
}

@media screen and (max-width: 768px) {
    .otherbody .right_ {
        display: none
    }

    .otherbody .left_ {
        flex: 1
    }

    .otherbody .info .sharebox {
        display: none !important
    }
}

.left_ .title {
    font-size: 0.28rem;
    margin: 0;
    margin-bottom: 0.47rem;
    text-align: left;
    color: #000000
}

.left_ .info.info_first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0.44rem;
    border-bottom: #F5F5F5 solid 1px;
    color: #AAAAAA
}

.left_ .info.info_last {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.44rem;
    border-top: #F5F5F5 solid 1px;
    color: #AAAAAA;
    margin-bottom: 0.50rem
}

.left_ .info .details {
    font-size: 0.18rem
}

.left_ .info .time {
    margin-right: 0.30rem
}

.left_ .info .sharebox {
    width: 1.76rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: #AAAAAA
}

.left_ .info .sharebox>a {
    display: block;
    width: 0.27rem;
    height: 0.27rem
}

.left_ .info .sharebox>a>img {
    display: block;
    width: 100%
}

.left_ .boxtest_main {
    padding: 0.40rem 0
}

.left_ .boxtest_main p {
    font-size: 0.18rem;
    color: #313131;
    line-height: normal;
    font-size: 0.16rem;
    line-height: 0.30rem;
    display: block
}

.left_ .boxtest_main p>img {
    margin: 0.40rem auto;
    max-width: 100%;
    display: block;
    width: auto
}

.swiper_recommend .swiper-slide>div {
    width: 3.68rem;
    height: 2.08rem
}

.swiper_recommend .swiper-slide>div img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper_recommend .swiper-slide {
    position: relative;
    border-radius: 0.10rem;
    overflow: hidden
}

.swiper_recommend .swiper-slide>p {
    width: 100%;
    font-size: 0.16rem;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 0.18rem;
    padding: 0 0.15rem;
    height: 0.45rem;
    line-height: 0.45rem;
    padding-right: 0.96rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.swiper-pagination.swiper-recommend-pagination {
    width: 30%;
    right: 0;
    left: auto
}

.swiper-pagination.swiper-recommend-pagination .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background-color: #C9C9C9
}

@media screen and (max-width: 768px) {
    .otherbody .right_ {
        display: block;
        flex: 1;
        width: 100%
    }

    .otherbody .flexRow {
        flex-direction: column
    }

    .swiper_recommend .swiper-slide>div {
        width: 6.44rem;
        height: 3.64rem
    }

    .list_recommend>div {
        width: 6.44rem !important;
        margin: 0 auto
    }

    .swiper_recommend .swiper-slide>p {
        height: 0.80rem;
        line-height: 0.80rem;
        font-size: 0.28rem
    }

    .news_box>.title p {
        font-size: 0.28rem
    }

    .list_hot>li {
        height: auto
    }

    .list_hot li .main {
        width: auto
    }

    .list_hot li .main>.title {
        font-size: 0.20rem
    }

    .list_hot>li .img {
        width: 50%;
        width: 3.36rem;
        height: 1.92rem
    }

    .left_ .info .sharebox {
        display: flex !important;
        width: auto
    }

    .left_ .info .sharebox>a {
        margin: 0 0.05rem
    }

    .left_ .info .time {
        margin-right: 0.16rem
    }
}

.right_.right_114 .news_box .title p {
    background: #359945;
    background: #1C99E9;
    color: white;
    height: 0.63rem;
    line-height: 0.63rem;
    padding-left: 0.31rem;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    margin-bottom: 0
}

.right_.right_114 .news_box>.title {
    margin-bottom: 0;
    margin-top: 0
}

.right_.right_114 .news_box .list_recommend {
    border: 1px solid #eeeeee;
    border-radius: 0rem 0rem 0.1rem 0.1rem
}

.right_.right_114 .news_box .list_hot {
    border: 1px solid #eeeeee;
    border-radius: 0rem 0rem 0.1rem 0.1rem
}

.right_.right_114 .news_box .list_recommend .listitem {
    display: block;
    padding-top: 0.31rem;
    padding-bottom: 0.27rem;
    margin: 0 0.27rem;
    border-bottom: #f5f5f5 solid 1px
}

.right_.right_114 .news_box .list_recommend .listitem p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #626262;
    line-height: 0.26rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.right_.right_114 .news_box .list_recommend .listitem .tip {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #aaaaaa;
    font-size: 0.16rem
}

.right_.right_114 .news_box .list_hot {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.31rem
}

.right_.right_114 .news_box .list_hot li {
    width: calc((100% - 0.2rem) / 2);
    height: auto;
    border-bottom: none;
    padding: 0;
    display: flex;
    flex-direction: column
}

.right_.right_114 .news_box .list_hot li .img {
    width: 1.43rem;
    height: 1rem
}

.right_.right_114 .news_box .list_hot li .main {
    margin: 0;
    width: auto
}

.right_.right_114 .news_box .list_hot li .main .title {
    color: #626262;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem
}

@media screen and (max-width: 768px) {
    .right_.right_114 .news_box .list_hot li .img {
        width: 2.5rem;
        height: 1.75rem
    }
}

@media screen and (max-width: 768px) {
    .right_.right_114 .news_box .list_hot li .img {
        width: 2.5rem;
        height: 1.75rem
    }
}

.right_.right_114 .news_box .title p {
    background: #359945;
    background: #1C99E9;
    color: white;
    height: 0.63rem;
    line-height: 0.63rem;
    padding-left: 0.31rem;
    padding-left: 0;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    margin-bottom: 0
}

.right_.right_114 .news_box>.title {
    margin-bottom: 0
}

.right_.right_114 .news_box .list_recommend {
    border: 1px solid #eeeeee;
    border-radius: 0rem 0rem 0.1rem 0.1rem
}

.right_.right_114 .news_box .list_recommend .listitem {
    display: block;
    padding-top: 0.31rem;
    padding-bottom: 0.27rem;
    margin: 0 0.27rem;
    border-bottom: #f5f5f5 solid 1px
}

.right_.right_114 .news_box .list_recommend .listitem p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #626262;
    line-height: 0.26rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.right_.right_114 .news_box .list_recommend .listitem .tip {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #aaaaaa;
    font-size: 0.16rem
}

.right_.right_114 .news_box .list_hot {
    border: 1px solid #eeeeee;
    border-radius: 0rem 0rem 0.1rem 0.1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.31rem
}

.right_.right_114 .news_box .list_hot li {
    width: calc((100% - 0.2rem) / 2);
    height: auto;
    border-bottom: none;
    padding: 0;
    display: flex;
    flex-direction: column
}

.right_.right_114 .news_box .list_hot li .img {
    width: 1.43rem;
    height: 1rem
}

.right_.right_114 .news_box .list_hot li .main {
    margin: 0;
    width: auto
}

.right_.right_114 .news_box .list_hot li .main .title {
    color: #626262;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem
}

.article-meta {
    font-size: 0.14rem;
    line-height: 0.4rem;
    color: #666666;
    text-align: center;
    margin: 0 auto 0rem;
    padding: 0 1.6rem 0.4rem;
    padding: 0 1.6rem 0.5rem;
    width: 100%;
    border-bottom: 0.01rem solid #f5f5f5;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.article-meta span {
    font-size: 0.16rem;
    color: #7d7d7d;
    line-height: normal
}

.i-details {
    padding-top: 0.4rem;
    text-align: justify
}

.i-details h1 {
    font-size: 0.24rem;
    font-size: 0.28rem;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-bottom: 0.48rem;
    margin-bottom: 0.2rem
}

.i-details h1.detail-header {
    margin-bottom: 0.48rem
}

.i-details p {
    font-size: 0.16rem;
    text-indent: 2em;
    margin-bottom: 0.2rem;
    line-height: 0.25rem;
    line-height: inherit
}

@media screen and (max-width: 768px) {
    .left_ .boxtest_main p {
        line-height: inherit;
        font-size: 0.26rem;
        line-height: 0.4rem
    }

    .left_ .title {
        font-size: 0.4rem
    }

    .left_ .info.info_first .details span {
        font-size: 0.24rem
    }

    .left_ .info .sharebox {
        font-size: 0.24rem
    }

    .info.info_last span {
        font-size: 0.24rem
    }

    .right_.right_114 .news_box .list_recommend .listitem p {
        font-size: 0.18rem;
        line-height: 0.26rem;
        font-size: 0.27rem;
        line-height: 0.39rem
    }

    .right_.right_114 .news_box .list_recommend .listitem .tip {
        font-size: 0.16rem;
        font-size: 0.24rem
    }

    .right_.right_114 .news_box .list_hot li .img {
        width: 2.50rem;
        height: 1.75rem;
        margin: 0 auto
    }

    .right_.right_114 .news_box .list_hot li .main .title {
        font-size: 0.24rem;
        line-height: normal;
        width: 2.5rem
    }
}

@media screen and (max-width: 768px) {
    .i-details p {
        font-size: 0.24rem
    }

    .i-details .i-details-con {
        padding-left: 0.24rem;
        padding-right: 0.24rem
    }

    .i-details .i-details-con .download {
        font-size: 0.24rem;
        padding: 0.3rem
    }

    .i-details .i-details-con .download .name {
        display: inline-block;
        width: 200px;
        width: 3.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .i-details .i-details-con p {
        line-height: 0.36rem
    }

    .i-details .i-details-con img {
        max-width: 85%;
        height: auto
    }

    .i-details h1 {
        font-size: 0.32rem;
        line-height: 0.48rem;
        font-weight: bold
    }

    .i-details .article-meta {
        display: flex;
        flex-direction: row;
        padding: 0rem 0.24rem 0.5rem
    }

    .i-details .article-meta span {
        font-size: 0.24rem
    }
}

.i-details-con {
    padding-top: 0.3rem;
    padding-top: 0.5rem;
    font-size: 0.16rem
}

.i-details-con p {
    line-height: 0.36rem
}

.i-details-con table {
    margin-top: 0.15rem
}

.i-details-con ul li {
    position: relative;
    padding-left: 0.4rem
}

.i-details-con ul li::before {
    position: absolute;
    content: "";
    top: 0.07rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: #fff;
    border: 2px solid #ec0004;
    left: 0.15rem
}

.i-details-con .download {
    background: #fbfbfb;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 0.16rem;
    justify-content: space-between
}

.i-details-con .download .name {
    display: inline-block;
    width: 3.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.i-details-con .download span {
    color: #313131
}

.i-details-con .download a {
    color: #00479d
}

.i-details-con .download a img {
    width: 0.17rem;
    height: 0.17rem;
    margin-right: 0.09rem
}

.i-details-con img,
.i-details p img {
    max-width: 8.6rem;
    max-width: -webkit-fill-available;
    vertical-align: top;
    display: block;
    margin: 0.32rem auto;
    width: auto
}

.content-main.info-list-41 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.content-main.info-list-41 .item {
    width: calc((100% - 0.9rem) / 4);
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    margin-right: 0.2rem;
    width: calc((100% - 1.5rem) / 4);
    margin-right: 0.35rem
}

.content-main.info-list-41 .item .img {
    width: 100%;
    height: 1.06rem;
    overflow: hidden;
    margin-bottom: 0.25rem
}

.content-main.info-list-41 .item .img img {
    width: 100%;
    height: 100%;
    display: block
}

.content-main.info-list-41 .item p {
    color: #313131;
    height: 0.5rem;
    line-height: 0.24rem;
    font-size: 0.16rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 768px) {
    .content-main.info-list-41 .item {
        width: calc((100% - 0.6rem) / 2);
        margin-right: auto;
        height: auto
    }

    .content-main.info-list-41 .item .img {
        height: auto
    }

    .content-main.info-list-41 .item p {
        font-size: 0.24rem;
        line-height: 0.36rem;
        height: 0.75rem
    }
}

.zzb-footer.zzbfooter4 {
    background: #1B1B1B
}

.zzb-footer.zzbfooter4 .rootW {
    padding: 0.8rem 0
}

.zzb-footer.zzbfooter4 .zzb-footer-center {
    height: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 2.35rem;
    color: white;
    margin-right: 0.8rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left p {
    font-size: 0.16rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left .tit {
    font-size: 0.22rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left .desc {
    white-space: nowrap;
    font-size: 0.26rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left .s-tit {
    margin-bottom: 0.2rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-center {
    color: #AAAAAA;
    font-size: 0.16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: #313131 solid 1px;
    border-right: #313131 solid 1px;
    padding: 0 0.8rem;
    max-width: 6.5rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-center .tit {
    font-size: 0.18rem;
    color: white;
    margin-bottom: 0.2rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-center span {
    color: #AAAAAA;
    margin-right: 0.1rem;
    white-space: nowrap
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-right {
    display: flex;
    flex-direction: column;
    margin-left: 0.8rem;
    max-width: 1.56rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-right .img {
    width: 1.56rem;
    height: 1.56rem;
    margin-bottom: 0.25rem
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-right p {
    color: white;
    font-size: 0.16rem;
    text-align: center
}

.zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-right .phone-btm-first {
    display: none
}

.zzb-footer.zzbfooter4 .zzb-footer-bottom {
    height: 0.5rem;
    line-height: 0.5rem;
    background: #434343;
    font-size: 0.16rem;
    color: #FFFFFF
}

.zzb-footer.zzbfooter4 .zzb-footer-bottom .rootW {
    padding: 0;
    margin: 0 auto;
    text-align: center
}

.zzb-footer.zzbfooter4 .zzb-footer-bottom .rootW span {
    margin-right: 0.1rem;
    color: white
}

.zzb-footer.zzbfooter4 .zzb-footer-bottom .phone-btm-icp {
    display: none
}

@media screen and (max-width: 768px) {
    .zzb-footer.zzbfooter4 .rootW {
        padding: 0.7rem 0.4rem
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left {
        max-width: 100%;
        width: 100%;
        margin-right: 0
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left p {
        font-size: 0.3rem;
        text-align: center
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left .tit {
        margin-bottom: 0.3rem;
        font-size: 0.3rem;
        text-align: center
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left .desc {
        margin-bottom: 0.7rem;
        font-size: 0.36rem;
        text-align: center
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left .s-tit {
        display: none
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-left .s-desc {
        display: none
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-center {
        display: none
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-right {
        width: 100%;
        max-width: 100%;
        margin-left: 0
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-right .img {
        width: 2.1rem;
        height: 2.1rem;
        margin: 0 auto;
        margin-bottom: 0.3rem
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-right p {
        color: white;
        font-size: 0.28rem;
        text-align: center
    }

    .zzb-footer.zzbfooter4 .zzb-footer-center .zzb-fc-right .phone-btm-first {
        margin-top: 0.7rem;
        display: block;
        color: #AAAAAA;
        font-size: 0.26rem;
        text-align: center
    }

    .zzb-footer.zzbfooter4 .zzb-footer-bottom {
        height: 0.65rem;
        line-height: 0.65rem;
        padding: 0 0.3rem
    }

    .zzb-footer.zzbfooter4 .zzb-footer-bottom .rootW {
        display: none
    }

    .zzb-footer.zzbfooter4 .zzb-footer-bottom .phone-btm-icp {
        display: block;
        color: white;
        background: #434343;
        font-size: 0.26rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .zzb-footer.zzbfooter4 .zzb-footer-bottom .phone-btm-icp span {
        color: white
    }
}

.search_rightpages {
    background: #F9FAFC
}

.search_rightpages {
    padding: 0.2rem 0.3rem
}

.articletit_temp {
    font-size: 0.22rem;
    color: black;
    padding: 0.13rem;
    padding-left: 0;
    margin-bottom: 0.21rem;
    border-bottom: 0.01rem solid #f5f5f5
}

.articletit_temp text {
    font-size: 0.16rem;
    color: #999
}

.sidebar .side-main>a.list_item_isThisPage,
.sidebar .side-main>a:hover {
    background-color: #28a7e1;
    color: white
}

.sidebar .side-main>a p text {
    display: none
}

.sidebar .side-main>a p::after {
    content: '';
    width: 0.01rem;
    height: 0.01rem;
    display: inline-block;
    float: right;
    z-index: 999;
    border-right: 0.12rem solid white;
    border-top: 0.12rem solid transparent;
    transform: rotate(-45deg);
    margin-top: 0.22rem
}