:root {
  --wzColor: #24B397;
}
* {
  padding: 0;
  margin: 0;
} 
a, a:hover {
    transition: all .3s;
    color: inherit;
    text-decoration: none!important;
} 
ul {
 list-style: none;
  padding-left: 0!important;
  margin:0!important;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
 .main  {
  margin:0 0.3rem;
}
.pd-30 {
  padding:0 0.3rem;
}
.head {
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid var(--wzColor);
}
.logo {
  margin:0.24rem 0;
}
.logo img{
  display: block;
  width: 2.44rem;
  height: 0.61rem;
} 
.nav li {
  padding-right:0.46rem ;
}
.nav li a {
  display: block; 
  font-size: 0.26rem;
  font-weight: 400;
  color:#333;
}
.nav .active a{
  font-size: 0.28rem;
  font-weight: 700;
  color:var(--wzColor); 
} 
.nav .scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav .scro-x::-webkit-scrollbar {
  display: none;
}
/**/
.mt-15 {
  margin-top: 0.15rem;
}
.mt-30 {
  margin-top: 0.3rem;
}
.mt-40 {
  margin-top: 0.4rem;
}
.mt-60 {
  margin-top: 0.6rem;
}
.pb-40 {
  padding-bottom: 0.4rem;
}
/**/
.title { 
  border-bottom: 0.01rem solid #eee;
}
.title span { 
  font-size: 0.3rem;
  font-weight: 700;
  color: #333; 
  padding-bottom: 0.16rem;
  border-bottom: 0.03rem solid var(--wzColor);
} 
.title a {
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/more.png) no-repeat; 
  background-size: 0.32rem 0.32rem;
}
/**/
.list1 ul{
  flex-wrap: wrap;
}
.list1 li {
  width: 3.36rem; 
  margin:0.3rem 0 0.1rem 0;
}
.list1 li:not(:nth-child(2n+2)) {
  margin-right: 0.18rem;
}
.list1 li>a {
  display: block;
  width: 3.36rem;
}
.list1 li>a img {
  display: block;
  height: 2rem;
  border-radius: 0.1rem;
}
.list1 li div {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333;
  margin:0.2rem 0 0.1rem 0;
}
/**/
.list_news li {
  line-height: 0.72rem;
}
.list_news li>a {
  width: 86%;  
  font-size: 0.28rem;
  font-weight: 400;
  color: #333;
}
.list_news li span {
  font-size: 0.24rem;
  font-weight: 400;
  color: #888;
}
/**/
.list4 li {
  padding:0.4rem 0;
}
.list4 li:not(:last-child) {
  border-bottom: 0.01rem dashed #eee;
}
.list4 li>a {
  display: block;
  width: 2.4rem;
}
.list4 li>a img {
  display: block;
  height: 2.2rem;
}
.list4 li .des {
  width: 4.19rem;
}
.list4 li .des>a {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333;
  line-height: 0.5rem;
}
.list4 li .des p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #888;
  margin:0.3rem 0;
}
.list4 li .des span {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  color: #999;
}
/**/
.link p{
  -webkit-box-pack: start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0.2rem 0;
}
.link p a {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
  margin-right: 0.26rem;
  margin-top: 0.15rem;
}
/*footer*/
.footer {
  margin-top: 0.4rem;
  padding: 0.5rem 0.3rem;
  background: #333;
} 
.footer p {
  text-align: center;
  font-size: 0.24rem;
  text-align: center;
  margin: 0.06rem 0;
  color: #999;
  letter-spacing: 0.01rem;
}
/*面包屑*/
.breadcrumb span {
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
}
.breadcrumb a {
  color:#999;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0 0.2rem;
  margin:0;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pageTurn ul li {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  border: 0.01rem solid #ddd;
  padding: 0.06rem 0.2rem;
  background: #fff;
  margin:0.1rem;
  color: #333;
}
.pageTurn ul li a {
  color: #333;
}  
/**/
.info_news ul {
  flex-wrap: wrap;
}
.info_news li {
  width: 3.36rem;
  padding-top: 0.4rem;
}
.info_news li:not(:nth-child(2n+2)) {
  margin-right: 0.18rem;
}
.info_news li>a {
  position: relative;
  display: block;
  width: 3.36rem;
}
.info_news li>a img {
  display: block;
  height: 2.2rem;
}
.info_news li .uk-overlay {
  padding:0.12rem 0.16rem;
}
.info_news li .uk-overlay-primary{
  background: rgba(34,34,34,.5);
}
.info_news li p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
/**/
.textTitle h1 {
  font-size: 0.32rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-align: center;
} 
.textTitle .d1 {
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #eee;
}
.textTitle .d1 span {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999;
  padding: 0 0.16rem 0 0;
} 
/**/ 
.art-connetText {
  margin-top: 0.2rem;
  position: relative;
  max-height: 12rem;
  overflow: hidden;
}
.art-connetText p {
  font-size: .28rem;
    color: #666;
    line-height: .48rem;
    text-indent: 2em;
}
.art-connetText img {
  display: block;
  max-width: 6rem!important;
  height: auto!important;
  margin:0 auto;
}
.art-connetText .more, .art-connetText .close {
  font-size: 0.26rem;
  color: var(--wzColor);
  text-align: center;
  margin-top: 0.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art-connetText .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.6rem;
  font-size: 0.28rem;
  font-weight: 400;
  align-items: flex-end;
  color: var(--wzColor);
  /*justify-content: center;*/
  /*line-height: 1.6rem;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
.art-connetText .more>span {
  position: absolute;
  bottom:0.1rem;
  left: 40%;
}
.art-connetText .close {
  display: none;
  overflow:hidden;
}