.f16{font-size:16px}
.f20{font-size:20px}
.f24{font-size:24px}
.f30{font-size:30px}
.jcsb {
    justify-content: space-between;
}
.df {
    display: flex;
}
.aic {
    align-items: center;
}
.ke-zhan{
    padding: 5.277%;
    background: #3579fe linear-gradient(146deg, #a9d5ffd9, #3434ff);
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 50px;}
.ke-zhan .ke-name{
    font-weight: 400;
    color: #fff;
    margin-bottom: 4.3%;
}
.ke-zhan .ke-shi .ke-xinx{
    width: 23%;
}
.ke-zhan .ke-shi .ke-xinx .xx-img{
    width: 60px;
    height: 60px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4040db;
    border-radius: 50%;
    margin-right: 10px;
}
.ke-zhan .ke-shi .ke-xinx .xx-img img{
    width: 22px;
}
.ke-zhan .ke-shi .ke-xinx .xx-nron .xx-diz{
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.ke-zhan .ke-shi .ke-xinx .xx-nron .xx-text{
    font-weight: 400;
    color: #fff;
    line-height: 19px;
}
.ke-list{
    display: grid;
    grid-template-columns: repeat(3, 31.2%);
    grid-column-gap: 3.2%;
    grid-row-gap: 50px;
}
.Canzhan{
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.Canzhan .lt-pad{
    padding: 8.4% 10.49%;
}
.Canzhan .lt-pad .lt-tele{
    font-weight: 400;
    color: #333;
    padding-bottom: 12px;
    margin-bottom: 22px;
    position: relative;
    word-wrap: break-word;
    word-break: normal;
}
.Canzhan .lt-pad .lt-tele:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg, #2f79fc, rgba(25, 107, 252, .9) 10%, rgba(25, 107, 252, .9) 28%, rgba(25, 107, 252, .9) 49%, #3579fe 74%, rgba(25, 107, 252, .9) 80%, #5386f1);
    border-radius: 56px 56px 56px 56px;
}
.Canzhan .lt-pad .lt-text{
    font-weight: 400;
    color: #666;
    line-height: 32px;
}
