/**列表*/
.line-item{
    background-color: #ffffff;
    cursor: pointer;
}
.line-item-img{
    width: 100%;
    background-color: #ffffff;
}
.line-item-img img{
    width: 100%;
    height: 100%;
}
.line-item-des{
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.line-item-des dl dt{
    width: 100%;
    height: 30px;
    line-height: 1.75;
    color: #000000;
    font-size: 16px;
}
.line-item-des dl dd{
    width: 100%;
    height: auto;
    line-height: 25px;
    color: #999999;
    font-size: 14px;
}
.line-item-des dl dt, .line-item-des dl dd{
    text-align: center;
}
/**详情*/
.line-info-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
    display: flex;
}
.line-info-img{
    width: 45%;
    height: auto;
    float: left;
}
.line-slide img{
    width: 100%;
    height: 100%;
}
.line-info-des{
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}
.line-info-title{
    width: 100%;
    height: auto;
}
.line-info-title dl dt{
    width: 100%;
    /*height: 40px;*/
    line-height: 1.7;
    font-size: 18px;
    font-weight: bold;
}
.line-info-title dl dd{
    width: 100%;
    line-height: 1.7;
    font-size: 14px;
    color: #999999;
    text-indent: 2em;
}
.line-info-attr{
    width: 100%;
    height: auto;
    padding: 15px 0;
    border: #fee1c3 1px solid;
    background-color: #fff9f3;
}
.line-info-attr ul li{
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}
.line-book{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    text-align: right;
}
.line-course{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.line-course:hover .line-course-des dl dt{
    color: #ff8600;
}
.line-course-img{
    width: 100%;
}
.line-course-img img{
    width: 100%;
    height: 100%;
}
.line-course-des{
    width: 100%;
    height: auto;
}
.line-course-des dl dt{
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.line-course-des dl dd{
    width: 100%;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
}
