.info_box .content{
    width: 70%;
    font-size :14px;
    color : #333;

}
.info_box h1{
    color : #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 27px;
    margin-top: 22px;
}
.info_box .item{
    margin-bottom: 20px;
    position: relative;
}
.info_box .content{
    margin-bottom: 50px;
}
.info_box .content label{
    width: 100px;
    text-align: right;
    display: inline-block;
    height :40px;
    line-height: 40px;
    padding-right: 15px;
}
.info_box .content label span{
    color : red;
    display: inline-block;
    margin-right :7px;
}
.info_box .content .input{
    border :1px solid #d2d2d2;
    height :38px;
    line-height :38px;
    padding-left: 10px;
}
.info_box .content .checkbox{
    border :1px solid #d2d2d2;
    height: 16px;
    width :16px;
    background-color: #fff;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.info_box .content .span{
    display: inline-block;
}
.info_box .son-box{
    width: 100%;
    box-sizing: border-box;
    padding-left: 120px;
}
.info_box .content .son{
    float : left;
    margin-right: 15px;
    height: 40px;
    line-height: 40px;
}
#publish{
    background-color: #FF5917;
    color : #fff;
    height: 36px;
    line-height: 36px;
    width :100px;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.info-detail .fl{
    width: 980px;
}
.info-detail .fr{
    width: 225px;
}
.info-detail h1{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.info-detail .add_time{
    color : #5d5d5d;
}
.border-bottom{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
}
.info-detail .class-box{
    margin-top: 12px;
    margin-bottom: 15px;
}
.info-detail .class-box li{
    font-size: 14px;
    color : #000;
    margin-bottom: 12px;
}
.info-detail .content{
    margin-top: 0px;
    width: 100%;
    height: auto;
}
.info-detail .content .big-title{
    border-bottom: 1px solid #00AF62;
    margin-bottom: 22px;
}
.info-detail .content .big-title span{
    display: inline-block;
    background-color: #00AF62;
    color : #fff;
    padding: 5px 10px;
    font-size: 15px;
}
.info-detail .content img{
    display: block;
    margin: 10px auto;
}






