body{
    min-width: 1380px;
    background-color: #f4f4f4;
    border: none;
    padding: 0px;
    margin:0px;
}
.bigdiv{
    width: 100%;
    text-align: center;
}
.sdiv{
    width: 1380px;
    background-color: white;
    margin: auto;
    margin-top: 20px;
}
.topdiv{
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-family: Helvetica,Arial;
    color: #434343;
    margin-left: 40px;
    text-align: left;
}
.topdiv img{
    width: 8px;
}
.maindiv{
    width: 920px;
    background-color: white;
    text-align: center;
    padding: 0 40px 40px;
    min-height: 883px;
}

.maintop{
    width: 920px;
    height: 40px;
    background: url("../../../images/web/search/maintop.png") repeat-x;
    background-size: cover;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
}
.sdiv2{
    width: 1380px;
    background-color: #f4f4f4;
    margin: auto;
    margin-top: 20px;
    position: relative;
    padding-bottom: 100px;
}
.span1{
    font-size: 14px;
    color: #999999;
    margin-left: 14px;
}
.span2{
    font-size: 14px;
    color: #434343;
    margin-left: 18px;
}
.coursediv{
    width: 920px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    border-bottom: solid 1px #cccccc;
}
.courseimgdiv{
    width: 288px;
    height: 164px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}
.courseimgdiv img{
    width: 100%;
    height: 100%;
}
.coursetextdiv{
    width: 550px;
    margin-left: 24px;
    display: inline-block;
}
.coursetitlediv{
    width: 100%;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #1b1b1b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.coursedescdiv{
    margin-top: 20px;
    text-align: left;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    /*display: inline;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.coursepricediv{
    margin-top: 20px;
    font-size: 20px;
    color: #ff4400;
    font-weight: bold;
    text-align: left;
}
.coursebdiv{
    width: 100%;
    text-align: right;
}
.courseb{
    width: 120px;
    height: 29px;
    margin-right: 40px;
    color: #003274;
    border: solid 1px #003274;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
}
.courseb:hover{
    color: #ffffff;
    background-color: #003274;
}
.loadmore{
    width: 100%;
    text-align: center;
    color: #7e7e7e;
    font-size: 16px;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 80px;
}

.rightcoursediv{
    width: 280px;
    background-color: white;
    position: absolute;
    right: 0px;
    padding: 40px;
    padding-top: 24px;
}
.righttopdiv{
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #1b1b1b;
    text-align: left;
}
.rightcourse{
    margin-top: 24px;
    width: 100%;
}
.rightcourseimg{
    width: 280px;
    height: 157px;
    border-radius: 5px;
    overflow: hidden;
}
.rightcourseimg img{
    width: 100%;
    height: 100%;
}
.rightcoursetitle{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #1b1b1b;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 12px;
    height: 25px;
    line-height: 16px;
    text-align:left;
}
.rightcoursedesc{
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #707070;
    margin-top: 0px;
    text-align:left;
}