#k5lt {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}



#k5lt .k5ml {
    width: 251px;
    background: #313131;
    color: white;
    text-align: center;
    position: relative;
    top: -218px;
    height: max-content;
    background: url(/static/k5l/k5ml.png)top 50px center no-repeat #313131;

        margin-bottom: -200px;

}

#k5lt .k5ml:before {
    content: " ";
    display: block;

    width: 0;
    height: 0;
    border-bottom: 50px solid #313131;
    border-left: 251px solid transparent;
    position: relative;
    top: -50px;


}


#k5lt > .k5ml > .title { 
    padding-top: 85px;
    font-size: 1.7em;
}


#k5lt > .k5ml .name { 
    width: 305px;
    height: 73px;
    line-height: 73px;
    background: url(/static/k5l/name.png) center no-repeat;

    position: relative;
    left: -17px;
    font-size: 24px;
    font-weight: 700;
    color: #000;

    margin-top: 10px;

}





#k5lt > .k5ml a.text {  
    display: block;
    text-align: center;
    line-height: 3em;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;

}


#k5lt > .k5ml a.text:hover,
#k5lt > .k5ml a.text:first-child {  
    background: linear-gradient(to right, #fc050a, #fbcb05);
}



#k5lt > .k5ml  .listn {
}

#k5lt > .k5ml  .listn img { 
    padding: 10px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-sizing: border-box;
}



#k5lt .k5mr {
    width: 888px; 
}

#k5lt .k5mr .bt { 
    font-size: 24px;
    background: url(/static/k5l/k5ml.png) left center no-repeat;
    line-height: 3em;
    padding-left: 3em;
    border-bottom: 1px #333 solid;
    margin-bottom: 0.5em;
}


#k5lt .k5mr .bt .name { 

    font-weight: 800;
}


#k5lt .k5mr .bt .free{ 

    background: url(/static/k5l/free.png) left center no-repeat;
    color:white;
    height: 22px;
    width: 131px;
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.3em;
    padding-left: 0.5em;
}


#k5lt .k5mr .bt .duonian{ 
    float: right;
    color: red;
    background: url(/static/k5l/duonian.png) left center no-repeat;
    padding-left: 1em;
}

#k5lt .k5mr .u-pics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

} 

#k5lt .k5mr .u-pics a {

    width: 32%;
    text-align: center;
    margin-bottom: 2em; 
} 

#k5lt .k5mr .gcal.u-pics a {
    width: 24%;
}

#k5lt .k5mr .u-pics a img {
    max-width: 100%;
    float: left;
    z-index: 2;
    position: relative;

} 

#k5lt .k5mr .u-pics a p {
    background: linear-gradient(to right, #f90504, #392f2f);
    color: white;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 2em;
    position: relative;
    z-index: 0;
}

#k5lt .k5mr .u-pics a p:after { 
    content: " 了解更多 >>";
    position: absolute;
    right: 1em;
    font-size: 12px;
    bottom: 0.5em;
    display: inline-block;
    padding: 0 1em;

    background: linear-gradient(to right, #fa0d04, #fbaf06);
    border-radius: 1em;
    line-height: 1.8em;
}


#k5lt .k5mr .news   {  
background: url(/static/k5l/news.png) left center no-repeat;
}

#k5lt .k5mr .u-text    {  
}


#k5lt .k5mr .u-text a   {  
    display: flex;
    justify-content: space-between;
    line-height: 2.7em;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}


#k5lt .k5mr .u-text a .n  {  
background: url(/static/k5l/newsli.png) left center no-repeat;
padding-left: 2em;
}

#k5lt .k5mr .u-text a .t {  

}
