/*首页*/
.container{
    padding: 18px;
    margin-bottom: 30px;
}

.one{
    overflow: hidden;
    margin-bottom: 30px;
}
.one .img{
    width: 610px;
    height: 230px;
    float:left;
}
.one .right{
    float: right;
    width: 530px;
    /*height: 230px;*/
}
dl dt{
    background-color: #eeeeee;
    line-height: 38px;
    overflow: hidden;
    margin-bottom: 10px;
}
dl dt span{
    display: block;
    text-align: center;
    width: 130px;
    color: #fff;
    font-size: 18px;
    float: left;
    background-color: #019fe9;
}
dl dt a{
    float: right;
    font-size: 14px;
    color: #e60505;
    margin-right: 10px;
}
dl dt a:hover{
    font-weight: bold;
}
dl dd ul li{
    overflow: hidden;
    line-height: 38px;
}
dl dd ul li a{
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
dl dd ul li a:hover{
    color:#e60505;
}
dl dd ul li span{
    float: right;
    color: #6b6b6b;
}

.row{
    overflow: hidden;
}
.row div{
    width: 370px;
    float: left;
}
.row .right{
    margin: 0 27px;
}

/*预约浮窗*/
.recruit{
    position:fixed;
    bottom: 50px;
    width: 15%;
    z-index: 9999;
    padding-top: 30px;
}
.recruit img{
    width: 100%;
}
.close{
    position: absolute;
    cursor: pointer;
    right: 0;
    top:0;
    z-index: 1;
    font-size: 30px;
    color: #000000;
    display: none;
    opacity: 1;
    font-weight: bold;
}

.recruit:hover .close{
    display: block;
    opacity: 1;
}

