.Computer .header .header-box .header-ul ul li:nth-child(4) a,
.Computer .nav .header-box .header-ul ul li:nth-child(4) a {
  font-weight: 800 !important;
  color: #2241b5 !important;
}
.Computer .banner {
  background-color: #2241b5;
  height: 275px;
  margin: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-image: url(../../image/banner.jpg);
  background-size: 1920px 275px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.Computer .banner img {
  width: 100%;
}
.Computer .banner h1 {
  position: absolute;
  left: calc(50% - 101px);
  bottom: 50px;
  font-size: 84px;
  font-family: MyFont2;
  color: #ffffff;
  font-weight: normal;
}
.Computer .studyHot {
  min-width: 1220px;
}
.Computer .studyHot .studyHotBox {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}
.Computer .studyHot .studyHotBox .studyHotTitle {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  border-color: #2241b5;
  line-height: 70px;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-top: 1px solid hsla(0, 0%, 60%, 0.15);
  padding: 25px 0;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent:first-child {
  border-top: 0;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent:hover {
  background: #f5f5f5;
  border-radius: 2px;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent:hover .studyHotText .studyHotTextTitle h4 {
  color: #2241b5;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotTime {
  padding: 10px;
  text-align: center;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotTime h1 {
  font-weight: normal;
  font-size: 24px;
  color: #626971;
  margin-bottom: 5px;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotTime p {
  font-size: 14px;
  color: #626971;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotBorder {
  height: 50px;
  margin: 0 15px;
  border-left: 1px solid hsla(0, 0%, 80%, 0.3);
  display: inline-block;
  vertical-align: middle;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotText {
  padding: 10px;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotText .studyHotTextTitle {
  display: flex;
  justify-content: space-between;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotText .studyHotTextTitle h4 {
  font-size: 17px;
  color: #333333;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotText .studyHotTextTitle p {
  font-size: 14px;
  color: #999999;
}
.Computer .studyHot .studyHotBox .studyHotBoxContent .studyHotContent .studyHotText .hotSummary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  color: #666;
  margin-top: 14px;
  font-size: 14px;
}
.Computer .studyHot .studyHotBox .paginationBox {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.Computer .studyHot .studyHotBox .paginationBox ul {
  list-style-type: none;
  display: flex;
}
.Computer .studyHot .studyHotBox .paginationBox ul li.page-item {
  margin: 0 5px;
}
.Computer .studyHot .studyHotBox .paginationBox ul li.page-item .page-link {
  display: block;
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid #ccc;
}
.Computer .studyHot .studyHotBox .paginationBox ul li.page-item.disabled .page-link {
  background-color: #eee !important;
  color: #999;
}
.Computer .studyHot .studyHotBox .paginationBox ul li.page-item a:link,
.Computer .studyHot .studyHotBox .paginationBox ul li.page-item a:visited {
  text-decoration: none;
  color: #FFF;
  background-color: #2241b5 !important;
}
.Computer .studyHot .studyHotBox .paginationBox ul li.page-item.active {
  background-color: transparent !important;
}
.Computer .studyHot .studyHotBox .paginationBox ul li.page-item.active a:link,
.Computer .studyHot .studyHotBox .paginationBox ul li.page-item.active a:visited {
  text-decoration: none;
  color: #FFF;
  background-color: #2241b5 !important;
}
.Computer .studyHot .studyHotBox .unfold {
  margin: 30px auto 10px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Computer .studyHot .studyHotBox .unfold:hover {
  background-color: #2241b5;
  transition: all 0.2s;
}
.Computer .studyHot .studyHotBox .unfold:hover span {
  color: #ffffff;
}
.Computer .studyHot .studyHotBox .unfold:hover .unfoldLogo1 {
  display: none;
}
.Computer .studyHot .studyHotBox .unfold:hover .unfoldLogo2 {
  display: block;
}
.Computer .studyHot .studyHotBox .unfold span {
  font-size: 14px;
  color: #666666;
}
.Computer .studyHot .studyHotBox .unfold img {
  width: 10px;
  height: 9px;
  margin-left: 10px;
}
.Computer .studyHot .studyHotBox .unfold .unfoldLogo1 {
  display: block;
}
.Computer .studyHot .studyHotBox .unfold .unfoldLogo2 {
  display: none;
}
.Computer .studyHot .studyHotBox .studyHotBottom {
  margin-top: 30px;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
