: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;
}
.fourHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.main  {
  width: 1200px;
  margin:0 auto;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-40 {
  padding-right: 40px;
}
.logo a {
  display: block;
  width: 274px;
}
.logo img{
  width:274px;
  height: 50px;
  display: block;
  margin-top: 8px;
}
.top {
  background: #333;
  height: 40px;
}
.head{}
.head .head1{
  line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
  padding: 0px 30px;
   margin-left: 20px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.nav  .active a{
  color:var(--wzColor);
}
.nav .active:hover {
  color:#333;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*swiper*/
.swiper-container-horizontal>.swiper-pagination-bullets {
   bottom:55px!important;
}
.swiper-pagination  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--wzColor);
    opacity: .8;
}
.swiper-pagination  .swiper-pagination-bullet-active {
  background: #fff;
}
/*title*/
.title a,.title2 span {
  font-size: 30px;
  font-weight: 400;
  color:#333;
}
.title a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*list1*/
.list1 a p {
  font-size: 18px;
  font-weight: 400;
  color:#333;
  padding:10px 15px;
}
.list1 a:hover {
  text-decoration: none;
}
.list1:hover a p {
  background: var(--wzColor);
  color:#fff;
}
/*list2*/
.list2 {
  height: 200px;
  border:1px solid #EDEDED;
}
.list2 a img {
  display: none;
}
.tu-1 {
  width: 335px;
  padding: 15px;
  top:15px;
  text-align: center;
}
.tu-1 a {
  font-size: 24px;
  font-weight: 400;
  color:var(--wzColor);
}
.tu-1 p {
 font-size: 18px;
 font-weight: 400;
 color:#333;
}
.tu-1 span {
  font-size: 14px;
  font-weight: 400;
  color:#999;
  float: left;
}
.tu-1 a:hover {
 text-decoration: none;
}
.list2:hover img {
 display: block;
 opacity: .6;
}
.list2:hover .tu-1 a,.list2:hover .tu-1 p,.list2:hover .tu-1 span {
  color:#fff;
}
/*list3*/
.list3 {
  padding:40px 0;
  background: #F7F7F7;
}
.list3 p {
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  color:#666;
  padding: 27px;
}
.list3 .p2 {
  padding-top:0 ;
  height: 78px;
  line-height: 34px;
}
.list3 p a {
  font-size: 24px;
  font-weight: 400;
  color:#333;
}
.list3 p a:hover {
  text-decoration: none;
  color: var(--wzColor);
}
/*友情链接*/
.title span {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.friendLink {
  padding:1px 0 15px 15px;
}
.friendLink a{
    font-size:18px;
    font-weight: 400;
    color:#333;
    margin-right:10px;
}
 .friendLink a:hover {
    text-decoration: none;
    color:#888;
  }
/*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #393939;
}
.footer p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: .5px;
}
/*面包屑*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#333;
  text-align: center;
}
.breadcrumb span {
  font-size: 18px;
  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:15px 20px;
  border:2px solid #E6E6E6;
}
.list_p {
  padding:15px 0 15px 20px;
}
.list_p a {
  font-size: 24px;
  font-weight: 400;
  color:#333;
}
.list_p p,.list_p span {
  font-size: 18px;
  font-weight: 400;
  color:#999;
}
.list_p span {
  font-size: 16px;
}
.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:18px;
  font-weight: 400;
  color:var(--wzColor);
  border:1px solid #E6E6E6;
  padding:15px 10px;
}
.page-Turn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#343434;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}