/* Banner样式 */
.banner-container
{
    width: 100%;
    max-width: 1920px;
    max-height: 300px;
    margin: 0 auto;
    position: relative;
    margin-top: -20px;
}

.banner-container img
{
    width: 100%;
    height: auto;
}

.banner
{
    width: 100%;
    height: auto;
    display: block;
    top: -10px;
}
        
/*sidemap导航*/ 	
.sidemap
{
    background: #f1eeee;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 18px;
}

.sidemapjz
{
    display: block;
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.sidemapjz b
{
    color: #4da416;
    background: #4da416;
    width: 8px;
    height: 30px;
    margin-right: 20px;
}

.sidemapjz a
{
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 520;
}

/*列表*/ 

.containernye
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: auto;
    position: relative;
    overflow: auto;
}


/*招聘投递*/ 
.yp
{
    max-width: 1160px;
    margin: 0 auto;
    background: #faf6f3;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    overflow: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ypfs
{
    width: 100%;
    height: 320px;
}

.ypfs h2
{
    width: 100%;
    color: #4da416;
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
    float: left;
    padding: 20px;
}

.ypfs p
{
    wisth: 100%;
    color: #838383;
    font-size: 20px;
    line-height: 30px;
    float: left;
    padding: 20px;
}

.ypfs img,.ypfs a,.ypfs span
{
    float: left;
}

		
/*分页*/  
.pagination
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    width: 100%;
    overflow: auto;
}

.pagination a
{
    color: #333;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 16px;
}

.pagination a:hover:not(.disabled)
{
    color: #198a4c;
    background-color: #f3f9d3;
}

.pagination a.active
{
    color: #198a4c;
    background-color: #f3f9d3;
    font-weight: bold;
    font-size: 18px;
}

.pagination .disabled
{
    color: #ccc;
    cursor: not-allowed;
}

.prev-next
{
    font-size: 18px;
    width: 32px;
    height: 32px;
    background: url(../images/zparrow.png) no-repeat center;
}

@media screen and (max-width: 376px)
{

    .item-titlezp
    {
        width: 100% !important:
    }

    .member-card img
    {
        width: 100px !important;
        height: 120px !important;
    }

    .member-bio
    {
        max-width: 68% !important;
    }
}

body
{
    overflow-x: hidden;
 /* 隐藏水平溢出 */
}

.containernye li
{
    width: 100%;
    padding-left: 60px;
    height: 70px;
    line-height: 70px;
    color: #838383;
    border-bottom: 1px dashed #f3f9d3;
    background: url(../images/rczp_05.png) 5px 20px no-repeat;
}

.containernye li:hover
{
    background: url(../images/rczp_05.png) 5px 20px no-repeat;
    background-color: #faf6f3;
}

.containerxwzx li:hover,.containerxwzx li
{
    background: url(../images/xwico.png) 5px 20px no-repeat;
}

.containerxwzx li:hover
{
    background: url(../images/xwico.png) 5px 20px no-repeat;
    background-color: #faf6f3;
}

.item-titlezp
{
    float: left;
}

.item-datezp
{
    float: right;
}

.containernye li h3
{
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 80%;
}

.containernye li span
{
    float: right;
    padding-right: 10px;
    font-weight: normal;
}

.containernye a:hover
{
    color: #4da416;
    font-weight: normal;
}


@media screen and (max-width: 1024px) {
    .sidemap{
    height: auto;
}
    .sidemapjz{width:100%;line-height: 29px;height:auto;}
    .sidemapjz b{
    margin-right: 1px;
}
    .sidemapjz a{font-size: 16px;}
}