﻿@charset "utf-8";


.zpcont{
    width: 100%;
    display: flex;
    justify-content: center;
}
.zhaopinbox{
    position: relative;
    margin: 30px 0 30px 0;
    width:1050px;
    padding: 40px;

border-radius: 15px;
border: 1px solid #DCDFE0;
}
.zpitem{
    width: 400px;
    height: 60px;
}
.zpbuton{
    position: absolute;
    right: 45px;
    top: 51px;
    cursor: pointer;
    width: 37px;
    height: 37px;
    background: url(https://webimgs.bthhotels.com/cms/image/web/brand_intro/newimg/new/zpbtn.png) no-repeat;
    background-size: 100% 100%;
}

.zpitemtit{
    width: 400px;
    height: 24px;
    font-size: 24px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.zpitemcont{
    margin-top: 12px;
    width: 400px;
    height: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
}
.zpitemshow{
    width: 950px;
}
.zpitemshow_tit{
    position: relative;
    padding-left: 10px;
    margin-top: 30px;
    width: 180px;
    height: 20px;
    font-size: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}
.zpitemshow_tit img{
    position: absolute;
    left: 0;
    top: 2px;
}
.zpitemshow_list{
    margin-top: 10px;
    width: 950px;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}