.select-div {
   width: 352px;
   float: left;
}

.select-div ul {
   background: #185698;
   width: 90%;
   margin: 0 auto;
   margin-top: 1px;
   font-size: 18px;
   color: #00fcff;
   padding: 10px;
   box-sizing: border-box;
   height: 260px;
   overflow-y: scroll;
}

.select-div ul li {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 90%;
   margin: 0 auto;
   border-bottom: 1px solid #1f73ac;
   line-height: 40px;
   cursor: pointer;
}

.select-div ul li a {
   color: #00fcff;
}

.select-company {
   background: url(../images/3-2.png) no-repeat;
   width: 352px;
   height: 52px;
   text-align: center;
   line-height: 56px;
   font-size: 20px;
   font-weight: bold;
   color: #05376d;
   letter-spacing: 2px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   padding: 0px 20px;
   box-sizing: border-box;
   cursor: pointer;
}


.select-div ul::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #fff;
}

/* 滚动条的滑轨背景颜色 */
.select-div ul::-webkit-scrollbar {
   width: 1px;
   background-color: #ccc;
}

.select-div ul::-webkit-scrollbar-thumb {
   background-color: #3ae5fa;
}

.job-input {
   background: url(../images/job-input.png) no-repeat;
   width: 292px;
   height: 51px;
   float: left;
   margin-left: 30px;
}

.job-input input {
   background: none;
   border: none;
   outline: 0;
   height: 100%;
   width: 80%;
   text-indent: 20px;
   font-size: 18px;
   color: #3ae5fa;
}

.job-input input::placeholder {
   color: #3ae5fa;
}

.job-top {
   margin: 0 auto;
   width: 996px;
   padding-top: 80px;
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
   z-index: 1;
}

.job-middle {
   margin: 0 auto;
   width: 1000px;
   padding-top: 140px
}

.job-middle ul li {
   background: url(../images/job-company-1.png) no-repeat;
   width: 316px;
   height: 55px;
   float: left;
   line-height: 55px;
   color: #fff;
   font-size: 18px;
   text-indent: 18px;
   text-align: center;
   margin-right: 17px;
   position: relative;
   left: 11px;
   margin-top: 20px;
   cursor: pointer;
}

.job {
   width: 1200px;
   margin: 0 auto;
   text-align: center;
   font-size: 16px;
   /* height: 330px; */
   overflow: hidden;
   color: #fff;
   width: 90%;
   /* margin-top: 30px; */
}

.job-on {
   background: url(../images/job-company-2.png) no-repeat !important;
}

.job-title {
   margin-top: 50px;
   margin-left: 90px;
   margin-bottom: 20px;
}

.job tr {
   border-top: 1px dashed #229ab1;
   padding: 20px 0;
}

.job tr td {
   padding: 10px 0;
}

.job tr td:nth-child(1) {
   width: 200px;
}

.job tr td:nth-child(2) {
   width: 200px;
}

.job tr td:nth-child(3) {
   width: 230px;
}

.job tr td:nth-child(4) {
   padding-left: 100px;
}

.job-scroll {
   width: 1070px;
   overflow-y: auto;
   height: 600px;
}

.job-scroll::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #fff;
}

/* 滚动条的滑轨背景颜色 */
.job-scroll::-webkit-scrollbar {
   width: 6px;
   background-color: #ccc;
}

.job-scroll::-webkit-scrollbar-thumb {
   background-color: #14d3f7;
}

.job-middle ul li:nth-child(5) {
   display: flex;
   line-height: 20px;
   align-items: center;
   font-size: 16px;
}

.job-middle ul li a {
   color: #fff;
}

.search {
   position: relative;
   top: 7px;
   cursor: pointer;
}

#workarea-input {
   background: none;
   border: 0;
   height: 100%;
   width: 95%;
   outline: 0;
   color: #fff;
   text-align: center;
   font-size: 20px;
   letter-spacing: 2px;
   padding-left: 18px;
}

#workarea-input option {
   color: #000;
}





.job.active .job-head img {
   transform: rotate(90deg)
}

.job .job-head {
   color: #fff;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px 15px;
   cursor: pointer;
   user-select: none;
   border-top: 1px dashed #229ab1;

}

.job .job-head span:nth-child(1) {
   width: 200px;
}

.job .job-head span:nth-child(2) {
   width: 110px;
}

.job .job-head span:nth-child(3) {
   width: 230px;
}

.job .job-head span:nth-child(4) {
   padding-left: 100px;
}

.job .job-head img {
   transition: transform .3s linear
}

.job .job-detail {
   display: none;
   line-height: 1.8;
   padding-left: 57px;
   color: #3e3e3e;
   text-align: left;
   color: #fff;
   background: url(../images/job-block.png) no-repeat;
   width: 903px;
   height: 485px;
   background-size: 100% 100%;
   overflow: hidden;
   position: relative;
}

.job .job-detail .em {
   font-weight: bold;
   color: #00559a
}

.job .job-detail .apply {
   position: absolute;
   right: 60px;
   bottom: 50px;
}

.job-detail .job-content {
   overflow-y: auto;
   overflow-x: hidden;
   height: 332px;
   top: 20px;
   position: relative;
   width: 95%;
}

.job-detail .major {
   padding-top: 50px;
}

.job-detail .job-content::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #fff;
}

/* 滚动条的滑轨背景颜色 */
.job-detail .job-content::-webkit-scrollbar {
   width: 1px;
   background-color: #ccc;
}

.job-detail .job-content::-webkit-scrollbar-thumb {
   background-color: #3ae5fa;
}

.job-content p,
.job-content div,
.job-content span {
   color: #fff !important;
   font-size: 16px !important;
   line-height: 30px !important;
}






