* {
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', 'Tahoma', 'Arial', 'SimSun', 'Heiti', 'sans-serif' !important;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
#app {
  margin: 0 auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.oneLine {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.twoLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.threeLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
input {
  border: none;
  outline: none;
  padding-left: 11px;
}
input::placeholder {
  font-size: 14px;
  color: #999999;
}
thead tr {
  background: #EF2D36;
}
thead tr th {
  color: #fff;
}
.article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  text-align: center;
}
.container:before,
.container::after {
  content: none;
}
th,
td {
  height: 50px;
  line-height: 50px !important;
  padding: 0 !important;
  text-align: center;
  font-weight: bold;
}
.blockSpan {
  padding: 3px 5px;
  background: #EF2D36;
  border-radius: 4px;
  font-size: 0.16px;
  font-weight: 400;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  height: 29px;
  line-height: 25px;
}
.empty {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #EF2D36 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #EF2D36;
  border-color: #EF2D36;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #EF2D36;
}
.tab1 {
  display: flex;
  justify-content: space-between;
}
.tab1 .tab1-left {
  width: 860px;
}
.tab1 .tab1-left .tab1-item {
  width: 100%;
  background: #ffffff;
  padding: 34px 35px 39px 35px;
  margin-bottom: 20px;
}
.tab1 .tab1-left .tab1-item h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tab1 .tab1-left .tab1-item h2 span {
  display: flex;
  align-items: center;
}
.tab1 .tab1-left .tab1-item h2 span b {
  width: 3px;
  height: 30px;
  background: #EF2D36;
}
.tab1 .tab1-left .tab1-item h2 span span {
  font-size: 24px;
  font-weight: 550;
  color: #333333;
  margin-left: 22px;
}
.tab1 .tab1-left .tab1-item h2 span {
  font-size: 16px;
  font-weight: 400;
  color: #EF2D36;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tab1 .tab1-left .tab1-item h2 span img {
  width: 18px;
  height: 18px;
  margin-left: 3px;
}
.tab1 .tab1-left .tab1-money > p,
.tab1 .tab1-left .tab1-school > p {
  padding: 0 22px 0 35px;
  font-size: 14px;
  font-weight: 400;
  color: #656565;
  line-height: 20px;
}
.tab1 .tab1-left .tab1-money > p a,
.tab1 .tab1-left .tab1-school > p a {
  color: #4c8ddc;
  font-weight: bold;
}
.tab1 .tab1-left .tab1-pi /deep/ .el-table {
  margin-left: 18px;
}
.tab1 .tab1-left .tab1-pi /deep/ .has-gutter tr th {
  height: 42px;
  background: #EF2D36;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border-left: none;
}
.tab1 .tab1-left .tab1-pi /deep/ .cell {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.tab1 .tab1-left .tab1-gonggao .gonggaoWrapper {
  display: flex;
  padding-left: 24px;
}
.tab1 .tab1-left .tab1-gonggao .gonggaoWrapper ul {
  width: 100%;
}
.tab1 .tab1-left .tab1-gonggao .gonggaoWrapper li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
}
.tab1 .tab1-left .tab1-gonggao .gonggaoWrapper li a {
  display: flex;
  align-items: center;
}
.tab1 .tab1-left .tab1-gonggao .gonggaoWrapper li a b {
  width: 4px;
  height: 4px;
  background: #EF2D36;
  border-radius: 50%;
  margin-right: 7px;
}
.tab1 .tab1-left .tab1-gonggao .gonggaoWrapper .oneLine {
  width: 502px;
}
.tab1 .tab1-left .tab1-gonggao .gonggaoWrapper span {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}
.tab1 .tab1-rigth {
  width: 284px;
}
.tab1 .more {
  color: #4c8ddc;
  font-weight: bold;
  font-size: 14px;
}
.tab-module1 {
  width: 283px;
  background: #FFFFFF;
  padding: 10px;
}
.tab-module1 ul {
  display: flex;
  background: #F7F7F7;
}
.tab-module1 ul li {
  width: 104px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  color: #1b1b1b;
  cursor: pointer;
}
.tab-module1 ul .active {
  background: #FDBC32;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.tab-module1 .tab-module1-contemt img {
  width: 265px;
}
.tab-module1 .study-tool {
  margin-top: 17px;
}
.tab-module1 .study-tool .title {
  width: 265px;
  height: 46px;
  background: #F9F9F9;
  border: 1px solid #DCDCDC;
  line-height: 46px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
}
.tab-module1 .study-tool .title::before {
  margin: 0 15px;
  width: 3px;
  height: 17px;
  background: #FF9900;
  border-radius: 2px;
  content: "";
}
.tab-module1 .study-tool .studyWrapper {
  width: 265px;
  height: 327px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-top: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-module1 .study-tool .studyWrapper .studyItem {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tab-module1 .study-tool .studyWrapper .studyItem img {
  width: 29px;
}
.tab-module1 .study-tool .studyWrapper .studyItem span {
  margin-top: 13px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
}
.tab1-bottom {
  margin: 0px auto;
}
.tab1-bottom .tab1-bottom-title {
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1B1B1B;
  display: flex;
  align-items: center;
}
.tab1-bottom .tab1-bottom-title::before {
  content: "";
  width: 3px;
  height: 18px;
  background: #EF2D36;
  margin-right: 8px;
}
.tab1-bottom .bottomWrapp {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.tab1-bottom .bottomWrapp .bottom1 {
  width: 586px;
  height: 90px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 15px 24px 18px 25px;
  display: flex;
}
.tab1-bottom .bottomWrapp .bottom1 .bottom1-left {
  width: 57px;
  height: 57px;
  background: #FFFFFF;
  border: 1px solid #E51C2C;
  box-shadow: 0px 9px 19px 2px rgba(27, 27, 27, 0.16);
  border-radius: 3px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E51C2C;
  text-align: center;
  padding: 4px 0;
}
.tab1-bottom .bottomWrapp .bottom1 .lines {
  width: 472px;
  height: 1px;
  margin: 0;
  background: #EEEEEE;
}
.tab1-bottom .bottomWrapp .bottom1 .botto1-right {
  width: 413px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.tab1-bottom .bottomWrapp .bottom1 .lineOne {
  display: flex;
  justify-content: space-between;
  margin-left: 56px;
  line-height: 30px;
}
.tab1-bottom .bottomWrapp .bottom1 .lineOne a {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
}
.bottom2 {
  margin-top: 26px;
}
.bottom2 .p-content {
  margin-top: 26px;
  width: 1200px;
  height: 103px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 15px 36px;
}
.bottom2 .p-content p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #626262;
  line-height: 36px;
}
