﻿:root {
  --wzColor:#F25152;
}
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}
/*换行*/
.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;
}
.p-l-20 {
  padding-left: 0.2rem;
}
.p-r-20 {
  padding-right: 0.2rem;
}
.logo {
  margin-bottom: 0.18rem;
  padding-top: 0.23rem;
}
.logo{
  display: block;
  width: 2.17rem;
  height: 0.6rem;
}
.nav ul {
  padding-left: 0;
  margin:0;
}
.nav li {
  padding:0.16rem 0 ;
  margin-right: 0.4rem;
}
.nav li a {
  display: block;
  position: relative;
  font-size: 0.3rem;
  font-weight: 400;
  color:#fff;
}
.nav .active a{
  font-size: 0.36rem;
  font-weight: 700;
}
.nav .active a:before {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 0.13rem;
    width: 1rem;
    height: 0.06rem;
    background: #fff;
}
.nav .active a:hover {
  text-decoration: none;
  font-size: 0.3rem;
  font-weight: 400;

}
.nav li a:hover {
  text-decoration: none;
  font-size: 0.36rem;
  font-weight: 700;
}
.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;
}
/**/
.swiper-container .swiper-pagination  {
  text-align: center;
  color:#fff;
  font-size: 0.3rem;
  font-weight: 400;
  bottom:0.24rem!important;
 }
 .swiper-pagination  .swiper-pagination-bullet {
    width: 0.18rem;
    height:0.18rem;
    background: #fff;
    opacity: 0.5;
}
.swiper-pagination  .swiper-pagination-bullet-active {
  background: var(--wzColor);
  opacity: 1;
}
/**/
.title {
  border-bottom: 0.01rem solid #e5e5e5;
}
.title span {
  font-size: 0.3rem;
  font-weight: 400;
  color:#333;
  padding-bottom: 0.15rem;
  border-bottom: 0.05rem solid var(--wzColor);
}
.title a {
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
}
.title a:hover {
  text-decoration: none;
}
/**/
.list1 {
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem dashed #E5E5E5;
}
.list1 div a {
  font-size: 0.3rem;
  font-weight: 700;
  color:#333;
  width: 85%;  
}
.list1 div span {
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
  margin-top:0.06rem;
}
.list1 p {
  font-size: 0.28rem;
  font-weight: 400;
  color:#666;
  margin:0.16rem 0;
}
/**/
.list1_news ul {
   padding-left: 0;
   margin:0;
}
.list1_news li {
  padding:0.1rem 0;
}
.list1_news li a {
  position: relative;
  font-size: 0.28rem;
  font-weight: 400;
  color:#333;
  width: 76%;
  margin-right: 0.4rem;
  padding-left: 0.45rem;
}
.list1_news li a:before {
  content:"";
  position: absolute;
  top: 0;
  left:0;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/li.png) no-repeat;
  background-size: 0.24rem 0.28rem;
  background-position: 0 0.06rem;
}
.list1_news li span {
  font-size: 0.28rem;
  font-weight: 400;
  color:#999;
  margin-top:0.04rem;
}
/**/
.list2 ul {
   padding-left: 0;
   margin:0;
}
.list2 li {
  width:3.32rem;
  border:0.01rem solid #EEEEEE;
}
.list2 li a img {
  display: block;
  width: 2.8rem;
  height: 1.92rem;
}
.list2 li a p {
  font-size: 0.24rem;
  font-weight: 700;
  color:#333;
  margin: 0.16rem 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**/
.link p{
    -webkit-box-pack: start;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 0.24rem;
}
.link p a {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
  margin-right: 0.15rem;
  margin-top: 0.15rem;
}
/*footer*/
.footer {
  margin-top: 0.4rem;
  padding: 0.5rem 0.3rem;
  background: #333;
} 
.footer p {
  font-size: 0.22rem;
  text-align: center;
  margin: 0.06rem 0;
  color: #999;
  letter-spacing: 0.01rem;
}
/*面包屑*/
.breadcrumb {
  background:#F5F5F5;
  padding:0.24rem 0;
}
.breadcrumb div span {
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
}
.breadcrumb div a {
  color:#999;
}
.breadcrumb div a:hover {
  text-decoration: none;
}
/**/
.news_list {
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem dashed #e5e5e5;
}
.news_list div a,.news_list div span {
  font-size: 0.28rem;
  font-weight: 400;
  color:#999;
}
.news_list div a {
  color: #333;
  width: 85%;
}
.news_list p {
  font-size: 0.24rem;
  font-weight: 4010;
  color:#666;
  margin:0.2rem 0;
}
/*分页*/
.pageTurn {
  margin-top: 0.4rem;
}
.pageTurn ul {
  padding: 0 0.2rem;
  margin:0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 0.1rem;
  font-size: 0.24rem;
  font-weight: 400;
  border: 0.01rem solid #ddd;
  padding: 0.06rem 0.2rem;
  border-radius: 0.06rem;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:var(--wzColor);
}
/*.pageTurn ul li:first-child {*/
/*  background: #E6E6E6;*/
/*}*/
/*.pageTurn ul li:last-child {*/
/*  background: #666666;*/
/*}*/
/*.pageTurn ul li:last-child a {*/
/*  color:#fff;*/
/*}*/
.pageTurn .thisclass{
    color:var(--wzColor);
    border-style: none;
    font-weight: 700;
}
.pageTurn .thisclass:hover{
  color:#333;
}
.pageTurn .pageinfo{
  /*color: #fff;*/
}

/**/
.news_s ul {
   padding-left: 0;
   margin:0;
}
.news_s li {
  padding: 0.18rem 0;
}
.news_s li>a {
  display: block;
  width: 2.18rem;
  height: 1.54rem;
}
.news_s li img {
  display: block;
  height: 100%;
}
.news_s li span {
  position: absolute;
  top:0.18rem;
  left: 0;
  background: var(--wzColor);
  color:#fff;
  font-size: 0.24rem;
  font-weight: 400;
  padding:0 0.12rem;
}
.news_s li div {
  width: 4.44rem;
}
.news_s li div a {
  font-size: 0.32rem;
  font-weight: 400;
  color:#333;
}
.news_s li div p {
  font-size: 0.26rem;
  font-weight: 400;
  color:#666;
  margin:0.16rem 0;
}
/*详情页*/
.textTitle{
   padding-bottom: 0.3rem;
   border-bottom: 0.01rem dashed #e5e5e5;
}
.textTitle h1 {
  font-size: 0.3rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-align: center;
}
.textTitle div span {
  font-size: 0.22rem;
  font-weight: 400;
  color: #999;
}
.textTitle div .s1 {
  border-right:0.01rem solid #999;
  margin-right: 0.3rem;
  padding-right: 0.3rem;
}
.textContent {
  margin-top: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #666;
}
.textContent p {
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.56rem;
  color: #666;
  margin-bottom: 0.3rem;
  text-indent: 2em;
}
.textContent img  {
    display: block;
    margin:0 auto;
height:auto !important;width:100% !important;
max-width: 6rem;
}
.pageTurn>div {
  border:0.01rem solid var(--wzColor);
  padding:0.18rem 0;
  border-radius: 0.2rem;
}
.pageTurn>div,.pageTurn>div a {
  font-size: 0.24rem;
  font-weight: 400;
  color:var(--wzColor);
  text-align: center;
}
