.content{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: none;
    min-height: auto;
    height: 100%;
    flex: 1 0 0%;
    background-image: url("../images/job/job-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    background-color: rgb(236, 240, 241);
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.content .title{
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: row;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    /* margin-top: 50px;
    margin-bottom: 30px; */
}

.content .title .titE{
    margin-top: 0;
}
.content .title .titZ{
    margin: 0;
    /* line-height: 36px; */
}

.content .search-box{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
}

.search-box .city{
    border-color: rgb(202, 202, 202);
    border-style: solid;
    border-width: 1px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    background-color: rgb(255, 255, 255);
    padding-right: 15px;
    padding-left: 15px;
    transform-origin: 0% 0% 0px;
    margin-right: 20px;
    height: 50px;
    line-height: normal;
    font-size: 24px;
    color: rgb(51, 51, 51);
    justify-content: center;
    text-align: center;
    align-items: center;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
}
.search-box .city.on{
    color: #fff;
    background-color: rgb(0, 100, 153);
}

.search-box .search{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    flex-flow: row;
    overflow: visible;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.search .keyword-box{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: row;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.search .keyword-box .keyword{
    cursor: inherit;
    flex-shrink: 0;
    background-color: rgb(255, 255, 255);
    transform-origin: 0% 0% 0px;
    position: relative;
    width: 80%;
    height: 50px;
    min-height: 50px;
}
.keyword-box .keyword input{
    height: 100%;
    width: 100%;
    border-color: rgb(222, 222, 222);
    background: transparent;
    border-style: solid;
    border-width: 1px;
    font-size: 24px;
    padding: 0 10px;
    text-align: left;
}
.keyword-box .sou{
    width: 100%;
    flex: 1 0 0%;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: pointer;
    background-color: rgb(0, 100, 153);
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.keyword-box .sou img{
    width: 23px;
    height: 20px;
}

.joblist{
    font-family: 'eng';
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    min-height: fit-conten;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    flex-direction: row;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.joblist .job-box{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    flex-flow: row;
    overflow: visible;
    position: relative;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    transform-origin: 0% 0% 0px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    /* align-items: center; */
    box-sizing: border-box;
}
.jobname{
    width: 100%;
    font-size: 24px;
    flex: 1 0 0%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.job-box .see{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    line-height: normal;
    font-size: 24px;
    color: rgb(51, 51, 51);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre;
    word-break: normal;
    display: flex;
}
.job-box .arrow{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    width: 34px;
    height: 9px;
}

.page-list{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    flex-flow: row;
    overflow: visible;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-top: 10px;
}
.page-list nav{
    border: none;
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin: 20px 0px 0px;
    font-size: 24px;
}
.page-list nav ul li{
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: rgb(112, 106, 106);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.page-list nav li.active{
    background: rgb(0, 100, 153);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 100, 153);
}

.joblist .te{
    font-size: 24px;
    text-align: center;
}

.csbox{
    display: flex;
}
/* ---------- */
.page-box {
    z-index: 999;
    /* margin-top:5rem; */
}

.page {
	list-style: none;
	overflow: hidden;
	display: inline-block;
}

.page>li {
	float: left;
	padding: 5px 10px;
	cursor: pointer;
}

.page .pageItem {
	border: solid thin #ddd;
	margin: 5px;
}

.page .pageItemActive {
	border: solid thin rgb(0, 100, 153);
	margin: 5px;
	background-color: rgb(0, 100, 153);
	color: #fff;
}

.page .pageItem:hover {
	border: solid thin rgb(0, 100, 153);
	background-color: rgb(0, 100, 153);
	color: #fff;
}

.page .pageItemDisable {
	border: solid thin #ddd;
	margin: 5px;
	background-color: #ddd;
}
.tree{
    display: flex;
    align-items: center;
    text-align: left;
}
.tree p{
    text-indent: 0;
	font-size: 24px;
	margin-bottom: 10px;
}

.icon1,.icon2,.icon3{
	height:20px;
    width: auto;
	vertical-align: middle;
	margin-right:20px;
}

.jobname::after{
    display: block;
    content: "";
    position: absolute;
    bottom:-10px;
    width: 150px;
    height: 1px;
    left: 0;
    background: rgb(0, 167, 228);
}
.ckxq{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
	/* color: rgb(230, 0, 33); */
	padding: 10px;
	border-radius: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #006499;
	width: 20%;
	margin: 20px auto;
	color: #fff;
}
.ssq1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#jobarea,#degreefrom,#keywords {
	width:48%;
	height:50px;
	/* border-radius: 0.2rem; */
	border-color: rgb(222, 222, 222);
	color: rgb(186, 186, 186);
	font-size:26px;
}
