@charset "utf-8";
/* CSS Document */


.allbox {
    margin: 21px auto 0;
    width: 960px;
} 	

.leftimgbox {
    float: left;
    height: 430px;
    line-height: 3;
    width: 230px;
}


.boxtitle, .boxtitle2 {
    background-repeat: no-repeat;
    height: 21px;
    line-height: 5;
    margin-bottom: 10px;
    overflow: hidden;
    width: 101px;
}

.boxtitle {
    background-image: url("images/image/Recruitmenttitle.jpg");
}
.boxtitle2 {
    background-image: url("images/image/Recruitmenttitle2.jpg");
}

.righttextbox {
    float: left;
}

.boxtext0 {
    line-height: 25px;
    margin-bottom: 34px;
}
.boxtext1, .boxtext2, .boxtext3 {
    float: left;
    width: 237px;
	height:161px;
}
.bottombox {
    margin-top: 203px;
    text-align: right;
}


.bottombox .linkbox {
    border: 1px solid;
    border-radius: 5px;
    color: #1C4893;
    font-size: 16px;
    margin-left: 16px;
    padding: 10px 14px;
    text-decoration: none;
	transition: all 0.25s ease;
	background-color:#FFF;
}
.bottombox .linkbox:hover {
	box-shadow:0 0 7px #999999;
	background-color:#1C4893;
	color:#fff;
	border-color:#1C4893;
}
