
.changjing-zixun{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #207cda;
    color: #207cda;
    background:#fff;
    margin: 10px 50px;
    border-radius: 10px;
    text-align: center;
}
.section-content{
    text-align: left !important;
    padding: 0 5%;
}
.section-content h1{
    text-align: left !important;
    padding: 60px 0 0 50px;
}
.section-content .level-banner-desc{
    color: #fff;
    line-height: 40px;
    padding: 0px 0 0 50px;
}
.item-gainian-box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    
}
.item-gainian-box li{
    margin: 0 1%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 26px;
    height: 300px;
    width: 33%;
    border: 1px solid #e5e5e5;

}
.item-gainian-box li:hover{
    background:none !important;
    border: 1px solid #207cda;
}
.item-gainian-box .item-gainian-title{
    font-size: 18px;
    color: #191919;
    line-height: 60px;
    font-weight: bold;
}
.item-gainian-box .item-gainian-desc{
    font-size: 14px;
    color: #595959;
    line-height: 30px;
}
.xinxi{
    margin:20px 5%;
}

.item-xinxi-box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.item-xinxi-box li{
    margin: 0 1%;
    background: #fff;
    border-radius: 10px;
    height: 346px;
    width: 19%;
    border: 1px solid #e5e5e5;

}
.item-xinxi-box li:hover{
    background:#fff !important;
    border: 1px solid #207cda;
    
}
.item-xinxi-box .item-xinxi-title{
    font-size: 34px;
    color: #fff;
    line-height: 110px;
    font-weight: bold;
    text-align: center;
    font-family: '楷体';
    background: #366efb;
    border-top-left-radius:10px;
    border-top-right-radius: 10px;
}
.item-xinxi-box .item-xinxi-desc{
    font-size: 14px;
    color: #595959;
    line-height: 30px;
    padding: 10px 26px;
    
}

.item-liucheng-box{
    padding: 10px 5%;
    display: flex;
    flex-direction: column;
    
}
.item-liucheng-box .row {
    display: flex;
    justify-content: space-between;
   
    background: #fff;
  }
  .item-liucheng-box .row li{
      border: 1px solid #ededed;
      width: 18.6%;
     display: flex;
     align-items: center;
      padding: 10px;
      text-align: center;
  }
  .item-liucheng-txt{
      width: 100%;
      text-align: center;
  }
.item-liucheng-box .row .yi{
    height: 50px;
    line-height: 50px;
    
   background: #207cda;
   padding: 0 !important;
   
   
  
}
.item-liucheng-box .row .yi .item-liucheng-num{
    font-size: 40px;
    color: #79a8ff;
    width: 35%;
    margin-right:2%;
    font-style: italic;
    text-align: right;
}
.item-liucheng-box .row .yi .item-liucheng-column{
    /*  writing-mode: vertical-lr; 文字从上到下竖排，从右到左 */
     font-size: 18px;
     color: #fff;
     text-align: left;
     width: 60%;
}
.item-liucheng-box .row .item-liucheng-subtitle{
    font-size: 18px;
     color: #191919;
     line-height: 30px;
     width: 100%;
}
.item-product-box .item-product{
        width: 31%;
    margin: 10px 1.16%;
    text-align: center;
    color: #191919;
    padding: 28px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.item-product-btn a{
    width: 80%;
    height: 40px;
    margin: 10px;
    border: 1px solid #595959;
    border-radius: 40px;
    color: #595959;
    font-size: 14px;
    line-height: 40px;
}
.item-product-box .item-product .item-product-title {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.item-product-desc {
    color: #595959;
    font-size: 16px;
    line-height: 40px;
    margin-top: 0;
    text-align: left;
    
}
.item-product-desc li{
    padding-left: 30px;
}
.yesa {
    background: #fff url(../assets/img/yesa.png) no-repeat left center !important;
    background-size: 20px !important;
}
.noa {
    background: #fff url(../assets/img/no2.png) no-repeat left center !important;
    background-size: 16px !important;
}

