.list-banner{width: 100%;}
.list-banner img{width: 100%;display: block;}

.main{width: 100%;padding: 0.3rem 0;}
.main .w90{align-items: flex-start;}
.main-left{width: 2.4rem;position:relative;}
.main-left .lm{width: 100%;height: 0.7rem;background: rgba(235,213,175,0.2);margin-bottom: 0.2rem;display: flex;border-radius: 0 0.22rem 0 0;border: 1px solid #8c1926;}
.main-left .lm h3{color: #8c1926;font-size: 0.24rem;line-height: 0.7rem;text-align: center;position: relative;z-index: 1;}
.main-left .lm img{height: 0.9rem;align-self: flex-end;margin-right: 0.1rem;margin-left: 0.2rem;}
.main-left>ul{padding-bottom: 2rem;background: rgba(235,213,175,0.2);position: relative;z-index: 1;border-radius: 0 0 0 0.22rem;}
.main-left>ul>li{position:relative;border-bottom: 1px solid #ffffff;}
.main-left>ul>li:last-child{border-bottom:none;}
.main-left>ul>li>a{font-size:0.16rem;color:#333;display:block;padding:0.12rem 0.55rem 0.12rem 0.3rem;background: rgba(255,174,174,0.1);transition: 0.3s all;line-height: 0.31rem;}
.main-left li .li_xlz{position:absolute;right:0;top:0;cursor:pointer;width: 0.55rem;height: 0.55rem;background: url(../img/right-blue.svg) no-repeat center center;background-size: auto 0.12rem;}
.navContent{display:none;}
.navContent li a{font-size: 0.14rem;color: #333333;display: block;padding: 0.1rem 0.2rem 0.1rem 0.5rem;line-height: 0.26rem;}
.main-left li .li_xlz.on{transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.main-left>ul>li.cur>a,.main-left>ul>li:hover>a{background: #8c1926;color: #ffffff;}
.main-left>ul>li.cur .li_xlz,.main-left>ul>li:hover .li_xlz{background: url(../img/right.svg) no-repeat center center;background-size: auto 0.12rem;}
.navContent li.cur a{color:#8c1926;}
.main-left li.cur .navContent{display:block;}
.navContent li:hover a{color:#8c1926;}
.main-right{width: calc( 100% - 2.7rem );}
.main-title{width: 100%;position: relative;border-bottom: 1px solid #e1e1e1;}
.main-title h2{font-size: 0.2rem;color:#333333;font-weight: normal;line-height: 0.5rem;}
.main-title h2 span{color:#8c1926;}
.main-title .local span{color: #666666;line-height: 0.25rem;}
.main-title .local img{display: block;height: 0.5rem;margin-right: 0.06rem;}
.main-title .local span a{color: #666666;}
.main-title .local span a:hover{color: #8c1926;}
.m-nav{display: none;width: 100%;position: relative;background: rgba(235,213,175,0.2);margin-bottom: 0.15rem;}
.m-lm{width: 100%;background: #8c1926;}
.m-lm>.flexbox{margin-top: 0.2rem;padding: 0.1rem 0.2rem;}
.m-lm h3{font-size: 0.2rem;color: #ffffff;line-height: 0.3rem;}
.m-lm .li_xlz{position:absolute;right:0;top:0;cursor:pointer;width: 0.5rem;height: 0.5rem;background: #8c1926 url(../img/right.svg) no-repeat center center;background-size: auto 0.14rem;}
.m-lm.on .li_xlz{transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.m-list{display: none;width: 100%;border-top: 1px solid #d1d1d1;}
.m-list ul li{width: 100%;line-height: 0.4rem;}
.m-list ul li a{color: #434343;font-size: 0.16rem;display: block;padding-left: 0.4rem;}
/*二级公共样式结束*/

/*文章内容开始*/
.content{width: 100%;min-height: 500px;}
.content h3.title{text-align: center;font-size: .24rem;color: #8c1926;margin: 0.2rem 0 0.15rem;line-height: 0.3rem;}
.content .sub-title{text-align: center;font-size: 0.2rem;color: #222222;line-height: 0.3rem;}
.content .art-itro{width: 100%;border-bottom:1px solid #dcdcdc;padding-bottom:.1rem;height: .4rem;line-height: .4rem;margin-bottom: .1rem;text-align: center;margin-top: 0.1rem;}
.content .art-itro>span{font-size: .14rem;color: #666666;margin: 0 .2rem;}
.article{color: #434343;line-height: 0.32rem;}
.article p.con-img{text-align: center;text-indent: 0 !important;}
.article table{margin:0 auto !important;max-width: 920px;min-width: 500px;}
.article table p{text-indent: 0;margin: 0;}
.article video{display: block;width: 100%;margin: 0 auto;height: auto;}
.article img{max-width: 100%;height: auto !important;}
.pn-list{width:100%;border-top: 1px solid #c9c9c9;padding-top: 0.2rem;margin-top: 0.2rem;}
.pn-list p{font-size: 0.16rem;line-height: 0.3rem;color: #434343;}
.pn-list p a{color: #434343;}
.pn-list p a:hover{color: #8c1926;}
/*文章内容结束*/

/*图片列表开始*/
.pic-list{margin-top: 0.3rem;}
.pic-list ul{margin-left: -0.15rem;margin-right: -0.15rem;}
.pic-list ul li{width: calc( 100% / 3 );margin-bottom: 0.2rem;padding: 0 0.15rem;}
.pic-list ul li a{display: block;width: 100%;}
.pic-list ul li .imgbox{width: 100%;height: 0;padding-bottom:60%;position: relative;overflow: hidden;}
.pic-list ul li img{transition: 0.4s all;}
.pic-list ul li p{width: 100%;text-align: center;line-height: 0.4rem;color: #434343;padding: 0 0.1rem;}
.pic-list ul li:hover img{transform: scale(1.05,1.05);}
.pic-list ul li:hover p{color: #8c1926;}
/*图片列表结束*/

/*文章列表开始*/
.txt-list{margin-top: 0.1rem;}
.txt-list ul li{width: 100%;border-bottom: 1px solid #e1e1e1;line-height: 0.6rem;position: relative;}
.txt-list ul li a{color: #434343;max-width: calc( 100% - 1.1rem );transition: 0.2s all;}
.txt-list ul li a span{color: #8c1926;font-weight:bold;}
.txt-list ul li>span{color: #666666;}
.txt-list ul li:hover a{color: #8c1926;padding-left: 0.22rem;}
.txt-list ul li:hover>span{color: #8c1926;}
/*文章列表结束*/

.third-nav{width:100%;display:none;}
.third-nav ul li{display:inline-block;font-size:0.14rem;line-height:0.3rem;margin-right:0.2rem;margin-bottom:0.1rem;}
.third-nav ul li a{color:#999999;}
.third-nav ul li.cur{background:#8c1926;}
.third-nav ul li.cur a{padding:0 0.1rem;color:#ffffff;}

.main-time{width: 100%;padding: 0.3rem 0;background: #f1f1f1;margin-bottom: 0.2rem;}
.main-time ul li span{font-size: 0.2rem;color: #434343;display: block;line-height: 0.34rem;flex-shrink: 0;width: 1.2rem;height: 0.36rem;border: 1px solid #cccccc;border-radius: 0.18rem;text-align: center;transition: 0.2s all;}
.main-time ul li a{display: flex;align-items: center;justify-content: space-between;position: relative;}
.main-time ul li a::before{content: "";width: 100%;height: 1px;display: block;background: #cccccc;position: relative;}
.main-time ul li a::after{content: "";width: 100%;height: 1px;display: block;background: #cccccc;position: relative;}
.main-time ul li.cur span,.main-time ul li:hover span{background: #8c1926;color: #ffffff;border: 1px solid #8c1926;}