* {
  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: 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;
}
.tab2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.tab2 .tab1-left {
  width: 860px;
}
.tab2 .tab1-left .tab1-item {
  width: 100%;
  background: #ffffff;
  padding: 34px 35px 39px 0;
  margin-bottom: 20px;
}
.tab2 .tab1-left .tab1-item h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tab2 .tab1-left .tab1-item h2 span {
  display: flex;
  align-items: center;
}
.tab2 .tab1-left .tab1-item h2 span b {
  width: 3px;
  height: 30px;
  background: #EF2D36;
}
.tab2 .tab1-left .tab1-item h2 span span {
  font-size: 24px;
  font-weight: 550;
  color: #333333;
  margin-left: 22px;
}
.tab2 .tab1-left .tab1-item h2 a {
  font-size: 16px;
  font-weight: 400;
  color: #EF2D36;
  display: flex;
  align-items: center;
}
.tab2 .tab1-left .tab1-item h2 a img {
  width: 18px;
  height: 18px;
  margin-left: 3px;
}
.tab2 .tab1-left .tab1-money > p,
.tab2 .tab1-left .tab1-school > p {
  padding: 0 22px 0 35px;
  font-size: 14px;
  font-weight: 400;
  color: #656565;
  line-height: 20px;
}
.tab2 .tab1-left .tab1-money > p a,
.tab2 .tab1-left .tab1-school > p a {
  color: #4c8ddc;
  font-weight: bold;
}
.tab2 .tab1-left .tab1-pi /deep/ .el-table {
  margin-left: 18px;
}
.tab2 .tab1-left .tab1-pi /deep/ .has-gutter tr th {
  height: 42px;
  background: #EF2D36;
  border: 1px solid #2f66aa;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border-left: none;
}
.tab2 .tab1-left .tab1-pi /deep/ .cell {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper {
  display: flex;
  padding-left: 24px;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper ul {
  width: 100%;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  cursor: pointer;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper li span {
  display: flex;
  align-items: center;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper li span b {
  width: 4px;
  height: 4px;
  background: #EF2D36;
  border-radius: 50%;
  margin-right: 7px;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper .time {
  width: 100px;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper li > span:first-child {
  flex: 1;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper li > span:first-child .oneLine {
  width: 600px;
  display: initial;
}
.tab2 .tab1-left .tab1-gonggao .gonggaoWrapper span {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}
.tab2 .tab1-rigth {
  width: 284px;
}
.tab-module1 {
  width: 283px;
  background: #FFFFFF;
  padding: 10px;
}
.tab-module1 ul {
  width: 211px;
  height: 30px;
  background: #F7F7F7;
  border-radius: 15px;
  display: flex;
}
.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 {
  margin-top: 19px;
}
.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 {
  padding: 40px 0 !important;
}
.tab2Special {
  padding: 35px 29px;
  background: #fff;
}
.tab2Special .tab2SpecialTop .itemSpecial {
  display: flex;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemLeftWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemLeftWrapper span {
  width: 18px;
  height: 18px;
  border: 1px solid #D10B11;
  border-radius: 50%;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemLeftWrapper div {
  width: 1px;
  height: 100%;
  background: #d2d2d2;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight {
  margin-left: 24px;
  padding-bottom: 23px;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight h4 {
  height: 18px;
  width: 750px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1B1B1B;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight p {
  margin-top: 22px;
  width: 750px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #434343;
  line-height: 30px;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight .itemInfo {
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight .itemInfo span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  margin-left: 10px;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight .itemInfo .itemLeft {
  display: flex;
  align-items: center;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight .itemInfo .itemLeft img {
  width: 15px;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight .itemInfo .itemRightWrapper {
  display: flex;
  align-items: center;
}
.tab2Special .tab2SpecialTop .itemSpecial .itemRight .itemInfo .itemRightWrapper .smallItem {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.tab2Special .tab2SpecialTop > .itemSpecial:last-child .itemRight {
  padding-bottom: 0;
}
.tab2Special .tab2SpecialBottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 59px;
}
.tab2Special .tab2SpecialBottom img {
  width: 136px;
  height: 34px;
}
.tab2Special .tab2SpecialBottom .hangai {
  margin-top: 16px;
  width: 246px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1B1B1B;
}
.tab2Special .tab2SpecialBottom .hangai b {
  color: #c13234;
}
.tab2Special .tab2SpecialBottom .tigong {
  margin-top: 30px;
}
.tab2Special .tab2SpecialBottom .tigong span,
.tab2Special .tab2SpecialBottom .tigong a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7D7D7D;
}
.tab2Special .tab2SpecialBottom .tigong a {
  width: 100px;
  height: 28px;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  text-align: center;
  line-height: 28px;
  margin-left: 12px;
}
.tab2Special .tab2SpecialBottom .tigong a:hover {
  background: #EF2D36;
  color: #fff;
  border: 1px solid #EF2D36;
}
.tab2Special .tab2SpecialBottom .infoss {
  margin-top: 41px;
}
.tab2Special .tab2SpecialBottom .infoss p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 36px;
}
