/*index*/
.container{
    padding: 16px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
}


.one{
    overflow: hidden;
    margin-bottom: 30px;
}
.one .img{
    width: 610px;
    height: 310px;
    float:left;
}
.one .img img{
    width: 100%;
   
}
.one .right{
    float: right;
    width: 530px;
    height: 310px;
}
dl dt{
    line-height: 38px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 3px solid #C1262D;
}
dl dt span{
    display: block;
    padding-left: 15px;
    width: 130px;
    color: #C1262D;
	font-weight:bold;
    font-size: 18px;
    float: left;
    background-image: url("../img/title.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 38px;
}
dl dt a{
    float: right;
    font-size: 14px;
    color: #666;
}
dl dt a:hover{
    font-weight: bold;
    color:#e60505;
}
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;
    color: #333;
    font-size: 14px;
}
dl dd ul li a:hover{
    color:#e60505;
}
dl dd ul li span{
    float: right;
    color: #6b6b6b;
    font-size: 14px;
}

.two{
    overflow: hidden;
    margin-bottom: 20px;
}
.two div{
    width: 370px;
    float: left;
}
.two .right{
    margin: 0 27px;
}

.three{
    margin-bottom: 30px;
}

.three ul li{
    width: 200px;
    height: 150px;
}
.three ul li img{
    width: 100%;
    height: 100%;
}
.three ul li a{
    width: 100%;
    height: 100%;
}


/*招聘计划*/
.recruit{
    position: fixed;
    right: 10px;
   
    width: 300px;
    height: 300px;
}