
/* 职得招聘(zdzp.cn) - 招考中心 报名详情 */

/* 报考中心 背景 */
.exam_bd {
    width: 1200px;
    margin: 0 auto;
}
.exam_head_bg {
    width: 1200px;
    height: 400px;
    background-image: url("../images/head_bg.png");
}

/* 报考中心 报考详情 */
.exam_ann {
    display: flex;
    justify-content: space-between;
}
.exam_ann_l {
    width: 900px;
    min-height: 300px;
    /* border: 1px solid #c2c2c2; */
}
.ann_t_p {
    margin: 30px 0px;
}
.ann_t_p > img {
    width: 899px;
    height: 53px;
}
.ann_t_t {
    /* height: 100%; */
    margin: 0px auto;
    background: url('../images/t_bg.png') no-repeat;
	background-size:100% 100%;
    text-align: center;
}
.ant_t3 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 30px 0px 15px 0px;
}
.ant_t3 > span {
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(237,83,109)), to(rgb(239,134,66)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ant_t_span {
    line-height: 30px;
    display: flex;
    justify-content: center;
}
.ant_t_span > div:first-child {
    width: 130px;
    text-align: right;
}
.ant_t_span > div:last-child {
    width: 360px;
    text-align: left;
}
.ann_t_t > .ant_t_span:last-child {
    padding-bottom: 20px;
}

/* 报考中心 报考详情 内容 */
.ann_process, .ann_notice {
    padding-top: 10px;
}
.ann_p_t {
    margin: 15px 15px 15px 21px;
    border-left: 4px solid #F02C4B;
    padding-left: 9px;
    line-height: 26px;;
    font-size: 24px;
}
.ann_b2 {
    margin: 10px 20px;
    /* border: 1px solid #C2C2C2; */
}
.ann_b2_img {
    text-align: center;
}
.ann_b2_div {
    min-height: 400px;
}
.ann_b2_p {
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
    overflow: hidden;
    height: 360px;
    color: #666;
    background: #fff;
    font-family: "Microsoft YaHei", "Arial", "Helvetica";
}
.p_btn_more {
    margin: 10px auto;
    line-height: 40px;
    width: 120px;
    text-align: center;
}
.p_btn_more > img {
    width: 20px;
    height: 20px;
}
.ann_p_state {
    height: auto;
}
.ann_btn {
    padding: 15px 15px 80px;
}
.ann_btn2 {
    margin: 0px auto;
    line-height: 46px;
    border-radius: 10px;
    background-color: #F02C4B;
    color: #FFFFFF;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

/* 报考中心 公告-图片 */
.exam_ann_p {
    width: 300px;
    /* height: 300px; */
    /* border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2; */
}
.exam_ann_bd {
    margin-top: 40px;
    border: 1px solid #c2c2c2;
    margin-left: 20px;
    height: 340px;
}
.ann_p_b {
    width: 220px;
    margin: 0 auto;
    text-align: center;
    margin-top: 76px;
    cursor: pointer;
}
.ann_p_span {
    font-size: 24px;
    color: #3D4A59;
    letter-spacing: 1px;
    position: relative;
    top: 2px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

/* 职得招聘(zdzp.cn) - 招考中心 报名详情 */