.learnMore{
    margin-top:6px;
    width:100%;
    /*min-height: calc(100% - 214px);*/
    display: flex;
    /*height:552px;*/
    height: calc(100% - 276px);
}
.learnMore_left,.learnMore_right{
    width:20%;
    min-height:100%;
    border:1px solid #e7e7e7;
    border-top:3px solid #18538b;
    display: inline-block;
}
.learnMore_left li{
    height: 42px;
    line-height: 42px;
    /* background:#18538b; */
    color:#333;
    font-size: 13px;
    border-bottom:1px solid #ddd;
    font-weight: bold;
    padding-left: 35px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../img/menu_bg.png);

}
.learnMore_left li:first-child{
    padding:0;
    font-weight: bold;
    color:#333;
    text-align: center;
    height: 45px;
    background:url(../img/title_bg.jpg) repeat-x bottom left;
    background-size:auto 100% ;
}
.learnMore_left li a:hover {
    color:#18538b;
}
.learnMore_left li:first-child a:hover {
    color:#333;
}
.learnMore_right{
    width:79%;
    margin-left:1%;
    border-top-color:#ddd;
}
.learnMore_right ul{
    width:100%;
    height: calc(100% - 45px);
    padding:0 12px;
}
.learnMore_right li{
    height: 36px;
    line-height: 36px;
    padding:0 12px;
    border-bottom:1px dashed #ddd;
    display: flex;
}
/*.learnMore_right li:last-child{*/
/*    border: 0;*/
/*}*/
.learnMore_right a{
    display: inline-block;
    padding-left:12px;
    width:88%;
    font-size:14px;
    display: inline-block;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis; 
cursor: pointer;
}
.learnMore_right a:hover{
    color:#18538b;
    /* text-decoration: none; 
    border-bottom: 1px solid #18538b;  */
}
.learnMore_right li span:first-child{
    font-size:18px;
    font-weight: bold;
    /* display: inline-block; */
}
.learnMore_right li span:last-child{
    float: right;
    font-size:12px;
}
.paging{
    height: 45px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: right;
    border-top: 1px dashed #cecece;
}
.paging div{
    /*width:50%;*/ /*20221007*/
    display: flex;
    align-items: center;
}
.paging div a{
    width:20px;
}
.paging div .next{
    width:34px;
}
