@font-face {
    font-family: "fzbys";/*方正准雅宋*/
    src: url("../../fonts/FZBIAOYSJW.TTF");
}

* {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    font-size: 16px;
    font-family: "fzbys", sans-serif;
    min-height: 100%;
}

body {
    padding: 30px 0 10px;
}

#titlebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    align-items: center;
    z-index: 2000;
    background-color: #FFFFFF;
}

#titlebar .jsl-nav-bar__back {
    flex: none;
    width: 30px;
    text-align: center;
    margin-top: 6px;
}

#titlebar .jsl-nav-bar__name {
    flex: auto;
    text-align: center;
}

#titlebar .jsl-nav-bar__name img {
    height: 24px;
    object-fit: cover;
    margin-top: 6px;
}

#titlebar .jsl-nav-bar__other {
    flex: none;
    width: 30px;
    margin: 0 0 0 10px;
}

#titlebar .jsl-nav-bar__other img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

#titlebar .van-icon-arrow-left{
    font-size: 20px;
    color: #c30017;
}

#index {
    width: 100vw;
    height: auto;
}

/*中间稿件开始*/
.content_pannel {
    height: auto;
    margin-bottom: 5px;
    box-shadow: 0 5px 5px #e8d8d8;
    background-color: #FFFFFF;
}

.top_news {
    width: 100%;
    height: 39vw;
    display: flex;
    flex-direction: column;
}

.top_news img {
    width: 100vw;
    height: 39vw;
    object-fit: cover;
}

.top-swipe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-box {
    display: flex;
    flex-direction: column;
    height: auto;
}

.second-tubiao {
    display: flex;
    padding: 10px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    height: auto;
}

.second-tubiao_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(20% - 0px);
    height: auto;
}

.second-tubiao_img img {
    padding: 0 20px;
    width: 65px;
    height: 35px;
    object-fit: fill;
}

.second-tubiao_img span {
    display: block;
    padding-top: 3px;
    font-size: 14px;
    /*letter-spacing: 0.1em;*/
    text-align: center;
}

.wenming-tubbiao1 {
    flex: auto;
    height: 26px;
    display: flex;
    position: relative;
    padding-left: 87%;
}

.wm-title1 {
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-weight: bold;
    width: 140px;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.wm-title1::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 26px solid #c30017;
    border-right: 25px solid transparent;
    left: 100%;
    top: 0;
    z-index: -1;
}

.wm-title1::after {
    content: '';
    position: absolute;
    width: 140px;
    height: calc(100% + 0px);
    background-color: #c30017;
    left: 0;
    top: 0;
    z-index: -1;
}

.wenming-tubbiao {
    flex: auto;
    height: 26px;
    display: flex;
    position: relative;
    padding-left: 85%;
}

.wm-title {
    position: absolute;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-weight: bold;
    width: 110px;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.wm-title::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 26px solid #c30017;
    border-right: 25px solid transparent;
    left: 100%;
    top: 0;
    z-index: -1;
}

.wm-title::after {
    content: '';
    position: absolute;
    width: 110px;
    height: calc(100% + 0px);
    background-color: #c30017;
    left: 0;
    top: 0;
    z-index: -1;
}

.provincial_content {
    width: 100%;
    padding: 10px 10px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(24, 24, 24, 0.16);
}

.provincial_content_first {
    width: 33%;
    padding: 0 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: flex-start;
    justify-content: center;
}

.first2 {
    padding-left: 10px;
}

.first3 {
    padding-left: 10px;
}

.first5 {
    padding-left: 10px;
}

.first6 {
    padding-left: 10px;
}

.provincial_content_first::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1px;
    height: 40px;
    background-color: rgba(24, 24, 24, 0.16);
    transform: translate(-50%, -50%);
}

.provincial_content_first:last-child::before {
    content: "";
    display: none;
}

.first1::after {
    content: '';
    top: 0;
    right: 10px;
    width: 30px;
    height: 45px;
    position: absolute;
    background: url('../../image/wap/new/sjzc.png') no-repeat right;
    z-index: 1;
    background-size: 28px 32px;
}

.first2::after {
    content: '';
    top: 0;
    right: 10px;
    width: 30px;
    height: 45px;
    position: absolute;
    background: url('../../image/wap/new/shij.png') no-repeat right;
    z-index: 1;
    background-size: 28px 32px;
}

.first3::after {
    content: '';
    top: 0;
    right: 5px;
    width: 30px;
    height: 45px;
    position: absolute;
    background: url('../../image/wap/new/zhan.png') no-repeat right;
    z-index: 1;
    background-size: 28px 32px;
}

.first4::after {
    content: '';
    top: 0;
    right: 5px;
    width: 30px;
    height: 45px;
    position: absolute;
    background: url('../../image/wap/new/jidi.png') no-repeat right;
    z-index: 1;
    background-size: 28px 32px;
}

.first5::after {
    content: '';
    top: 0;
    right: 5px;
    width: 30px;
    height: 45px;
    position: absolute;
    background: url('../../image/wap/new/zhuce.png') no-repeat right;
    z-index: 1;
    background-size: 28px 32px;
}

.first6::after {
    content: '';
    top: 0;
    right: 5px;
    width: 30px;
    height: 45px;
    position: absolute;
    background: url('../../image/wap/new/zongshu.png') no-repeat right;
    z-index: 1;
    background-size: 28px 32px;
}

.provincial_content_first span:first-child {
    font-size: 14px;
    line-height: 20px;
    z-index: 999;
}

.provincial_content_first span:last-child {
    font-size: 16px;
    line-height: 24px;
    color: #f4882c;
    z-index: 999;
}

.fourth-box {
    display: flex;
    flex-direction: column;
    height: auto;
}

.fourth-tubiao {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    height: auto;
    margin: 8px 0;
}

.fourth-tubiao_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    width: calc(25% - 4px);
}

.fourth-tubiao_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wm-title_more span a {
    color: #c30017;
    font-size: 12px;
    line-height: 26px;
    display: flex;
    align-items: flex-end
}

.wm-news .van-tab__text {
    letter-spacing: 0.1em;
    font-size: 14px;
}

.wm-news .van-tab__text:hover {
    color: #c30017;
    font-size: 16px;
}

.wm-news.van-tabs--line .van-tabs__wrap {
    height: 38px;
}

.news_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
}

.news_list_image {
    flex: none;
    width: 33vw;
    height: 22vw;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.news_list_image img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.news_list_title {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.news_list_title div:nth-child(1) {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_xinxi {
    display: flex;
    font-size: 12px;
    color: #a4a4a4;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 16px;
    line-height: 16px;
    align-items: center;
}

.news_list_xinxi span {
    max-width: calc(58% + 0px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.py-haibao {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 5px;
    flex-direction: row;
    flex-wrap: nowrap;

}

.py-haibao_title {
    flex: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    width: calc(40% + 0px);
    border: 1px solid #f0e4e4;
    border-radius: 8px;
    box-shadow: 0 2px 2px #e8d8d8;
}

.py-haibao_title div:nth-child(2) {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 5px;
    text-align: center;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.py-haibao_image {
    flex: none;
    width: 133px;
    height: 168px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.py-haibao_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.py-haibao_xinxi {
    font-size: 12px;
    color: #a4a4a4;
    width: 100%;
    margin: 5px 0;
    text-align: center;
}

.py-haibao_xinxi span {
    max-width: calc(100% + 0px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cj-haibao {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 5px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.cj-haibao_title {
    flex: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    width: calc(60% + 0px);
    border: 1px solid #f0e4e4;
    border-radius: 8px;
    box-shadow: 0 2px 2px #e8d8d8;
}

.cj-haibao_title div:nth-child(2) {
    font-size: 16px;
    letter-spacing: 1px;
    min-height: 40px;
    margin-top: 6px;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cj-haibao_image {
    flex: none;
    width: 208px;
    height: 180px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.cj-haibao_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cj-haibao_xinxi {
    display: flex;
    font-size: 12px;
    padding: 0 10px;
    color: #a4a4a4;
    width: 100%;
    margin: 6px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.cj-haibao_xinxi span {
    max-width: calc(70% + 0px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wenming-box {
    display: flex;
    flex-direction: column;
    height: auto;
}

.wm-news-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.wm-news-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 4px 2px 0;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wm-news-right img {
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.wm-news-hidden {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 4px 0;
}

.wm-news-city {
    min-width: calc(33% - 5px);
    height: 26px;
    line-height: 26px;
    display: flex;
    border: 1px solid #f2c9ce;
    border-radius: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 3px 5px;
}

.wm-news-city span:last-child {
    color: #ee0a24;
}

.zb-huamianx {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px 15px;
}

.zb-huamian_imgx {
    flex: none;
    width: 100%;
    height: 33vw;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
}

.zb-huamian_imgx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.zb-huamian_textx {
    letter-spacing: 0.1em;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zb-huamian_morex {
    font-size: 14px;
    line-height: 15px;
    margin-top: 5px;
    color: #888888;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.zb-huamian_morex span {
    width: 60%;
}

.into-box {
    width: 100%;
    padding: 10px;
}

.into-box-content {
    display: flex;
    height: 50px;
    border: 1px solid #ffc170;
    background-color: #fde9d0;
    border-radius: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;

}

.into-box-content::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    background: url("../../image/wap/new/into3.png") no-repeat left;
    background-size: 100% 100%;
}

.into-box-content::after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 22px;
    height: 22px;
    background: url("../../image/wap/new/into3.png") no-repeat right;
    background-size: 100% 100%;
}

.into-box-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex: auto;
}

.into-box-left img {
    width: 35px;
    height: 30px;
    margin: 0 10px;
    z-index: 10;
}

.into-box-right {
    width: 34px;
    height: 34px;
    margin: 0 10px;
    z-index: 10;
    float: right;
}

.into-box-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.into-box-left span {
    min-width: 70px;
    flex: none;
    color: #fe8329;
    z-index: 10;
    font-weight: 600;
    font-size: 14px;
}

.into-box-content-area {
    max-width: 150px;
    flex: auto;
    height: 24px;
    line-height: 24px;
    background-color: #f67a39;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.into-box-content-area::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    background: url("../../image/wap/new/into4.png") no-repeat right;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    z-index: 10;
    transform: translateY(-50%);
}

@media screen and (max-width: 320px) {
    .second-tubiao_img span {
        font-size: 12px;
    }
}

@media screen and (max-width: 300px) {
    .box_touxiang_name {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .into-box-left img {
        width: 35px;
        height: 30px;
    }
}

@media screen and (max-width: 300px) {
    .into-box-left img {
        width: 29px;
        height: 23px
    }
}

@media screen and (max-width: 320px) {
    .into-box-left span {
        min-width: 70px;
        font-size: 14px;
    }
}

@media screen and (max-width: 300px) {
    .into-box-left span {
        min-width: 60px;
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .into-box-content-area {
        font-size: 14px;
    }
}

@media screen and (max-width: 300px) {
    .into-box-content-area {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .into-box-right {
        width: 34px;
        height: 34px;
    }

}

@media screen and (max-width: 300px) {
    .into-box-right {
        width: 29px;
        height: 29px;
    }
}

@media screen and (max-width: 320px) {
    .into-box-content {
        height: 50px;
    }

}

@media screen and (max-width: 300px) {
    .into-box-content {
        height: 40px;
    }
}

@media screen and (max-width: 320px) {
    .first1::after {
        width: 30px;
        height: 45px;
        background-size: 28px 32px;
    }

}

@media screen and (max-width: 300px) {
    .first1::after {
        width: 25px;
        height: 40px;
        background-size: 25px 28px;
    }
}

@media screen and (max-width: 320px) {
    .first2::after {
        width: 30px;
        height: 45px;
        background-size: 28px 32px;
    }

}

@media screen and (max-width: 300px) {
    .first2::after {
        width: 25px;
        height: 40px;
        background-size: 25px 28px;
    }
}

@media screen and (max-width: 320px) {
    .first3::after {
        width: 30px;
        height: 45px;
        background-size: 28px 32px;
    }

}

@media screen and (max-width: 300px) {
    .first3::after {
        width: 25px;
        height: 40px;
        background-size: 25px 28px;
    }
}

@media screen and (max-width: 320px) {
    .first4::after {
        width: 30px;
        height: 45px;
        background-size: 28px 32px;
    }

}

@media screen and (max-width: 300px) {
    .first4::after {
        width: 25px;
        height: 40px;
        background-size: 25px 28px;
    }
}

@media screen and (max-width: 320px) {
    .first5::after {
        width: 30px;
        height: 45px;
        background-size: 28px 32px;
    }

}

@media screen and (max-width: 300px) {
    .first5::after {
        width: 25px;
        height: 40px;
        background-size: 25px 28px;
    }
}

@media screen and (max-width: 320px) {
    .first6::after {
        width: 30px;
        height: 45px;
        background-size: 28px 32px;
    }

}

@media screen and (max-width: 300px) {
    .first6::after {
        width: 25px;
        height: 40px;
        background-size: 25px 28px;
    }
}

@media screen and (max-width: 320px) {
    .provincial_content_first span:first-child {
        font-size: 14px;
    }

}

@media screen and (max-width: 300px) {
    .provincial_content_first span:first-child {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .provincial_content_first span:last-child {
        font-size: 16px;
        line-height: 25px;
    }

}

@media screen and (max-width: 300px) {
    .provincial_content_first span:last-child {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width: 320px) {
    .news_list_title div:nth-child(1) {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 300px) {
    .news_list_title div:nth-child(1) {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 320px) {
    .py-haibao_title div:nth-child(2) {
        font-size: 16px;
    }
}

@media screen and (max-width: 300px) {
    .py-haibao_title div:nth-child(2) {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .cj-haibao_title div:nth-child(2) {
        font-size: 16px;
    }
}

@media screen and (max-width: 300px) {
    .cj-haibao_title div:nth-child(2) {
        font-size: 14px;
    }
}