﻿.linkmap{display: none;}
.jg_tit{
  text-align: center;
  margin-bottom: 30px;
}
.jg_tit a{
  color: #02460D;
  font-size: 30px;
  font-weight: bold;
}

.desc{
  width: 1280px;
  margin: 0 auto;
  padding: 70px 0;
  box-sizing: border-box;
}
.desc .fl{
  width: 694px;
  /* height: 385px; */
  position: relative;
  /* overflow: hidden; */
}
.desc .fl img{
  width: 100%;
  transition: all .5s;
}
/* .desc .fl:hover img{transform: scale(1.2);} */
.desc .fl p{
  width: 433px;
  padding: 20px;
  box-sizing: border-box;
  background: #0C601A;
  opacity: 0.6;
  color: #fff;
  font-size: 21px;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.desc .fr{
  width: 515px;
  padding: 15px 0;
  box-sizing: border-box;
  height: 385px;
}
.desc .fr p{
  color: #333;
  font-size: 18px;
  line-height: 40px;
}
.desc .fr p a{
  color: #007224;
}
/* .desc .fr:hover p a{font-weight: bold;} */

.jg_list{
  background: #F5F5F5;
  padding: 60px 0 30px;
}
.jg_list.jg_list1{
  background: #fff;
}
.jg_list>div{
  width: 1280px;
  margin: 0 auto;
}
.jg_list ul{
  background: #fff;
  padding:0 30px;
  box-sizing: border-box;
}
.jg_list ul li{
  padding: 45px 0;
  border-bottom: 1px solid #D9D9D9;
}
.jg_list ul li:last-of-type{border: none;}
.jg_list ul li .fl{
  width: 826px;
  /* height: 198px; */
  padding-top: 15px;
}
.jg_list ul li .fl .dy_title{
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
.jg_list ul li .fl:hover .dy_title,.jg_list ul li .fl:hover p{
  color: #007224;
}
.jg_list ul li .fl p{
  color: #9C9C9C;
  font-size: 16px;
  line-height: 36px;
}
.jg_list ul li .fr{
  width: 358px;
  height: 198px;
  overflow: hidden;
}
.jg_list ul li .fr img{
  width: 100%;
  transition: all .5s;
}
.jg_list ul li .fr:hover img{
  transform: scale(1.2);
}
.jg_list .jg_more{
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 45px;
  border-radius: 23px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #02460D;
  font-size: 18px;
  font-weight: bold;
  color: #02460D;
}
.jg_list .jg_more img{margin-left: 5px;}

.other{
  width: 1280px;
  margin: 0 auto;
  padding: 70px 0;
}
.other .fl{
  width: 652px;
  height: 360px;
  padding: 25px 0;
  box-sizing: border-box;
}
.other .fl.active{height: auto;}
.other .fl .dy_title{
  color: #333;
  font-size:18px;
  margin-bottom: 20px;
  font-weight: bold;
  display: block;
}
.other .fl p{
  color: #333;
  font-size: 14px;
  line-height: 42px;
}
.other .fl p a{
  color: #007224;
  margin-left: 5px;
}
.other .fl:hover p,.other .fl:hover .dy_title{
  color: #007224;
}
.other .fr{
  width: 580px;
  height: 360px;
  overflow: hidden;
}
.other .fr img{
  width: 100%;
  transition: all .5s;
}
.other .fr:hover img{transform: scale(1.2);}

.other .fl p a,.desc .fr p a,.article_box_special .fr a{font-weight: bold;}

@media only screen and (max-width:1750px){
  
}

@media only screen and (max-width:768px){
  .desc,.other{
    width: 100%;
    padding: 20px 0;
  }
  .jg_tit{margin-bottom: 20px;}
  .jg_tit a{font-size: 26px;}
  .desc .fl,.desc .fr,.jg_list,.jg_list ul li .fr,.jg_list>div{
    width: 100%;
    height: auto;
  }
  .desc .fl p{display: none;}
  .desc .fr p{line-height: 33px;}
  .jg_list{padding: 20px 0 30px;background: none;}
  .jg_list ul,.other .fl{padding: 0;}
  .jg_list ul li{
    padding: 20px;
    border-bottom: none;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .jg_list ul li:last-of-type{margin-bottom: 0;}
  .other .fl .dy_title{margin-bottom: 10px;}
  .jg_list ul li .fl .dy_title{text-align: center;}
  .jg_list ul li .fl{width: auto;}
  .jg_list ul li .fl .dy_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .other .fl,.other .fr{
    width: auto;
    height: auto;
  }
}