@charset "UTF-8";
body {
  min-width: 1280px;
}

.clear:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clear {
  zoom: 1;
}

html, body {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
}

.bw {
  width: 1280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

.header {
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: auto;
  background-color: #ca1331;
}

.header .head {
  line-height: 40px;
  height: 40px;
  width: 1200px;
  margin: 0 auto;
}

.header .head .span {
  float: left;
}

.header .head .loginarea {
  float: right;
}

.header .head .loginarea span {
  line-height: 16px;
  padding: 0 1em;
}

.header .head .loginarea .quit {
  padding-right: 0;
}

.header .head .loginarea .name {
  border-right: 1px solid #fff;
}

.header .head .loginarea a {
  color: #fff;
  text-decoration: none;
}

.header .head .loginarea a:hover {
  text-decoration: underline;
}

.header .logobox {
  background-color: #f2f2f2;
  font-size: 0;
  height: 100px;
  overflow: hidden;
}

.header .logobox .logo {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
}

.header .logobox .logo .logoImg {
  float: left;
}

.header .logobox .logo .title {
  float: right;
  font-size: 14px;
  color: #ca1331;
  height: 100px;
  line-height: 100px;
}

.header .logobox .logo .title span {
  font-size: 22px;
  font-weight: 600;
  padding: 0 20px;
  border-right: 1px solid #ca1331;
}

.header .logobox .logo .title a {
  margin: 0 20px;
  color: #ca1331;
  font-size: 16px;
}

.header .logobox img {
  width: 200px;
  margin: 28px 0;
  vertical-align: middle;
}

.menuBar {
  height: 70px;
  line-height: 70px;
  border: 1px solid #ca1331;
  background-color: #ca1331;
}

.menuBar a {
  color: #fff;
}

.menuBar .bw {
  font-size: 0;
}

.menuBar .bw .bwCon {
  width: 1200px;
  margin: 0 auto;
}

.menuBar .menuitem {
  font-size: 16px;
  width: 200px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.menuBar .menuitem a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.menuBar i {
  margin-left: 1em;
}

.menuBar .menuitem:hover {
  background-color: #b51a2f;
}

.menuBar .menuitem:hover i:before {
  content: "\f126";
}

.menuBar .selected {
  background-color: #b51a2f;
}

.menuBar .menulist {
  display: none;
  min-width: 70%;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 4px #666;
  -moz-box-shadow: 2px 2px 10px 4px #666;
  -webkit-box-shadow: 2px 2px 10px 4px #666;
}

.menuBar .menulist li {
  line-height: 40px;
  height: 40px;
  color: #000;
  text-align: left;
  padding: 0 1em;
  font-size: 14px;
}

.menuBar .menulist li a {
  color: #333;
  display: block;
  width: 100%;
}

.menuBar .menulist li a:hover {
  font-weight: bold;
  color: #ca1331;
}

.container {
  width: 100%;
  padding-top: 20px;
  min-height: 500px;
}

.container .recruit-search {
  height: 40px;
  padding: 20px;
  margin-bottom: 20px;
}

.container .recruit-search .recruit-box {
  width: 500px;
  height: 100%;
  margin: 0 auto;
}

.container .recruit-search .recruit-box .searchInp {
  width: 378px;
  height: 38px;
  margin-right: 10px;
  text-align: left;
  font-size: 16px;
  border-style: none;
  font-weight: normal;
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 10px;
}

.container .recruit-search .recruit-box .btn {
  text-align: center;
  line-height: 38px;
  width: 94px;
  height: 38px;
  background-color: #ca1331;
  cursor: pointer;
  color: #fff;
  float: left;
  border: 1px solid #ca1331;
  border-radius: 3px;
}

.container .artis {
  display: block;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: none;
}

.container .pageItem {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 3px;
}
