@charset "utf-8";
/* CSS Document */
.joinBanner{
	background:url(../img2/development/development_banner3.jpg) no-repeat top center;
	height: 489px;
}
.joinBanner img{
    margin-top: 132px;
}
.detail_box{
	margin-top:40px;
}
.sentence_table{}
.sentence_table tr{

}
.sentence_number{
    font-size: 16px;
    color: #333;
    padding-right: 10px;
	vertical-align: top;
	padding-top: 2px;
}
.sentence{
    font-size: 16px;
    color: #333;
	padding-bottom: 8px;
}
.sentence_td_p {
    line-height: 34px;
}
.experience{
    margin-top: 20px;
}
.experience ul li{
    float: left;
    background: #fff;
    padding: 24px;
    width: 1200px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 3px 4px 16px rgb(0 0 0 / 10%);
    margin-right: 30px;
    margin-bottom: 50px;
}
.name{
    font-size: 16px;
    font-weight: bold;
}
.blue_line{
    width: 48px;
    height: 2px;
    background: #0077e6;
}
.line{
    background: #e5e5e5;
    height: 1px;
    margin-bottom: 17px;
}
.experience_info{
    font-size: 14px;
    color: #333;
    line-height: 28px;
    padding-bottom: 8px;
    text-indent: 2em;
}
.experience_title{
    font-weight: bold;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 4px;
}