
html {
  font-size: 110.4px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  html {
    font-size: 110.4px;
  }
}

@media (max-width: 412px) {
  html {
    font-size: 109.6px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 360px) {
  html {
    font-size: 96px;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 85.3333px;
  }
}

@media (min-width: 769px) {
  html {
    font-size: 110.4px !important;
  }
}

body{
	font-size: 0.14rem;
}
/* header */
.topNav{
	display: none;
}
.header{
	position: relative;
}
.head {
   padding: 0.1rem;
   height: 0.54rem;
}
.head .logo {
    width: .26rem;
	height: .26rem;
}
.head .name{
	font-size: 0.25rem;
	height: 0.35rem;
	overflow: hidden;
}
.menu{
	display: inline-block;
	font-size: 0.28rem;
}

.categorize_Mask{
	display: none;
	position: absolute;
	z-index: 2222;
	top: 0.54rem;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
}
.categorize{
	background-color: #fff;
	display: flex;
	position: relative;
}
.categorize .first{
	width: 40%;
	padding: 0.05rem 0;
	background-color: #eaeaea;
}
.categorize .first li>a{
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
}
.categorize .first a{
	display: block;
	padding:0.15rem 0.1rem;
	font-size: 0.14rem;
	text-transform: capitalize;
	
}
.categorize .first li:last-child a{
	border-bottom: 0;
}
.twolevel{
	display: none;
	position: absolute;
	top: 0;
	left: 35.5%;
	padding-left: 0.24rem;
}
.twolevel:before{
	left: 0;
	content: "";
	position: absolute;
	width: 0; 
	height: 0;
	border-width:10px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}
.categorize .first>li:nth-child(2) .twolevel:before{
	top: 0.7rem;
}
.categorize .first>li:nth-child(3) .twolevel:before{
	top: 1.17rem;
}
.categorize .first>li:nth-child(4) .twolevel:before{
	top: 1.65rem;
}
.show{
	display: block;
}
.sidebar-expanded{
	overflow: hidden;
}

/* banner */
.in_banner h3 {
	font-size: 0.22rem;
	top: 25%;
}
.Ad::before {
    font-size: 0.1rem;
}
.wrapper {
    padding:0.24rem 0;
}
.m-flex-column{
	display: flex;
	flex-direction: column;
}
.tags {
	font-size: 0.14rem;
}
.column-item{
	margin: 0 0.12rem;
}
.column-item-img{
	height: 2rem;
	overflow: hidden;
	border-radius: 5px;
}
.column-item-img .tags {
   top: 0.1rem;
   left:0.1rem;
}
.column-item-title{
	padding: 0.12rem;
	display: flex;
}
.column-item-title>span {
	display: block;
	font-size: 0.16rem;
	    -webkit-line-clamp: 3;
	    line-height: 1.5;
}
.item-icon {
   width: 0.32rem;
   height: 0.32rem;
   line-height: 0.32rem;
   text-align: center;
}
.column-item-title .item-icon {
    position: absolute;
	font-size: 0.17rem;
	right: 0.15rem;
	top: 0.19rem;
}
.column-list{
	display:flex;
	padding: 0 0.12rem;
}
.column-list .list-item{
	margin-top: 0.1rem;
	padding:0.15rem 0.12rem;
}
.column-list .list-item .item-icon {
  right: 0.24rem;
  font-size: 0.17rem;
}
.column-list .list-item .dates .day {
    font-size: 0.24rem;
	margin-bottom: 0.05rem;
}
.column-list .list-item .dates .month {
    font-size: 0.1rem;
}
.column-list .list-item .dates {
   padding-right: 0.1rem;
}
.column-list .list-item .news {
	width: 70%;
	flex-shrink: 0;
    padding-left: 0.1rem;
	overflow: hidden;
}
.column-list .list-item .news .title {
 font-size: 0.15rem;
 width: 100%;
 margin-bottom: 0.05rem;
}
.column-list .list-item .text {
    font-size: 0.12rem;
}
.bodyhead {
	margin-bottom: 0.12rem;
}
.bodyhead .title {
    font-size: 0.28rem;
}
.bodyhead .line {
	margin-top: -0.1rem;
}
.bodyhead .line i{
   font-size: 0.18rem;
}
.bodyhead .line:before, .bodyhead .line::after {
    width:0.44rem;
}
.bodyhead .line:before{
	margin-right: 0.05rem;
}
 .bodyhead .line::after {
	 margin-left: 0.05rem;
 }
 
.big-item {
    height: 2.6rem;
 }
.big-item-img{
	 height: 2rem;
 }
.big-item-img img {
     object-position: center;
     object-fit: cover;
     width: 100%;
     height: 100%;
	 border-radius: 0;
 }
 .big-info {
     width: 90%;
     left: 5%;
     top: 40%;
	 padding: 0.12rem;
 }
 .big-info .title {
     width: 96%;
	 font-size: 0.17rem;
	 margin-bottom: 0.05rem;
	 overflow: hidden;
	     text-overflow: ellipsis;
	     display: -webkit-box;
	     -webkit-box-orient: vertical;
	     -webkit-line-clamp: 3;
	     line-height: 1.5;
 }
.big-info .tags {
	font-size: 0.12rem;
	padding:0.07rem 0.1rem;
	margin: 0.1rem 0;
	font-weight: bold;
}
.them-img{
	height: 1.8rem;
}
.row-item-wrap{
	padding:0 0.12rem;
}
.row-item{
	margin-bottom: 0.15rem;
}
.row-item .title{
	font-size: 0.16rem;
	padding: 0.12rem 0.4rem 0.12rem 0.12rem;
	
}
.row-item .title span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
}
.row-item .title::after {
    right: 0.15rem;
	top: 20%;
	font-size: 0.24rem;
}

/* last */
.row-big-item{
	position: relative;
	height: 2.4rem;
}
.row-big-item .row-img {
	width: 100%;
	height: 1.8rem;
}
.row-big-item .row-right {
    position: absolute;
	top: 30%;
	width: 90%;
	left: 5%;
	background-color: #fffbf7;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding:0.25rem 0.12rem 0.12rem;
	text-align: center;
}
.row-big-item .row-right .title {
	font-size: 0.17rem;
	margin-top: 0.15rem;
	margin-bottom: 0.1rem;
}
.subtext {
    display: none;
}
.row-item-contain {
	flex-wrap: wrap;
	padding: 0 0.12rem;
}
.row-item-contain .row-item {
	width: 48%;
}
.row-item-contain .row-item  .them-img {
    height: 1.1rem;
}
.row-item-contain .row-item .title::after {
   display: none;
}
.row-item-contain .row-item .title {
    padding: 0.12rem;
	
}
.row-item-contain .row-item .title span{
	display: block;
	text-align: center;
	font-size: 0.13rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
}
.them-img .tags{
	padding: 4px 10px;
	font-size: 0.12rem;
	top: 0.1rem;
	left:0.1rem;
}
.last-item {
    padding: 0.08rem;
	margin-bottom: 0.15rem;
}
.last-wrapper{
	padding:0 0.12rem;
	flex-direction: column;
}
.last-item .img {
    width: 1.1rem;
	height:0.9rem;
}
.last-item .news-info {
	padding-top: 0.05rem;
   padding-left: 0.1rem;
   padding-right: 0.05rem;
}
.last-item .news-info .tags {
	padding: 4px 8px;
    font-size: 0.11rem;
}
.last-item .news-info .title {
   font-size: 0.14rem;
}
.last-item .dates {
   font-size: 0.12rem;
}
.last-item .icon {
   font-size: 0.12rem; 
   font-weight: bold;
}


/* list css */
.bread-wrap{
	top:22%;
	left: 4%;
}
.bread-nav {
    padding-top:3px;
}
.bread-wrap .title{
	font-size: 0.2rem;
}
.bread-nav li {
    font-size: 0.12rem;
}
.bread-nav li::after {
     font-size: 0.11rem;
    padding: 0 5px;
}

/* tabnav */
.tabNav {
    display: flex;
    align-items: center;
	padding: 0 0.1rem 0.15rem;
}
.tabNav a {
    padding:0.08rem 0.14rem;
    font-size: 0.16rem;
	margin: 0 0.05rem;
}
/* list */
.list-news-wrap{
	padding:0.1rem 0.08rem;
}
.list-news-wrap li {
	width: 50%;
	padding: 0.07rem;
    display: inline-flex;
}
.list-news-wrap .news-item .them-img{
	height: 1.32rem;
}

.list-news-wrap .news-item .title {
   padding: 0.12rem;
   font-size: 0.14rem;
}

/* pages */
#page {
	margin-top: 0.1rem;
   height: 0.42rem;
}
.pagingUl {
    height: 0.4rem;
}
.pagingUl li {
    width: 0.4rem;
    height:0.4rem;
    margin-right:0.1rem;
}

.pagingUl li a {
    width:0.4rem;
    height:0.4rem;
    line-height: 0.4rem;
    font-size:0.15rem;
}
.prv,
.next {
    width:0.4rem;
    height:0.4rem;
    line-height: 0.34rem;
	font-size:0.2rem;
}
.prv {
    margin-right: 5px;
}
.page .first,
.page .last {
    width:0.4rem;
    height:0.4rem;
    font-size:0.15rem;
    line-height:0.4rem;
    padding: 0 5px;
    margin-right: 5px;
}

/* detail */
.detail-wrapper{
	border-radius: 15px;
	position: relative;
	margin-top: -0.3rem;
	min-height: 300px;
	z-index: 1121;
	margin-left:0.12rem;
	margin-right: 0.12rem;
	padding: 0.16rem;
}
.pb_height{
	padding-bottom: 0.5rem;
}
.detail-title{
	font-size: 0.18rem;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}
.section{
	padding: 0.12rem 0;
}
.section p{
	padding: 0.06rem 0;
	font-size: 0.13rem;
	line-height: 1.5;
}
.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{
	padding: 0.1rem 0;
}
.tags-list{
	padding:0.15rem 0;
}
.tags-list .tags{
	padding: 0.04rem 0.12rem 0.04rem 0.24rem;
	margin-right: 0.06rem;
	font-size: 0.12rem;
}
.tags-list .tags:before{
	left: 8px;
	top: 3px;
	font-size: 0.17rem;
}
.recommend{
	padding-top: 0;
}
/* footer */
.footer-top{
	flex-direction: column;
	padding: 0.12rem 0;
}
.footer-left .logo {
	text-align: center;
    font-size:0.28rem;
}
.footer-left .left-nav {
	padding: 0.1rem 0rem;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
    flex-direction:row;
	justify-content: space-between;
}
.footer-nav{
	padding:0.1rem 0.1rem 0;
	justify-content: space-between;
}
.footer-nav .nav-item h3 {
   font-size: 0.12rem;
}
.footer-left .left-nav a {
    font-size: 0.12rem;
	display: inline-block;
	padding: 0 0.05rem;
}
.footer-nav .nav-item>ol li {
   font-size: 0.11rem;
}
.footer-nav .nav-item {
    display: inline-block;
}
.footer-bot p {
   font-size: 0.11rem;
}
.backTop{
	right: 0.1rem;
	bottom: 23%;
	width:0.36rem;
	height: 0.36rem;
}
.backTop i{
	font-size: 0.28rem;
}
@media (max-width: 376px) {
	.head {
	    padding: 0.1rem;
	    height: 0.48rem;
	}
	.wrapper{
		padding: 0.2rem 0;
	}
	.tabNav a {
	    font-size: 0.15rem;
	   
	}
	.categorize_Mask {
	    top: 0.48rem;
	}
	.list-news-wrap {
	    padding: 0.1rem 0.06rem;
	}
	.list-news-wrap .news-item .title {
	    padding: 0.1rem;
	}
  .list-news-wrap .news-item .them-img{
  	height: 1.1rem;
  }
  .big-item {
      height: 2.9rem;
  }
  .detail-title {
      font-size: 0.17rem;
      margin-top: 0.05rem;
  }
  .detail-wrapper {
      margin-top: -0.2rem;
  }
  #page {
      margin-top: 0.05rem;
      height: 0.34rem;
  }
  .pagingUl {
      height: 0.32rem;
  }
  .pagingUl li {
      width: 0.32rem;
      height: 0.32rem;
      margin-right: 0.05rem;
  }
  .pagingUl li a {
      width: 0.32rem;
      height: 0.32rem;
      line-height: 0.32rem;
      font-size: 0.14rem;
  }
  .prv, .next {
      width: 0.32rem;
      height: 0.32rem;
      line-height: 0.26rem;
      font-size: 0.18rem;
  }
}

/* 404 */
.wrap-404{
	padding: 0.15rem;
	height: 100%;
}
.wrap-404 img{
	margin-top: 10%;
	width: 50%;
}
.wrap-404 .title{
	padding-top: 0.15rem;
	font-size:0.2rem;
	margin-bottom: 15px;
}
.wrap-404 .subtitle{
	padding: 0 5%;
	font-size:0.14rem;
	line-height:1.2;
}
.wrap-404 .btn-grounp{
	padding-top: 0.15rem;
}
.wrap-404 .btn{
	display: block;
	font-size:0.16rem;
	padding: 0.12rem;
	border-radius: 3px;
	margin: 0.15rem 0;
}

/* 2026.01.13 contact */
.form textarea{
	min-height: 200px;
}
.form .li{
	margin: 0 0 20px;
}
.submit{
	font-size: 0.16rem !important;
}