@charset "utf-8";
.hoverimg .img{overflow: hidden;}
.hoverimg .img img{width: 100%;display: block;transition:.5s ease-in;}
.hoverimg:hover .img img { transform:scale(1.1,1.1);}
.zazhibanner{
  background: url(../images/zazhi_banner.jpg) no-repeat top;
}
.mt30{
  margin-top: 30px;
}

/*杂志*/
.lead .zazhi_ul{
  justify-content: flex-start;
}

.year_ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start!important;
}

.year_ul li{
  width: 8%;
  height: auto;
  background: none;
  padding: 0;
  margin: 15px 0;
  font-size: 18px;
}
.year_ul li:hover a{
  color: #1C8C60;
}
.zazhi_tu{
  justify-content: space-between;
  padding-bottom: 25px;
}

.zazhi_tu #zazhi_fl{
  width: 850px;
}
.zazhi_tu #zazhi_fl .swiper-slide{
  position: relative;
}
.zazhi_tu #zazhi_fl .swiper-slide img{
  height: 583px;
}

#zazhi_fl .swiper-button-prev i {
  font-size: 28px;
  display: block;
  text-align: center;
  width: 60px;
  line-height: 60px;
  background: #fff;
  color: #333;
}

#zazhi_fl .swiper-button-next i {
  font-size: 28px;
  display: block;
  text-align: center;
  width: 60px;
  line-height: 60px;

  background: #1C8C60;
  color: #fff;
}

#zazhi_fl .swiper-button-next {

  left: calc(100% - 60px);
  margin-top: 0;
  top: calc(100% - 60px);

}

#zazhi_fl .swiper-button-prev {
  background: none;
  left: calc(100% - 120px);
  margin-top: 0;
  top: calc(100% - 60px);

}
.zazhi_tu #zazhi_fr{
  width: 530px;
  margin-left: 40px;
  height: 583px;
}

.zazhi_tu #zazhi_fr .zz_small{
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 184px!important;
}

.zazhi_tu #zazhi_fr .zz_small img{
  width: 240px;
  height: 160px;
}
.zazhi_tu #zazhi_fr .zz_small .txt{
  width: calc(100% - 260px);
}

.zazhi_tu #zazhi_fr .zz_small .txt p{
  font-size: 18px;
  color: #333;
  line-height: 160%;
  text-align: justify;
  padding-top: 7px;
}

.zazhi_tu #zazhi_fr .zz_small .txt .time{
  padding-left: 10px;
  color: #999;
  font-size: 15px;
  margin-top: 10px;
}

.zazhi_tu #zazhi_fr .zz_small .txt .conbox{
  width: 200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 7px 0;
  background: #f1f1f1;
  border-radius: 20px;
  margin-left: 10px;
  margin-top: 30px;
}

.zazhi_tu #zazhi_fr .zz_small .txt .conbox span:nth-child(3) {
  padding-right: 0;
}

.zazhi_tu #zazhi_fr .swiper-slide-thumb-active{
  background: #1C8C60;
}

.zazhi_tu #zazhi_fr .swiper-slide-thumb-active .txt p,
.zazhi_tu #zazhi_fr .swiper-slide-thumb-active .txt .time{
  color: #fff;
}

.zazhi_item1{
  padding:25px 0 40px;
  background: url(../images/zz2bg.jpg) no-repeat center top;
}

.jcgczz{padding-bottom: 40px}
.jcgczz .swiper-slide{
  padding: 15px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.jcgczz .swiper-slide .txt .p1{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-top: 15px;
  text-align: center;
}
.jcgczz .swiper-slide .txt .conbox{
  justify-content: center;
}
.jcgczz .swiper-slide .txt .more{
  width: 120px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
  background: #1C8C60;
  margin: 15px auto 0;
  color: #fff;
}
.jcgczz .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.6);
  border: 2px solid rgba(255,255,255,0.5);
  opacity: 1;
}
.jcgczz .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #1C8C60;
}
.jcgczz .swiper-pagination-bullets{
  bottom: 0;
}
.jcgczz .swiper-slide .img img{
  height: 289px;
}
.jcgczz .swiper-slide:hover {
  background: #1C8C60;
}

.jcgczz .swiper-slide:hover .txt p,.jcgczz .swiper-slide:hover .txt .conbox{
  color: #fff;
}

.jcgczz .swiper-slide:hover .more{
  background: #fff;
  color: #666;
}
.zazhi2{
  padding: 40px 0;
}
.zazhi_item1_2{
  justify-content: space-between;
}

.zazhi_item1_2_left{
  width: 47%;
}
.zazhi_item1_2_left ul{
  display:flex;
  flex-flow: row wrap;
  align-content: space-between;
  height: 100%;
}
.zazhi_item1_2_left ul ,.zazhi_item1_2_left ul li{
  width: 100%;
}
.zazhi_item1_2_left ul li a{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.zazhi_item1_2_left ul li a .img{
  width: 400px;
  height: 273px;
}
.zazhi_item1_2_left ul li a .img img{
  width: 400px;
  height: 273px;
}
.zazhi_item1_2_left ul li a .txt{
  width: calc(40% - 40px);
  padding:40px 20px;
  background: #fff;
}
.zazhi_item1_2_left ul li a .txt .p1{
  font-size: 20px;
  font-weight: bold;
}
.zazhi_item1_2_left ul li a .txt .p2{
  font-size: 18px;
  line-height: 60px;
}
.zazhi_item1_2_left .conbox{
  width:150px;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 10px;
  justify-content: center;
}
.zazhi_item1_2_left ul li:hover .txt{
  background: #1C8C60;
}
.zazhi_item1_2_left ul li:hover .txt p{
  color: #fff;
}
.zazhi_item1_2_right{
  width: 51%;
}
.zazhi_item1_2_right .img{
  width: 724px;
  height: 494px;
}
.zazhi_item1_2_right .img img{
  width: 724px;
  height: 494px;
}
.zazhi_item1_2_right .txt{
  width: calc(100% - 40px);
  padding: 15px 20px;
  background: #fff;
}
.zazhi_item1_2_right .txt p.p1{
  font-size: 18px;
}
.zazhi_item1_2_right .txt .conbox{
  padding-left: 10px;
}
.zazhi_item1_2_right:hover .txt{
  background: #1C8C60;
}
.zazhi_item1_2_right:hover .txt p{
  color: #fff;
}
.zazhi_item1_2_right:hover .txt .conbox{
  color: #fff;
}
/*专刊*/
.zazhi_item2{
  padding: 0;
  padding-bottom: 50px;

}

.zazhi_item2 ul.ul1{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.zazhi_item2 ul.ul1 li{
  width: 32%;
}

.zazhi_item2 ul.ul1 li .img img{
  height: 310px;
}
.zazhi_item2 ul.ul1 li .txt{
  width: calc(100% - 40px);
  padding: 20px;
  background: #fff;
}

.zazhi_item2 ul.ul1 li .txt .p1{
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  
}

.zazhi_item2 ul.ul1 li .txt .p2{
  font-size: 17px;
  text-align: center;
  line-height: 160%;
}

.zazhi_item2 ul.ul1 li .txt .conbox{
  width: 230px;
  background: #f1f1f1;
  justify-content: center;
  padding: 5px 0;
  border-radius: 15px;
  margin: 15px auto 0;
}

.zazhi_item2 ul.ul1 li .txt .conbox span:nth-child(3) {
  padding-right: 0;
}
.zazhi_item2 ul.ul1 li:hover .txt{
  background: #1C8C60;
}
.zazhi_item2 ul.ul1 li:hover .txt p{
  color: #fff;
}

.zazhi_item2 ul.ul2{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.zazhi_item2 ul.ul2 li{
  width:48.5%;
}
.zazhi_item2 ul.ul2 li a{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.zazhi_item2 ul.ul2 li .img{
  width: 60%;
}
.zazhi_item2 ul.ul2 li .img img{
  height: 282px;
}
.zazhi_item2 ul.ul2 li .txt{
  width: calc(40% - 40px);
  padding: 60px 20px 0;
  background:#fff;
}

.zazhi_item2 ul.ul2 li .txt .p1{
  font-size: 18px;
  font-weight: bold;
}
.zazhi_item2 ul.ul2 li .txt .p2{
  font-size: 18px;
  line-height: 60px;
  padding-left: 10px;
  color: #999;
}
.zazhi_item2 ul.ul2 li .conbox{
  width:150px;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 10px;
  justify-content: center;
}
.zazhi_item2 ul.ul2 li:hover .txt{
  background: #1C8C60;

}
.zazhi_item2 ul.ul2 li:hover .txt p{
  color: #fff;
}