
/*新闻*/
.news-wrap{
    padding: 50px 0;
    background-color: #343434;
}
.news{
    width: 662px;
    margin: 0 auto;
}
.news-top{
    height: 72px;
    position: relative;
}
.news-top .title{
    position: absolute;
    left:0;
    top:0;
    width: 161px;
    height: 72px;
    background-image: url("../images/index/news.png");
}
.news-top .more{
    position: absolute;
    right:0;
    top:50%;
    margin-top: -20px;
    width: 93px;
    height: 41px;
    background-image: url("../images/index/more.png");
}

.news-list a{
    display: block;
    height: 432px;
    position: relative;
    margin-top: 40px;
}
.news-list a .img{
    width: 662px;
    height: 432px;
    background: no-repeat center center;
    background-size: cover;
}
.news-list a .text{
    position: absolute;
    width: 614px;
    height: 140px;
    bottom: 0;
    background: rgba(32,32,32,0.9);
    padding: 20px 24px;
}
.news-list a .text .time{
    font-size: 22px;
    color: #FFF;
}
.news-list a .text .title{
    font-size: 32px;
    color: #FFFFFF;
    line-height: 46px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list a .text .desc{
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 34px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}


/*课程*/
.course-wrap{
    padding: 50px 0;
    background-color: #252525;
}
.course{
    width: 662px;
    margin: 0 auto;
}
.course-top{
    height: 72px;
    position: relative;
}
.course-top .title{
    position: absolute;
    left:0;
    top:0;
    width: 164px;
    height: 72px;
    background-image: url("../images/index/course.png");
}
.course-top .more{
    position: absolute;
    right:0;
    top:50%;
    margin-top: -20px;
    width: 93px;
    height: 41px;
    background-image: url("../images/index/more.png");
}
.course-list li{
    list-style: none;
    margin-top: 50px;
}
.course-list li .img{
    width: 662px;
    height: 372px;
    background:no-repeat center center;
}
.course-list li .title{
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
    margin: 25px 0;
}
.course-list li .info{
    overflow: hidden;
}
.course-list li .info .teacher{
    float: left;
    width: 330px;
    border-right: 2px solid #979797;
    height: 92px;
}
.course-list li .info  .intro{
    float: left;
}

.course-list li .info .teacher .headimg{
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 18px;
}
.course-list li .info .teacher .intro{
    float: left;
    width: 200px;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}
.course-list li .info .teacher .headimg img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.course-list li .info .icon-wrap{
    float: left;
    width: 210px;
    height: 92px;
    margin-left: 60px;
}
.course-list li .info .icon-wrap .icon{
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 30px;
    line-height: 30px;
}
.course-list li .info .icon-wrap .icon-time{
    background: url("../images/index/icon-time.png") no-repeat 1px center;
}
.course-list li .info .icon-wrap .icon-addr{
    background: url("../images/index/icon-addr.png") no-repeat 2px center;
}
.course-list li .info .icon-wrap .icon-money{
    background: url("../images/index/icon-money.png") no-repeat 0 center;
}
.course-list li .btn-signup{
    width: 180px;
    height: 60px;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
    line-height: 60px;
    margin: 30px auto 0 auto;
}


/*装备*/
.gear-wrap{
    background-color: #343434;
    padding: 50px 0;
}
.gear{
    width: 662px;
    margin: 0 auto;
}
.gear-top{
    height: 72px;
    position: relative;
}
.gear-top .title{
    position: absolute;
    left:0;
    top:0;
    width: 164px;
    height: 72px;
    background-image: url("../images/index/gear.png");
}
.gear-top .more{
    position: absolute;
    right:0;
    top:50%;
    margin-top: -20px;
    width: 93px;
    height: 41px;
    background-image: url("../images/index/more.png");
}
.gear-list{
    overflow: hidden;
    width: 680px;
    margin: 30px auto 0 auto;
}
.gear-list a{
    width: 322px;
    float: left;
    margin: 15px 9px;
}

.gear-list a .img{
    width: 322px;
    height: 322px;
}

.gear-list a .img img{
    display: block;
    width: 100%;
    height: 100%;
}

.gear-list a .name{
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    padding: 10px 0;

}
.gear-list a .price{
    font-size: 24px;
    color: #fff;
    line-height: 26px;
}




/*关于*/
.about-wrap{
    background-color: #252525;
    padding: 50px 0;
}
.about{
    width: 662px;
    margin: 0 auto;
}
.about-top{
    height: 72px;
    position: relative;
}
.about-top .title{
    position: absolute;
    left:0;
    top:0;
    width: 166px;
    height: 72px;
    background-image: url("../images/index/about.png");
}
.about-top .more{
    position: absolute;
    right:0;
    top:50%;
    margin-top: -20px;
    width: 93px;
    height: 41px;
    background-image: url("../images/index/more.png");
}

.about-info .img{
    width: 662px;
    height: 361px;
    background-image: url(../images/index/about-img.png);
}

.about-info{
    margin-top: 50px;
}
.about-info .text{
    margin-top: 30px;
}
.about-info .text .title{
    font-size: 32px;
    color: #fff;
}
.about-info .text .desc{
    margin-top: 30px;
}
.about-info .text .desc p{
    font-size: 22px;
    color: #BDBDBD;
    text-align: justify;
    line-height: 34px;
}

























