a{text-decoration:none}
.w1200 {
    width: 100%;
    margin: auto;
}
.w1200 p{
	margin:0px auto;
}
.recruit_s_type .item {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
	padding: 15px;
    border-radius: 5px;
    background: #e92460;
    border: 4px solid #bea4a499;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform .3s;
	text-align: center;
	color: white;
}
.recruit_s_type .item .detail-btn {
    display: block;
    max-width: 200px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border-radius: 12px;
	margin:0 auto;
	background-color: #ee7639;
	color:white;
}
.detail-btn {
    border: 1px solid #40bbcd;
}
