:root {
  --wzColor:#5CA735;
}
/*换行*/
.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 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.logo a {
  display: block;
  width: 137px;
}
.logo img{
  display: block;
  width: 137px;
  height: 25px;
}
.top {
  background: #333;
  height: 20px;
}
.head{}
.head .head1{
  line-height: 30px;
}
.nav{
   height: 30px;
   line-height: 30px;
}
.nav ul li {
  list-style:none;
  padding:0 4px;
}

.nav li a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 5px;
}
.nav  .active a {
  color:var(--wzColor);
}
.nav .active:hover a {
  border-style: none;
  color:#333;
}
.nav li a:hover {
  text-decoration: none;
  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;
}
/*swiper*/
.swiper-container-horizontal>.swiper-pagination-bullets {
   bottom:15px!important;
}
.swiper-pagination  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--wzColor);
    opacity: .8;
}
.swiper-pagination  .swiper-pagination-bullet-active {
  background: #fff;
}
/*title*/
.title a,.title2 span {
  font-size: 16px;
  font-weight: 400;
  color:#333;
}
.title2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title2 a{
    font-size:12px;
    color:#999
}
.title a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*list1*/
.list1 a p {
  font-size: 16px;
  font-weight: 400;
  color:#333;
  padding:5px 7px;
}
.list1 a:hover {
  text-decoration: none;
}
.list1:hover a p {
  background: var(--wzColor);
  color:#fff;
}
/*list2*/
.list2 {
  height: 120px;
  border:1px solid #EDEDED;
  background: rgba(34,34,34,.7);
}
.tu-1 {
  width: 143px;
  padding: 7px;
  top:8px;
  /*text-align: center;*/
}
.tu-1 a {
  font-size: 16px;
  font-weight: 400;
  color:#fff;
}
.tu-1 p {
 font-size: 14px;
 font-weight: 400;
 color:#fff;
}
.tu-1 span {
  font-size: 12px;
  font-weight: 400;
  color:#ececec;
  float: left;
}
.tu-1 a:hover {
 text-decoration: none;
}
.list2 img {
 display: block;
 opacity: .8;
}
.list2:hover img {
  opacity: 1.0
}
/*list3*/
.list3 {
  padding: 17px 0;
  background: #F7F7F7;
}
.list3 p {
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  color:#888;
  padding: 10px;
}
.list3 .p2 {
  padding-top:0 ;
  height: 25px;
  line-height: 17px;
}
.list3 p a {
  font-size: 16px;
  font-weight: 400;
  color:#333;
}
.list3 p a:hover {
  text-decoration: none;
}
/*友情链接*/
.link p {
   flex-wrap: wrap;
   justify-content: flex-start;
}
.link p a {
  margin: 6px 10px 6px 0;
  font-size: 12px;
  font-weight: 400;
  color:#999;
}
.link p a:hover {
  text-decoration: none;
  color:var(--wzColor);
}

/*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #333;
}
.footer p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  color: #e6e6e6;
  letter-spacing: .5px;
}
/*面包屑*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#333;
  text-align: center;
}
.breadcrumb span {
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#333;
  padding-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.list-news {
  padding: 10px;
  border:2px solid #E6E6E6;
}
.list_p {
  padding:7px 0 7px 10px;
}
.list_p a {
  font-size: 16px;
  font-weight: 400;
  color:#333;
}
.list_p p,.list_p span {
  font-size: 14px;
  font-weight: 400;
  color:#999;
}
.list_p span {
  font-size: 12px;
}
.list_p a:hover {
  text-decoration: none;
}
.list-news:hover {
  border:1px solid var(--wzColor);
}
.list-news:hover .list_p a {
  color:var(--wzColor);
}
.list-news:hover .list_p p{
 color:#333;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #999;
}
.pageTurn ul li:hover{
  background: var(--wzColor);
  color:#fff;
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:#fff;
}
.pageTurn .thisclass{
    color:var(--wzColor);
}
.pageTurn .thisclass:hover{
  background:#eee;
  color:#888;
}
/*详情页*/
.textTitle{
   /* background: #F6F6F6;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC;*/
    text-align: center;
}
.textContent {
    margin-bottom: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    text-indent: 2em;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 10px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     width:100% !important;
 height:auto !important;
}
.page-Turn>div {
  font-size:16px;
  font-weight: 400;
  color:var(--wzColor);
  border:1px solid #E6E6E6;
  padding:15px 10px;
}
.page-Turn>div a {
  font-size: 14px;
  font-weight: 400;
  color:#343434;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}