body,
p,
h1,
h2,
h3,
h4,
div {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
}

i {
    font-style: normal;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.display {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
}

html {
    background-color: #eeeeee;
}

.mszd_right .hold_all {
    width: 260px;
    height: 430px;
    background-image: url("/statics/yzb/yzb_zp/yzb_img/job_bg.png");
    background-size: 100% 100%;
    margin-top: 0;
}

.mszd_right .hold_all h4 {
    text-align: center;
    line-height: 82px;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: #0a4086 0px 5px 3px;
}

.mszd_right .hold_all ul {
    flex-wrap: wrap;
    width: 250px;
    margin: 0 auto;
    justify-content: space-around;
}

.mszd_right .hold_all ul li:hover {
    background: white;
    color: #0461d2;
}

.mszd_right .hold_all ul li {
    width: 110px;
    height: 40px;
    background-color: #0461d2;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    transition: 0.2s;
}

.mszd_right .hold_all h5 {
    width: 100%;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.mszd_right .hold_all h5::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background: white;
    z-index: 22;
}

.mszd_right .hold_all h5::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 60px;
    height: 1px;
    background: white;
    z-index: 22;
}

.mszd_right .job_btn {
    display: block;
    margin: 0 auto;
    width: 200px;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #134a8d;
    border: none;
    cursor: pointer;
    box-shadow: 0px 3px 0px 0px #0c356685;
    transition: 0.2s
}

.mszd_right .hold_all p {
    font-size: 14px;
    /* line-height: 24px; */
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    margin-top: 10px;
}


.mszd_box {
    margin-top: 10px;
    margin-bottom: 20px;
}


.mszd_box {
    justify-content: space-between;
}

.mszd_left {
    width: 800px;
    max-width: 800px;
    min-height: 600px;
    border: solid 1px #e5e5e5;
    border-top: none;
    box-sizing: border-box;
}

.mszd_left .tit {
    width: 100%;
    display: flex;
    line-height: 50px;
    background-color: #fff7f7;
    border: solid 1px #fee3e6;
    font-size: 18px;
    font-weight: 600;
    color: #ec3a45;
}
.mszd_left .tit>div{
    margin-left: 10px;
}
.mszd_left .tit a{
    margin-left: 20px;
    font-weight: initial;
}
.yzb_current{
    color: #ec3a45;
}
.list_line {
    width: 750px;
    height: 1px;
    background-color: #efefef;
    margin: 40px auto 0;
}

.list_items {
    width: 720px;
    margin: 22px auto 0;
    overflow: hidden;
}

.list_items a li:hover .item_tie,
.list_items li:hover .item_tie,
.list_items a li:hover .item_date,
.list_items li:hover .item_date {
    color: #4384d6;
}

.list_items a li,
.list_items li {
    justify-content: space-between;
    position: relative;
    margin-top: 22px;
}

.list_items li::before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
}

.item_tie {
    text-indent: 20px;
    font-size: 14px;
    color: #333333;
}

.item_date {
    font-size: 14px;
    color: #999999;
}

.reco_today {
    width: 100%;
    /*height: 100px;*/
    border: solid 1px #e5e5e5;
    margin: auto 0;

}

.reco_today .tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    color: #333333;
    background-color: #f8f8f8;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
}

.reco_today_items {
    width: 218px;
    height: 250px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reco_today_items li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reco_today_items li img{
    margin-top: 20px;
    display: block;
    width: 146px;
    height: 146px;
}
.reco_today_items li img+div{
    margin-top: 25px;
}
.yzb_breadcrumb{
    display: flex;
    margin-top: 10px;
}
.yzb_breadcrumb li{
    font-size: 15px;
}
.yzb_breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}


#pages {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

#pages a {
    margin: 0 10px;
    padding: 0 12px;
    line-height: 30px;
    background: #f4f4f5;;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

#pages span {
    color: white;
    font-size: 14px;
    padding: 0 12px;
    background-color: #0461d2;
    line-height: 30px;
    text-align: center;
}

#pages .a1:nth-child(1) {
    background: transparent;
}

#pages .a1:not(:nth-child(1)):hover {
    color: #fffdfd;
    background: #c3c3c3;
}