.courses_content{
    background-color:#fff;
}
.courses_con{
    padding:30px 0 1px;
}
.courses_lists{
    overflow: hidden;
}
.courses_lists li{
    float: left;
    margin-right:30px;
    width:175px;
    border-radius:10px;
}
.courses_lists li:hover{
    opacity:0.9;
}
.courses_lists li:last-child{
    margin-right:0;
}
.courses_lists li a{
    display:block;
    position: relative;
}
.courses_lists_div1{
    padding:20px 15px;
    box-sizing: border-box;
    position: absolute;
    left:0;
    top:0;
}
.courses_lists_p1{
    font-size:20px;
    font-weight:bold;
    color:#fff;
}
.courses_lists_p2{
    font-size:16px;
    color: rgba(255,255,255,0.7);
    margin-top:5px;
}

.courses_label{
    overflow: hidden;
    margin:30px 0 40px;
}
.courses_label li{
    float: left;
    width:11.4%;
    box-sizing:border-box;
    margin-right:15px;
    text-align:center;
    margin-bottom: 10px;
    margin-bottom: 20px;
}
.courses_label li a{
    display:block;
    color:#666;
    font-size:16px;
    padding:10px;
    background-color:#edf3fa;
    border-radius:4px;
}
.courses_label li:nth-of-type(8n){
    margin-right:0;
}
.courses_label li:hover a{
    background-color:#2077c8;
    color:#fff;
}
.expertfrom .inputlists li{
    width:22%;
}
.courses_serinput{
    width:245px;
}

.courses_boutique{
    padding:10px 0 40px;
}
.courses_boutique_con{
    margin-top:20px;
}
.courses_boutique_tit{
    font-size:20px;
    color:#333;
    font-weight:bold;
    margin-bottom:20px;
    position: relative;
}
.courses_boutique_tit img{
    vertical-align: middle;
    width:28px;
    margin-top:2px;
}
.courses_boutique_tit span{
    margin-left:8px;
    display:inline-block;
    vertical-align:middle;
}
.courses_boutique_tit a{
    color:#1076d5;
    font-size:18px;
    font-weight:normal;
    position: absolute;
    right:0;
    top:0;
}
.courses_boutique_tit a:hover{
    opacity:0.8;
}

.courses_boutique_list{
    overflow: hidden;
}
.courses_boutique_list li{
    float: left;
    margin-right:25px;
    width:48.9%;
    margin-bottom:25px;
}
.courses_boutique_list li:nth-of-type(2n){
    margin-right:0;
}
.courses_boutique_list li a{
    background-color:#fff;
    padding:25px;
    box-sizing:border-box;
    overflow: hidden;
    display:flex;
    justify-content: space-around;
}
.courses_boutique_list li:hover .courses_boutique_p1{
    color:#1076d5;
}
.courses_boutique_pic{
    width:200px;
    height:150px;
    border-radius:6px;
    overflow: hidden;
    position: relative;
    border:1px solid #f7f7f7;
}
.courses_boutique_pic img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius:6px;
}
.courses_boutique_span{
    position:absolute;
    left:0;
    top:0;
    display:inline-block;
    padding:5px 8px;
    text-align:center;
    color:#fff;
    background-color:#ff943d;
    border-radius:6px 0 6px 0;
    z-index:15;
}
.courses_boutique_right{
    width:calc(100% - 200px);
    padding-left:25px;
    box-sizing: border-box;
}
.courses_boutique_p1{
    color:#333;
    font-size:16px;
    font-weight: bold;
    margin:8px 0 18px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
}
.courses_boutique_p2{
    color:#999;
    font-size:14px;
    margin:12px 0;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
}
.courses_boutique_p3{
    color:#333;
    font-size:14px;
    margin-top:18px;
}
.courses_boutique_p3 p{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
.courses_boutique_p3 p .font_big{
    margin-top:-3px;
}
.courses_boutique_p3 p>img{
    vertical-align:middle;
    margin-right:8px;
    width:16px;
}
.courses_boutique_p3 p span{
    display:inline-block;
    vertical-align:middle;
    margin-top:2px;
}

.courses_recent_list li{
    width:100%;
}
.courses_recent_list li a{
    overflow: hidden;
    display:block;
}
.courses_recent_pic{
    float: left;
}
.courses_recent_right{
    width:57%;
    float: left;
}
.course_operation {
    width: 22%;
    float: right;
    padding-top:15px;
}
.courses_recent_div1{
    margin:15px 0;
}
.courses_recent_p1{
    margin:20px 0;
}
.courses_recent_p2{
    display:inline-block;
    margin:0;
    margin-right:25px;
    white-space: normal;
}
.course_price{
    text-align:right;
}
.course_recent_price .course_vip_price{
    width:auto;
    background:#fff2e7;
    padding-right:8px;
    float: none;
    display:inline-block;
    vertical-align: middle;
}
.courses_recent_left{
    background: left top no-repeat;
    background-size:100% 100%;
    float: left;
    padding:0 15px 0 8px;
    width:auto;
}
.courses_recent_left p{
    display:inline;
}
.course_recent_price .course_vip_price_right{
    width:auto;
}
.course_recent_price .course_old_price{
    display: inline-block;
    vertical-align: middle;
    float:none;
    margin-top:0;
    margin-bottom:5px;
}
.become_vip_btn{
    width: 118px;
    height: 40px;
    color: #1076d5;
    border-radius: 4px;
    border: 1px solid #1076d5;
    font-size: 16px;
    background-color:transparent;
    margin-right:8px;
}
.become_vip_btn:hover{
    background-color:#1076d5;
    color:#fff;
}
.courses_more_btn{
    width: 120px;
    height: 40px;
    color: #1076d5;
    border-radius: 4px;
    border: 1px solid #1076d5;
    font-size: 16px;
    background-color:#1076d5;
    color:#fff;
}
.courses_more_btn:hover{
    color: #1076d5;
    background-color:transparent;
}
.courses_more_p{
    text-align:center;
    margin-bottom:15px;
}
.courses_recent_div1 .courses_recent_p2:nth-of-type(1){
    width:180px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
}
.courses_recent_div1 .courses_recent_p2:last-child{
    margin-right:0;
}
.courses_boutique_vip_p1{
    margin:8px 0 10px;
}
.courses_recent_div1{
    margin:10px 0 15px;
}
.course_bout_old_price{
    color:#333;
    float: none;
    margin-bottom:10px;
}
.course_bout_new_price{
    color:#ff8534;
}
.course_new_vip_price{
    position: relative;
}
.course_new_vip_link{
    font-size:16px;
    color:#1076d5;
    position:absolute;
    right:0;
    bottom:2px;
}
.course_new_vip_link:hover{
    opacity:0.7;
}
.courses_boutique_p3 .course_new_vip_link img{
    margin-right:0px;
}
.course_new_vip_label{
    background-color:#ff8534;
    font-size:12px;
    color:#fff;
    width:48px;
    height:20px;
    text-align:center;
    border-radius:6px 6px 6px 0;
    margin-left:8px;
}