* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}
a {
  text-decoration: none;
  cursor: pointer;
}
.hoverBtn:hover {
  background-color: #dc8f0b !important;
}
.hoverFont:hover {
  color: #dc8f0b !important;
}
.mainTitleWrap .maTitT {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainTitleWrap .maTitT::before {
  position: absolute;
  content: "Postgraduate fees";
  margin: 0 auto;
  bottom: -22px;
  font-size: 23px;
  font-weight: bold;
  color: #666666;
  line-height: 57px;
  opacity: 0.11;
}
.mainTitleWrap .maTitT img {
  width: 70px;
  height: 20px;
}
.mainTitleWrap .maTitT p {
  margin: 0 40px;
  font-size: 38px;
  font-weight: bold;
  color: #1f2021;
}
.mainTitleWrap .maTitCon {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  padding: 10px 122px 20px 122px;
  text-align: center;
}
.mainTitleWrap .maTitCon a {
  text-decoration: underline;
  color: #f39c0b;
  transition: 0.3s;
}
.mainBtn {
  display: block;
  margin: 0 auto;
  width: 217px;
  height: 49px;
  line-height: 50px;
  text-align: center;
  background: #ee990a;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 30px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.bannerWrap {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
  background-image: url(/Public/Home/images/mgyjsfy_img/banner.png);
  background-size: 100% 100%;
}
.bannerWrap .bannerBtn {
  width: 250px;
  height: 56px;
  background: #f39c0b;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 98px;
  margin: auto;
  transition: 0.3s;
}
.postgraduateAbroadWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
.postgraduateAbroadWrap .postgraduateAbroadTitle {
  width: 1200px;
  height: 48px;
  background: #236be2;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-bottom: 10px;
}
.postgraduateAbroadWrap .postgraduateAbroadCont {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  text-align: center;
}
.postgraduateAbroadWrap .postgraduateAbroadCont a {
  color: #333333;
}
.postgraduateAbroadWrap .postgraduateAbroadCont a:hover {
  color: #f39c0b;
  text-decoration: underline;
}
.postgraduateAbroadWrap .postgraduateAbroadCont span {
  display: block;
  width: 24%;
}
.postgraduateAbroadWrap .postgraduateAbroadCont .conThWrap {
  height: 48px;
  background: #236ce249;
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  padding-right: 18px;
}
.postgraduateAbroadWrap .postgraduateAbroadCont .conContWrap {
  height: 480px;
  overflow-y: scroll;
}
.postgraduateAbroadWrap .postgraduateAbroadCont .conContWrap .conContItem {
  display: flex;
  justify-content: space-around;
}
.postgraduateAbroadWrap .postgraduateAbroadCont .conContWrap .conContItem:nth-child(2n) {
  background: #f7f7f7;
}
.postgraduateAbroadWrap .postgraduateAbroadCont .conContWrap .conContItem:nth-child(2n + 1) {
  background: #fcfcfc;
}
.postLifeAbroadWrap {
  height: 873px;
  background-image: url(image/2.0.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 34px 0 40px 0;
}
.postLifeAbroadWrap .postLifeAbroad {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA {
  width: 1200px;
  height: 230px;
  box-sizing: border-box;
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #fafcff;
  display: flex;
  justify-content: space-between;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA > img {
  width: 215px;
  height: 188px;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA .postLifeAFItem {
  width: 430px;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA .postLifeAFItem p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA .postLifeAFItem p span {
  font-weight: bold;
  color: #333333;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA .postLifeAFItem .postLifeAFItemTit {
  height: 43px;
  width: 82px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA .postLifeAFItem .postLifeAFItemTit::before {
  content: "";
  position: absolute;
  bottom: 11px;
  width: 100%;
  height: 7px;
  background: #236be2;
  opacity: 0.21;
  z-index: 0;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA .postLifeAFItem .postLifeAFItemTit img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeA .postLifeAFItem .postLifeAFItemTit span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 27px;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 90px;
  font-size: 15px;
  font-weight: bold;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD a {
  display: block;
  width: 183px;
  height: 90px;
  color: #ffffff;
  transition: 0.3s;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD a:hover {
  color: #dc8f0b !important;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD > a:nth-child(1) {
  background-image: url(/Public/Home/images/mgyjsfy_img/2.3.png);
  background-size: 100% 100%;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD > a:nth-child(2) {
  background-image: url(/Public/Home/images/mgyjsfy_img/2.4.png);
  background-size: 100% 100%;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD > a:nth-child(3) {
  background-image: url(/Public/Home/images/mgyjsfy_img/2.5.png);
  background-size: 100% 100%;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD > a:nth-child(4) {
  background-image: url(/Public/Home/images/mgyjsfy_img/2.6.png);
  background-size: 100% 100%;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD > a:nth-child(5) {
  background-image: url(/Public/Home/images/mgyjsfy_img/2.7.png);
  background-size: 100% 100%;
}
.postLifeAbroadWrap .postLifeAbroad .postLifeAD > a:nth-child(6) {
  background-image: url(/Public/Home/images/mgyjsfy_img/2.8.png);
  background-size: 100% 100%;
}
.postProphaseWrap {
  height: 1870px;
  background-image: url(/Public/Home/images/mgyjsfy_img/3.0.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 50px 0 0 0;
}
.postProphaseWrap .postProphase {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.postProphaseWrap .postProphase .postTitleWrap .postTitle {
  height: 19px;
  font-size: 18px;
  font-weight: bold;
  color: #236be2;
  line-height: 19px;
  border-left: 4px solid #236be2;
  padding-left: 14px;
}
.postProphaseWrap .postProphase .postTitleWrap p {
  padding-left: 18px;
  margin-bottom: 25px;
  line-height: 25px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 9px;
}
.postProphaseWrap .postProphase .postTitleWrap p a {
  color: #f39c0b;
  transition: 0.3s;
}
.postProphaseWrap .postProphase .testPost {
  margin-top: 45px;
}
.postProphaseWrap .postProphase .testPost .testPostCont {
  box-sizing: border-box;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
.postProphaseWrap .postProphase .testPost .testPostCont .testPostContL {
  width: 539px;
  height: 236px;
  background-image: url(/Public/Home/images/mgyjsfy_img/3.1.png);
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  box-sizing: border-box;
  padding: 16px 23px;
}
.postProphaseWrap .postProphase .testPost .testPostCont .testPostContL > p:nth-child(1) {
  color: #333333;
  font-weight: bold;
}
.postProphaseWrap .postProphase .testPost .testPostCont .testPostContR {
  width: 605px;
  height: 236px;
  background-image: url(/Public/Home/images/mgyjsfy_img/3.2.png);
  background-size: 100% 100.5%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  box-sizing: border-box;
  padding: 14px 23px;
}
.postProphaseWrap .postProphase .testPost .testPostCont .testPostContR > p:nth-child(1) {
  color: #333333;
  font-weight: bold;
}
.postProphaseWrap .postProphase .testPost .testPostCont .testPostContR > p:nth-child(3) {
  margin-top: 10px;
  color: #333333;
  font-weight: bold;
}
.postProphaseWrap .postProphase .centerPost {
  margin-top: 80px;
}
.postProphaseWrap .postProphase .centerPost .centerPostCont {
  width: 1162px;
  height: 194px;
  background-image: url(/Public/Home/images/mgyjsfy_img/3.7.png);
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 18px;
}
.postProphaseWrap .postProphase .centerPost .centerPostCont p {
  display: flex;
  justify-content: center;
  width: 290.5px;
  height: 97px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #232323;
  padding-top: 50px;
  box-sizing: border-box;
}
.postProphaseWrap .postProphase .downPost {
  margin-top: 70px;
}
.postProphaseWrap .postProphase .downPost .downPostCont {
  display: flex;
  justify-content: space-between;
}
.postProphaseWrap .postProphase .downPost .downPostCont .downPostContItem {
  width: 285px;
  height: 220px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 1px rgba(126, 134, 147, 0.18);
  text-align: center;
}
.postProphaseWrap .postProphase .downPost .downPostCont .downPostContItem img {
  width: 285px;
  height: 130px;
  display: block;
}
.postProphaseWrap .postProphase .downPost .downPostCont .downPostContItem > p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-top: 15px;
}
.postProphaseWrap .postProphase .downPost .downPostCont .downPostContItem > p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
}
.postProphaseWrap .postProphase .lastPost {
  margin-top: 70px;
}
.postProphaseWrap .postProphase .lastPost .lastPostCont {
  display: flex;
  justify-content: space-between;
}
.postProphaseWrap .postProphase .lastPost .lastPostCont .lastPostContItem {
  box-sizing: border-box;
  padding: 20px;
  width: 582px;
  height: 159px;
  background: #f6f8fb;
  border: 1px solid #ebf1fa;
  border-radius: 6px;
  display: flex;
}
.postProphaseWrap .postProphase .lastPost .lastPostCont .lastPostContItem img {
  margin-right: 20px;
  height: 120px;
  width: 219px;
}
.postProphaseWrap .postProphase .lastPost .lastPostCont .lastPostContItem .cr {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.postProphaseWrap .postProphase .lastPost .lastPostCont .lastPostContItem .cr p {
  line-height: 26px;
}
.postProphaseWrap .postProphase .lastPost .lastPostCont .lastPostContItem .cr > p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 10px;
}
.burdenWrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 57px;
  margin-bottom: 30px;
}
.burdenWrap .maTitCon {
  padding: 10px 140px 20px 140px;
}
.burdenWrap .burdenCont {
  display: flex;
}
.burdenWrap .burdenCont .burdenContM {
  box-sizing: border-box;
  padding-top: 35px;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.burdenWrap .burdenCont .burdenContM p {
  margin-bottom: 10px;
  line-height: 23px;
}
.burdenWrap .burdenCont .burdenContM > p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
}
.burdenWrap .burdenCont .burdenContM > p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #236be2;
  line-height: 30px;
  margin-top: 20px;
}
.burdenWrap .burdenCont .burdenContL {
  width: 474px;
  height: 473px;
  background: #f3f5f7;
  border-radius: 6px;
  margin-right: 25px;
  position: relative;
}
.burdenWrap .burdenCont .burdenContL > p:nth-child(1)::before {
  position: absolute;
  top: 25px;
  left: 25px;
  content: "SCHOLARSHIP";
  font-size: 20px;
  font-weight: bold;
  color: #4781e5;
  line-height: 27px;
  opacity: 0.15;
}
.burdenWrap .burdenCont .burdenContC {
  width: 518px;
  height: 473px;
  background: #f3f5f7;
  border-radius: 6px;
  padding-right: 65px;
  position: relative;
}
.burdenWrap .burdenCont .burdenContC > p:nth-child(1)::before {
  position: absolute;
  top: 25px;
  left: 25px;
  content: "PART-TIME WORK";
  font-size: 20px;
  font-weight: bold;
  color: #4781e5;
  line-height: 27px;
  opacity: 0.15;
}
.burdenWrap .burdenCont .burdenContR {
  width: 245px;
  height: 430px;
  margin-left: -50px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.burdenWrap .burdenCont .burdenContR .burdenContRT {
  width: 67px;
  height: 8px;
  background-color: #236be2;
  margin-bottom: 20px;
}
.burdenWrap .burdenCont .burdenContR img {
  width: 243px;
  height: 398px;
}
.expensesWrap {
  height: 754px;
  background-image: url(image/7.0.png);
  background-size: 100% 366px;
  background-repeat: no-repeat;
  padding-top: 63px;
  box-sizing: border-box;
}
.expensesWrap .expenses {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.expensesWrap .expenses .expensesCont {
  width: 1200px;
  height: 486px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  display: flex;
  box-sizing: border-box;
  padding: 45px 0 40px 0;
  margin-top: 30px;
}
.expensesWrap .expenses .expensesCont .expensesContItem {
  box-sizing: border-box;
  width: 400px;
  padding: 0 45px;
  border-right: 1px solid #e7e7e7;
}
.expensesWrap .expenses .expensesCont .expensesContItem .expensesContItemD {
  margin-top: 10px;
}
.expensesWrap .expenses .expensesCont .expensesContItem a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 35px;
  position: relative;
  transition: 0.3s;
}
.expensesWrap .expenses .expensesCont .expensesContItem a span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #4782e5;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 4px;
}
.expensesWrap .expenses .expensesCont .expensesContItem a:hover {
  color: #dc8f0b !important;
}
.expensesWrap .expenses .expensesCont .expensesContItem > a:nth-child(2) {
  display: block;
  width: 310px;
  height: 34px;
  line-height: 34px;
  background: #0000007b;
  color: #ffffff;
  margin-top: -34px;
  box-sizing: border-box;
  padding: 0 10px 0 18px;
}
.expensesWrap .expenses .expensesCont .expensesContItem > a:nth-child(1) {
  display: block !important;
  width: 310px !important;
  height: 186px !important;
}
.expensesWrap .expenses .expensesCont .expensesContItem > a:nth-child(1) img {
  display: block;
  width: 310px;
  height: 186px;
}
.expensesWrap .expenses .expensesCont > .expensesContItem:nth-child(3) {
  border-right: none !important;
}
