* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
.top {
  width: 100%;
  height: 125px;
}
.top .header {
  width: 100%;
  height: 90px;
  padding: 0 calc(50% - 670px);
  background: #12243f;
}
.top .header img {
  height: 90px;
}
.top .header > div {
  float: right;
  margin-top: 15px;
  width: 280px;
  height: 60px;
}
.top .header > div input {
    padding: 0 10px;
    margin-bottom: 10px;
    width: calc(100% - 14px);
    height: 30px;
}
.top .header a {
  color: #ffffff;
  text-decoration: none;
}
.top .header a + a {
  margin-left: 5px;
}
.top .navbar {
  width: 100%;
  height: 35px;
}
.floating {
  position: fixed;
  bottom: 120px;
  width: 200px;
  height: 200px;
  z-index: 1000;
}
.floating a {
  display: block;
  width: 100%;
  height: 100%;
}
.floating.left {
  left: 0;
  background: #ffffff;
  background: url(/img/job.png) no-repeat center left 0 / cover, url(/img/5.jpg) no-repeat 0 / cover;
}
.floating.left::after {
  content: "曲师大 · 管理学院";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  color: #ffffff;
  background: #12243f;
}
.floating.right {
  display: none;
  right: 0;
}
.carousel {
  position: relative;
  width: 100%;
  height: 450px;
}
//.carousel::after {
//  content: '';
//  position: absolute;
//  bottom: 0;
//  width: 100%;
//  height: 40px;
//  background: rgba(0, 0, 0, 0.7);
//  z-index: 0;
//}
.carousel .background {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel .background.active {
  display: block;
}
.carousel .chevron {
  display: inline-block;
  position: absolute;
  right: calc(50% - 550px);
  bottom: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eeeeee;
  cursor: pointer;
  z-index: 10;
}
.carousel .chevron i {
  font-size: 16px;
  line-height: 30px;
}
.carousel .chevron.left {
  right: calc(50% - 500px);
  padding-left: 7px;
}
.carousel .chevron.right {
  padding-left: 10px;
}
.carousel p {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  padding: 0 calc(50% - 550px);
  width: 100%;
  height: 40px;
  color: #eeeeee;
  font-size: 16px;
  line-height: 40px;
  transform: translateX(-50%);
  z-index: 1;
}
.banner a {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #e30000, #760201);
}
.banner img {
    display: block;
    margin: auto;
    height: 100%;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  padding: 10px;
  background: #eaeaea;
}
.container .area {
  float: left;
  height: 100%;
}
.container .area-3 {
  width: 25%;
  max-width: 330px;
}
.container .area-5 {
  width: 50%;
  max-width: 660px;
}
.container .area-8 {
  width: 75%;
  max-width: 1010px;
}
.container .area-11 {
  width: 100%;
}
.container .list {
  float: left;
  width: 220px;
  height: 698px;
}
.container .content {
  float: right;
  padding: 20px 30px;
  width: calc(100% - 220px);
}
.container .content.full {
  padding: 20px 30px;
  width: 100%;
}
.container .content-title {
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0 0 10px 0;
  padding: 10px 0;
  width: 200px;
  color: #ffffff;
  text-align: center;
  background: #12243f;
  transform: translateX(-50%);
}
.container .content-container {
  padding: 20px 0;
  width: 100%;
}
.box {
  width: 100%;
  height: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
}
.box > p {
  display: inline-block;
  position: relative;
  top: -10px;
  left: 50%;
  margin: 0;
  padding: 0 10px;
  color: #12243f;
  font-size: 18px;
  text-align: center;
  background: #eaeaea;
  transform: translateX(-50%);
  z-index: 1;
}
.box > div {
  width: 100%;
  height: calc(100% - 20px);
}
.tab-nav {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #cdcdcd;
}
.tab-nav .tab {
  display: inline-block;
  padding: 0 12px;
  height: 36px;
  color: #ffffff;
  line-height: 36px;
  background: #12243f;
  border: 1px solid #12243f;
  cursor: pointer;
}
.tab-nav .tab.active {
  color: #187296;
  background: #12243f;
}
.tab-nav .tab.active a {
  position: absolute;
  right: 0;
  display: inline-block;
}
.tab-nav .tab a {
  display: none;
  text-decoration: none;
  color: #12243f;
}
.tab-nav .tab + .tab {
  border-left-color: #787878;
}
.tab-pane {
  width: 100%;
  height: calc(100% - 46px);
}
.tab-pane .tab {
  display: none;
  width: 100%;
  height: 100%;
}
.tab-pane .tab.active {
  display: block;
}
.case {
  width: 100%;
  height: calc(100% - 180px);
}
.case > div {
  width: 100%;
}
.case .title {
  position: relative;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 36px;
  color: #ffffff;
  line-height: 36px;
  background: #12243f;
}
.case .title::before {
  content: '';
  position: absolute;
  right: calc(100% - 100px);
  bottom: 0;
  height: 32px;
  border-left: 16px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 32px solid #eeeeee;
}
.case .title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 100px);
  height: 32px;
  background: #eeeeee;
  z-index: 1;
}
.case .title a {
  position: relative;
  top: 4px;
  float: right;
  color: #12243f;
  line-height: 32px;
  text-decoration: unset;
  z-index: 2;
}
.photos {
  padding: 15px;
  background: linear-gradient(45deg, #eeeeee 25%, #ffffff 0, #ffffff 50%, #eeeeee 0, #eeeeee 75%, #ffffff 0);
  background-size: 20px 20px;
}
.photos > p {
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0 0 10px 0;
  padding: 10px 100px;
  color: #ffffff;
  background: #12243f;
  transform: translateX(-50%);
}
.photos > div {
  width: 100%;
  height: calc(100% - 48px);
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.photos > div div {
  display: inline-block;
  height: 178px;
  border: 1px solid #cdcdcd;
}
.photos > div a {
  color: #000000;
  text-decoration: none;
}
.photos > div img {
  height: 152px;
}
.photos > div p {
  position: relative;
  top: -10px;
  margin: 0;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #ffffff;
}
.photos > div div + div {
  margin-left: 10px;
}
.links {
  padding: 0 10px;
}
.links div p:nth-child(1) {
  margin-top: 5px;
}
.links a {
  color: #12243f;
  font-size: 14px;
  text-decoration: none;
}
.links a + a {
  margin-left: 15px;
}
.options {
  padding-left: 10px;
}
.options select {
  width: 100%;
  height: 30px;
  background: none;
}
.options select + select {
  margin-top: 5px;
}
.footer {
  padding: 10px calc(50% - 550px);
  width: 100%;
  height: 120px;
  background: #0b0b16;
  clear: both;
}
.footer p {
  margin: 10px 0;
  color: #ffffff;
  font-size: 16px;
}
.footer .left {
  float: left;
}
.footer .right {
  float: right;
}
.footer .right i {
  position: relative;
  font-size: 22px;
  cursor: pointer;
}
.footer .right i:hover img {
  display: block;
}
.footer .right i img {
  display: none;
  position: absolute;
  top: -220px;
  left: -100px;
  width: 200px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
}
.footer .right i + i {
  margin-left: 18px;
}
@media screen and (max-width: 1220px) {
  .top .header {
    padding: 0 20px 0 18px;
  }
  .carousel p {
    padding: 0 20px;
  }
  .carousel .chevron {
    right: 20px;
  }
  .carousel .chevron.left {
    right: 70px;
  }
  .footer {
    padding: 10px;
  }
}
.listFrame {
    height: 100%;
}
.listFrame input:nth-child(2) {
    height: 30px;
    float: right;
    margin-right: 10px;
    border: none;
    background-position: left;
}
.listFrame input:nth-child(3) {
    display: none;
}
/*# sourceMappingURL=common.css.map */