@charset 'utf-8';

.l_box {
    width: 71.5%;
}
.l_box .write_box {
    width: 830px;
	height: 160px;
    background: url("../images/mzhd/mailbox.png") center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.l_box .write_box button {
    border: none;
    outline: none;
    width: 122px;
    height: 40px;
    position: absolute;
    bottom: 20px;
}
.l_box .write_box .write {
    background: url("../images/mzhd/write.png") center center;
    background-repeat: no-repeat;
    color: #ffffff;
    right: 157px;
}
.l_box .write_box .query {
    background: url("../images/mzhd/query.png") center center;
    background-repeat: no-repeat;
    color: #ffffff;
    right: 25px;
}
.tit {
    height: 30px;
    border-bottom: 1px solid #d7d7d7; 
    margin: 20px 0 15px; 
    padding-bottom: 39px;
    position: relative;
}
.tit p {
    width: 83px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    border-bottom: 3px solid #067edd;
    padding-bottom: 10px;
	color: #067edd;
}
.l_box table {
    width: 100%;
    text-align: center;    
}
.l_box .event_list thead {
    font-size: 18px;
    font-weight: bold;
	color:  #456c9b;
}
.event_list thead tr {
    height: 38px;
    line-height: 38px;
    background: #cddaec;
}
.event_list tbody tr {
    height: 41px;
    font-size: 16px;
    background: #eef2f9;
}
.event_list .event {
    width: 58.5%;
}
.event_list td img {
    margin-left: 8px;
}
.event_list tbody .event {
    text-align: left;
    padding: 0 35px 0 25px;
} 
.event_list .state {
    width: 20%;
}
.event_list tbody .state {
    color: #879cad;
}
.event_list tbody .already {
    color: #ab2c23;
}
.event_list tbody .time {
    color: #888888;
}
.recruit_box .tit .more {
    position: absolute;
    right: 0;
    top: 25%;
	font-size: 16px;
	color: #a1a1a1;
}
.recruit_box .recruit {
    position: relative;
}
.recruit_box .recruit .fl {
    width: 71px;
    height: 70px;
    text-align: center;
    padding: 8px 10px 15px 10px;
    background: #a3c5e0;
    font-size: 18px;
	line-height: 27px;
	color: #ffffff;
}
.recruit_box .recruit .fr {
    width: 89%;
    line-height: 35px;
    font-size: 16px;
}
.recruit_box .recruit .time_box {
    font-size: 16px;
	line-height: 30px;
    color: #949494;
    position: absolute;
    right: 0;
    bottom: 0;
}
.interview .tit .more {
    position: absolute;
    right: 0;
    top: 25%;
    font-size: 16px;
    color: #067edd;
}
.interview .tit .more a {
    color: #067edd;
    margin: 0 8px;
}
.interview .int_con .fl {
    width: 237px;
    height: 156px;
    margin-top: 5px;
}
.interview .int_con .fl img {
    width: 100%;
    height: 100%;
}
.interview .int_con .fr {
    width: 578px;
    font-size: 14px;
}
.interview .int_con .fr .title {
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #067edd;
}
.interview .int_con .fr .abst_box {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #c9c9c9;
    line-height: 26px;
}
.r_box {
    width: 309px;
}
.r_box .pro_box .title {
    width: 100%;
    height: 88px;
    background: url("../images/mzhd/problem.png");
    background-repeat: no-repeat;
    font-size: 23px;
    padding-right: 50px;
    line-height: 88px;
    text-align: right;
    margin-bottom: 20px;
	letter-spacing: 1px;
	color: #ffffff;
}
.r_box .problem {
	background-color: #f2f2f2;
    border: solid 1px #dedcdc;
    padding: 20px;
}
.r_box .problem p {
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
    font-size: 22px;
    line-height: 24px;
    font-style: italic;
}
.r_box .problem p img {
    margin-right: 8px;
}
.r_box .problem li {
    margin: 16px 0;
    font-size: 16px;
    line-height: 30px;
}
.r_box .inte_box .tit .more {
    position: absolute;
    right: 0;
    top: 25%;
    color: #a1a1a1;
    font-size: 16px;
} 
.r_box .inte_box li {
    font-size: 16px;
    line-height: 36px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.r_box .inte_box li img {
    margin-right: 8px;
}
.total{
    height: 40px;
    background: #F7F7F7;
    text-indent: 30px;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
}
.total span{
    color: #AB2C23;
}
@media (max-width: 768px) {
    .l_box , .r_box  {
        width: 100%;
    }
    .l_box .write_box{
        width: 100%;
        height: 121px;
        background-position: top center;
    }
    .l_box .write_box button {
        bottom: 0;
    }
    .l_box .write_box .write {
        right: 60%;
    }
    .l_box .write_box .query {
        right: 5%;
    }
    .tit {
        margin: 10px 0;
    }
    .event_list .state {
        display: none;
    }
    .l_box .event_list thead {
        font-size: 15px;
    }
    .event_list .event {
        width: 80%;
        font-size: 15px;
        padding: 0 10px !important;
    }
    .event_list .event img {
        display: none;
    }
    .event_list tbody .time {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .recruit_box .recruit .fr , .recruit_box .recruit .fl {
        float: none;
    }
    .recruit_box .recruit .fl {
        width: 25%;
        height: auto;
        padding: 5px 5px !important;
    }
    .recruit_box .recruit .fr {
        text-indent: 2em;
        padding-bottom: 15px;
    }
    .interview .int_con .fl , .interview .int_con .fr {
        float: none;
    }
    .interview .int_con .fl {
        margin: 10px auto;
    }
    .interview .int_con .fr {
        width: 100%;
    }
    .r_box .pro_box .title {
        margin-top: 15px;
        background-size: cover;
        padding-right: 85px;
    }
}