.header {
  width: 100%;
}
.header .headerTop {
  height: 36px;
}
.header .headerTop .top {
  width: 1200px;
  margin: 0 auto;
}
.header .headerLogo {
  height: 100px;
  line-height: 100px;
  background-color: #fff;
}
.header .headerLogo .logo {
  width: 1200px;
  margin: 0 auto;
}
.header .headerLogo .logo img {
  vertical-align: middle;
}
.header .headerNav {
  height: 50px;
  line-height: 50px;
  background-color: #0073E6;
}
.header .headerNav .nav {
  width: 1200px;
  margin: 0 auto;
}
.header .headerNav .nav .navList {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
}
.header .headerNav .nav .navList a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 50px;
}
.header .topImg {
  height: 150px;
  background-image: url('../../employmentAndEntrepreneurship/images/banner.png');
}
.contentWrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 380px;
}
.contentWrap .content {
  width: 1200px;
  height: 680px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contentWrap .content .leftNav {
  width: 150px;
  height: 680px;
  background-color: #fff;
  margin-right: 20px;
  border-radius: 4px;
}
.contentWrap1 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contentWrap1 .content1 {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contentWrap1 .content1 .leftNav1 {
  width: 150px;
  background-color: #fff;
  margin-right: 20px;
  border-radius: 4px;
}
.tabHeader {
  width: 100%;
  height: 56px;
  background-color: #EAEAEA;
  height: 700px;
}
.tabHeader .header-tab {
  overflow: hidden;
  background-color: #fff;
}
.tabHeader .header-tab p {
  width: 200px;
  float: left;
  color: #606266;
  text-align: center;
  font-size: 15px;
  line-height: 54px;
  cursor: pointer;
}
.tabHeader .header-tab p.active {
  border-bottom: 3px solid #0073E6;
  color: #0073E6;
  font-weight: bold;
}
.tabHeader .content {
  width: 100%;
  margin-top: 15px;
  position: relative;
  height: 626px;
}
.tabHeader .content .card {
  width: 310px;
  height: 148px;
  background-color: #fff;
  padding: 14px;
  margin: 0 14px 14px 0;
  float: left;
  border-radius: 4px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tabHeader .content .card img {
  width: 72px;
  height: 72px;
}
.tabHeader .content .card .rightInfo {
  margin-left: 14px;
}
.tabHeader .content .card .rightInfo .train {
  border: 1px solid #F1966E;
  color: #F1966E;
  background-color: #fff;
  border-radius: 2px;
  width: 80px;
  text-align: center;
}
.tabHeader .content .card .rightInfo .train1 {
  border: 1px solid #0057DA;
  color: #0057DA;
  background-color: #fff;
  border-radius: 2px;
  width: 80px;
  text-align: center;
}
.tabHeader .content .card .rightInfo .train2 {
  border: 1px solid #00A017;
  color: #00A017;
  background-color: #fff;
  border-radius: 2px;
  width: 80px;
  text-align: center;
}
.tabHeader .content .card .rightInfo .train3 {
  border: 1px solid #EA1100;
  color: #EA1100;
  background-color: #fff;
  border-radius: 2px;
  width: 80px;
  text-align: center;
}
.tabHeader .content .card .rightInfo .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 15px;
}
.tabHeader .content .card .rightInfo .code {
  margin-top: 10px;
}
.tabHeader .content .card .rightInfo .code,
.tabHeader .content .card .rightInfo .date {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.tabHeader .content .card:hover {
  -webkit-box-shadow: #ccc 0px 5px 5px;
  -moz-box-shadow: #ccc 0px 5px 5px;
  box-shadow: #ccc 0px 5px 5px;
  transition-duration: 0.3s;
}
.tabHeader .content .pagination {
  position: absolute;
  bottom: -20px;
  left: 45%;
}
.tabHeader .content .pagination ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.tabHeader .content .pagination ul li {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 9px;
  cursor: pointer;
  background-color: #fff;
  color: #7a7a7a;
  border-radius: 4px;
  font-weight: bold;
}
.tabHeader .content .pagination ul li:first-of-type {
  margin-left: 9px;
}
.tabHeader .content .pagination ul li.selected {
  color: #fff;
  background-color: #0075e6;
}
.tabHeader .content .pagination ul button {
  background-color: #fff;
  color: #7a7a7a;
  outline: none;
  border: none;
  font-weight: bold;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
}
.tabHeader .content .pagination ul .el-button.is-disabled,
.tabHeader .content .pagination ul .el-button.is-disabled:focus,
.tabHeader .content .pagination ul .el-button.is-disabled:hover {
  background-color: #CBC5C5;
  border-color: #EBEEF5;
  cursor: not-allowed;
  color: #fff;
}
.tabHeader .detail {
  background-color: #fff;
  width: 100%;
  height: 770px;
}
.tabHeader .detail .button {
  padding-top: 10px;
}
.tabHeader .detail .button .return {
  margin-left: 950px;
}
.tabHeader .detail .topTitle {
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-bottom: 1px solid #eee;
}
.tabHeader .detail .topTitle .title {
  margin-left: 150px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.tabHeader .detail .tip {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 15px 0 10px 150px;
}
.tabHeader .detail .tip img {
  margin-right: 5px;
  margin-bottom: 2px;
}
.tabHeader .detail .info {
  color: #333;
  margin-left: 150px;
  line-height: 32px;
}
.tabHeader .detail .info .name {
  color: #999;
  display: inline-block;
  width: 100px;
  text-align: left;
}
.tabHeader .detail .info .kuang {
  width: 400px;
  height: 32px;
  margin-left: -10px;
}
.tabHeader .detailInfo {
  background-color: #fff;
  width: 100%;
  height: 660px;
  padding-top: 20px;
}
.tabHeader .detailInfo .tip {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 15px 0 10px 150px;
}
.tabHeader .detailInfo .tip img {
  margin-right: 5px;
  margin-bottom: 2px;
}
.tabHeader .detailInfo .info {
  color: #333;
  margin-left: 150px;
  line-height: 40px;
}
.tabHeader .detailInfo .info .name {
  color: #999;
  display: inline-block;
  width: 100px;
  text-align: left;
}
.selectCon {
  width: 1039px;
  background-color: #fff;
  font-size: 14px;
  padding: 25px 0;
  margin-bottom: 16px;
}
.selectCon .el-form--inline .el-form-item {
  vertical-align: middle;
  margin-bottom: 0;
}
.selectCon .el-button--primary:focus,
.selectCon .el-button--primary:hover,
.selectCon .el-button--primary {
  background: #0073E6;
  border-color: #0073E6;
}
.selectCon .el-button {
  padding: 8px 10px;
}
.selectCon .el-input {
  width: 160px;
}
.selectCon .el-date-editor--daterange.el-input__inner {
  width: 300px;
}
.el-textarea__inner {
  height: 150px;
  overflow-y: auto;
}
.contentList {
  width: 1039px;
  height: 680px;
  background-color: #fff;
}
.contentList .table {
  position: relative;
}
.contentList .table .addBut {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer !important;
}
.contentList .table .addBut button {
  background-color: #0073E6;
  color: #fff;
  border: none;
  outline: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer !important;
}
.contentList .table .table-header-tab {
  position: absolute;
  left: 30px;
  top: 10px;
}
.contentList .table .table-header-tab p {
  width: 75px;
  float: left;
  color: #606266;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  cursor: pointer;
}
.contentList .table .table-header-tab p.active {
  border-bottom: 3px solid #0073E6;
  color: #0073E6;
  font-weight: bold;
}
.contentList .table .content {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  top: 50px;
}
.contentList .table .content .el-table th {
  background-color: #eef0f5;
}
.contentList .table .content .el-table thead {
  color: #333;
}
.contentList .table .content .el-table td {
  background-color: #fff;
  height: 52px;
}
.contentList .table .content .el-table-column--selection .cell {
  padding-left: 15px;
}
.contentList .table .content .dele.el-button--small,
.contentList .table .content .dele .el-button--small.is-round {
  padding: 6px 10px;
}
.contentList .table .content .dele.el-button {
  background-color: #0073E6;
  border-color: #0073E6;
  color: #fff;
}
.contentList .table .content .el-button + .el-button {
  margin-left: 0;
}
.contentList .table .content .edit1.el-button--small {
  padding: 6px;
  font-size: 12px;
  background-color: #7CC0FF;
  border-color: #7CC0FF;
  color: #fff;
}
.contentList .table .content .edit2.el-button--small {
  padding: 5px;
  font-size: 12px;
  background-color: #344BFF;
  border-color: #344BFF;
  color: #fff;
}
.contentList .table .content .edit3.el-button--small {
  padding: 5px;
  font-size: 12px;
  background-color: #E51F21;
  border-color: #E51F21;
  color: #fff;
}
.contentList .table .content .pagination {
  position: absolute;
  right: 15px;
  bottom: -48px;
}
.contentList .table .content .butt {
  position: absolute;
  bottom: -45px;
  left: 15px;
  cursor: pointer;
}
.contentList .table .content .butt .export.el-button--small,
.contentList .table .content .butt .export .el-button--small.is-round {
  padding: 6px 10px;
}
.contentList .table .content .butt .export.el-button {
  background-color: #eb2700;
  border-color: #eb2700;
  color: #fff;
}
.contentList .table .content .el-table.el-table tbody tr:hover > td {
  background-color: #F5F7FA !important;
}
.contentList .table .content .el-table.el-table tbody tr:hover {
  background-color: #F5F7FA !important;
}
.contentList .table .content img {
  vertical-align: middle;
  margin-right: 3px;
}
.contentList .table .content .el-table td:last-child {
  padding: 0 !important;
}
.addContent {
  width: 1039px;
  height: 780px;
  background-color: #fff;
  overflow: hidden;
}
.addContent .button {
  padding-top: 10px;
}
.addContent .button .return {
  margin-left: 940px;
}
.addContent .addTitle {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 30px;
}
.addContent .addTitle img {
  height: 22px;
  margin-bottom: 2px;
}
.addContent .remark {
  font-size: 14px;
  color: #999;
  margin-left: 40px;
}
.addContent .wrap {
  width: 480px;
  margin: 40px 0 20px 30px;
}
.addContent .wrap .el-input--small .el-input__inner {
  width: 400px;
}
.addContent .wrap .el-textarea {
  width: 410px;
}
.addContent .wrap .el-button--small {
  width: 410px;
  font-size: 16px;
  background-color: #0077EF;
  border-color: #0077EF;
}
.certainD .el-dialog__header {
  padding: 10px 20px 10px !important;
  font-size: 14px;
}
.certainD .el-dialog__title {
  font-size: 16px;
}
.certainD .el-dialog__headerbtn {
  top: 14px;
}
.certainD .el-button {
  padding: 7px 15px;
}
.titleWrap {
  width: 1039px;
  height: 119px;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 16px;
}
.titleWrap .img {
  margin: 15px;
}
.titleWrap .img img {
  width: 90px;
  height: 90px;
}
.titleWrap .titleRight .wel {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}
.titleWrap .titleRight .tip {
  font-size: 20px;
  color: #333;
  margin: 5px 0px 20px;
}
.titleWrap .titleRight .check {
  font-size: 14px;
}
.titleWrap .titleRight .check a {
  color: #0073E6;
}
.titleWrap1 {
  width: 1039px;
  height: 120px;
  background-color: #fff;
  margin-bottom: 16px;
  overflow: hidden;
}
.titleWrap1 .titleName {
  font-size: 16px;
  color: #999;
  margin: 15px 0 0 20px;
}
.titleWrap1 .titleName span {
  color: #333;
}
.titleWrap1 .titleName1 {
  font-size: 16px;
  color: #999;
  margin: 10px 0 0 20px;
}
.titleWrap1 .titleName1 div {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 315px;
}
.titleWrap1 .titleName1 div span {
  color: #333;
}
.contentData {
  height: 645px;
  width: 1039px;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contentData .count {
  width: 320px;
  height: 100px;
  background-color: #F4F7FC;
  margin-right: 15px;
  margin-top: 20px;
  overflow: hidden;
}
.contentData .count:first-child {
  margin-left: 20px;
}
.contentData .count .left {
  float: left;
  margin: 15px 0 0 20px;
}
.contentData .count .left .title {
  font-size: 14px;
  margin-bottom: 10px;
}
.contentData .count .left .num {
  font-size: 30px;
  font-weight: bold;
  color: #0073E6;
  margin-left: 5px;
}
.contentData .count .right {
  float: right;
  margin: 15px 20px 0 0;
}
.contentData1 {
  height: 645px;
  width: 1039px;
  background-color: #fff;
  overflow: hidden;
}
.contentData1 .tip {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 10px 0 20px 40px;
}
.contentData1 .tip img {
  margin-bottom: 3px;
}
.contentData1 .form {
  width: 900px;
}
.contentData1 .form .el-input--small {
  width: 300px;
}
.contentData1 .form .upPic {
  width: 270px;
}
.contentData1 .form .upPic .img-warpper {
  height: 160px;
}
.contentData1 .form .loginPages .userWrapper .content .form {
  width: 740px;
}
.contentData1 .form .span-checkbox * {
  vertical-align: middle;
  cursor: pointer;
}
.contentData1 .form .span-checkbox label {
  padding-left: 3px;
  color: #606266;
}
.contentData1 .form .span-checkbox {
  margin-right: 8px;
  line-height: 20px;
  display: inline-block;
}
