.recruitment-home,.recruitment-detail{
	width: 100%;
	overflow: hidden;
    padding: 20px;
    box-shadow: 0px 1px 5px 1px #f3f3f3;
    box-sizing: border-box;
}
.recruitment-home .title {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.recruitment-home .title span {
    border-bottom: 1px solid #ed3237;
    color: #ed3237;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.recruitment-home .recruitment-item{
	border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.recruitment-home .recruitment-item.expired {
    opacity: 0.5;
}
.recruitment-home .frame-left{
    width: 50%;
    float: left;
}
.recruitment-home .frame-left a{
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}
.recruitment-home .frame-left a span{
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.recruitment-home .frame-right{
	width: 50%;
    float: right;
}
.recruitment-home .frame-right span{
    background: url(../images/icon-price.png) no-repeat scroll center top;
    float: right;
    padding-top: 30px;
    min-width: 135px;
    text-align: center;
}
.recruitment-home .frame-right span.address{
    background: url(../images/icon-address.png) no-repeat scroll center top;
}
.recruitment-home .frame-right span.datetime{
    background: url(../images/icon-time.png) no-repeat scroll center top;
}
/*********/
.recruitment-detail .title{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.recruitment-detail .company{
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.recruitment-detail .bg-dt{
    background: url(../images/icon-price.png) no-repeat scroll left center;
    padding: 2px 0px 0px 30px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}
.recruitment-detail .bg-dt.address{
    background: url(../images/icon-address.png) no-repeat scroll left center;
}
.recruitment-detail .bg-dt.datetime{
    background: url(../images/icon-time.png) no-repeat scroll left center;
}
.recruitment-detail .summary{
	color:#555;
	font-size:15px;
	line-height:22px;
	margin-bottom:10px;
	text-align:justify;
	font-weight: bold;
}
.recruitment-detail .description{
	line-height:22px;
	font-size:14px;
	margin-bottom:20px;
	color:#333;
	text-align:justify;
}
.recruitment-detail .description p{
	padding:5px 0px;
}
.recruitment-detail .description a:hover{
	color: #006cc6;
}
.recruitment-detail .description img{
	max-width:100% !important;
	height:auto !important;
}
.recruitment-detail .back{
    background: #00842a url(../images/icon-back.png) no-repeat scroll 10px center;
    padding: 8px 15px 8px 35px;
    color: #fff;
    font-size: 14px;
    margin: 15px 0 20px;
    display: inline-block;
    border-radius: 4px;
}

@media screen and (max-width:568px){
    .recruitment-home .frame-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .recruitment-home .frame-right {
        width: 100%;
    }
    .recruitment-home .frame-right span {
        min-width: 33.33%;
    }
}