

@media only screen and (max-width: 1025px){
  #w_grid-1603245844773{
  min-height: 108px !important;
  }
}
@media only screen and (max-width: 768px){
  #w_grid-1603245844773{
    min-height: 50px !important;
  }
}
/*	start	*/
.jp_yh_indexCateTitle{
  font-family:MicrosoftYaHei;
  font-size:24px;
  line-height:36px;
  color:#333333;
  display:inline-block;
}
.jp_yh_indexCateSum{
  font-family:MicrosoftYaHei;
  font-size:14px;
  line-height:14px;
  color:#999999;
  display:inline-block;
}
.jp_yh_indexCateALink{
  font-family:MicrosoftYaHei;
  font-size:12px;
  line-height:36px;
  color:#999999;
}
.jp_yh_indexCateContent{
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid #e7e7e7;
  padding-bottom:10px;
}
.jp_yh_indexCateBg{
  padding-bottom: 20px;
}
a.jp_yh_indexCateALink:hover{
  color:#014083;
}
@media only screen and (max-width: 768px){
  .jp_yh_indexCateSum{
    display: none;
  }
}
/*	end	*/
/*首页加载动效*/
.delighter{
  overflow:hidden;
  position:relative;
}
.fa_TopShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateY(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_TopShow.started.delighter:before{
  transform: translateY(100%);
}
.fa_LeftShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_LeftShow.started.delighter:before{
  transform: translateX(100%);
}
.fa_RightShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_RightShow.started.delighter:before{
  transform: translateX(-100%);
}
.fa_BottomShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_BottomShow.started.delighter:before{
  transform: translateY(-100%);
}
/*
.fa_LeftShow.started.delighter.ended:before,
.fa_RightShow.started.delighter.ended:before{
transform: translateX(0%);
}
.fa_TopShow.started.delighter.ended:before,
.fa_BottomShow.started.ended.delighter:before{
transform: translateY(0%);
}
*/
