.main{
    margin-top: 0px;
}
.more_exam_header{
    width: 100%;
    height: 280px;
    background: url("../../../../media/class_img8.png") no-repeat;
    background-size: 1920px 280px;
}
.more_course_header{
    width: 100%;
    height: 280px;
    background: url("../../../../media/class_img7.png") no-repeat;
    background-size: 1920px 280px;
}

.more_video_header{
    width: 100%;
    height: 280px;
    background: url("../../../../media/class_img6.png") no-repeat;
    background-size: 1920px 280px;
}
.location_icon{
    display: inline-block;
    width: 16px;
    height: 22px;
    border: 1px solid #fff;
    background: url("../../../../media/icons/local.png") no-repeat;
    background-size: 16px 22px;
}
.breadBox{
    display: inline-block;
    margin-top: 8px;
}
.nav-bread{
    width: 410px;
    height: 12px;
    margin-top: 29px;
    line-height: 12px;
}
.more_exam_item{
    width: 1170px;
    height: 220px;
    margin: 30px auto;
    border: 1px solid rgba(230,230,230,1)
}
.exam-pic{
    float: left;
    width: 330px;
    height: 220px;
    margin-top: -23px;
    background-size: 330px 220px;
}
.exam-pic img{
    width: 330px;
    height: 220px;
}
.exam-item-right{
    width: 805px;
    height: 220px;
    margin-left: 365px;
}
.exam-name{
    margin-top: 23px;
}
.exam-intro{
    width: 785px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #999999;
    font-size: 12px;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}
.test-information{
    display: inline-block;
    margin-right: 35px;
    font-size: 12px;
    color:rgba(153,153,153,1);
}
.delete-line{
    font-size: 12px;
    color:rgba(153,153,153,1);
}
.go-exam:hover{
    background-color: rgba(230,246,255,1);
}
.go-exam:active{
    background-color: #158ED3;
    color: #fff;
}
.go-exam{
    float: right;
    width:120px;
    height:40px;
    margin-right: 20px;
    margin-top: -20px;
    color: #19ABFF;
    background:rgba(255,255,255,1);
    border:1px solid #19ABFF;
    border-radius: 4px;
}
.join-exam:hover{
    background-color: #B3E4FF;
    color: #158ED3;
}
.join-exam:active{
    background-color: #158ED3;
}
.join-exam{
    float: right;
    width:120px;
    height:40px;
    margin-right: 20px;
    margin-top: -20px;
    color: #ffffff;
    background:#19ABFF;
    border:1px solid #19ABFF;
    border-radius: 4px;
}
.red-font{
    font-size: 16px;
    color: red
}
.test-info{
    position: absolute;
    display: inline-block;
    margin-left: 126px;
}
.exam-info-title{
    position: absolute;
    display: inline-block;
    margin-top: 2px;
    width: 130px;
    line-height: 16px;
}
span{
    cursor: default;
}
.outer{
    margin: 0 auto;
    width: 1170px;
}

