* {
    margin: 0;
    padding: 0;
}
body {
    background: #f4f4f4;
}
.map {
    width: 334px;
    height: 200px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(228, 234, 244, 1);
    border-radius: 8px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map > img {
    width: 312px;
    height: 180px;
}
.map_img {
    width: 312px;
    height: 180px;
}
.tell {
    height: 316px;
    width: 100%;
    background: url('../images/u2664_state0.jpg');
    background-size: 100% 100%;
    position: relative;
}
.tell .tell_meng {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(244, 244, 244, 0.9);
}
.tell_meng .tell_title {
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    color: rgba(0, 115, 189, 0.8);
    margin-left: 20px;
}
.tell_meng .tell_tips {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #A7A7A7;
    margin: 10px 0 25px 20px;
}
.tell_info {
    display: flex;
    margin-left: 20px;
    margin-bottom: 20px;
}
.tell_info .phone {
    width: 18px;
    height: 18px;
}
.tell_info .tell_name {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #2D2D2D;
    margin-left: 10px;
    width: 80px;
}
.tell_info .tell_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #868686;
    width: 200px;
}
.recruit {
    padding: 20px;
    background: #fff;
}
.recruit_title {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #4C4C4C;
    line-height: 40px;
}
.recruit_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: rgba(149, 149, 149, 0.996078431372549);
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.recruit_list .recruit_item {
    height: 100px;
    border-top: 1px solid #e4e4e4;
}
.item_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.item_top .item_name {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #363636;
    line-height: 40px;
}
.item_top .item_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.item_tips {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: rgba(52, 52, 52, 0.52156862745098);
}
.page {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    margin-bottom: 20px;
    margin-top: 40px;
}
.page .next {
    width: 70px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #0073bd;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #0073BD;
    text-align: center;
    line-height: 30px;
}
.page_num {
    margin: 0 20px;
    color: #999;
    font-size: 12px;
}
.num_a {
    color: #5273cc;
}
