/* 通用样式 */
a { text-decoration: none !important;}

.flex {
    display: flex;
}

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

.flex-wrap {
    flex-wrap: wrap;
}


.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}

/* 分割线 */
.cut_line {
    width: .015rem;
    height: .35rem;
    background: linear-gradient(to bottom, rgba(222, 217, 213, 0.1), rgba(222, 217, 213, 0.5), rgba(222, 217, 213, 0.8), rgba(222, 217, 213, 1), rgba(222, 217, 213, 0.8), rgba(222, 217, 213, 0.5), rgba(222, 217, 213, 0.1));
    margin: 0 .2667rem;
}

/*Banner*/
.banner {
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner-sub {
    margin-top: 1.0667rem;
}

/* 子页面公共样式 */
.top_nav {
    width: 100%;
    background: #FAFAFA;
    padding: 0 .3rem;
    height: 1.2rem;
}

.top_nav_item {
    padding: .23rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 100%;
    font-size: 0.29rem;
    font-weight: bold;
    color: #333333;
}

.top_nav_select {
    background-color: #C40518;
    color: #FFFFFF;
    text-align: center;
}

.sub_main {
    width: 100%;
    background-color: #FAE7DC;
    padding: .4rem .4rem 0 .4rem
}

.sub_content {
    position: relative;
    width: 100%;
    min-height: 60vh !important;
    background-color: rgba(255, 255, 255, 0.8);
    padding: .4533rem .36rem;
}

.sub_footer {
    margin-top: .3333rem 0;
}

.content_top {
    width: 100%;
    font-size: .3733rem;
    font-weight: bold;
    color: #C40518;
}

.content_top_bar {
    position: relative;
    padding: 0 0 .2667rem 0;
    margin-bottom: .7rem;
}

.content_top_bar_select_line {
    position: absolute;
    bottom: 0;
    width: 12.9333vw;
    height: .0667rem;
    background-color: #C40518;
}

.text_content {
    text-indent: 0.53rem;
    font-size: .2667rem;
    color: #333333;
    line-height: .4533rem;
    margin-bottom: .4rem;
    font-weight: 500;
}

/* 列表公共样式 */
.list_item {
    width: 100%;
    margin-bottom: .4rem;
}

.item_select {
    background-color: #C40518 !important;
    color: #FFFFFF !important;
}

.news_date {
    border: #C40518 .047rem solid;
    width: 26% !important;
    height: 2.2rem;
    margin-right: 3.5%;
    color: #C40518;
}

.item_news_content {
    width: 70.5% !important;
    padding-top: .0399999rem;
    padding-bottom: .0399999rem;
}

.news_title {
    color: #C40518;
    font-weight: bolder;
    margin-bottom: .27rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .28rem;
    color: #484747;
}

.day {
    font-size: .8rem;
    font-weight: bold;
}

.month {
    font-weight: bold;
}

.button-group {
    margin-top: .3rem;
    width: 100%;
}

.m-style .next, .m-style .prev {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 0 !important;
    border: #dadada .0133rem solid !important;
    width: 1.7rem !important;
    outline: none !important;
    font-size: .35rem;
}
.M-box3 {
    margin-top: .3rem !important;
}

/* 详情页公共样式 */
.news_content {
    width: 100%;
    word-break: break-all;
}
.news_content * {
    background-color: rgba(255, 255, 255, 0) !important;
    font-size: .35rem !important;
}

.news_content img {
    width: 100% !important;
    height: auto !important;
}
.news_content video {
    width: 100% !important;
    height: auto !important;
}
.news_content > div span {
    font-size: .35rem !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: .4533rem !important;
}

.news_content > p > span {
    font-size: .35rem !important;
    font-weight: 400;
    color: #333333;
    line-height: .4533rem;
}

.news_content h1 {
    font-size: .45rem !important;
    line-height: .55rem !important;
}
.news_content > h1 > span {
    font-size: .45rem !important;
    line-height: .55rem !important;
}
.news_content h2 {
    font-size: .39rem !important;
    line-height: .45rem !important;
}
.news_content > h2 > span {
    font-size: .39rem !important;
    line-height: .45rem !important;
}
.news_content h3 {
    font-size: .39rem !important;
    line-height: .45rem !important;
}
.news_content > h3 > span {
    font-size: .39rem !important;
    line-height: .45rem !important;
}
.news_content strong > span {
    font-size: .45rem !important;
}
.news_content strong > span > span {
    font-size: .45rem !important;
}

.last_next_article {
    margin-top: .5rem;
    width: 100%!important;
    color: #727272;
    font-size: 0.267rem
}
.last_next_article > div {
    padding-bottom:.085rem;
    margin-top: .32rem;
    border-bottom: 0.013rem dashed #CAC8C8;
}

/* 供稿 */
.contribution {
    margin-top: 0.5rem;
    align-self: flex-end;
}

