header .bottom {
  position: absolute;
  width: 100%;
  top: 100px;
}
.page-banner img {
  width: 100%;
  vertical-align: bottom;
}
.president-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.president-wrap .l {
  width: 260px;
  margin-right: 60px;
}
.president-wrap .r {
  flex: 1;
}
.president-wrap .r .president-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.president-wrap .r .president-title span {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.president-wrap .r .president-title span::after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: #0061b7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.president-wrap .r .president-title + div {
  background: url(../images/page-img10.png) no-repeat;
  background-size: 100% 100%;
}
.xmts .xmts-item {
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 40px 40px 30px;
}
.xmts .xmts-item:not(:last-child) {
  margin-bottom: 30px;
}
.xmts .xmts-item .l {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.xmts .xmts-item .r {
  flex: 1;
}
.xmts .xmts-item .r .t {
  font-size: 22px;
  font-weight: bold;
}
.xmts .xmts-item .r p:not(.t) {
  font-size: 14px;
  color: #333;
}
.xmts .xmts-item:nth-child(odd) {
  background: #f3f9ff;
}
.xmts .xmts-item:nth-child(odd) .l {
  background: #0061b7;
}
.xmts .xmts-item:nth-child(odd) .r .t {
  color: #0061b7;
}
.xmts .xmts-item:nth-child(even) {
  background: #fffcf5;
}
.xmts .xmts-item:nth-child(even) .l {
  background: #d4a72f;
}
.xmts .xmts-item:nth-child(even) .r .t {
  color: #d4a72f;
}
.category-link {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.category-link .l {
  font-size: 18px;
}
.category-link .r a {
  color: #666;
  font-size: 18px;
  margin-left: 20px;
}
.category-link .r a:hover,
.category-link .r a.target {
  color: #0061b7;
}
.teacher-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teacher-list .list-item {
  width: 430px;
  background: #f6f6f6;
  border-bottom: 1px solid #d4a72f;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 15px;
  box-sizing: border-box;
}
.teacher-list .list-item a {
  display: flex;
  flex-wrap: nowrap;
}
.teacher-list .list-item .l {
  position: relative;
  top: -20px;
  margin-right: 20px;
  width: 146px;
  height: 156px;
}
.teacher-list .list-item .l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher-list .list-item .r .name {
  font-size: 28px;
}
.teacher-list .list-item .r .name span {
  display: inline-block;
  margin-left: 15px;
  color: #0061b7;
  font-size: 14px;
}
.teacher-list .list-item .r .yjfx {
  width: 80px;
  height: 25px;
  background-image: linear-gradient(90deg, #d4a72f, #fff);
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.teacher-list .list-item .r .desc {
  font-size: 14px;
  color: #999;
}
.history-list {
  margin-top: 50px;
  position: relative;
}
.history-list::before {
  content: '';
  width: 10px;
  height: 18px;
  display: block;
  background: url(../images/page-icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: 77px;
}
.history-list::after {
  content: '';
  width: 10px;
  height: 18px;
  display: block;
  background: url(../images/page-icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 77px;
}
.history-list .list-item {
  display: flex;
  flex-wrap: nowrap;
}
.history-list .list-item .l {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 80px;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.history-list .list-item .l::after {
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 50px;
}
.history-list .list-item .r {
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  color: #666;
}
.history-list .list-item.more {
  cursor: pointer;
}
.history-list .list-item.more .l::after {
  width: 20px;
  height: 40px;
  background: #fff url(../images/page-icon.png) no-repeat center;
  right: -12px;
}
.history-list .list-item.list-item2 {
  display: none;
}
.history-list .list-item.list-item2.on {
  display: flex;
}
.page-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-list1 .list-item {
  width: 49%;
  margin-bottom: 20px;
  background: #f6f6f6;
  transition: 300ms;
}
.page-list1 .list-item a {
  display: flex;
  border-left: 1px solid #d4a72f;
  padding: 30px 25px;
  align-items: center;
}
.page-list1 .list-item:hover {
  background: #ffffff;
  box-shadow: 0px 8px 29px 1px rgba(0, 97, 183, 0.1);
}
.page-list1 .list-item .r {
  flex: 1;
}
.page-list1 .list-item .r .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 20px;
  line-height: 1.5;
}
.page-list1 .list-item .l {
  text-align: center;
  margin-right: 30px;
}
.page-list1 .list-item .l .day {
  color: #0061b7;
  font-size: 50px;
  line-height: 1;
}
.page-list1 .list-item .l .month {
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #d4a72f;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
}
.paging-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
  background: url(../images/bgimage.png) repeat center top;
  background-size: cover;
}
.paging-wrapper .paging {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.paging-wrapper .paging-item {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin: 0 5px;
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
}
.paging-wrapper .paging-item a {
  display: block;
  width: 100%;
  color: #666;
  height: 100%;
}
.paging-wrapper .paging-item:hover,
.paging-wrapper .paging-item.on {
  background: #0061b7;
}
.paging-wrapper .paging-item:hover a,
.paging-wrapper .paging-item.on a {
  color: #fff;
}
.paging-wrapper .paging-item.arrow.disabled {
  pointer-events: none;
  cursor: no-drop;
}
.paging-wrapper .paging-item.arrow.disabled a {
  color: #999;
}





#paging-wrapper .p_fun_d, 
#paging-wrapper .p_no_d, 
#paging-wrapper .p_no_o, 
#paging-wrapper .p_fun a, 
#paging-wrapper .p_no a {
    width: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin:0 5px;
    height:40px;
    line-height:40px;
    font-size: 16px;
    color: #666;
    background: #ebebeb;
    font-family: initial;
    border-width: 0;
}
#paging-wrapper .p_no_d, 
#paging-wrapper .p_no a:hover {
    background: #0061b7;
    color: #fff;
}






.page-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-link .link-item {
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #d4a72f15;
  color: #d4a72f;
  transition: 300ms;
}
.page-link .link-item.target,
.page-link .link-item:hover {
  color: #fff;
  background: #d4a72f;
}
.page-link2 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-link2 .link-item {
  width: 200px;
  margin-bottom: 30px;
}
/* .page-link2 .link-item:nth-child(4) {
  margin-left: 150px;
} */
.page-link2 .link-item:nth-child(5) {
  margin-right: 150px;
}
.page-title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}
.page-title .normal {
  font-size: 20px;
  color: #666;
  font-weight: normal;
}
.page-img {
  text-align: center;
}
.page-img img {
  max-width: 100%;
}
.apply-list .list-title {
  color: #0061b7;
  font-weight: bold;
  line-height: 40px;
  padding-left: 20px;
  background-image: linear-gradient(90deg, #0061b720 0%, #0061b700 100%);
  margin-bottom: 30px;
}
.apply-list .list-item {
  padding-bottom: 30px;
}
.apply-list a {
  color: #0061b7;
}
.apply-list a:hover {
  text-decoration: underline;
}
.apply-list .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  margin: 30px 0;
}
.apply-list .apply-cont {
  border-left: 1px solid #0061b7;
  padding-left: 30px;
  font-size: 14px;
}
.apply-list .apply-cont .tit {
  font-weight: bold;
  color: #0061b7;
  position: relative;
  line-height: 1;
}
.apply-list .apply-cont .tit::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #0061b7;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruit-title .num {
  color: #d4a72f;
  font-size: 60px;
  font-weight: bold;
  opacity: 0.25;
}
.recruit-title .text {
  font-size: 24px;
  color: #d4a72f;
}
.recruit-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #d4a72f;
}
.recruit-list {
  margin: 30px 0;
}
.recruit-list .list-item {
  background: #f6f6f6;
  padding: 0 30px;
}
.recruit-list .list-item .list-title {
  line-height: 60px;
  cursor: pointer;
  position: relative;
}
.recruit-list .list-item .list-title .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruit-list .list-item .list-title .icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 3px;
  background: #0061b7;
  transition: 500ms;
}
.recruit-list .list-item .answer {
  border-top: 1px solid #ccc;
  padding: 30px 0;
  display: none;
  overflow: hidden;
}
.recruit-list .list-item.active .icon span:nth-child(1) {
  transform: rotate(90deg);
}
.recruit-list .list-item.active .icon span:nth-child(2) {
  transform: rotate(180deg);
}
.bank-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.bank-list .list-item {
  flex: 1;
  padding: 30px 30px 40px;
  box-shadow: 0px 8px 29px 1px rgba(0, 97, 183, 0.1);
  font-size: 14px;
}
.bank-list .list-item img {
  display: block;
  margin: 0 auto 20px;
}
.bank-list .list-item:nth-child(2) {
  margin: 0 20px;
}
.page-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-list2 .list-item {
  width: 280px;
  height: 240px;
  margin-bottom: 15px;
  background: #f6f6f6;
  position: relative;
  transition: 300ms;
}
.page-list2 .list-item::before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #d4a72f;
  transition: 300ms;
}
.page-list2 .list-item:hover {
  background: #fcfaf3;
  box-shadow: 0px 0px 18px 0px rgba(0, 97, 183, 0.18);
}
.page-list2 .list-item:hover::before {
  width: 100%;
}
.page-list2 .list-item:hover .y,
.page-list2 .list-item:hover .d,
.page-list2 .list-item:hover .list-title {
  color: #d4a72f;
}
.page-list2 .list-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 0;
  box-sizing: border-box;
}
.page-list2 .list-item .y {
  font-size: 18px;
  line-height: 1;
  color: #0061b7;
  margin-bottom: 5px;
}
.page-list2 .list-item .d {
  font-size: 40px;
  line-height: 1;
  color: #0061b7;
}
.page-list2 .list-item .line {
  width: 50px;
  height: 6px;
  background: #d4a72f;
  margin: 20px 0;
}
.page-list2 .list-item .list-title {
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-list2 .list-item:nth-child(2) {
  margin: 0 15px;
}
.page-list3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-list3 .list-item {
  width: 425px;
  border: 1px solid #00000010;
  margin-bottom: 30px;
}
.page-list3 .list-item .t {
  height: 270px;
  overflow: hidden;
}
.page-list3 .list-item .t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-list3 .list-item .b {
  padding: 30px;
}
.page-list3 .list-item .b .list-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-bottom: 15px;
}
.page-list3 .list-item .b .time {
  color: #666;
  font-size: 14px;
}
.page-list3 .list-item .b .more {
  float: right;
  font-size: 14px;
  color: #0061b7;
}
.page-list3 .list-item .b .more:hover {
  text-decoration: underline;
}
.download-list .list-item {
  display: flex;
  padding: 30px;
  background: #f6f6f6;
  margin-bottom: 30px;
  transform: 300ms;
  border-left: 4px solid #d4a72f;
  justify-content: space-between;
  align-items: center;
}
.download-list .list-item:hover {
  background: #fff;
  box-shadow: 0px 8px 29px 1px rgba(0, 97, 183, 0.1);
}
.download-list .list-item:hover .icon img {
  top: 0;
}
.download-list .list-item:hover .list-title {
  color: #d4a72f;
}
.download-list .list-item .list-title {
  font-size: 20px;
  flex: 1;
}
.download-list .list-item .icon {
  display: block;
  width: 24px;
  height: 22px;
  overflow: hidden;
  margin-left: 30px;
}
.download-list .list-item .icon img {
  transition: 300ms;
  position: relative;
  width: 24px;
  height: 20px;
  top: -30px;
}
.news-list .list-item {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.news-list .list-item .img {
  width: 420px;
  height: 328px;
  overflow: hidden;
}
.news-list .list-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .list-item .text {
  position: absolute;
  display: block;
  background: #fff;
  padding: 50px;
  width: 500px;
  height: 260px;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 8px 29px 1px rgba(0, 97, 183, 0.1);
}
.news-list .list-item .text .list-title {
  font-size: 20px;
  color: #d4a72f;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-list .list-item .text .desc {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 10px 0;
}
.news-list .list-item .text .date {
  color: #0061b7;
  font-size: 14px;
}
.news-list .list-item .text .jiantou {
  float: right;
  width: 28px;
  height: 14px;
}
.news-list .list-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.news-list .list-item:nth-child(odd) .text {
  left: 0;
}
.news-list .list-item:nth-child(even) .text {
  right: 0;
}
.page-list4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-list4 .list-item {
  width: 414px;
  margin-bottom: 40px;
}
.page-list4 .list-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-list4 .list-item:hover .top::after {
  border: 1px solid #d4a72f;
}
.page-list4 .list-item:hover .bottom .list-title {
  color: #d4a72f;
}
.page-list4 .list-item .top {
  width: 414px;
  height: 240px;
  position: relative;
  margin-bottom: 50px;
}
.page-list4 .list-item .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.page-list4 .list-item .top::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  top: 15px;
  left: 20px;
  background: #f6f6f6;
  position: absolute;
}
.page-list4 .list-item .bottom .list-title {
  font-size: 20px;
  line-height: 1.5;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-list4 .list-item .bottom .date {
  color: #999;
  font-size: 14px;
}
.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.dialog-wrap .dialog {
  width: 880px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog-wrap .dialog-title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding-left: 55px;
  background: #0061b7;
  line-height: 70px;
}
.dialog-wrap .dialog .form-wrap {
  padding: 30px 55px;
}
.dialog-wrap .dialog .form-wrap .layui-form-label {
  width: 150px;
  text-align: right;
  font-size: 18px;
  line-height: 40px;
  padding: 0;
}
.dialog-wrap .dialog .form-wrap .layui-input-inline {
  display: flex;
}
.dialog-wrap .dialog .form-wrap .form-verify-item img {
  display: inline-block;
  margin-left: 15px;
}
.dialog-wrap .dialog .form-wrap .form-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.dialog-wrap .dialog .form-wrap .form-item input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 8px;
  border: solid 1px #00000010;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
}
.dialog-wrap .dialog .form-wrap .form-item:nth-child(1) input {
  width: 300px;
}
.dialog-wrap .dialog .form-wrap .form-item:nth-child(3) input {
  width: 445px;
}
.dialog-wrap .dialog .form-wrap .form-item:nth-child(4) input {
  width: 145px;
}
.dialog-wrap .dialog .form-wrap .form-item button {
  width: 145px;
  height: 40px;
  border-radius: 8px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 20px;
  cursor: pointer;
}
.dialog-wrap .dialog .form-wrap .form-item .submit-btn {
  background-image: linear-gradient(0deg, #0061b7 0%, #3b8fda 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 97, 183, 0.27);
}
.dialog-wrap .dialog .form-wrap .form-item .close-btn {
  background-color: #999;
}
.dialog-wrap .dialog .form-wrap .form-item.form-item2 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.dialog-wrap .dialog .form-wrap .form-item.form-item2 .verify-img {
  width: 150px;
  height: 40px;
}
.page-list5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-list5 .list-item {
  width: 420px;
  background: #f6f6f6;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.page-list5 .list-item:hover {
  background: #fff;
  box-shadow: 0px 8px 29px 1px rgba(0, 97, 183, 0.1);
}
.page-list5 .list-item:hover .list-title {
  color: #d4a72f;
}
.page-list5 .date {
  color: #0061b7;
  font-size: 18px;
  font-weight: bold;
}
.page-list5 .list-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  height: 90px;
  margin-bottom: 30px;
}
.page-list5 .line {
  width: 60px;
  height: 6px;
  background: #d4a72f;
}
.page-list6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-list6 .list-item {
  width: 48%;
  background: #F9F9F9 url(../images/img2.png) no-repeat right bottom;
  margin-bottom: 30px;
  display: block;
  box-sizing: border-box;
  padding: 30px;
  padding-top: 25px;
  border-top: 5px solid #d4a72f;
  transition: 300ms;
}
.page-list6 .list-item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 97, 183, 0.2);
}
.page-list6 .list-item:hover .title {
  color: #d4a72f;
}
.page-list6 .list-item .year {
  font-size: 18px;
  color: #0061b7;
  font-family: '宋体';
  font-weight: bold;
  line-height: 1.5;
}
.page-list6 .list-item .date {
  font-size: 40px;
  color: #0061b7;
  font-family: '宋体';
  font-weight: bold;
  line-height: 1.5;
}
.page-list6 .list-item .line {
  width: 54px;
  height: 4px;
  background: #d4a72f;
  margin-bottom: 15px;
}
.page-list6 .list-item .title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-list6 .list-item .desc {
  font-size: 14px;
  color: #666;
}
.page-list6 .list-item .desc img {
  margin-right: 15px;
  vertical-align: middle;
}
.form-wrap .layui-form-item.is-required label::before {
  content: '*';
  color: #0061b7;
  display: inline-block;
  margin-right: 2px;
}
.form-wrap .layui-form-item .verify-item {
  cursor: pointer;
}
.form-wrap .attention {
  line-height: 1.5;
  font-size: 14px;
  color: #666;
}
.form-wrap .form-line {
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  margin: 30px 0;
}
.form-wrap .layui-form-label {
  white-space: nowrap;
  width: 120px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.form-wrap .layui-form-label2 {
  width: 320px;
}
.form-wrap .layui-form-label2 + .layui-input-block {
  margin-left: 410px;
}
.form-wrap .layui-form-label3 {
  width: auto;
}
.form-wrap .layui-input-block {
  margin-left: 150px;
}
.form-wrap .layui-input,
.form-wrap .layui-select,
.form-wrap .layui-textarea {
  border-radius: 4px;
}
.form-wrap .layui-form-item-block .layui-form-label {
  float: none;
}
.form-wrap .layui-form-item-block .layui-input-block {
  margin-left: 0;
}
.form-wrap .layui-form-item-verify .layui-form-label {
  width: auto;
}
.form-wrap .layui-form-item-verify .layui-input-inline {
  display: flex;
}
.form-wrap .layui-form-item-verify .layui-input-inline input {
  width: 100px;
}
.form-wrap .layui-form-item-verify .layui-input-inline img {
  height: 40px;
  width: auto;
  margin-left: 30px;
}
.form-wrap .submit-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #0E77D5;
  border-radius: 4px;
}
.form-wrap .reset-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #999;
  color: #fff;
}
.form-wrap .reset-btn:hover {
  border: none;
  color: #fff;
}
.form-wrap .form-title {
  display: inline-block;
  color: #0061b7;
  font-weight: bold;
  font-size: 24px;
}
.form-wrap .form-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #d4a72f;
  margin-top: -4px;
}
.form-wrap .slider-wrap .slider-block {
  position: relative;
  top: 15px;
}
.goal-list .top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.goal-list .top .list-item {
  flex: 1;
  background: #D0E5FA;
  border: 1px solid rgba(0, 97, 183, 0.2706);
  box-shadow: 0px 3px 20px rgba(0, 97, 183, 0.14);
  border-radius: 32px;
  height: 64px;
  padding: 0 15px;
  font-weight: bold;
  color: #0061b7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin: 0 15px;
}
.goal-list .top .list-item:first-child {
  margin-left: 0;
}
.goal-list .top .list-item:last-child {
  margin-right: 0;
}
.goal-list .bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
  text-align: justify;
}
.goal-list .bottom .list-item {
  flex: 1;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.goal-list .bottom .list-item:last-child {
  border: none;
  padding-right: 0;
}
.goal-list .bottom .list-item:first-child {
  padding-left: 0;
}
.course-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.course-list .course-list-item {
  list-style-type: disc;
  margin-left: 20px;
}
.course-list .course-list-item:nth-child(odd) {
  width: calc(60% - 20px);
}
.course-list .course-list-item:nth-child(even) {
  width: calc(40% - 20px);
}
.course-list-title {
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}
.course-list-title span {
  display: inline-block;
  border-bottom: 4px solid #0061b7;
}
.detail-subtitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #00000050;
  padding-bottom: 30px;
}
.detail-subtitle img {
  vertical-align: middle;
  margin-right: 15px;
}
.detail-subtitle span {
  display: inline-block;
  margin-right: 50px;
}
.article-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00000050;
}
.article-cont .img-cont {
  text-align: center;
}
.article-cont a:hover {
  text-decoration: underline;
  color: #0061b7;
}
.share-wrap {
  margin-top: 30px;
  text-align: right;
}
.article-link span {
  color: #666;
}
.article-link a:hover {
  color: #0061b7;
  text-decoration: underline;
}
.search-list .list-item {
  display: flex;
  flex-wrap: nowrap;
  background: #f8f8f8;
  margin-bottom: 30px;
  transition: 300ms;
}
.search-list .list-item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 97, 183, 0.2706);
}
.search-list .list-item .text {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.search-list .list-item .text .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.search-list .list-item .text .title span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-left: 15px;
}
.search-list .list-item .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.search-list .list-item .text .yjfx {
  width: 100px;
  height: 25px;
  background: #d4a72f;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.search-list .list-item .img {
  width: 300px;
  height: 190px;
  overflow: hidden;
  text-align: center;
}
.search-list .list-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-list .list-item.teacher .img img {
  width: auto;
  height: 100%;
}
@media (max-width: 1280px) {
  .main-content .content-wrap.search-wrap {
    width: 100%;
  }
  .search-list .list-item .text {
    padding: 15px 30px;
  }
  .page-link .link-item {
    width: 33.33%;
  }
  .page-list2 .list-item {
    width: 30%;
    height: 200px;
  }
  .page-list2 .list-item a {
    padding: 30px 15px 0;
  }
  .page-list2 .list-item .line {
    margin: 10px 0;
  }
  .page-list2 .list-item .list-title {
    font-size: 16px;
  }
  .page-list3 .list-item {
    width: 48%;
  }
  .page-list3 .list-item .t {
    height: 230px;
  }
  .page-list4 .list-item {
    width: 47%;
  }
  .page-list4 .list-item .top {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
  }
  .page-list4 .list-item .top::after {
    left: 10px;
  }
  .page-list5 .list-item {
    width: 48.5%;
  }
  .bank-list .list-item {
    padding: 20px;
  }
  .teacher-list .list-item {
    width: 48%;
  }
  .president-wrap .l {
    width: 200px;
  }
  .page-list1 .list-item a {
    padding: 15px;
  }
  .page-list1 .list-item .l {
    margin-right: 15px;
  }
  .page-list1 .list-item .l .day {
    font-size: 32px;
  }
  .page-list1 .list-item .l .month {
    width: 100px;
  }
  .page-list1 .list-item .r .list-title {
    font-size: 16px;
  }
  .page-link2 .link-item {
    width: 230px;
    margin-bottom: 30px;
  }
  .page-link2 .link-item:nth-child(4) {
    margin-left: 130px;
  }
  .page-link2 .link-item:nth-child(5) {
    margin-right: 130px;
  }
  .goal-list .top .list-item {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .page-list2 .list-item {
    width: 49%;
  }
  .page-list2 .list-item:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
  }
  .page-list3 .list-item .t {
    height: 180px;
  }
  .page-list4 .list-item .top {
    height: 150px;
  }
  .page-list5 .list-item {
    width: 100%;
  }
  .page-list5 .list-title {
    height: 60px;
    -webkit-line-clamp: 2;
  }
  .bank-list .list-item {
    padding: 15px;
  }
  .teacher-list .list-item {
    width: 100%;
  }
  .download-list .list-item {
    padding: 15px;
  }
  .download-list .list-item .list-title {
    font-size: 16px;
  }
  .president-wrap {
    display: block;
  }
  .president-wrap .l {
    width: 150px;
  }
  .page-list1 .list-item {
    width: 100%;
  }
  .page-list6 .list-item {
    width: 100%;
  }
  .page-link2 .link-item {
    width: 180px;
    margin-bottom: 20px;
  }
  .page-link2 .link-item:nth-child(4) {
    margin-left: 100px;
  }
  .page-link2 .link-item:nth-child(5) {
    margin-right: 100px;
  }
  .goal-list .top .list-item {
    font-size: 12px;
  }
}