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;
}


.mszd_box {
    justify-content: space-between;
}

.mszd_left {
    width: 800px;
    max-width: 800px;
    min-height: 900px;
    border: solid 1px #e5e5e5;
    border-top: none;
    box-sizing: border-box;
}

.mszd_left .tit {
    width: 100%;
    line-height: 50px;
    background-color: #fff7f7;
    border: solid 1px #fee3e6;
    font-size: 18px;
    font-weight: 600;
    color: #ec3a45;
    text-indent: 28px;
    box-sizing: border-box;
}

.list_line {
    width: 750px;
    height: 1px;
    background-color: #efefef;
    margin: 53px auto 0;
}

.list_items {
    width: 720px;
    margin: 22px auto 0;
}

.list_items>li {
    position: relative;
    margin-top: 22px;
    /*width: 680px;*/
    width: 100%;
    border: 1px solid #F5F5F5;
}


.item_tie {
    padding: 20px;
}

.item_date {
    font-size: 14px;
    color: #999999;
}

.reco_today {
    width: 100%;
    /*height: 100px;*/
    border: solid 1px #e5e5e5;
    margin: 30px auto 0;

}

.reco_today .tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    color: #333333;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
}

.reco_today_items {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reco_today_items li{
    margin-top: 10px;
}
.yzb_mszd_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 35px;
}
.yzb_mszd_title p img{
    width: 18px;
    height:18px;
}
.yzb_mszd_title>div>i{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0362D2;
}
.yzb_mszd_title>div>span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DF1919;
    padding-left: 20px;
}
.yzb_mszd_mintag{
    color: #666666;
    margin-top: 14px;
    font-size: 14px;
}
.yzb_mszd_tag{
    display: flex;
    flex-wrap: wrap;
}
.yzb_mszd_tag li{
    margin-top: 10px;
   padding:0 10px 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #0362D2;
    border-radius: 13px;
    background-color: #E8F3FF;
    margin-left: 20px;
    font-size: 14px;
}