/*优秀学员*/
.student{
    margin-top: 20px;
    width: 1180px;
    height: 370px;
}
.student-1{
    float: left;
    width: 300px;
    height: 380px;
    margin-bottom: 20px;
}
.student-2{
    width: 280px;
    height: 380px;
    background: #FFffFF;
}
.student-img{
    float: left;
    width: 280px;
    height: 280px;
}
.student-img img{
    width: 280px;
    height: 280px;
}
.student-title{
    width:240px;
    float: left;
    margin-top: 20px;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
}
.student-title .left{
    float: left;
}
.student-title .right{
    float: right;
}
.student-name {
    width: 240px;
    float: left;
    padding: 0 20px;
    margin: 20px 0;
    font-size: 12px;
    color: #999999;
}
/*优秀学员*/
/*作品*/
.carousel-inner .item img{
    width: 1180px;
    height: 472px;
}
.carousel-indicators{
    top: 450px;
    right: 560px;
}
.carousel{
    margin: 0px;
}
.works-list{
    overflow: hidden;
}
.works-list ul {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.works-list li {
    float: left;
    width: 280px;
    height: 280px;;
    margin-right: 20px;
    background: #FFffFF;
    margin-top: 40px;
}
.works-list li .img{
    float: left;
    width: 280px;
    height: 204px;
    cursor: pointer;
    overflow: hidden;
}
.works-list li .img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.works-list li .title{
    line-height: 76px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}
.works-list li .title a{
    font-size: 16px;
    transition: all 0.5s;
}
.works-list li:hover > .img img{
    transform: scale(1.1);
}
.works-list li:hover >  .title{
    background: #1d6cef;
}
.works-list li:hover >  .title a{
    color: #FFffFF;
}
/*作品详情*/
.works-info{
    width: 1180px;
    background: #FFffFF;
    margin-top: 40px;

}
.works-box{
    width: 1120px;
    height: 64px;
    border-bottom: 1px solid #cfcfcf;
    padding: 30px;
}
.works-tiem{
    width: 100%;
    margin-top: 20px;
    color: #999999;
}
.works-title{
    width: 100%;
    font-size: 24px;
}
.works-tiem .shareimg{
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
.content{
    width: 1120px;
    padding: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}