#jffn_banner{position:relative;}
#jffn_banner img{height: 377px;width: 100%;}

.jffn_box{width: 1200px;
    margin: 0 auto;
    background: #fff;
  
    margin-top: -30px;
    position: relative;
    padding-top: 40px;
}

.page{    background-image: linear-gradient(#cfdef5, #fff);}

.connten {
    width: 100%;
    margin-top: 30px;box-sizing: border-box;
}

.title {
    background: url(/uiFramework/commonResource/image/2026010809442194347.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.connten .title a {
    line-height: 53px;
    font-size: 25px;
    font-weight: 600;
    color: #F56A0D;
    background: none;
}

.cont {
    width: 32%;
    margin-top: 50px;
    text-align: center;
    margin-right: 20px;
  
}

.cont_ul{margin-top: 20px;}

.cont_li {
    overflow: hidden;
    background: url(/uiFramework/commonResource/image/2026010810513895217.png) no-repeat left center;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 98%;
    padding-left: 10px;
    text-align: left;
}


.cont_li a{font-size: 16px;color:#333;
    float: left;}
.cont_li span{font-size: 16px;color:#333;
    float: right;}


.area {
    width: 1200px;
    margin: 0 auto 40px;box-sizing: border-box;padding: 0 30px;
}








@media (max-width: 1200px) {
   #jffn_banner img{height:auto}

}

@media (max-width: 992px) {
 #jffn_banner img{height:auto}
.jffn_box{width: 100%;}
.area{width: 100%;}
.cont_li a{    width: 100%;}
}

@media (max-width: 768px) {
.jffn_box{width: 100%;}
 #jffn_banner img{height:auto}
.area{width: 100%;}

.cont_li a{    width: 100%;}
}


@media only screen and (max-width: 414px) {
  
 #jffn_banner img{height:auto}
.jffn_box{width: 100%;}
  .area{width: 100%;}
.cont_li a{    width: 100%;}
  

 


}