.jy_top_img{
  width: 100%;
}
.jy_w1200{
  width: 1200px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.jyzt_out{
  background-color: #fff;
}
.jyzt_title{
  padding: 35px 0;

  display: flex;
  justify-content: center;
  align-items: center;
}
.jyzt_title img:first-child{
  width: 28px;
  height: 28px;
}
.jyzt_title p{
font-size: 30px;
text-align: center;
font-weight: 600;
color: #333333;
margin: 0 20px;
}
.jyzt_flex{
  display: flex;
}
.jyzt_top_right{
  padding: 0 20px;
  box-sizing: border-box;
  width: 50%;
}
.jyzt_top_right .sy-yw h3{
  display: block;
}
.jyzt_top_right h3.tab a{
  margin-right: 20px;
}
.bgf3{
  background: #FAFAFA;
}
.jyzc{
  display: flex;
  justify-content: center;
}
.jyzz_title{
  cursor: pointer;
  font-weight: 600;
font-size: 30px;
margin: 24px;
color: #333333;
position: relative;
}
.h250 .list-t {
  min-height: 250px;
}
.jyzz_title:hover:after{
  display: block;
  content: "";
  width: 26px;
height: 4px;
background: linear-gradient(270deg, #037EDB 0%, #3CA7F9 100%);
position: absolute;
bottom: 20px;
left: 45px;
border-radius: 34px;
}

.jyzz_ul{
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.jyzz_ul li{
  width: 49%;
  padding: 18px 30px 0px 66px;
  box-sizing: border-box;
border-radius: 8px;
margin-bottom: 20px;
position: relative;
}
.jyzz_ul li::before{
  display: block;
  content: "";
  width: 6px;
height: 6px;
border-radius: 50%;
background: #D9D9D9;
position: absolute;
top: 58%;
left: 7%;
}
.jyzz_ul li h2{
  font-size: 16px;
color: #333333;
overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.list-t li a{
  width: 72%;
}
.jyzz_ul li p{
font-size: 14px;
line-height: 150%;
color: #999999;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.pt50{
  padding-top: 50px;
}
.jyzc_active{
  color: #007BDE;
    margin-bottom: -2.5px;
}
.jyzt_zsxx{
  width: 49%;
  border: 1px solid #E5E5E5;
}
.jyzt_zsxx_top{
  display: flex;
  width: 100%;
}
.jyzt_zsxx_top_li{
  flex: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 0;
  background: #fff;
  transition: .3s ease-out;
}
.jyzt_zsxx_top_li .iconfont{
  font-size: 24px;
  color: #A7A2A2;;
  margin-right: 12px;
}
.jyzt_zsxx_top_li p{
  font-size: 20px;
}
.jyzt_zsxx_content ul{
  padding: 18px 16px 18px 20px;
}
.jyzt_zsxx_flex{
  display: flex;
  justify-content: space-between;
}
.jyzt_zsxx_active{
  background: linear-gradient(270deg, #037EDB 0%, #3CA7F9 100%);
}
.jyzt_zsxx_active_fs{
  color: #fff !important;
}

.jsgl{
  width: 100%;
  padding: 40px 16px;
  box-sizing: border-box;
  background: #FFFFFF;
border: 1px solid #E5E5E5;
display: flex;
justify-content: space-between;
}
.jsgl .list-t{
  width: 49%;
}
.jsgl_right img{
  width: 100%;
}
.focus .pic img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px){
  .jy_w1200 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
}
@media (max-width: 992px){
  .jyzt_flex{
    display: block;
  }
  .jyzt_top_right{
    width: auto;
  }
  .jyzz_ul li {
    width: 100%;
  }
  .jsgl {
    display: block;
  }
  .jsgl .list-t {
    width: auto;
}
  }
  @media (max-width: 750px){
    .jyzt_zsxx_flex {
      display: block;
    }
    .jyzt_zsxx {
      width: auto;
      margin-bottom: 20px;
    }
  }