@charset "utf-8";
/*banner*/
.recruit_banner{ width:100%; height: 510px; background: url(../images/recruit/r_banner.png) no-repeat center top;}
.r_title h3{ font-size: 36px; color:#87231d; line-height: 50px;}
.r_title p{ font-size: 20px; color:#666; line-height: 30px;}
.search_bg{ position: absolute; top:0; right:0; width:400px; height: 52px; box-sizing: border-box; border: 1px solid #999; background: #fff; border-radius:5px;}
.search_bg input{ padding: 10px 20px; height: 50px; line-height: 30px; width:340px; box-sizing: border-box; font-size: 16px; color:#666; outline: none; background: 0 none; border: 0 none;}
.search_bg a{ display: inline-block; width:50px; height: 50px; position: absolute; top:0; right:0; background: url(../images/recruit/r_search_icon.png) no-repeat center center}
.r_list{ width:100%; overflow: hidden; }
.r_list ul li{ width:100%; margin-top: 50px; position: relative;}
.r_list ul li h3{ font-size: 28px; color:#333; line-height: 40px;}
.r_list ul li .r_span{ width:100%; height: 30px;  margin-top: 10px;}
.r_list ul li .r_span span{ padding-left: 30px; height: 30px; line-height: 30px; float: left; margin-right: 30px; position: relative; font-size: 18px; color:#666; display: inline-block;}
.r_list ul li .r_span span i{ width:26px; height: 20px; position: absolute; top:5px; left:0;}
.r_list ul li .r_span span i.adress{ background: url(../images/recruit/r_adress_icon.png) no-repeat;}
.r_list ul li .r_span span i.person{ background: url(../images/recruit/r_person_icon.png) no-repeat;}
.r_list ul li .r_span span i.price{ background: url(../images/recruit/r_price_icon.png) no-repeat;}
.r_list ul li h4{ font-size: 20px; color: #333; line-height: 30px; margin: 20px 0 10px;}
.r_list ul li p{ color:#666; line-height: 30px; font-size: 16px;}
.r_list ul li .r_btn{ width:137px; height: 43px; position: absolute; top:40px; right:0;}
.r_list ul li .r_btn a{ display: inline-block; width:137px; height: 43px; text-align: center; line-height: 43px; font-size: 16px; color:#fff; background: url(../images/recruit/r_btn_pre.png) no-repeat;}
.r_list ul li .r_btn a:hover{ background: url(../images/recruit/r_btn_nor.png) no-repeat; color:#87231d;}
