@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    width: 7.5rem;
    background: #f7f7f7;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: Helvetica, arial, 'Microsoft YaHei', freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: .32rem;
    color: #20003b;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #af0000;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    color: #666;
}

/*通用定义*/
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 0.01rem;
    overflow: hidden;
}


.layout,
.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.boxMo {
    min-width: 100%;
}

.mt30 {
    margin-top: 0.3rem;
}

.banner_bg {
    background-color: #b30514;
    padding-top: 0.1rem;
    overflow: hidden;
}

.banner_adv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner_adv img {
    width: 6.9rem;
    height: 0.8rem;
    margin-top: 0.2rem;
}

.section {
    margin-top: 0rem;
    padding: 0.3rem;
    box-sizing: border-box;
}

.section::after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

/* .index_col */
.index_col .hd {
    position: relative;
    display: flex;
    align-items: center;
}

.index_col .hd h2 {
    font: bold 0.4rem/1.2 "Microsoft YaHei";
    overflow: hidden;
    color: #d61618;
}

.index_col .hd h2::before {
    display: inline-block;
    position: relative;
    top: 0.06rem;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    background-image: url(../images/icon_colhd.png);
    background-repeat: no-repeat;
    background-size: 0.7rem;
    content: "";
    margin-right: 0.1rem;
}

.col2 .hd h2::before {
    display: inline-block;
    position: relative;
    top: 0.06rem;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    background-image: url(../images/icon_colhd.png);
    background-repeat: no-repeat;
    content: "";
    background-size: 1.05rem;
}

.col1 .hd h2::before {
    background: url(../images/icon_rdjj.png) no-repeat center top;
    background-size: cover;
}

.col2 .hd h2:nth-child(1).active:before {
    background-position: -0.7rem -0.35rem;
}

.col2 .hd h2:nth-child(2).active:before {
    background-position: -0.7rem -0.7rem;
}

.col2 .hd h2:nth-child(3).active:before {
    background-position: -0.7rem -1.05rem;
}

.col3 .hd h2::before {
    background-position: 0 -1.4rem;
    background-size: 1.05rem;
}

.col4 .hd h2::before {
    background-position: 0 -1.75rem;
    background-size: 1.05rem;
}

.col5 .hd h2::before {
    background-position: 0 -2.1rem;
    background-size: 1.05rem;
}

.col6 .hd h2::before {
    background-position: 0 -2.45rem;
    background-size: 1.05rem;
}

.col7 .hd h2::before {
    background-position: 0 -2.8rem;
    background-size: 1.05rem;
}

.col8 .hd h2::before {
    background-position: 0 -3.15rem;
    background-size: 1.05rem;
}

.col9 .hd h2::before {
    background-position: 0 -3.5rem;
    background-size: 1.05rem;
}

.col10 .hd h2::before {
    background-position: 0 -3.85rem;
    background-size: 1.05rem;
}

.col11 .hd h2::before {
    background-position: 0 -4.15rem;
    background-size: 1.05rem;
}


.col2 .hd h2:nth-child(1):before {
    background-position: -0.35rem -0.35rem;
    background-size: 1.05rem;
}

.col2 .hd h2:nth-child(2):before {
    background-position: -0.35rem -0.7rem;
    background-size: 1.05rem;
}

.col2 .hd h2:nth-child(3):before {
    background-position: -0.35rem -1.05rem;
    background-size: 1.05rem;
}

.index_col .bd {
    position: relative;
}

.col1 {
    width: 6.9rem;
    overflow: hidden;
}

.col1 .hd h2 {
    color: #fff;
}

.col1 .hd h2 a{
    color: #fff;
}


.col1_swiper {
    position: relative;
    width: 6.9rem;
    height: 4.80rem;
    margin-top: 0.3rem;
}

.col1_swiper .swiper-slide img {
    width: 6.9rem;
    height: 4.8rem;
}

.col1_swiper .swiper-slide h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.59rem;
    padding: 0 0.7rem 0 0.1rem;
    font: 0.3rem/0.59rem "Microsoft Yahei";
    text-align: center;
    color: #fff;
    background: #950411;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}


.col1_swiper_prev,
.col1_swiper_next {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    width: 0.3rem;
    height: 0.51rem;
    background-image: url(../images/arr1.png);
    background-size: cover;
    cursor: pointer;
    outline: none;
    z-index: 10
}

.col1_swiper_prev {
    left: 0;
    background-position: 0 0
}

.col1_swiper_next {
    right: 0;
    background-position: -0.3rem 0
}

#col1_swiper-pagination {
    position: absolute;
    left: inherit;
    right: 0;
    bottom: 0.18rem;
    width: auto;
    z-index: 999;
}

#col1_swiper-pagination#col1_swiper-pagination span {
    width: 0.1rem;
    height: 0.1rem;
    background: #bc0010;
    border: 0.01rem solid #fff;
    box-sizing: border-box;
    opacity: 1;
}

#col1_swiper-pagination#col1_swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.2rem;
    background: #fff;
}

/* col2 */
.col2 {
    width: 6.9rem;
    margin-top: 0.3rem;
}

.col2 .hd {
    border-bottom: 0.01rem solid #dd9299;
    color: #fff;
}

.col2 .hd h2 {
    cursor: pointer;
    margin-right: 0.3rem;
    position: relative;
    padding-bottom: 0.1rem;
    color: #fff;
}

.col2 .hd h2::after {
    content: '';
    position: absolute;
    bottom: -0.05rem;
    left: 0;
    width: 0;
    height: 0.03rem;
    background: #bc0010;
    transition: width 0.3s;
}

.col2 .hd h2.active {

    border-bottom: 0.02rem solid #ffdd1c;
    box-sizing: border-box;
    color:#ffdd1c ;
}

.col2 .hd h2 a{
    color: #fff;
}

.col2 .hd h2.active a{
    color: #ffdd1c;
}

.col2 .hd h2.active::after {
    width: 100%;
}

.col2 .bd .news_item {
    display: none;
}

.col2 .bd .news_item.active {
    display: block;
}

.col2 .bd {
    margin-top: 0.2rem;
}

.col2 .news_top h2 {
    font: bold 0.4rem/1.7 "Microsoft Yahei";
    color: #fff;
}

.col2 .news_top p {
    margin-top: 0.2rem;
    font: 0.32rem/0.58rem "Microsoft Yahei";
    color: #fff;
}

.col2 .news_top h2 a {
    color: #fff;
}

.col2 .news_top p a {
    color: #ffe921;
}

.col2 .news_list {
    margin-top: 0.2rem;
}

.news_list {
    margin-top: 0.2rem;
}

.news_list li {
    padding-left: 0.15rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    background: #b30514;
    border-radius: 50%;
}

.col2 .news_list li {
    font: 0.32rem/1rem "Microsoft Yahei";
    color: #fff;
}

.col2 .news_list li a{
    color: #fff;
}

.col2 .news_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    background: #fff;
    border-radius: 50%;
}


.col3 {
    width: 100%;
    padding: 0.2rem;
    margin: .3rem auto 0;
    background-color: #fff;
    box-sizing: border-box;
}

.index_col .hd {
    width: 100%;
    justify-content: space-between;
}

.index_col .hd h2 {
    float: left;
}

.index_col .hd .more {
    float: right;
    font: 0.24rem/0.36rem "Microsoft Yahei";
    color: #d61618;
    position: relative;
    padding-right: 0.2rem;
}

.col3 .news_list li {
    font: 0.32rem/1rem "Microsoft Yahei";
    border-bottom: 0.01rem solid #eaeaea;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col3 .news_list li:last-child {
    border-bottom: none;
}

.col3 .news_list li::before {
    width: 0.07rem;
    height: 0.07rem;
    background: url(../images/icon_li1.png) no-repeat center left;
    border-radius: 0%;
    background-size: cover;
}

/* 专题关注 */
.col6 {
    background-color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
}

.col6 .news_img {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    margin-top: 0.2rem;
}

.col6 .bd {
    margin-top: 0.2rem;
}

.col6 .news_img>* {
    width: calc((100% - 0.4rem) / 2);
}

.col6 .news_img img {
    width: 3.18rem;
    height: 0.68rem;
}

/* 红色记忆 */
.dhd {
    width: 100%;
    height: 0.92rem;
    background: url(../images/hsjy_bg.png) no-repeat center top;
    font: bold 0.4rem/0.92rem "Microsoft Yahei";
    background-size: cover;
    text-align: center;
    color: #fff;
}

.hsjy_bd {
    background-color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.col7 {
    width: 100%;
}

.col7 .img_top {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
    margin-top: 0.25rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.02rem solid #eaeaea;
}

.col7 .img_top a{
    display: flex;
    flex-direction: column;
    text-align: center;
    font: 0.22rem/0.22rem "Microsoft Yahei";
    gap: 0.05rem 0;
}

.col7 .img_top img {
    width: 1.90rem;
    height: 2.31rem;
    border: 0.1rem solid #e54643;
    box-sizing: border-box;
}

.col7 .news_list {
    width: 100%;
}

.news_style_list li {
    font: 0.32rem/1rem "Microsoft Yahei";
    border-bottom: 0.01rem solid #eaeaea;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_style_list li:last-child {
    border-bottom: none;
}

.news_style_list li::before {
    width: 0.07rem;
    height: 0.07rem;
    background: url(../images/icon_li1.png) no-repeat center left;
    border-radius: 0%;
    background-size: cover;
}

.col8 {
    width: 100%;
}

.col8 .news_top {
    margin-top: 0.2rem;
    padding-bottom: 0.47rem;
    border-bottom: 0.02rem solid #eaeaea;
}

.col8 .news_top h3 {
    margin-top: 0.5rem;
    font: bold 0.32rem/1.7 "Microsoft Yahei";
    color: #333;
    text-align: center;
}

.col8 .news_top p {
    margin-top: 0.1rem;
    font: 0.32rem/0.58rem "Microsoft Yahei";
    color: #666;
}

.col8 .news_top p a {
    color: #d61618;
}

/* col9 */
.col9 {
    background-color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.col9 .bd {
    overflow: hidden;
}

.col9_swiper {
    position: relative;
    margin-top: 0.3rem;
}

.col9_swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: center;
}

.col9_swiper .swiper-slide img {
    width: 2.7rem;
    height: 1.54rem;
    border-radius: 0.2rem 0.2rem 0 0;
}

.col9_swiper .swiper-slide p {
    width: 2.7rem;
    height: 0.38rem;
    font: 0.32rem/0.38rem "Microsoft Yahei";
    margin-top: 0.1rem;
    text-align: center;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}


.col9_swiper_prev,
.col9_swiper_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.35rem;
    height: 0.35rem;
    background-image: url(../images/arr2.png);
    cursor: pointer;
    outline: none;
    z-index: 10;
    background-size: cover;
}

.col9_swiper_prev {
    left: 0.08rem;
    background-position: 0 0
}

.col9_swiper_next {
    right: 0.08rem;
    background-position: -0.36rem 0
}

.lqxz_wrap {
    width: 6.9rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.zcol {
    width: 100%;
}

.zcol .zhd {
    width: 100%;
    margin-top: 0.2rem;
    border-bottom: 0.01rem solid #eaeaea;
}

.zcol .zhd h3 {
    position: relative;
    margin-left: 0.2rem;
    width: 2rem;
    font: bold 0.36rem/0.46rem "Microsoft Yahei";
    padding-bottom: 0.15rem;
    color: #d61618;
    text-align: center;
}

.zcol .zhd h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2rem;
    height: 0.05rem;
    border-radius: 0.1rem;
    background-color: #bc0010;
    content: "";
}

.zcol .news_top {
    margin-top: 0.3rem;
}

.zcol .news_top h3 {
    font: bold 0.4rem/0.6rem "Microsoft Yahei";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zcol .news_top .texta {
    display: flex;
    margin-top: 0.1rem;
}

.zcol .news_top .texta img {
    width: 2.01rem;
    height: 1.13rem;
}

.zcol .news_top .texta p {
    width: 100%;
    margin-left: 0.2rem;
    font: 0.32rem/0.58rem "Microsoft Yahei";
}

.zcol .news_top .texta span {
    color: #bc0010;
}

.col11 {
    width: 100%;
}

.col11 .bd {
    margin-top: 0.2rem;
}

#gotop {
    width: 1.3rem;
    height: 0.3rem;
    background: url(../images/top1-lq.png) no-repeat;
    position: fixed;
    right: 0.4rem;
    bottom: 0.28rem;
    _margin-bottom: 0.28rem;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
}

.right_side {
    width: 1.3rem;
    height: 6.09rem;
    background: url(../images/ewm-lq.png) 0 0 no-repeat;
    position: fixed;
    right: 0.4rem;
    bottom: 0.6rem;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0.6rem;
    z-index: 999;
}

/* list_article */
.list_page {
    width: auto;
    margin: 0.2rem;
    background-color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 0.04rem solid #b30514;
}

.loc {
    min-height: 0.37rem;
    font: 0.26rem / 0.37rem "Microsoft Yahei";
    color: #666;
}

.list_main ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 0.01rem solid #eaeaea;
    padding: 0.2rem 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_main ul li h3 {
    font: 0.32rem/0.6rem "Microsoft Yahei";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_main ul li span {
    font: 0.24rem/0.28rem "Microsoft Yahei";
    color: #999999;
}

.list_main ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.07rem;
    height: 0.06rem;
    background: url(../images/icon_li1.png) no-repeat center left;
}


.list_mai li:last-child {
    border-bottom: none;
}


.pages {
    margin: 0.4rem auto 0;
    text-align: center;
}

.pages a {
    box-sizing: border-box;
    display: inline-block;
    width: 0.34rem;
    height: 0.34rem;
    margin: 0 0.04rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    text-align: center;
    color: #666;
    background-color: #fff;
    border: 0.01rem solid #e6e6e6;
    border-radius: 0.04rem;
    cursor: pointer;
}

.pages span {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin: 0 0.05rem;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.last {
    box-sizing: border-box;
    width: auto;
    padding: 0 0.1rem;
    height: 0.34rem;
    cursor: pointer;
}

.pages a.current,
.pages a:hover {
    color: #fff;
    background-color: #9f1b17;
    border-color: #9f1b17;
}

/* article */
.article_con {
    margin-top: 0.3rem;
    background-color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 0.04rem solid #b30514;
}

.article_main {
    margin-top: 0.3rem;
}

.article_tit {
    font: bold 0.5rem/0.7rem "Microsoft Yahei";
    text-align: center;
}

.article_sub {
    margin-top: 0.3rem;
    overflow: hidden;
    font: 0.26rem/0.3rem "Microsoft Yahei";
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #eaeaea;
    color: #999;
}

.article_content {
    margin-top: 0.3rem;
}

.article_content.article_content p {
    margin: 0.1rem auto;
    font-size: 0.36rem!important;
    line-height: 0.56rem!important;
    color: #333;
    font-family: "microsoft YaHei"!important;
}

.article_content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.1rem auto;
}

/* czmc_page */
.czmc_page {
    margin-top: 0.3rem;
    background-color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.czmc_main {
    margin-top: 0.3rem;
}

.czmc_main h2 {
    font: bold 0.25rem/0.3rem "Microsoft Yahei";
    background: url(../images/icon_czmc.png) no-repeat left center;
    padding-left: 0.5rem;
    color: #d61618;
    background-size: 0.39rem;
}

.czmc_sub {
    width: 100%;
    margin-top: 0.2rem;
    overflow: hidden;
    padding: 0.2rem 0.2rem;
    box-sizing: border-box;
    background-color: #fafafa;
}

.czmc_sub .tit {
    font: bold 0.26rem/0.3rem "Microsoft Yahei";
    color: #d61618;
}

.czmc_sub p {
    margin-top: 0.2rem;
    font: 0.24rem/0.32rem "Microsoft Yahei";
    color: #333;
}

.city_list {
    margin-top: 0.2rem;
    display: flex;
    gap: 0.15rem 0.5rem;
    flex-flow: wrap;
}

.city_list li {
    width: 1.35rem;
    height: 0.35rem;
    background-color: #f7f7f8;
    font: 0.26rem/0.35rem "Microsoft Yahei";
    text-align: center;
}

.city_list li.active {
    background-color: #b30514;
}

.city_list li.active a {
    color: #fff;
}

.czmc_line {
    display: block;
    width: 11.6rem;
    height: 0.15rem;
    margin: 0.2rem auto;
    background: url(../images/czmc_line.png) no-repeat center left;
}

.czmc_fl_list {
    display: flex;
    width: 100%;
    gap: 0.15rem 0.3rem;
    flex-wrap: wrap;
}

.czmc_fl_list li {
    width: calc(50% - 0.15rem);
}

.czmc_fl_list li {
    display: flex;
    align-items: center;
    height: 0.62rem;
    background: url(../images/icon_czmc_2.png) no-repeat left center;
    font: bold 0.26rem/0.32rem "Microsoft Yahei";
    padding-left: 0.2rem;
    box-sizing: border-box;
    background-size: cover;
}

.czmc_fl_list li.active {
    background: url(../images/icon_czmc_1.png) no-repeat left center;
    background-size: cover;
}

.czmc_fr_list {
    width: 100%;
    margin-top: 0.3rem;
}

.czmc_fr_list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 0.01rem solid #eaeaea;
    padding: 0.2rem 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.czmc_fr_list ul li h3 {
    font: 0.26rem/0.6rem "Microsoft Yahei";
}

.czmc_fr_list ul li span {
    font: 0.24rem/0.28rem "Microsoft Yahei";
    color: #999999;
}

.czmc_fr_list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.07rem;
    height: 0.06rem;
    background: url(../images/icon_li1.png) no-repeat center left;
}

.czmc_fr_list li:last-child {
    border-bottom: none;
}

.czmc_fr_list .pages {
    margin: 0.3rem auto;
}


/* gdxw_con */
.gdxw_con {
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.scroll_content{
    margin-top: 0.2rem;
}

.gdxw_con .tit {
    width: 111px;
    height: 29px;
    background-color: #f5b751;
    border-radius: 15px 0 0 0;
    font: 17px/29px "Microsoft Yahei";
    text-align: center;
    color: #fff;
}

.gdxw_con ul {
    width: 1075px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.gdxw_con ul li {
    display: inline-block;
    margin-left: 15px;
    font: 16px/32px "Microsoft Yahei";
    vertical-align: middle;
}

.gdxw_con ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.gdxw_con ul li a::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ff0000;
    font-size: 20px;
    line-height: 32px;
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.scroll_box{
    width: 483px;
}

.col2 .news_item .more{
    display: block;
    text-align: center;
    color: #b30514;
    background-color: #f1d389;
    border-radius: 15px;
    font: 14px/30px "Microsoft Yahei";
}


.lm_zcol{
    width: 100%;
}

.lm_zcol .zhd a{
    color: #d61618;
}

.lm_zcol.zcol .zhd h3{
    width: auto;
   text-align: left;
} 

.lm_zcol.zcol .zhd h3::before{
    width: 100%;
}