.recruitment{
    background-color: #352C84;
}
.recruitment .contain{
    overflow: hidden;
	background-color: #FFFFFF;
}
/* banner */
.banner{
    position: relative;
}
.banner .b_bg{
    width: 100%;
}
.banner .b_txt{
    position: absolute;
    left: 10%;
    top: 44%;
    height: 37%;
}
.banner .mimg{
    display: none;
}


/*info*/
.info{
    background-color: #F3F3F3;
}
.info .r-list{
    width: 83.3333%;
	max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 80px 0 40px 0;
	margin-bottom: 40px;
}
.info .r-row{
    /* flex: 1; */
    position: relative;
    text-align: center;
    margin-right: 1%;
}
.info .r-row:last-child{
    margin-right: 0;
}
.info .r-row .img{
    width: 100%;
    vertical-align: bottom;
}
.info .r-row .txt{
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
	font-size: 20px;
}

.info .r-row .icon{
	display: none;
}

.info .r-row:hover {
	cursor: hand;
}


.info .r-row:hover .icon,.info .r-row.active .icon {
	display: block;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    width: 23%;
}

.info .r-row .img-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
    background-color: rgba(51,51,153,.64);
	opacity: 0;
}
.r-row:hover .img-mask,.r-row.active .img-mask {
	opacity: 1;
	cursor: default;
}

.r-row:hover .txt,.r-row.active .txt {
	position: absolute;
	top: 50%;
	z-index: 40;
}

.cont{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0 !important;
	margin-bottom: 60px;
}

.area{
    display: flex;
    margin-top: 60px;
}
.area-left{
    width: 210px;
    margin-right: 30px;
}
.area-nav{
    text-align: center;
    width: 180px;
    box-shadow: 0px 0px 4px 0px rgba(204, 168, 77, 0.35);
    background-color: #f3f3f3;
}
.area-nav .tit{
    background-color: #cca84d;
    color:#fff;
    padding: 19px 0;
    width: 100%;
    font-size: 24px;

}

.area-nav ul li{
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid white;
    font-size: 16px;
}
.area-nav ul li:last-child{
    border-bottom: none;
}
.area-nav ul li > a{
    display: block;
    padding: 19px 0;
    width: 100%;
}
.area-nav ul li.active,.area-nav ul li:hover{
    background-color: #fff;
}
.area-nav ul li.third{
    text-align: center;
    background-color: white;
    padding-bottom: 5px;
}
.area-nav ul li.third span{
    display: block;
    padding: 15px 0;
    width: 100%;
}
.area-nav ul li.third div{
    margin: 0 auto;
    width: 75%;
}
.area-nav ul li.third div a{
    display: block;
    color: #999;
}
.area-nav ul li.third div a.active,
.area-nav ul li.third div a:hover{
    background-color: #f3f3f3;
    border-radius: 15px;
}
.area-nav ul li.third div:not(:first-child){
    margin-top: 3px;
}

.area-right{
    background-color:#F9F9F9;
    color: #333;
    padding-bottom: 100px;
	position: relative;
}
.area-tit{
    font-size:30px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
}
.area-right .area-txt{
    line-height: 1.5em;
    padding: 10px 20px;
    font-size: 14px;
}
.area-right .area-txt .b{
    font-size: 24px;
	color: #cca84d;
	font-weight: bold;
    padding: 10px 0;
}
.area-right .m20{
    margin-bottom: 20px;
}
.area-right .mess-down .tit{
    font-size: 18px;
    padding-bottom: 10px;
}
.area-right .mess-down{
    padding: 0 20px 10px 20px;
}
.area-right .mess-down .ball{
    color: #cca84d;
    margin-right: 5px;
}
.area-right .mess-down .mess{
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 14px;
}

.area-right .line{
    background: #CCA84D;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contain {
	border-bottom-left-radius: 0rem !important;
	margin: 3px 0 0 0
}

.cont{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.area{
    display: flex;
    margin-top: 0;
	background-color: #FFFFFF;
}
.area-left{
    margin-right: 49px;
}
.area-nav{
    text-align: center;
    width: 229px;
    box-shadow: 0px 0px 4px 0px rgba(204, 168, 77, 0.35);
}
.area-nav .tit{
    background-color: #cca84d;
    color:#fff;
    padding: 19px 0;
    width: 100%;
    font-size: 24px;

}

.area-right{
    background-color:#F3F3F3;
    color: #333;
    padding-bottom: 60px;
    /* border-bottom: 2px solid #CCA84D; */
    width: 100%;
}
.area-tit{
    font-size:30px;
    width: 100%;
	font-weight: bold;
    text-align: center;
    padding: 40px 0;
}
.area-right .area-txt{
    line-height: 1.5em;
    padding: 10px 20px;
    font-size: 14px;
}
.area-right .area-txt .b{
    font-size: 18px;
    padding-bottom: 5px;
}
.area-right .m20{
    margin-bottom: 20px;
}
.area-right .mess-list .tit{
    font-size: 18px;
    padding-bottom: 10px;
}
.area-right .mess-list{
    padding-left: 30px;
    width: 50%;
}

.area-right .mess-list .details {
	width: 83.3333%;
    max-width: 775px;
}

.mess-list .talents-tit {
	font-size:36px;
	width: 100%;
	font-weight: 400;
	text-align: center;
	padding: 40px 0;
	color: #333;
}

.area-right .mess-list .ball{
    color: #cca84d;
	margin-right: 20px;
	vertical-align: top;
}
.area-right .mess-list .mess{
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    height: 48px;
    align-items: center;
    font-size: 16px;
	font-weight: 400;
    width: 100%;
    position: relative;
}
.mess .txt{
    display: inline-block;
    width: 85%;
    padding-right: 20px;
}
.mess .txt div{
    max-width: 100%;
    display: inline-flex;
    align-items: center;
}
.mess .txt span:last-child{
    flex-shrink: 0;
}
.mess .txt .title{
    flex-shrink: 1 !important;
    flex: auto;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mess .txt span:last-child img{
    display: inline-block;
    vertical-align: middle;
}
.mess .time{
    position: absolute;
    right: 10px;
}

.area-list{
	background-color: #F3F3F3;
    display: flex;
	justify-content: space-between;
}
.area-list .pic-area{
    position: relative;
	width: 50%;
    height: fit-content;
}
.area-list .pic-area .img1{
    position: absolute;
	width: 23%;
    left: 38%;
    top: 5%;
	z-index: 20;
}
.area-list .pic-area .img2{
    position: absolute;
	width: 17.55%;
    right: -6%;
    top: 6%;
    z-index: 20;
}
.area-list .pic-area .img4{
    position: absolute;
	width: 15.1%;
    left: 30.5%;
    bottom: 0;
    z-index: 20;
}
.area-list .pic-area .img3{
	width: 100%;
}
.area-list .pic-area .bg{
    position: relative;
    width: 88.8542%;
}
/****************/
.contact_way {
	padding: 40px 25px;
}
.contact_way .contact-title  {
	color: #cca84d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact_way .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .way_list {
	width: 70%;
}

.content .QR-code {
	width: 20%;
	text-align: center;
}
.contact_way .content .way_list p {
    font-size: 16px;
    color: #333;
}
.content .QR-code div{
    margin-top: 5px;
}


.bread-crumbs{
    padding: 16px 4.3% 0 4.3%;
    font-size: 22px;
    display: none;
}

.m-info-tit{
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
    display: none;
}
@media screen and (max-width: 1800px){
    .mess .txt{
        width: 83%;
    }
}
@media screen and (max-width: 1600px){
    .mess .txt{
        width: 80%;
    }
}
@media screen and (max-width: 1400px){
    .mess .txt{
        width: 77%;
    }
}
@media only screen and (max-width:1200px){
    .mess-list .talents-tit,
	.info .r-list{
		display: none;
	}
    .m-info-tit,
    .bread-crumbs,
	.area-list{
		display: block;
	}
	.area-list .pic-area{
		width: 100%;
        display: none;
	}
    .m-info-tit{
        padding-bottom: 0;
    }
	.area-right .mess-list{
		width: 100%;
		padding-left: 0
	}
	.area-right .mess-list .details{
        width: 92%;
		margin: 40px auto 0;
	}
    .area-list .pic-area .bg{
        width: 93.8542%;
    }
    .contact_way .content{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .content .QR-code {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }
    .content .QR-code div{
        margin-top: 5px;
    }
    .mess .time{
        display: none;
    }
    .mess .txt {
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .banner .pimg{
        display: none;
    }
    .banner .mimg{
        display: block;
    }
	
	.area-right .mess-list .ball {
		margin: 0 2% !important;
		width: 2%;
	}
	.bread-crumbs {
		font-size: 18px;
	}
}
@media only screen and (max-width:560px){
	.area-right .mess-list .mess {
		font-size: 16px;
	}
}

@media only screen and (max-width:480px) {
	.area-right .mess-list .mess {
		height: 50px;
		font-size: 14px;
	}
	.bread-crumbs {
		font-size: 14px;
	}
}
