@CHARSET "UTF-8";
/*最终栏目页 文章页css*/
.wrap-LA-l{width: 830px;border-radius:12px;}
.wrap-LA-l .current-location{width:810px;white-space: nowrap;overflow: hidden;margin-right:20px;}

.wrap-LA-B-DES,.LA-MAIN,#paginate{width: 790px;padding: 20px;}

/**wrap-LA-R**/
.wrap-LA-R{width: 340px;}
.sztdYX-box,.LA-R-isHot{
    width: 298px;
    padding: 17px 20px;
    border-radius: 12px;
    background: url(/static/home/images/xlmy-cont-bg2.png) no-repeat left top #fff;
}
.sztdYX-hdBox, .sztdYX-h3 {
    height: 24px;
    line-height: 24px;
    position: relative;
}
.sztdYX-h3 {
    font-size: 18px;
    font-weight: 900;
}
.sztd23-hdQh {
    position: absolute;
    top: 50%;
    right: 12px;
    white-space: nowrap;
    height: 16px;
    margin-top: -8px;
}
.sztd23-hdQh>i {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: .7;
    cursor: pointer;
    margin-left: 10px;
}
.sztd23-hdQh>i.sztd23Hd-qhPrev {
    background: url('/static/home/images/sztd23Hd-qhPrev.png') no-repeat left center;
    background-size: contain;
}
.sztd23-hdQh>i.sztd23Hd-qhNext {
    background: url('/static/home/images/sztd23Hd-qhNext.png') no-repeat left center;
    background-size: contain;
}
.sztdYX-main{overflow: hidden;}
.sztdYX-scroll>li{float: left;margin-left: 0px;}
.sztdYXLi-item{display: block; margin-top: 20px;padding-left: 100px;min-height: 120px; position: relative;}
.sztdYXLi-item:hover{color:#f51e29;}
.sztdYXLi-imgBox{position: absolute;top: 0;left: 0;width: 85px;height: 120px;border-radius: 8px;border: 1px solid #D3E3F0;background: url(/static/home/images/xlmy-cont-bg4.png) no-repeat;background-size: 100% 100%;overflow: hidden;}
.sztdYXLi-img img{position: absolute;top: 16px;left: 50%;width: 80px;margin-left: -40px;}
.sztdYXLi-imgBtn{position: absolute;left: 50%; bottom: 8px;width: 66px;height: 20px;line-height: 20px;text-align: center;background-color: #FFEDEB;border-radius: 100px;font-size: 12px;color: #f51e29;}
.sztdYXLi-hd{height: 20px;line-height: 20px;white-space: nowrap;overflow: hidden;}
.sztdYXLi-hdName{display: inline-block; font-size: 14px;font-weight: 900;}
.sztdYXLi-hdLab{display: inline-block;height: 20px;padding: 0 7px;border-radius: 4px;margin-left: 7px;background-color: #F0F5FF;font-size: 12px;color: #5988DF;}
.sztdYXLi-zjTip{font-size: 12px;margin-top: 14px;}
.sztdYXLi-info{font-size: 12px;color:#999;line-height: 20px;margin-top: 10px;height: 60px;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.t_header{}
.t_h_l{
    width: 100%;
    float:left;
    height: 27px;
    line-height: 27px;
    background:url('/static/home/images/t_icon.png') no-repeat left center;
    background-size: contain;
}
.t_h_l .title{margin-left:35px;font-size: 18px;
    float: left;
    font-weight: 900;
    color: #333;}
 .t_h_more_w a {
        float: right;
        font-size: 14px;
        color: #999;
        background: url(/static/home/images/more_1.png) no-repeat left center;
        background-size: contain;
        width: 45px;
        height: 9px;
        margin-top: 8px;
    }
    .t_h_more_w a:hover {
        background: url(/static/home/images/more_2.png) no-repeat left center;
        background-size: contain;
    }
 .t_course_wrap .t_course_item {
        height: 74px;
        align-items: center;
        position: relative;
        cursor: pointer;
        background: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(240, 240, 240);
        display: inline-block;
        width:100%;
        padding: 6px 0px;
}
.t_course_wrap .t_course_item:hover {
    background: #FFFDF4;
    box-shadow: 0px 1px 0px 0px #F0F0F0;
}
.t_course_wrap .t_course_item:last-child{border-bottom: none;}
.t_course_wrap .t_course_item .t_course_av {
        width: 60px;
        height: 60px;
        float: left;
        position: relative;
        margin-top:7px;
}
.t_course_wrap .t_course_item .t_course_av img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.t_course_wrap .t_course_item .t_course_av .t_huiyuan_wrap {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.t_course_wrap .t_course_item .t_course_av .t_huiyuan_wrap img {
    width: 100%;
    height: 100%;
}
.t_course_wrap .t_course_item  .t_course_m {
    margin-left: 12px;
    margin-right: 10px;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    float: right;;
    width: 216px;
}
.t_course_wrap .t_course_item  .t_course_m .title {
    font-weight: 400;
    font-size: 16px;
    color: rgb(51, 51, 51);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.t_course_wrap .t_course_item  .t_course_m .t_course_name {
    font-weight: 400;
    font-size: 12px;
    color: rgb(153, 153, 153);
    width:100%;
    float: left;
}
.t_course_wrap .t_course_item  .t_course_m .t_course_name .origin-price {
    text-decoration: line-through;
    color: #6D7278;
    line-height: 20px;
    margin-right: 2px;
}
.t_course_wrap .t_course_item  .t_course_m .t_course_name .price {
    line-height: 20px;
    margin-left: 4px;
    color: #F01414;
    font-weight: 700;
}


.wrap-LA-R .common-title{
    position: relative;
    font-size: 18px;
    float: left;
    font-weight: 900;
    color: #333;
    margin-bottom: 14px;
}
.LA-R-isHot-list li{
    padding-bottom: 16px;
    line-height: 1.1;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.LA-R-isHot-list li:last-child{padding-bottom: 0;}
.LA-R-isHot-list li a{
    position: relative;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
    width: 0px;
    padding-left: 10px;
}
.LA-R-isHot-list li span{color: #aeaeae;}
.LA-R-isHot-list li:first-child span {font-weight: bold;color: rgb(235, 0, 0);}
.LA-R-isHot-list li:nth-child(2) span {font-weight: bold;color: rgb(255, 93, 0);}
.LA-R-isHot-list li:nth-child(3) span {font-weight: bold;color: rgb(255, 162, 0);} 