.center{
    background-image: url("../images/about-bg.jpg");
    background-size: cover;
}
.news-wrapper .main-news{
    position: relative;
    padding-left: 378px;
    height: 228px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 29px;
}
.news-wrapper .main-news .image{
    position: absolute;
    width: 341px;
    height: 228px;
    left: 0;
    top: 0;
}
.news-wrapper .main-news .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-wrapper .main-news .title{
    font-size: 16px;
    margin-bottom: 22px;
}
.news-wrapper .main-news .content{
    padding: 12px 0;
}
.news-wrapper .main-news .detail{
    text-indent: 2em;
    line-height: 27px;
    height: 164px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;

}
.news-wrapper .page-list{
    color: #fff;
    font-size: 14px;

}
.news-wrapper .page-list.two{
	margin-top: 30px;

}
.news-wrapper .page-list .news{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.news-wrapper .page-list .news:hover{
    color: #00ADBF;
}
.news-wrapper .page-list .news:hover:before{
    background-color: #00ADBF;
}
.news-wrapper .page-list .news:not(:last-child){
    margin-bottom: 20px;
}
.incruitment-wrapper .announcement{
    background-color: #5d5d5d;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.incruitment-wrapper .announcement .title{
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px;
}
.incruitment-wrapper .announcement .text{
    line-height: 1.6;
    text-indent: 2em;
}
#incruitmentTable th{
    background-color: #01ADC1;
    height: 32px;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-weight: normal;
}
#incruitmentTable td{
    color: #fff;
    font-size: 14px;
    border: 0;
    height: auto;
    padding: 20px 10px;

}
#incruitmentTable th:nth-child(1){
    width: 15%;
}
#incruitmentTable th:nth-child(2){
    width: 65%;
}
#incruitmentTable th:nth-child(3){
    width: 20%;
}
#incruitmentTable tr{
    background-color: transparent;
}
#incruitmentTable tr:nth-child(even){
    border-bottom: 1px solid #6E1B84;
}
#incruitmentTable .btn{
    width: 150px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #01ADC1;
    line-height: 32px;
}
.map-wrapper .map-container{
    height: 300px;
    background-color: #fff;
}
.map-wrapper .address{
    color: #fff;
    font-size: 16px;
    margin-top: 11px;
}

.map-wrapper .map{
	
	width: 450px;
	height: 300px;
    margin-top: 18px;
    display: inline-block;
	
}
.map-wrapper .phone-list{
	
	width: 425px;
	
    margin-top: 18px;
    margin-right: 25px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.map-wrapper .phone{
    margin-bottom: 4px;
}
.map-wrapper .present{
    margin-bottom: 18px;
    color: #C0C0C0;
}
.map-wrapper .phone .name{
    /* width: 170px; */
}
.company-info .img-list .image{
    width: 304px;
    height: 186px;
    background-color: #fff;
}
.company-info .text{
    font-size: 18px;
    color: #fff;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.6;
}
.culture .text{
    font-size: 18px;
    color: #fff;
    text-indent: 2em;
    margin-top: 20px;
    margin-left: 180px;
    line-height: 1.6;
}
.culture .title{
	font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-indent: 2em;
    margin-top: 50px;
    margin-left: 60px;
    line-height: 1.6;
}
