.box-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 34px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding: 10px 15px 0 30px;
  margin: 30px auto 20px;
  box-sizing: border-box;
  background-image: url("../images/title1.png"), url("../images/title2.png");
  background-position: left top, right 35px;
  background-repeat: no-repeat, no-repeat;
}
.box-title span {
  color: #1657da;
}

.box2 .box-title {
  margin: 36px auto 14px;
}
.box2 .title {
  width: 100%;
  font-size: 26px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  padding: 20px 0;
}
.box2 .title .com {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
}
.box2 .title .com .left {
  width: 50%;
  background-color: #1657da;
}
.box2 .title .com .center {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 5px solid #1657da;
  border-radius: 50%;
  font-size: 60px;
  color: #1657da;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box2 .title .com .right {
  width: 50%;
  background-color: #ffc549;
}
.box2 .list {
  margin: 10px 0 45px;
}
.box2 .list .item {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  position: relative;
}
.box2 .list .item:nth-child(odd) .center {
  background-color: #1657da;
}
.box2 .list .item:nth-child(even) .center {
  background-color: #ffc549;
}
.box2 .list .item .left {
  width: 50%;
  background-color: #f1f9fd;
  padding: 0 120px 0 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.box2 .list .item .center {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 190px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-clip-path: polygon(35px 0%, 100% 0%, 155px 100%, 0% 100%);
          clip-path: polygon(35px 0%, 100% 0%, 155px 100%, 0% 100%);
}
.box2 .list .item .right {
  width: 50%;
  background-color: #fff7e7;
  padding-left: 110px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.box3 {
  background-color: #ecf8ff;
  height: 450px;
  padding-top: 1px;
}
.box3 .box-title {
  margin: 22px auto 15px;
}
.box3 .table {
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  text-align: center;
}
.box3 .table .item {
  display: flex;
  width: 100%;
}
.box3 .table .item .tr:nth-child(odd) {
  width: 198px;
}
.box3 .table .item .tr:nth-child(even) {
  width: 398px;
}
.box3 .table .item .tr {
  height: 50px;
  border-right: 2px solid #ecf8ff;
  border-bottom: 2px solid #ecf8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}
.box3 .table .item .tr.th {
  color: #fff;
  background-color: #1657da;
}
.box3 .table .item .tr.th:nth-child(n+3) {
  background-color: #ffc549;
}
.box3 .btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  margin: 20px auto;
  background: linear-gradient(to right, #ffc549, #ffae00);
  cursor: pointer;
}
.box3 .btn:active {
  background: #ffbe33;
}

.box4 {
  padding-top: 5px;
  height: 590px;
  box-sizing: border-box;
}
.box4 .box-title {
  margin: 30px auto 22px;
}
.box4 .navbar {
  margin: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box4 .navbar .item {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #1657da;
  text-align: center;
  border: 1px solid #1657da;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.box4 .navbar .item.active {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0;
  background: url("../images/nav_bg_active.png") no-repeat center;
  border: none;
}
.box4 .xuqiu_list {
  display: none;
}
.box4 .xuqiu_list:nth-child(4) tr td {
  height: 120px;
}
.box4 .xuqiu_list table {
  border-collapse: separate;
  border-spacing: 1px;
}
.box4 .xuqiu_list table .biaoti {
  border-collapse: separate;
  background: #1657da;
}
.box4 .xuqiu_list table .biaoti td {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.box4 .xuqiu_list table .biaoti td:nth-child(1) {
  width: 100px;
}
.box4 .xuqiu_list table .biaoti td:nth-child(2) {
  width: 198px;
}
.box4 .xuqiu_list table .biaoti td:nth-child(3) {
  width: 721px;
}
.box4 .xuqiu_list table .biaoti td:nth-child(4) {
  width: 178px;
}
.box4 .xuqiu_list table tr td {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  height: 60px;
}
.box4 .xuqiu_list table tr td.borrale {
  color: #1657da;
  font-size: 18px;
  line-height: 27px;
  background-color: #f1f9fd;
}
.box4 .xuqiu_list table tr td.xqls_kc {
  text-align: left;
  padding: 0 40px;
}
.box4 .borrari {
  background-color: #f1f9fd !important;
}
.box4 .show {
  display: block;
}

.box5 {
  height: 180px;
  background: url("../images/form1-bg.png") no-repeat center;
  padding-top: 5px;
  box-sizing: border-box;
}
.box5 .box-title {
  color: #fff;
  margin: 15px auto;
}
.box5 .box-title span {
  color: #ffc549;
}
.box5 .form-container {
  box-sizing: border-box;
  padding: 0 40px;
}

.box5 .form-container,
.box7 .form-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.box5 .form-container .form-item,
.box7 .form-container .form-item {
  width: 200px;
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 23px;
  padding: 0 15px;
}
.box5 .form-container .form-item input,
.box7 .form-container .form-item input {
  background-color: transparent;
}
.box5 .form-container .form-code,
.box7 .form-container .form-code {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 23px;
  background-color: #fff;
  overflow: hidden;
}
.box5 .form-container .form-code .form-item,
.box7 .form-container .form-code .form-item {
  width: 160px;
  margin: 0;
}
.box5 .form-container .form-code .kaptcha-code,
.box7 .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.box5 .form-container .form-code .kaptcha-btn,
.box7 .form-container .form-code .kaptcha-btn {
  width: 128px;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  color: #1657da;
  font-size: 16px;
  font-weight: bold;
  margin: 11px 0;
  border-left: 1px solid #1657da;
  border-radius: 0;
}
.box5 .form-container .form-code .kaptcha-btn:active,
.box7 .form-container .form-code .kaptcha-btn:active {
  color: #0d327d;
}
.box5 .form-container .submit,
.box7 .form-container .submit {
  width: 200px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(to right, #ffc549, #ffae00) !important;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 23px;
}

.box6 .box-title {
  margin-bottom: 35px;
}
.box6 .list {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box6 .list .item {
  width: 245px;
  height: 244px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.box6 .list .item:nth-child(odd) {
  background-color: #f1f9fd;
  color: #1657da;
}
.box6 .list .item:nth-child(even) {
  background-color: #fff7e7;
  color: #ffc549;
}
.box6 .list .item .img {
  padding: 25px 0 15px;
}
.box6 .list .item .t1 {
  font-size: 20px;
  padding: 8px;
}
.box6 .list .item .t2 {
  font-size: 16px;
  color: #333;
}

.box7 .box-title {
  margin-top: 40px;
}
.box7 .box-form {
  height: 345px;
  background: url("../images/form2-bg.png") no-repeat center;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.box7 .box-form .list {
  background-color: #fff;
  border-radius: 10px;
  height: 200px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding-left: 30px;
}
.box7 .box-form .list .item {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-items: flex-start;
}
.box7 .box-form .list .item .title {
  color: #1657da;
  font-weight: bold;
  width: 150px;
}
.box7 .box-form .list .item-list {
  display: flex;
  align-items: center;
  justify-items: flex-start;
}
.box7 .box-form .list .item-list .item-item {
  color: #333;
  width: 120px;
  padding-left: 30px;
  background: url("../images/dz-icon1.png") no-repeat left top;
  box-sizing: border-box;
  line-height: 30px;
  cursor: pointer;
}
.box7 .box-form .list .item-list .item-item.active {
  background: url("../images/dz-icon2.png") no-repeat left top;
}
.box7 .box-form .form-container {
  padding: 30px 0;
}

.box8 .box-title {
  margin: 35px auto;
}
.box8 .top {
  display: flex;
  justify-content: center;
  padding-left: 120px;
}
.box8 .top .img {
  width: 225px;
  height: 311px;
}
.box8 .top .right {
  padding-left: 160px;
  padding-top: 25px;
}
.box8 .top .right .t1 {
  font-size: 26px;
  color: #ffae00;
  line-height: 35px;
}
.box8 .top .right .t2 {
  font-size: 20px;
  color: #000;
  padding-bottom: 12px;
}
.box8 .top .right .t3 {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
}
.box8 .top .right .t3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffae00;
}
.box8 .bottom {
  position: relative;
  z-index: 2;
  margin-top: -15px;
  width: 100%;
  height: 200px;
  background: #ecf8ff url("../images/book.png") no-repeat center;
}

.page .campus .box-title {
  padding: 10px 15px 0 30px;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(22, 87, 218, 0.21);
}
.page .campus .site-list .item.active {
  color: #1657da;
  border-color: #1657da;
}
.page .campus .site-list .item:hover {
  color: #1657da;
}
.page .campus .tabs .tab:hover {
  color: #1657da;
}
.page .campus .tabs .tab.active {
  background: #1657da;
}
.page .campus .position .t1 {
  color: #1657da;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  color: #fff;
  background: linear-gradient(to right, #ffc549, #ffae00) !important;
}
.page .campus .position .form-container .submit {
  color: #fff;
  background: linear-gradient(to right, #ffc549, #ffae00) !important;
}
