.bg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.header{
    width: 100%;
    height: 40px;
}
.content{
    overflow: hidden;
    height: 460px;
}
.interaction-meet-content{
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 40px;*/
}
.now-title {
    width: 100%;
    height: 16px;
    line-height: 16px;
    /*padding-bottom: 40px;*/
}

.now-title a {
    font-size: 14px;
    color: #666666;
}

.now-title a:hover {
    color: #333333;
}

.now-title span {
    font-size: 14px;
    color: #666666;
}

.now-title .interview-now {
    color: #333333;
    cursor: default;
}


.label-condition {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 23px;
    border: 1px dashed #ededed;
    line-height: 23px;
    font-size: 14px;
    color: #666;
    background: #f8f8f8;
    padding: 0 10px;
    margin-right: 4px;
}

.label-condition:hover {
    background: #fff7f7;
    color: #d50000;
    border: 1px dashed #d50000;

}

.label-condition img {
    width: 9px;
    height: 9px;
    margin-left: 11px;
    vertical-align: middle;
    margin-top: -2px;
}

.label-clear {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

.label-clear.active {
    color: #d50000;
}

.label-clear img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.search-control {
    font-size: 14px;
    color: #999999;
    height: 17px;
    line-height: 17px;
    text-align: center;
    margin: 0 30px 20px;
}

.search-control.active {
    color: #d50000;
}

.search-control img {
    width: 7px;
    height: 4px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}

.search-takeup {
    display: none;
}

.interaction-meet-main{
    width: 100%;
    /*overflow: hidden;*/
    padding-top: 20px;
}
.interaction-meet-left{
    width: 886px;
    float: left;
}

.details-class-right{
    padding-top: 20px;
}


.margin-bottom-0{
    margin-bottom: 0!important;
}
