@charset "utf-8";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-family: 'microsoft yahei';
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.block {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1200 {
  width: 1200px;
}

.w1300 {
  width: 1300px;
  height: 90px;
  position: relative;
}

.w1300 > img {
  left: 0;
  top: 0;
  position: absolute;
}

.text-right {
  text-align: right;
}

.center {
  margin: 0 auto;
}

img {
  border: 0;
}

li {
  list-style: none;
}

.position_a {
  position: absolute;
}

.position_r {
  position: relative;
}

a {
  text-decoration: none;
  color: #000;
}

.c {
  display: table;
  content: '';
}

.c:after {
  clear: both;
}

.h0 {
  height: 0;
  overflow: hidden;
}

.o_ell {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input,
select,
textarea {
  outline: none;
  font-family: 'microsoft yahei';
}
/******************************/

#search {
  background-color: #939292;
  height: 0px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.stick {
  color: #f00 !important;
}
.stick * {
  color: #f00 !important;
}
#search.show {
  height: 68px;
  border-bottom: 1px solid #77848c;
}

#search form {
  display: block;
  width: 554px;
  border-left: 1px solid #555;
  background-color: #ffd800;
  height: 40px;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -277px;
}

#search form input {
  text-indent: 0.8em;
  font-size: 16px;
  display: block;
  height: 38px;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 478px;
  border: 0;
  outline: none;
}

#search form button {
  outline: none;
  cursor: pointer;
  width: 74px;
  position: absolute;
  right: 0;
  top: 1px;
  height: 38px;
  display: block;
  border: 0;
  background: url(../images/search.png) center center no-repeat;
}

body {
  min-width: 1300px;
  overflow: auto;
}

div.top-part {
  position: relative;
  height: 500px;
  width: 100%;
}

div.nav {
  z-index: 99;
  width: 100%;
  position: absolute;
  height: 90px;
  background: url(../images/bg-opacity.png);
  text-align: center;
}

ul.nav {
  display: inline-block;
  float: right;
  margin-right: 2px;
}

ul.nav > li {
  float: left;
  cursor: pointer;
  position: relative;
  height: 110px;
}

ul.nav > li ol {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  display: none;
  opacity: 0.8;
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  box-shadow: 4px 4px 4px #999;
}

ul.nav > li > a {
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 90px;
  height: 90px;
  padding: 0 10px;
}

ul.nav > li:hover > a {
  background: url(../images/bg-opacity2.png);
}

ul.nav > li ol li a {
  font-size: 14px;
  text-decoration: underline;
  line-height: 36px;
  display: block;
  white-space: nowrap;
}
ul.nav > li ol li a:hover {
  text-decoration: none;
  color: #007aff;
}
ul.nav > li ol > span {
  display: inline-block;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #fff;
  border-width: 0 5px 5px 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

ul.nav > div {
  float: left;
  margin-left: 10px;
}

ul.nav > div div {
  cursor: pointer;
  float: left;
  line-height: 16px;
  margin: 37px 0 0;
  height: 16px;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 7px;
  color: #fff;
}

ul.nav > div p {
  font-size: 12px;
  color: #686868;
  line-height: 20px;
  top: 73px;
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: absolute;
  padding: 0 10px 10px;
  background: #fff;
  left: 50%;
  margin-left: -59px;
  -webkit-box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  box-shadow: 4px 4px 4px #999;
}

ul.nav > div p span {
  display: inline-block;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #fff;
  border-width: 0 5px 5px 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

ul.nav > div p img {
  display: block;
}

ul.nav > div div.search {
  background: url(../images/search2.png) left center no-repeat;
  border-right: 2px solid #fff;
  margin-right: 7px;
}

ul.nav > div div.scan {
  position: relative;
  background: url(../images/scan.png) left center no-repeat;
}

ul.nav > div div.login {
  background: url(../images/person.png) left center no-repeat;
  border-right: 2px solid #fff;
  margin-right: 7px;
  color: #3ba0d6;
}

div.quick {
  width: 100%;
  height: 60px;
  background: url(../images/bg2.jpg);
  text-align: center;
  position: relative;
  z-index: 99;
}

div.quick > div {
  text-align: center;
  position: absolute;
  width: 570px;
  left: 50%;
  bottom: 0;
  margin-left: -285px;
}

div.quick a {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  height: 100px;
  width: 190px;
  float: left;
  background: url(../images/bg2.jpg);
}

div.quick a span.zyjs {
  display: block;
  background: url(../images/ico.png) 0 0 no-repeat;
  width: 28px;
  height: 28px;
  margin: 30px auto 10px;
}

div.quick a span.syjs {
  display: block;
  background: url(../images/ico.png) -28px 0 no-repeat;
  width: 28px;
  height: 28px;
  margin: 30px auto 10px;
}

div.quick a span.download {
  display: block;
  background: url(../images/ico.png) -56px 0 no-repeat;
  width: 28px;
  height: 28px;
  margin: 30px auto 10px;
}

div.w98 {
  width: 370px;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  height: 238px;
  overflow: hidden;
}

.w98 > div,
.addDay div {
  display: inline-block;
  width: 52px;
  height: 34px;
  text-align: Center;
  float: left;
  position: relative;
}
.addDay div.remind a {
  cursor: pointer;
  text-decoration: underline;
}
.addDay div span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #f83543;
  position: absolute;
  right: 12px;
  top: 0;
  display: none;
}

.addDay div.remind span {
  display: inline-block;
}

.addDay div a {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0 auto;
}

.addDay div.today a {
  background: #6fe2ff;
  color: #4d7fcf;
  font-weight: bold;
  font-size: 18px;
}

div.calendarMrt {
  position: relative;
}

div.calendarMrt div.position_a {
  font-size: 80px;
  color: red;
}

div.addDay {
  display: block;
  float: none;
  width: 370px;
}

div.part1 div.fl {
  width: 540px;
}

div.part1 {
  margin-top: 22px;
}

div.part1 div.fl dl.navtab dd {
  float: left;
  font-size: 14px;
  border: 1px solid #999;
  margin-right: 20px;
  cursor: pointer;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
}

div.part1 div.fl dl.navtab dd span {
  display: none;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-top-color: #11a9f5;
  border-width: 5px 5px 0 5px;
  left: 50%;
  bottom: -6px;
  margin-left: -5px;
}

div.part1 div.fl dl.navtab dd.selected {
  background-color: #11a9f5;
  color: #fff;
  border: 1px solid #11a9f5;
}

div.part1 div.fl dl.navtab dd.selected span {
  display: inline-block;
}

div.part1 div.fl dl dt {
  line-height: 30px;
  font-size: 16px;
  height: 30px;
  overflow: hidden;
}

div.part1 div.fl dl dt span {
  color: #ababab;
  font-size: 14px;
}

dl.tab-first {
  display: none;
}

div.part1 div.fl dl dt a {
  color: #363636;
  background: url(../images/li-bg2.png) left center no-repeat;
  text-indent: 30px;
  cursor: pointer;
  display: inline-block;
  width: 480px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.part1 div.fl dl dt a:hover {
  color: #11a9f5;
}

div.part1 div.fr {
  width: 630px;
  border: 1px solid #cfcfcf;
  height: 310px;
}

div.part1 div.fr p {
  height: 60px;
  width: 570px;
  margin: 0 auto;
  color: #11a9f5;
  font-size: 22px;
  line-height: 60px;
  background: url(../images/date.jpg) left center no-repeat;
  text-indent: 34px;
  border-bottom: 2px solid #ddd;
}

div.calendarMrt div.position_a {
  width: 190px;
  text-align: center;
  left: 30px;
  top: 30px;
}

span.rightBtn {
  background: url(../images/next-nav.png) center center no-repeat;
  margin-left: 10px;
}

span.leftBtn {
  background: url(../images/prev-nav.png) center center no-repeat;
  margin-left: 20px;
  margin-right: 10px;
}
span.leftBtn,
span.rightBtn {
  cursor: pointer;
  width: 16px;
  height: 26px;
  padding-left: 16px;
  display: inline;
}

div.calendarMrt span.position_a {
  font-size: 40px;
  color: #c9c2cd;
  width: 190px;
  display: inline-block;
  top: 165px;
  left: 30px;
  text-align: center;
}

div.part2 {
  margin-top: 70px;
}

h2 {
  /* font-size: 28px;
  margin-bottom: 25px;
  line-height: 24px;
  height: 28px;
  color: #ff8805;
  text-indent: 30px;
  font-weight: normal;
  background: url(../images/li-bg.png) left center no-repeat; */
}
h3 {
  /* font-size: 28px;
  margin-bottom: 25px;
  line-height: 24px;
  height: 28px;
  color: #ff8805;
  text-indent: 30px;
  font-weight: normal; */
}

div.tab-type {
  width: 790px;
}

div.tab-type dl dd {
  float: left;
  font-size: 14px;
  border: 1px solid #999;
  margin-right: 10px;
  cursor: pointer;
  width: 133px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
  background-color: #fff;
}

div.tab-type dl dd.selected {
  background-color: #11a9f5;
  color: #fff;
  border: 1px solid #11a9f5;
}

div.tab-type dl dd span {
  display: none;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-top-color: #11a9f5;
  border-width: 5px 5px 0 5px;
  left: 50%;
  bottom: -6px;
  margin-left: -5px;
}

div.tab-type dl dd.selected span {
  display: inline-block;
}

div.tab-type dl dt {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #aeafb1;
  	background: url(../images/li-bg2.png) left center no-repeat;
    height: 45px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
}

div.text-right {
  margin-top: 5px;
}

div.text-right a {
  color: #e00217;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}

div.tab-type {
  margin-bottom: 60px;
}

div.tab-type dl dt a {
  text-indent: 30px;
  display: inline-block;
  width: 530px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.tab-type dl dt.typeL a {
  width: 600px;
}
div.tab-type dl dt span {
  color: #5d5c5c;
  /* position: absolute; */
  /* bottom: 10px;
  right: 0; */
  width: 250px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.tab-type dl dt:hover a,
div.tab-type dl dt:hover span {
  color: #11a9f5;
}

div.tab-type dl:not(.c) {
  display: none;
}

div.type-2 dl dt {
  line-height: 30px;
  font-size: 16px;
  height: 30px;
  overflow: hidden;
  border: 0;
}

div.type-2 dl dt span {
  color: #ababab;
}

div.type-2 dl dt:hover span {
  color: #ababab;
}

div.move {
  width: 790px;
}

div.move > dl {
  width: 370px;
  border: 2px solid #e6e6e6;
  padding: 15px 15px 30px;
}

div.move > dl dt {
  margin-bottom: 20px;
  padding-left: 10px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #11a9f5;
}

div.move > dl dt a {
  float: right;
  color: #e00217;
  font-size: 14px;
  cursor: pointer;
}

div.move > dl dd {
  background: url(../images/li-bg2.png) left center no-repeat;
  padding-left: 20px;
  line-height: 46px;
  font-size: 16px;
  height: 46px;
  overflow: hidden;
}

div.move > dl dd a {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 200px;
}

div.move > dl dd span {
  color: #ababab;
}

div.move > dl dd a:hover {
  color: #11a9f5;
}

div.part2 div.fr {
  width: 390px;
}

div.gnpt {
  margin-bottom: 55px;
  height: 575px;
  width: 375px;
  border: 1px solid #d8d4d4;
  border-radius: 10px;
  position: relative;
}

div.gnpt > p,
div.link > p,
div.fwzn > p,
div.yzsff > p,
div.zpss > p {
  text-align: center;
  font-size: 20px;
  background: url(../images/title-bg.jpg) center center no-repeat;
  margin: 30px auto 25px;
  color: #3b3b3b;
  letter-spacing: 2px;
}

div.gnpt a {
  position: absolute;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

div.gnpt a.btn-type1,
div.gnpt a.btn-type4,
div.gnpt a.btn-type7 {
  width: 79px;
  padding-top: 18px;
}

div.gnpt a.btn-type2,
div.gnpt a.btn-type3,
div.gnpt a.btn-type11 {
  width: 239px;
  height: 48px;
  line-height: 48px;
}

div.gnpt a.btn-type8,
div.gnpt a.btn-type9,
div.gnpt a.btn-type10 {
  width: 239px;
  height: 48px;
  line-height: 48px;
}

div.gnpt a.btn-type1 {
  background: url(../images/ico.png) -416px 0 no-repeat;
  height: 163px;
  font-size: 36px;
  left: 18px;
  top: 80px;
  padding-top: 33px;
}

div.gnpt a.btn-type4 {
  background: url(../images/ico.png) -258px 0 no-repeat;
  height: 133px;
  font-size: 36px;
  left: 18px;
  top: 254px;
}

div.gnpt a.btn-type7 {
  background: url(../images/ico.png) -337px 0 no-repeat;
  height: 164px;
  font-size: 36px;
  left: 18px;
  top: 396px;
  padding-top: 35px;
}

div.gnpt a.btn-type2 {
  background: url(../images/ico.png) 0 -30px no-repeat;
  right: 18px;
  top: 80px;
  font-size: 20px;
}

div.gnpt a.btn-type3 {
  background: url(../images/ico.png) 0 -30px no-repeat;
  right: 18px;
  top: 137px;
  font-size: 20px;
}

div.gnpt a.btn-type5 {
  background: url(../images/ico.png) 0 -88px no-repeat;
  right: 18px;
  top: 254px;
  width: 239px;
  height: 58px;
  line-height: 58px;
}

div.gnpt a.btn-type6 {
  background: url(../images/ico.png) 0 -88px no-repeat;
  right: 18px;
  top: 328px;
  width: 239px;
  height: 58px;
  line-height: 58px;
}

div.gnpt a.btn-type8 {
  background: url(../images/ico.png) 0 -146px no-repeat;
  right: 18px;
  top: 396px;
  font-size: 16px;
}

div.gnpt a.btn-type9 {
  background: url(../images/ico.png) 0 -146px no-repeat;
  right: 18px;
  top: 454px;
  font-size: 16px;
}

div.gnpt a.btn-type10 {
  background: url(../images/ico.png) 0 -146px no-repeat;
  right: 18px;
  top: 512px;
  font-size: 16px;
}

div.gnpt a.btn-type11 {
  background: url(../images/ico.png) 0 -30px no-repeat;
  right: 18px;
  top: 194px;
  font-size: 20px;
}

div.zpss {
  width: 375px;
  border: 1px solid #d8d4d4;
  border-radius: 10px;
  position: relative;
  height: 365px;
  margin-bottom: 55px;
}

div.zpss form {
  display: block;
  width: 252px;
  margin: 0 auto;
  font-size: 14px;
}

div.zpss form em {
  width: 2em;
  display: inline-block;
}

div.zpss form em.half {
  width: 0.5em;
}

div.zpss form select,
div.zpss form input {
  width: 180px;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid #c6d5e0;
  border-radius: 2px;
  height: 30px;
}

div.zpss form label {
  display: inline-block;
}

div.zpss form input {
  padding-left: 2px;
}

div.zpss form button {
  width: 95px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: #859cc8;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  margin: 10px auto;
}

div.fwzn {
  padding: 0 50px;
  height: 570px;
  width: 375px;
  border: 1px solid #d8d4d4;
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}

div.fwzn dl {
  margin-bottom: 0;
}

div.fwzn dd {
  margin-bottom: 0;
}

div.fwzn dl dt {
  background: url(../images/li-bg3.png) left center no-repeat;
  font-size: 16px;
  color: #11a9f5;
  padding-left: 18px;
  line-height: 32px;
}

div.fwzn dl dd p {
  font-size: 12px;
  color: #707780;
  line-height: 22px;
  margin-bottom: 0;
}

div.fwzn dl dd p span.text-right {
  width: 105px;
  display: block;
}

div.yzsff {
  margin-bottom: 20px;
  padding: 0 35px;
  height: 220px;
  width: 375px;
  border: 1px solid #d8d4d4;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

div.yzsff img {
  width: 260px;
  border: 1px solid #d8d4d4;
  height: 100px;
  display: block;
  margin: 0 auto;
}

div.yzsff div.banner {
  height: 100px;
  border: 1px solid #d8d4d4;
  width: 260px;
  overflow: hidden;
  margin: 0 auto 10px;
}

div.mxqy {
  height: 527px;
}

div.link {
  margin-top: 20px;
}

div.link ul li {
  float: left;
  margin: 10px;
  border: 1px solid #d8d4d4;
  width: 177px;
  padding-bottom: 10px;
}

div.link ul li img {
  width: 100px;
  display: block;
  margin: 15px auto;
  height: 40px;
}

div.link ul li a {
  display: block;
}

div.link ul li a p {
  color: #888;
  font-size: 12px;
  text-align: center;
}

.text-center {
  text-align: center;
}

div.footer {
  padding: 12px;
  background: #11a9f5;
  color: #fff;
  display: block;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container2 {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.swiper-container2 img {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide {
  text-align: center;
}

.swiper-container .swiper-slide img {
  width: auto !important;
  height: 70px !important;
  border: 0 !important;
}

.swiper-container .swiper-slide span {
  display: block;
  font-size: 12px;
  line-height: 26px;
}

.swiper-container2 P {
  z-index: 99999;
  width: 330px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 285px;
  height: 145px;
  background: url(../images/bg3.png);
  padding: 0;
  width: 330px;
  font-size: 15px;
  color: #444;
  line-height: 20px;
  text-shadow: none;
  display: block;
  padding: 30px 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-button-prev {
  width: 30px;
  height: 30px;
  top: 460px;
}

.swiper-container2 .swiper-button-prev {
  background: url(../images/ico.png) -117px 0 no-repeat;
  left: 50%;
  margin-left: 325px;
}

.swiper-container2 .swiper-button-next {
  background: url(../images/ico.png) -147px 0 no-repeat;
  left: 50%;
  margin-left: 545px;
}
/****************************************************/

div.top-part.no-index {
  height: 250px !important;
}

div.top-part h1 {
  height: 250px;
  width: 100%;
  background-image: url(../images/bannerBg.jpg);
  /*background-position: right center;*/
  background-repeat: no-repeat;
  background-size: cover;
}

div.top-part h1 span {
  color: #383838;
  font-size: 45px;
  padding: 140px 28px 0;
  font-weight: normal;
}

div.position {
  line-height: 30px;
  height: 30px;
  color: #909090;
  font-size: 12px;
}

div.share {
  line-height: 30px;
  height: 30px;
  padding: 7px;
}

div.position a {
  line-height: 30px;
  height: 30px;
  color: #909090;
  font-size: 12px;
  margin: 0 2px;
}

div.positionShare {
  margin: 12px auto;
  background: url(../images/positionBg.jpg) bottom repeat-x;
}

div.no-index div.fl {
  width: 780px;
}

div.no-index div.fr {
  width: 376px;
}

div.no-index div.fl p.title {
  font-size: 14px;
  text-indent: 20px;
  color: #11a9f5;
  line-height: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #cde9f5;
}

div.no-index div.fl dl dt {
    display: flex;
    /* line-height: 30px; */
    border-bottom: 1px dotted #aeafb1;
    background: url(../images/li-bg2.png) left center no-repeat;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
}

div.no-index div.fl dl dt a {
  padding-left: 30px;
  display: inline-block;
  width: 530px;
}
/* 其他列表页面的统一控制 */
div.no-index div.fl dl dt.typeL a {
  float: left;
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 对校园招聘列表单独控制 */
div.no-index div.fl dl.abc dt.typeL a {
  float: left;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/* 其他列表页面的统一控制 */
div.no-index div.fl dl dt span {
  color: #5d5c5c;
  position: absolute;
  bottom: 10px;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 对校园招聘列表的单独控制 */
div.no-index div.fl dl.abc dt span {
  color: #5d5c5c;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.no-index div.fl dl dt:hover a,
div.no-index div.fl dt:hover span {
  color: #11a9f5;
}

div.no-index div.fl div.text-center {
  margin: 50px 0;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

div.no-index div.fl div.text-center em {
  font-style: normal;
  color: #11a9f5;
}
div.no-index div.fl div.text-center span {
  background: none;
}

ul.yiiPager {
  height: 30px;
  display: inline-block;
}
ul.yiiPager li {
  margin-right: 15px;
}
ul.yiiPager .page a:hover {
  background: #43b3f5;
  color: #fff;
  font-weight: normal;
}
ul.yiiPager .page a {
  border: 0;
  padding: 0;
  font-weight: normal;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: #f3f3f3;
  color: #959aa0;
  margin-right: 5px;
}
ul.yiiPager .selected a {
  background: #43b3f5;
  color: #fff;
  font-weight: normal;
}

ul.yiiPager .next a {
  border: 0;
  text-indent: 2em;
  display: inline-block;
  background: #f3f3f3 url(../images/next-nav.png) center center no-repeat;
  height: 30px;
  width: 30px;
  overflow: hidden;
  border-radius: 5px;
}

ul.yiiPager .previous a {
  border: 0;
  text-indent: 2em;
  display: inline-block;
  background: #f3f3f3 url(../images/prev-nav.png) center center no-repeat;
  height: 30px;
  width: 30px;
  overflow: hidden;
  border-radius: 5px;
}
/*#yw1{padding:4px;border:1px solid #ccc;}*/
ul.yiiPager li {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
}

div.no-index div.fl div.text-center input {
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
}
div.no-index div.fl div.text-center button:hover {
  background: #43b3f5;
  color: #fff;
}

div.date-list {
  border: 1px solid #d8d4d4;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}

div.date-list div.w98 {
  margin: 8px auto;
}

div.date-list > p {
  height: 40px;
  margin: 0 auto;
  color: #11a9f5;
  font-size: 16px;
  line-height: 40px;
  background: url(../images/date.jpg) left center no-repeat;
  text-indent: 34px;
  border-bottom: 2px solid #ddd;
}

div.date-list > p a {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 8px;
}

div.date-list > p a.next-nav {
  background: #f3f3f3 url(../images/next-nav.png) center center no-repeat;
  margin-right: 0;
}

div.date-list > p a.prev-nav {
  background: #f3f3f3 url(../images/prev-nav.png) center center no-repeat;
}

div.date-list .w98 > div,
div.date-list div.addDay div {
  width: 48px;
}

div.date-list div.w98 {
  width: 353px;
  font-size: 14px;
  padding-left: 8px;
}

div.date-list div.addDay {
  width: 340px;
}

div.no-index div.zpss {
  margin-bottom: 30px;
}

div.no-index div.fwzn {
  margin-bottom: 0;
}

div.top-part h1 span.article {
  font-size: 30px;
}

div.article-text img {
  max-width: 100%;
  line-height: 38px;
}

div.article-text {
  margin: 50px auto;
  line-height: 32px;
}

div.article-text table {
  width: 80%;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

div.article-text table th,
div.article-text table td {
  font-size: 14px;
  border: 1px solid #ccc;
  font-weight: normal;
  text-align: center;
}

div.article-text table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

h1 > div {
  color: #878687;
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  font-weight: normal;
  line-height: 40px;
}

h1 > div a {
  color: #878687;
}

h1 > div > div {
  width: 65px;
  display: inline-block;
  cursor: pointer;
}

h1 > div > div i {
  display: inline-block;
  border-color: transparent;
  border-style: solid;
  border-top-color: #878687;
  border-width: 7px 7px 0 7px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  padding: 0;
}

h1 > div > div p {
  line-height: 20px;
  top: 45px;
  display: none;
  -webkit-transition: 0.5s;
  position: absolute;
  padding: 10px;
  background: #fff;
  left: 50%;
  margin-left: -59px;
  -webkit-box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  box-shadow: 4px 4px 4px #999;
}

h1 > div > div p span {
  padding: 0 !important;
  display: inline-block;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #fff;
  border-width: 0 5px 5px 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

h1 > div > a {
  cursor: pointer;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/download.png) right center no-repeat;
}

h1.lxwm,
div.lxwm.no-index.top-part {
  height: 90px !important;
}

div.lxwm dl {
  width: 33.333%;
  float: left;
  display: inline-block;
  padding-left: 50px;
}

div.lxwm dl dt {
  color: #bad023;
  font-size: 26px;
  margin-top: 20px;
  line-height: 40px;
}

div.lxwm dl dd {
  line-height: 26px;
  color: #383838;
  font-size: 16px;
}

div.lxwm.center.c {
  width: 1000px;
  margin: 0 auto;
}

div.qyzc > form {
  border: 1px solid #ccc;
  border-radius: 10px;
}

div.qyzc > form > p {
  text-align: center;
  font-size: 20px;
  background: url(../images/title-bg.jpg) center center no-repeat;
  margin: 30px auto 25px;
  color: #3b3b3b;
  letter-spacing: 2px;
}

div.qyzc > form input,
div.qyzc > form select {
  width: 155px;
  font-size: 12px;
}

div.qyzc > form label {
  color: #707780;
  font-size: 12px;
  display: inline-block;
  text-align: right;
  width: 200px;
}

div.qyzc > form label i {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
  color: #fff;
}

div.qyzc > form label i.must {
  color: #f00;
}

div.qyzc {
  width: 860px;
  margin: 50px auto 40px;
}

div.gzzn {
  width: 1053px;
  height: 1300px;
  margin: 30px auto;
  background: url(../images/gzzn.jpg);
  position: relative;
}

div.gzzn p {
  width: 140px;
  height: 240px;
  position: absolute;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

div.gzzn p.gzzn1,
div.gzzn p.gzzn2,
div.gzzn p.gzzn3,
div.gzzn p.gzzn4,
div.gzzn p.gzzn5 {
  width: 120px;
  height: 220px;
}
div.gzzn p.gzzn1 {
  left: 467px;
  top: 65px;
}
div.gzzn p.gzzn2 {
  left: 93px;
  top: 510px;
}
div.gzzn p.gzzn3 {
  left: 343px;
  top: 510px;
}
div.gzzn p.gzzn4 {
  left: 593px;
  top: 510px;
}
div.gzzn p.gzzn5 {
  left: 843px;
  top: 498px;
}
div.gzzn p.gzzn6 {
  left: 15px;
  top: 1072px;
}
div.gzzn p.gzzn7 {
  left: 185px;
  top: 1084px;
}
div.gzzn p.gzzn8 {
  left: 355px;
  top: 1084px;
}
div.gzzn p.gzzn9 {
  left: 567px;
  top: 1084px;
}
div.gzzn p.gzzn10 {
  left: 735px;
  top: 1084px;
}
div.gzzn p.gzzn11 {
  left: 905px;
  top: 1084px;
}
div.znsz {
  margin: 30px auto;
  width: 880px;
}
div.znsz dl {
  border-bottom: 1px dotted #aeafb1;
  padding: 20px 0;
  clear: both;
}
div.znsz dl dt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 30px;
  background-color: #eae7e2;
  display: inline-block;
  float: left;
}
div.znsz dl dd {
  font-size: 16px;
  color: #060203;
  display: inline-block;
  min-height: 50px;
  float: right;
  width: 800px;
}
div.login-shadow {
  width: 100%;
  height: 100%;
  background: url(../images/bg000.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  display: none;
}
div.login-shadow form {
  width: 400px;
  height: 280px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90) !important;
  -khtml-opacity: 0.9 !important;
  -moz-opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  opacity: 0.9 !important;
  zoom: 1;
  padding: 35px 67px 0;
}
div.login-shadow form img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  cursor: pointer;
}
div.login-shadow form em {
  width: 1em;
  display: inline-block;
}
div.login-shadow form label {
  margin-right: 10px;
}
div.login-shadow form input {
  height: 30px;
  line-height: 30px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 5px;
}
div.login-shadow form button {
  width: 150px;
  background-color: #007aff;
  color: #fff;
  height: 34px;
  line-height: 34px;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 50px;
  cursor: pointer;
}
div.login-shadow form,
div.login-shadow dl {
  display: none;
}
div.login-shadow dl {
  width: 1000px;
  height: 90%;
  position: absolute;
  top: 5%;
  margin-left: -500px;
  left: 50%;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90) !important;
  -khtml-opacity: 0.9 !important;
  -moz-opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  opacity: 0.9 !important;
  zoom: 1;
}
div.login-shadow dl img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  cursor: pointer;
  z-index: 99999;
}
div.login-shadow dl dd {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #007aff;
  line-height: 40px;
  font-size: 16px;
  padding: 0 30px;
  top: 0;
  left: 0;
}
div.login-shadow dl dt {
  line-height: 30px;
}
div.login-shadow dl > div {
  position: absolute;
  top: 45px;
  left: 10px;
  right: 10px;
  bottom: 20px;
  padding: 0 10px;
  overflow: auto;
}

div.login-shadow dl > div dt {
  line-height: 45px;
  border-bottom: 1px dotted #aeafb1;
  background: url(../images/li-bg2.png) left center no-repeat;
  height: 45px;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
}
div.login-shadow dl > div dt a {
  text-indent: 30px;
  display: inline-block;
  width: 675px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
div.login-shadow dl > div dt.typeL a {
  width: 770px;
}
div.login-shadow dl > div dt span {
  color: #5d5c5c;
}

div.recruitList-shadow {
  width: 100%;
  height: 100%;
  background: url(../images/bg000.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  display: none;
}

div.recruitList-shadow {
  display: none;
}
div.recruitList-shadow dl {
  width: 1000px;
  height: 90%;
  position: absolute;
  top: 5%;
  margin-left: -500px;
  left: 50%;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90) !important;
  -khtml-opacity: 0.9 !important;
  -moz-opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  opacity: 0.9 !important;
  zoom: 1;
}
div.recruitList-shadow dl img {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 15px;
  cursor: pointer;
  z-index: 99999;
}
div.recruitList-shadow dl dd {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #007aff;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 16px;
  padding: 0 30px;
  top: 0;
  left: 0;
}
div.recruitList-shadow dl dt {
  line-height: 30px;
}
div.recruitList-shadow dl > div {
  position: absolute;
  top: 60px;
  left: 10px;
  right: 10px;
  bottom: 20px;
  padding: 0 10px;
  overflow: auto;
}

div.recruitList-shadow dl > div dt {
  line-height: 45px;
  border-bottom: 1px dotted #aeafb1;
  background: url(../images/li-bg2.png) left center no-repeat;
  height: 45px;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
}
div.recruitList-shadow dl > div dt a {
  text-indent: 30px;
  display: inline-block;
  width: 675px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
div.recruitList-shadow dl > div dt.typeL a {
  width: 770px;
}
div.recruitList-shadow dl > div dt span {
  color: #5d5c5c;
  width: 260px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.area {
  width: 100%;
  background-color: #fafcfd;
  position: absolute;
  height: 639px;
  top: 925px;
  left: 0;
  z-index: -1;
}
div.area2 {
  width: 100%;
  background-color: #fafcfd;
  position: absolute;
  height: 639px;
  top: 2605px;
  left: 0;
  z-index: -1;
}

/* 绾㈡槦鏍囪瘑 */
.c-reg-container i {
  color: #e9322d;
  padding: 0 3px 0 0;
  font-size: 1rem;
}

/* 分页 */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination > li:first-child {
  margin-right: 10px;
}

/* Loading 动画 */

.loaderDiv {
  width: 100%;
}

.loaderDiv img {
  display: block;
  margin: 0 auto;
  width: 30px;
}

/* 用人单位登录二维码 */

.imgcode {
  height: 38px;
  margin-left: 10px;
}

/* 门户文章列表中的关键字检索 */

#searchForm {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

#searchForm label {
  width: 150px;
  margin-bottom: 0;
}

.f-search-form__btn {
  margin-left: 10px;
}

/* 招聘搜索列表 筛选样式 */

#m-recruit-search__list__filter {
}

#m-recruit-search__list__filter label {
  width: 100px;
  text-align: center;
}

#m-recruit-search__list__filter select.f-select__type {
  width: 150px;
  margin-right: 10px;
}

#m-recruit-search__list__filter select.f-select__company__type {
  width: 200px;
}

#m-recruit-search__list__filter input[type='text'] {
  width: 130px;
}

/* 门户首页列表的分页效果 */

#s-portal__pagination {
}

#s-portal__pagination > ul.pagination {
  display: flex;
}

#s-portal__pagination > ul.pagination li {
  font-size: 12px;
}

#s-portal__pagination > ul.pagination > li.page-item:nth-child(2) > a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#s-portal__pagination a.page-item {
  padding: 0.5rem !important;
}

/* 门户详情页面中的表格样式 */

.m-recruit__content__container {
}

.m-recruit__content__container table {
  width: 100%;
  font-size: 14px;
}

.m-recruit__content__container table tr {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.m-recruit__content__container table tr th,
.m-recruit__content__container table tr td {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* 自定义 Select */

.s-portal__select {
  /* display: inline; */
  /* width: 100%; */
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* 
* 新增H1-H3的样式控制。
* Date: 2020-11-05
*/

.s-custom__h1 {
  padding: 20px 0 0 0;
  font-size: 28px;
  color: #ff8805;
  font-weight: normal;
}

.s-custom_h2 {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 24px;
  height: 28px;
  color: #ff8805;
  text-indent: 30px;
  font-weight: normal;
  background: url(../images/li-bg.png) left center no-repeat;
}

.s-custom_h3 {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 24px;
  height: 28px;
  color: #ff8805;
  text-indent: 30px;
  font-weight: normal;
}

