*{margin:0px;padding:0px;list-style: none;text-decoration: none;box-sizing:border-box;}
html{font-size:100px;}
body{min-height:100vh;display: flex;display: -webkit-flex;flex-direction: column;font-size:16px;}
.footer{margin-top:auto;}
.image{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.image img{width: 100%;height: 100%;object-fit: cover;}
.flexbox{display: flex;display: -webkit-flex;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
.flex-left{display: flex;display: -webkit-flex;justify-content: flex-start;}
.flex-center{display: flex;display: -webkit-flex;justify-content: center;}
.flex-right{display: flex;display: -webkit-flex;justify-content: flex-end;}
.flex-column{flex-direction: column;}
.flex-c-center{align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.f0{flex-shrink: 0;}
.line1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.line3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.list-banner,.list-banner img{width:100%;display:block;}
.main{width:100%;padding:30px 0;}

.main-left{width: 2.5rem;position:relative;}
.main-left .lm{width: 100%;height: 0.9rem;background: #98151f;margin-bottom: 1px;}
.main-left .lm h3{color: #ffffff;font-size: 0.26rem;display: block;line-height: 0.9rem;text-align: center;}
.main-nav>ul{padding-bottom: 1rem;background: #f6f6f6;}
.main-nav>ul>li{line-height:0.55rem;border-bottom:1px dashed #ffffff;position:relative}
.main-nav>ul>li:last-child{border-bottom:none;}
.main-nav li a{font-size:0.16rem;color:#333;display:block;padding:0 0.05rem;padding-left:0.3rem}
.main-nav li .li_xlz{position:absolute;right:0;top:0;cursor:pointer;width: 0.55rem;height: 0.55rem;background: url(../images/right-gray.svg) no-repeat center center;background-size: auto 0.1rem;}
.main-nav>ul>li.cur .li_xlz,.main-nav>ul>li:hover .li_xlz{background: url(../images/right.svg) no-repeat center center;background-size: auto 0.1rem;}
.navContent{display:none;}
.navContent li{padding-left:0.2rem;line-height: 0.45rem;}
.navContent li a{font-size: 0.14rem;color: #333333;}
.main-nav li .li_xlz.on{transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.main-nav>ul>li.cur>a,.main-nav>ul>li:hover>a{background: #98151f;color: #ffffff;}
.main-nav>ul>li.cur .li_xlz i,.main-nav>ul>li:hover .li_xlz i{color: #fff;}
.navContent li.cur a{color:#98151f;}
.main-nav li.cur .navContent{display:block;}
.navContent li:hover a{color:#98151f;}

.main-right{width: calc( 100% - 2.8rem );}
.main-title{width: 100%;position: relative;border-bottom: 1px solid #e1e1e1;padding-bottom: 0.15rem;}
.main-title h2{font-size: 0.2rem;color:#222222;font-weight: normal;line-height: 0.3rem;}
.main-title .local{color: #666666;line-height: 0.28rem;}
.main-title .local span{margin: 0 0.1rem;}
.main-title .local a{color: #666666;}
.main-title .local a:hover{color: #98151f;}

/*文章内容开始*/
.content{width: 100%;min-height: 500px;}
.content h3.title{text-align: center;font-size: .24rem;color: #98151f;margin: 0.2rem 0 0.15rem;}
.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-right: .2rem;}
.article{color: #434343;line-height: 0.32rem;}
.article p{margin: 0.1rem 0;text-indent: 2em;}
.article table{margin:0 auto !important;max-width: 920px;}
.article table p{text-indent: 0;margin: 0;}
.article p.con-img{text-indent: 0;text-align: center;}
.article video{display: block;width: 100%;margin: 0 auto;height: auto;}
.article img{max-width: 100%;height: auto !important;}
/*文章内容结束*/

/*文章列表开始*/
.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.3s all;}
.txt-list ul li span{color: #666666;}
.txt-list ul li:hover a{color: #98151f;padding-left: 0.1rem;}
/*文章列表结束*/

/*图片列表开始*/
.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;background: #f6f6f6;padding: 0 0.1rem;font-size: 0.14rem;}
.pic-list ul li:hover img{transform: scale(1.05,1.05);}
.pic-list ul li:hover p{color: #ffffff;background: #98151f;}
/*图片列表结束*/

.news-list{margin-top: 0.1rem;}
.news-list ul li{width: 100%;border-bottom: 1px solid #e1e1e1;padding: 0.2rem 0.1rem;box-sizing: border-box;}
.news-list ul li .news-img{width: 2rem;height: 1.35rem;overflow: hidden;position: relative;flex-shrink: 0;margin-right: 0.2rem;}
.news-list ul li .news-img img{transition: 0.3s all;}
.news-list ul li.flexbox .news-txt{max-width: calc( 100% - 2.2rem );}
.news-list ul li h3{font-size: 0.18rem;position: relative;}
.news-list ul li h3 a{color: #333333;}
.news-list ul li h3::after{content: "";width: 0.4rem;height: 2px;background: #999999;display: block;position: absolute;left: 0;bottom: -0.15rem;z-index: 0;}
.news-list ul li h3::before{content: "";width: 0;height: 2px;background: #98151f;display: block;position: absolute;left: 0;bottom: -0.15rem;z-index: 1;transition: 0.3s all;}
.news-list ul li p{width: 100%;line-height: 0.26rem;font-size: 0.14rem;color: #666666;margin: 0.25rem 0 0.1rem;height: 0.52rem;}
.news-list ul li span{font-size: 0.14rem;color: #666666;line-height: 0.24rem;}
.news-list ul li:hover h3 a{color: #98151f;}
.news-list ul li:hover h3::before{width: 0.4rem;}
.news-list ul li:hover .news-img img{transform: scale(1.1,1.1);}
