﻿.pt_itemlist li.sec{
  display:none;
}
.jg_list .pt_itemlist li{
  border-bottom: none;
  padding: 0;
}
.jg_list .pt_itemlist{
   padding:0px;
   background: none;
}
.pt_itemlist{

}
.pt_itemlist li{
 width: 200px;
text-align: center;
background: #fff;
float: left;
margin-right: 15px;
margin-bottom: 15px;

}
.pt_itemlist li a{
  display:block;
  padding: 30px 0 30px;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  transition: all .5s;
}
.pt_itemlist li a:hover{
  background:#34794E;
  color:#fff;
  box-shadow: 0px 1px 10px #34794e;
}
.pt_itemlist li a:hover .img_con{
  background-position: 0 -48px;
}
.pt_itemlist li.n6{
  margin-right: 0px;
}
.pt_itemlist li .img_con{
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.pt_itemlist li .col_tit{
  margin-top:15px;
}
.yjs_itemlist li{
   width: 240px;
  text-align: center;
  background: #fff;
  float: left;
  height:340px;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all .2s linear;
}
.yjs_itemlist li:hover{
  margin-top:-10px;
  box-shadow: 0px 1px 10px #000;
}
.yjs_itemlist li a{
  display:block;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-align:center;
  position: relative;
  width: 100%;
  height: 100%;
}
.yjs_itemlist li .col_tit{
  writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 99;
  position: absolute;
  left: 45%;
  top: 20%;
}
.yjs_itemlist li .img_con{
  position: absolute;
  width: 100%;
  height: 100%;
}
.article_box_special .fl{
  float:right;
  width:40%
}
.article_box_special .fl img{
 max-width:100%;
}
.article_box_special .fl p{
  display:none;
}
.article_box_special .fr{
  float:left;
  width:60%;
  box-sizing: border-box;
  padding: 20px 30px 20px 0;
  font-size: 14px;
  color: #333333;
  line-height: 42px;
}
.article_box_special .fr a{
  color:#007224;
}

@media only screen and (max-width:768px){
  .pt_itemlist li{width: 46%;}
  .yjs_itemlist li{width: 46%;height: 230px;}
  .pt_itemlist li:nth-child(2n),.yjs_itemlist li:nth-child(2n){margin-right: 0;float: right;}
  .jg_list{padding-bottom: 0;}
  .yjs_itemlist li .img_con{
    background-size: cover;
    background-position: center center;
  }
  .yjs_itemlist li .col_tit{position: relative;top: initial;left: initial;}
  .yjs_itemlist li a{display: flex;justify-content: center;align-items: center;}
}