.jjfa_banner{
      width:100%;
      height:360px;
      background:url("/xny/resource/cms/2019/12/img_pc_site/2019120316450888724.jpg") no-repeat;
      background-size:100% 100%;
  }
  .j_b_wrap{
      width:1440px;
      height:360px;
      margin:0 auto;
      overflow: hidden;
  }
  .j_b_info{
      margin-left:50px;
      margin-top:90px;
  }
  .j_b_title {
      color:#fff;
      font-size:66px;
      
  }
  .j_b_bread{
      margin-top:40px;
      font-size:22px;
      color:#fff;
  }
  .j_b_bread a{
    font-size:24px;
      color:#fff;
  }

.news_list{
    width:100%;
}
.news_l_wrap{
    width:1440px;
    height:auto;
    margin:0 auto;

}
.n_l_ul {
    padding-top:50px;
}
.n_l_li{
    width:1205px;
    height:245px;
    padding:35px 80px 0px 200px;
    position:relative;
    margin-bottom:30px;
}
.n_l_li:hover .news_date {
    background-color: #1079f8;
    background-image: linear-gradient(to right, #0f77f8 , #28b8fe);

}
.n_l_li:hover{
    background:#e2e2e2;
}
.news_date{
    width:140px;
    height:120px;
    
    padding-top:20px;
    text-align: center;
    position:absolute;
    left:0;
    top:72px;
    left:70px;
    background:#e2e2e2;

}
.date_days {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.date_years {
    font-size: 20px;
    color: #fff;
}
.news_img{
    width:320px;
    height:200px;
    float:left;
}
.news_img img {
    width:100%;
    height:100%;
}
.news_info {
    width:835px;
    height:200px;
    float:left;
    padding-left:50px;
}
.news_title{
    width:835px;
    height:50px;
    line-height:48px;
    
}
.news_title a{
   font-size:28px;
    font-weight: bold;
    color:#000;
}
.news_sum {
    width:835px;
    height:60px;
    line-height:30px;
    font-size:16px;
    color:#555;
    margin-bottom:30px;
}
.news_btn{
    width:835px;
    
}
.more_btn{
    width:150px;
    height:40px;
    text-align: center;
    line-height:38px;
    
    background-color: #1079f8;
    background-image: linear-gradient(to right, #0f77f8 , #28b8fe);
    border-radius: 5px;
}
.news_btn a{
    color:#fff;
}



@media screen and (min-width:1200px) and (max-width:1440px){
    .j_b_wrap {
    width: 1200px;
}
.j_b_title {
    color: #fff;
    font-size: 56px;
}
.j_b_bread {
    margin-top: 40px;
    font-size: 20px;
}
.j_b_bread a {
    font-size: 20px;
}
.news_l_wrap {
    width: 1200px;
}
.n_l_li {
    width: 1005px;
}
.news_title {
    width: 635px;
}
.news_sum {
    width: 635px;
}
.news_info {
    width: 635px;
}
.news_l_wrap {
    width: 1200px;
}
.v_l_li {
    width: 380px;
    margin-right: 30px;
    height:430px;
}
.v_info {
    width: 340px;
    height:100px;
}




}