* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}
a {
  text-decoration: none;
  cursor: pointer;
}
.mainTitleWrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.mainTitleWrap .mainTitleTop {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.mainTitleWrap .mainTitleTop span {
  margin: 0 22px;
  font-weight: bold;
  font-size: 38px;
  line-height: 58px;
  color: #1f2021;
}
.mainTitleWrap .mainTitleTop img {
  width: 69px;
  height: 17px;
}
.mainTitleWrap .mainTitleTop::before {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 36px auto 0 auto;
  content: "";
  display: block;
  width: 295px;
  height: 18px;
  background-image: url(/Public/Home/images/mgbkfy_img/4.4.png);
  background-size: 100% 100%;
  letter-spacing: 2px;
}
.mainTitleWrap p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}
.bannerWrap {
  display: block;
  width: 100%;
  height: 500px;
}
.bannerWrap img {
  width: 100%;
  height: 100%;
}
.noTitleWrap {
  width: 100%;
  height: 1015px;
  box-sizing: border-box;
  padding-top: 70px;
}
.notitleInner {
  display: block;
  width: 1200px;
  height: 817px;
  margin: 0 auto 30px auto;
}
.notitleInner .tableTh {
  display: flex;
  flex-grow: 1;
  width: 1199px;
  height: 48px;
  box-sizing: border-box;
  padding-right: 15px;
  background: #ffe4d989;
}
.notitleInner .tableTh div {
  font-weight: bold;
  font-size: 16px;
  color: #1f2021;
  line-height: 48px;
  text-align: center;
}
.notitleInner .tableTContent {
  height: 769px;
  overflow-y: scroll;
}
.notitleInner .tableTContent > .tabConItem:nth-child(2n) {
  background: #fcfcfc;
}
.notitleInner .tableTContent > .tabConItem:nth-child(2n + 1) {
  background: #f7f7f7;
}
.notitleInner .tableTContent .tabConItem {
  display: flex;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
}
.notitleInner .tableTContent .tabConItem a {
  text-decoration: underline;
  color: #333333;
  transition: 0.3s;
}
.notitleInner .tableTContent .tabConItem a:hover {
  color: #F06124;
}
.notitleInner .tableTContent .tabConItem > div:nth-child(1) {
  width: 10%;
}
.notitleInner .tableTContent .tabConItem > div:nth-child(2) {
  width: 20%;
}
.notitleInner .tableTContent .tabConItem > div:nth-child(3) {
  width: 40%;
}
.notitleInner .tableTContent .tabConItem > div:nth-child(4) {
  width: 15%;
}
.notitleInner .tableTContent .tabConItem > div:nth-child(5) {
  width: 15%;
}
.noTitleBtn {
  width: 285px;
  height: 49px;
  background: #f06124;
  border-radius: 3px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 49px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 1px;
  transition: 0.3s;
}
.noTitleBtn:hover {
  background: #c14e1c;
}
.studyExpenWrap {
  width: 100%;
  height: 1050px;
  background-image: url(/Public/Home/images/mgbkfy_img/3.1.png);
  background-size: 100% 100%;
  padding-top: 40px;
}
.studyExpenWrap .notitleInner {
  margin-top: 21px;
}
.liveExpenWrap {
  height: 860px;
  box-sizing: border-box;
  padding-top: 40px;
}
.liveExpenWrap .liveExpenBtn {
  width: 217px;
  height: 49px;
  background: #f06124;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 49px;
  display: block;
  margin: 30px auto 0 auto;
  transition: 0.3s;
}
.liveExpenWrap .liveExpenBtn:hover {
  background: #c14e1c;
}
.liveExpenWrap .liveExpenCon {
  width: 1200px;
  height: 602px;
  margin: 46px auto 0 auto;
}
.liveExpenWrap .liveExpenCon p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.liveExpenWrap .liveExpenCon p span {
  color: #333333;
  font-weight: Bold;
}
.liveExpenWrap .liveExpenCon .liveExTit {
  position: relative;
  z-index: 0;
  height: 22px;
  display: flex;
  margin-bottom: 10px;
}
.liveExpenWrap .liveExpenCon .liveExTit::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 7px;
  background: #f0612433;
  bottom: 0;
}
.liveExpenWrap .liveExpenCon .liveExTit img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.liveExpenWrap .liveExpenCon .liveExTit span {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.liveExpenWrap .liveExpenCon .liveExCT {
  margin-bottom: 49px;
  width: 1200px;
  height: 287px;
  box-sizing: border-box;
  padding: 0 15px;
  background: #fafafa;
  display: flex;
}
.liveExpenWrap .liveExpenCon .liveExCT > img {
  width: 215px;
  height: 224px;
  margin-right: 20px;
  margin-top: 35px;
}
.liveExpenWrap .liveExpenCon .liveExCT .liveExCTR {
  margin-top: 22px;
}
.liveExpenWrap .liveExpenCon .liveExCD {
  width: 1200px;
  height: 266px;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
}
.liveExpenWrap .liveExpenCon .liveExCD > img {
  width: 215px;
  height: 224px;
  margin-top: 21px;
  margin-left: 13px;
}
.liveExpenWrap .liveExpenCon .liveExCD .liveExCDL {
  margin-top: 35px;
  margin-right: 39px;
  width: 302px;
}
.liveExpenWrap .liveExpenCon .liveExCD .liveExCDC {
  width: 600px;
  margin-top: 35px;
}
.expenBWrap {
  width: 1200px;
  height: 143px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 45px;
}
.expenBWrap a {
  width: 591px;
  height: 143px;
  display: block;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  line-height: 143px;
  text-align: center;
  transition: 0.3s;
}
.expenBWrap a:hover {
  text-decoration: underline;
}
.expenBWrap > a:nth-child(1) {
  background-image: url(/Public/Home/images/mgbkfy_img/5.1.png);
  background-size: 100% 100%;
}
.expenBWrap > a:nth-child(2) {
  background-image: url(/Public/Home/images/mgbkfy_img/5.2.png);
  background-size: 100% 100%;
}
