﻿.swiper {
    overflow:hidden;
    position:relative;
}
.swiper .swiper-slide:not(:last-child){
    margin-right:10px;
}
.swiper .swiper-slide,.swiper a,.swiper a .img {
    display: block;
    width: 355px;
}
.swiper a{
    background:#fff;
    border-radius:8px;
}
.swiper a .img{
    height:120px;
    overflow:hidden;
    border-radius:8px 8px 0 0;
}
.swiper a img{
    max-width:100%;
    height:auto;
    border-radius:8px 8px 0 0;
}
.progress {
    width: 220px;
    height: 8px;
    background: #E6E6E6;
    border-radius:4px;
    position:relative;
}
.progress p{
    position:absolute;
    left:0;
    top:0;
    background:#5068FC;
    width:50%;
    height:8px;
    border-radius:4px;
}
.personal_study_course .info {
    padding:15px 20px;
}
.personal_study_course .info span {
    color: #5068FC;
    margin-left:10px;
}
.swiper-button-next, .swiper-button-prev {
    background: rgba(0,0,0,0.8) !important;
    width: 30px !important;
    height: 30px !important;
    border-radius:15px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}
.personal_study_course{
	margin-bottom:20px
}