.main {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 44px 30px 47px 30px;
  margin-top: -120px;
  z-index: 99;
}
.main .situation .title {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.main .situation .title h2 {
  position: relative;
  font-size: 30px;
  color: #015293;
}
.main .situation .title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 109px;
  height: 3px;
  background-color: #015293;
}
.main .situation .situation_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .situation .situation_nav li {
  position: relative;
  width: 48%;
  height: 124px;
  background-image: linear-gradient(180deg, #e5f2fa 0%, #f0f7fc 100%);
  border-radius: 10px;
  margin-bottom: 80px;
}
.main .situation .situation_nav li::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 14px;
  background-color: #f0f7fc;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.main .situation .situation_nav li:nth-child(2) {
  background-image: linear-gradient(180deg, #def7f1 0%, #f0fcfb 100%);
}
.main .situation .situation_nav li:nth-child(2)::after {
  background-color: #f0fcfb;
}
.main .situation .situation_nav li:nth-child(3) {
  background-image: linear-gradient(180deg, #e7e6f9 0%, #f0f7fc 100%);
}
.main .situation .situation_nav li:nth-child(3)::after {
  background-color: #f0f6fc;
}
.main .situation .situation_nav li:nth-child(4) {
  background-image: linear-gradient(180deg, #feeef6 0%, #fcf0f2 100%);
}
.main .situation .situation_nav li:nth-child(4)::after {
  background-color: #fcf0f2;
}
.main .situation .situation_nav li:nth-child(5) {
  background-image: linear-gradient(180deg, #fdf2eb 0%, #fcfbf0 100%);
}
.main .situation .situation_nav li:nth-child(5)::after {
  background-color: #fcfbf0;
}
.main .situation .situation_nav li .icon {
  position: absolute;
  top: -37px;
  left: 50%;
  width: 75px;
  height: 76px;
  background-color: #bbf;
  border-radius: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}
.main .situation .situation_nav li .icon img {
  width: 100%;
  height: 100%;
}
.main .situation .situation_nav li p {
  text-align: center;
  padding-top: 68px;
  font-size: 20px;
  color: #333;
}
.main .situation .situation_nav li.on p {
  font-weight: 700;
}
.main .situation .situation_nav li.on::after {
  display: block;
}
.main .situation .chat {
  width: 700px;
  height: 539px;
  margin-top: 38px;
  border-radius: 10px;
  border: solid 1px #bfbfbf;
  padding: 30px;
}
.main .yearbook {
  margin-top: 58px;
}
.main .yearbook .yearbook_title {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}
.main .yearbook .yearbook_title h2 {
  position: relative;
  font-size: 30px;
  color: #015293;
}
.main .yearbook .yearbook_title h2 a {
  color: #015293;
}
.main .yearbook .yearbook_title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 109px;
  height: 3px;
  background-color: #015293;
}
.main .yearbook .yearbook_inner {
  display: flex;
  flex-wrap: wrap;
}
.main .yearbook .yearbook_inner .inner_l {
  width: 100%;
  height: 194px;
  background-image: linear-gradient(180deg, #ecf4fb 0%, rgba(240, 246, 251, 0.32) 100%);
  border-radius: 10px;
  margin-right: 0px;
  margin-bottom: 30px;
}
.main .yearbook .yearbook_inner .inner_l a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #333;
}
.main .yearbook .yearbook_inner .inner_l a img {
  margin-right: 22px;
}
.main .yearbook .yearbook_inner .inner_l a .name {
  text-align: center;
  width: 120px;
}
.main .yearbook .yearbook_inner .inner_l:hover a {
  color: #015293;
}
.main .yearbook .yearbook_inner .inner_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
}
.main .yearbook .yearbook_inner .inner_r li {
  width: 48%;
  height: 89px;
  background-image: linear-gradient(180deg, #ecf4fb 0%, rgba(240, 246, 251, 0.32) 100%);
  border-radius: 10px;
  margin-right: 0px;
  margin-bottom: 16px;
}
.main .yearbook .yearbook_inner .inner_r li:nth-child(2n) {
  margin-right: 0;
}
.main .yearbook .yearbook_inner .inner_r li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.main .yearbook .yearbook_inner .inner_r li a img {
  margin-left: 35px;
}
.main .yearbook .yearbook_inner .inner_r li:hover a {
  color: #015293;
}
.main .run {
  margin-top: 58px;
}
.main .run .run_title {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}
.main .run .run_title h2 {
  position: relative;
  font-size: 30px;
  color: #015293;
}
.main .run .run_title h2 a {
  color: #015293;
}
.main .run .run_title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 109px;
  height: 3px;
  background-color: #015293;
}
.main .run .run_inner {
  height: auto;
  border-radius: 10px;
  border: solid 1px #e3eef7;
  background: url(../images/open_bg_run.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 100px 0 68px;
}
.main .run .run_inner .title {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.main .run .run_inner .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.main .run .run_inner .list li {
  width: 380px;
  line-height: 72px;
}
.main .run .run_inner .list li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
}
.main .run .run_inner .list li a img {
  margin-right: 30px;
}
.main .run .run_inner .list li a:hover {
  color: #015293;
}
.main .finance {
  height: 130px;
  background: url(../images/open_bg_czsj.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
}
.main .finance a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: 43px;
  color: #015293;
  letter-spacing: 9px;
  padding-right: 105px;
  font-weight: 700;
}
.main .module {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
.main .module .module_item {
  width: 100%;
  height: 375px;
  background-color: #ffffff;
  box-shadow: 1px 2px 13px 0px rgba(85, 127, 152, 0.3);
  border-radius: 10px;
  margin-bottom: 44px;
}
.main .module .module_item .head {
  width: 100%;
  height: 87px;
  border-radius: 10px 10px 0px 0px;
  background: url(../images/open_bg_head_1.png) no-repeat;
  background-size: 100% 100%;
}
.main .module .module_item .head a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  color: #fff;
}
.main .module .module_item .list {
  padding: 15px 30px;
}
.main .module .module_item .list li {
  position: relative;
  padding-left: 18px;
  line-height: 50px;
}
.main .module .module_item .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
}
.main .module .module_item .list li a {
  font-size: 18px;
  color: #333;
}
.main .module .module_item .list li:hover a {
  color: #015293;
}
.main .module .module_item .list li:hover::before {
  background-color: #015293;
}
.main .module .module_item:nth-child(2) .head {
  background-image: url(../images/open_bg_head_2.png);
}
.main .module .module_item:nth-child(3) .head {
  background-image: url(../images/open_bg_head_3.png);
}
.main .module .module_item:nth-child(4) .head {
  background-image: url(../images/open_bg_head_4.png);
}
.main .module .module_item:nth-child(5) .head {
  background-image: url(../images/open_bg_head_5.png);
}
.main .module .module_item:nth-child(6) .head {
  background-image: url(../images/open_bg_head_6.png);
}
