.main{
	padding-bottom: 2.35rem;
}
.main > img{
	width: 100%;
	height: 9.525rem;
}

.main .title {		
	text-align: center;	
	padding: 0.5rem 0;
}
.main .title > span{
	display: inline-block;
	width: 1.625rem;
	height: 0.15rem;
	border-radius: 0.075rem;
	background-color: #E5E5E5;
}
.main .title span:nth-of-type(1) span{
	display: inline-block;
	width: 1.05rem;
	height: 0.15rem;
	border-radius: 0.075rem;
	background-color: #142A4E;
	float: right;
}
.main .title span:nth-of-type(2) span{ 
	display: inline-block;
	width: 1.05rem;
	height: 0.15rem;
	border-radius: 0.075rem;
	background-color: #142A4E;
	float: left;
}
.main .title h2{	
	height:0.775rem;
	font-size:0.775rem;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:0.775rem;
	display: inline-block;margin: 0 0.5rem;vertical-align: middle;
}
/*.main > ul > li{
	width: 18.75rem;
}
.main > ul > li > div:nth-of-type(1){
	background-color: #142A4E;
	height: 3.5rem;
	width: 100%;
	display: flex;
	align-items: center;
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1){
	margin-left: 1.225rem;
	width: 8.7rem;
	height: 1.8rem;
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > p{
	white-space: nowrap;
	font-size:0.875rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul{
	margin-top: 0.425rem;
	display: flex;
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul > li:nth-of-type(1){
	width: 4.02rem;
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul > li:nth-of-type(2){
	width: 2.2rem;
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul > li:nth-of-type(3){
	width: 2rem;
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul > li:nth-of-type(1) > a> img{
	width: 0.35rem;
	height: 0.475rem;

	/*position: relative;
	top: 0.075rem;*/
/*}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul > li:nth-of-type(2) > img{
	width: 0.45rem;
	height: 0.475rem;
	position: relative;
	top: 0.075rem;

}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul > li:nth-of-type(3) > img{
	width: 0.525rem;
	height: 0.475rem;
	position: relative;
	top: 0.075rem;

}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul > li > a> span, .main > ul > li > div:nth-of-type(1) > div:nth-of-type(1) > ul > li > span{
	font-size:0.475rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(2){
	width: 0.45rem;
	height: 0.825rem;
	margin-left: 7.5rem;*/
	/*transform: rotate(90deg);
}
.main > ul > li > div:nth-of-type(1) > div:nth-of-type(2) > img{
	width: 100%;
	height: 100%;
	/*transform: rotate(90deg);*/
/*}*/
/*
.main > ul > li > div:nth-of-type(2){
	display: none;
}
.main > ul > li > div:nth-of-type(2) > div{
	margin-top: 1.0rem;
	margin-left: 1.225rem;
}
.main > ul > li > div:nth-of-type(2) > div > p:nth-of-type(1) {
	font-size:0.525rem;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(0,0,0,1);
}
.main > ul > li > div:nth-of-type(2) > div > p:nth-of-type(2){
	margin-top: 0.475rem;
	width:16.3rem;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#000000;
	line-height:0.875rem;
	opacity:0.8;
}*/
.main > p:nth-of-type(1){
	width:16.325rem;
	height:2.475rem;
	background:rgba(255,165,7,1);
	border-radius:0.525rem;
	margin:0 auto 0;
	line-height: 2.475rem;
	text-align: center;;
	font-size:0.875rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.main > p:nth-of-type(2){
	width:9.5rem;
	font-size:0.525rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:0.875rem;
	text-align: center;
	margin: 0.65rem auto 0 ;
}
/*@media screen and (max-width: px) {
    .main > ul > li > div:nth-of-type(2) > div > p:nth-of-type(2) {
        font-size:12px;
    }
}*/
.jobBox{
	background-color: #142A4E;
	margin-bottom:8px;
}
.sketch{
	display:flex;
	width:18.75rem;
	flex-direction:row;
	justify-content: space-between;
	align-items:center;
	color:#FFF;
	padding:15px 20px;
	
}
.sketch .info{
	color:#FFF;
}
.sketch .info h3{
	font-size:0.875rem;
	font-weight:400;
}
.sketch .info ul{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	margin-top:5px;
}
.sketch .info li {
	margin-right:8px;
}
.sketch .info li img{
	width:14px;
	height:14px;
}

.sketch .arrow img{
	width:0.45rem;
	height:0.825rem;
}
.jobBox .detail{
	padding:20px;
	background-color:#FFF;
	font-size:0.7rem;
	line-height:28px;
	display:none;
}
.jobBox .detail div{
	margin-bottom:20px;
}
.jobBox .detail h6{
	font-weight:600;
	margin-bottom:5px;
	font-size:0.750rem;
}
.jobInfo p{
	text-align:center;
}
.jobInfo p.email{
	background-color:rgba(255,165,7,1);
	color:#FFF;
	border-radius: 10px;
	font-weight: 400;
	text-align: center;
	line-height: 60px;	
	height:40px;
	line-height:40px;
	margin:10px auto;
	font-size:15px;
}