@charset "UTF-8";
.content_box_index {
  margin-top: 20px;
  width: 100%;
  /*background-color: #ECEEF3;*/
  background: url("../images/index/img_4.png") no-repeat;
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content_box_index .box {
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 15px;
}

.content_box_index .box .ment_swiper {
  width: 100%;
  color: #FFFFFF;
  min-height: 100px;
  box-shadow: 3px 3px 4px #e2e2e2;
  border-radius: 0 0 4px 4px;
}

.content_box_index .box .ment_swiper .menu_list_wriper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_box_index .box .ment_swiper .menu_list_wriper a {
  width: 100%;
  display: flex;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items {
  width: calc(25% - 1px);
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items .tpdock {
  text-align: right;
  width: 40%;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items .tpdock img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items .wzdock {
  width: 60%;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items .wzdock p {
  line-height: 28px;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items .wzdock p:last-child {
  color: #B2B2B2;
  font-size: 16px;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items .wzdock .title {
  color: #333;
  font-size: 22px;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items:last-child {
  width: 25%;
}

.content_box_index .box .ment_swiper .menu_list_wriper .items:hover {
  background-color: #eeeeee;
}

.content_box_index .box .ment_swiper .menu_list_wriper .item-relx {
  width: 1px;
  height: 80px;
  background-color: #F0F0F0;
}

.content_box_index .box .mySwiper {
  overflow: hidden;
  font-size: 0;
}

.content_box_index .box .mySwiper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  display: block;
}

.content_box_index .box .flex {
  display: flex;
  margin-top: 20px;
  /*background-color: #ECEEF3;*/
}

.content_box_index .box .news {
  width: 855px;
  min-height: 379px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}

.content_box_index .box .news a > li span:first-child {
  width: calc(100% - 58px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content_box_index .box .news a > li span:last-child {
  color: #888888;
  width: 48px;
}

.content_box_index .box .news .top {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #025BB7;
}

.content_box_index .box .news .top .title {
  display: flex;
  align-items: center;
}

.content_box_index .box .news .top .title span {
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
}

.content_box_index .box .news .top div {
  color: #025BB7;
}

.content_box_index .box .news .bottom {
  padding: 10px;
  display: flex;
}

.content_box_index .box .news .bottom .left {
  display: flex;
  flex-direction: column;
}

.content_box_index .box .news .bottom .left .bottom_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 10px;
  width: 258px;
  height: 126px;
  background-color: rgba(2, 91, 183, 0.0941176);
}

.content_box_index .box .news .bottom .left .bottom_card p {
  line-height: 20px;
}

.content_box_index .box .news .bottom .left .bottom_card .date {
  font-size: 14px;
  color: #B2B2B2;
}

.content_box_index .box .news .bottom .left img {
  width: 258px;
}

.content_box_index .box .news .bottom .right {
  width: 100%;
  margin-left: 20px;
  font-size: 16px;
}

.content_box_index .box .news .bottom .right a > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  padding-left: 10px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏超出的内容 */
  text-overflow: ellipsis;
  /* 用省略号表示被隐藏的部分 */
}

.content_box_index .box .news .bottom .right a > li::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #025bb7;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content_box_index .box .news .bottom .right a > li span:last-child {
  color: #888888;
}

.content_box_index .box .news .bottom .right a > li:hover span {
  color: #025BB7;
}

.content_box_index .box .news .bottom .right a:not(:last-child) {
  display: block;
  border-bottom: 1px solid #E6E6E6 !important;
}

.content_box_index .box .notice {
  margin-left: 20px;
  width: 526px;
  min-height: 379px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}

.content_box_index .box .notice .bottom {
  padding: 10px;
}

.content_box_index .box .notice a > li span:first-child {
  width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content_box_index .box .notice a > li span:last-child {
  color: #888888;
  width: 30px;
}

.content_box_index .box .banner {
  cursor: pointer;
}

.content_box_index .box .banner img {
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}

.content_box_index .box .learning {
  width: 855px;
  min-height: 442px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  background-color: white;
}

.content_box_index .box .learning .top {
  padding: 0;
}

.content_box_index .box .learning .top_box {
  display: flex;
}

.content_box_index .box .learning .top_box .active {
  background-color: #025bb7;
  border-radius: 10px 0 0 0;
}

.content_box_index .box .learning .top_box .active span {
  color: #ffffff !important;
}

.content_box_index .box .learning .top_box .active svg {
  color: #fff;
}

.content_box_index .box .learning .top_box .title {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-right: 20px;
}

.content_box_index .box .learning .top_box .title span {
  padding-left: 10px;
  color: #333333;
}

.content_box_index .box .learning .more {
  margin-right: 10px;
  cursor: pointer;
}

.content_box_index .box .learn {
  padding: 20px;
}

.content_box_index .box .learn li {
  display: flex;
  align-items: center;
  line-height: 70px;
}

.content_box_index .box .learn li .date {
  margin-right: 10px;
}

.content_box_index .box .learn li .date label {
  display: block;
  width: 56px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #FF9F68;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.129412);
}

.content_box_index .box .learn li .date span {
  text-align: center;
  line-height: 21px;
  display: block;
  font-size: 12px;
  width: 56px;
  height: 21px;
  color: #fff;
  background-color: #025bb7;
}

.content_box_index .box .learn li div {
  font-size: 16px;
}

.content_box_index .box .scientific {
  display: none;
}

.content_box_index .box .culture, .content_box_index .box .dynamic {
  margin-left: 20px;
  width: 566px;
  min-height: 211px;
  border-radius: 10px;
  background-color: white;
}

.content_box_index .box .culture a > li span:first-child, .content_box_index .box .dynamic a > li span:first-child {
  width: calc(100% - 48px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content_box_index .box .culture a > li span:last-child, .content_box_index .box .dynamic a > li span:last-child {
  color: #888888;
  width: 38px;
}

.content_box_index .box .culture .top, .content_box_index .box .dynamic .top {
  padding: 0;
}

.content_box_index .box .culture .top_box, .content_box_index .box .dynamic .top_box {
  display: flex;
}

.content_box_index .box .culture .top_box .active, .content_box_index .box .dynamic .top_box .active {
  background-color: #025bb7;
  border-radius: 10px 0 0 0;
}

.content_box_index .box .culture .top_box .active span, .content_box_index .box .dynamic .top_box .active span {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.content_box_index .box .culture .top_box .active svg, .content_box_index .box .dynamic .top_box .active svg {
  color: #fff;
}

.content_box_index .box .culture .top_box .title, .content_box_index .box .dynamic .top_box .title {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-right: 20px;
}

.content_box_index .box .culture .top_box .title span, .content_box_index .box .dynamic .top_box .title span {
  padding-left: 10px;
  color: #333333;
}

.content_box_index .box .culture .more, .content_box_index .box .dynamic .more {
  margin-right: 10px;
  cursor: pointer;
}

.content_box_index .box .platform {
  width: 813px;
  min-height: 301px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  background-color: white;
}

.content_box_index .box .platform .top {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #025BB7;
}

.content_box_index .box .platform .top .title {
  display: flex;
  align-items: center;
}

.content_box_index .box .platform .top .title span {
  padding-left: 10px;
  font-weight: bold;
}

.content_box_index .box .platform .top div {
  color: #025BB7;
}

.content_box_index .box .platform .bottom {
  padding: 15px;
}

.content_box_index .box .platform .bottom ul {
  display: flex;
  flex-wrap: wrap;
}

.content_box_index .box .platform .bottom ul li {
  width: 384px;
  height: 103px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.129412);
}

.content_box_index .box .platform .bottom ul li:nth-child(2n) {
  margin-right: 0;
}

.content_box_index .box .platform .bottom ul li img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.content_box_index .box .link {
  margin-left: 20px;
  width: 562px;
  min-height: 301px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  background-color: white;
}

.content_box_index .box .link .top {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #025BB7;
}

.content_box_index .box .link .top .title {
  display: flex;
  align-items: center;
}

.content_box_index .box .link .top .title span {
  padding-left: 10px;
  font-weight: bold;
}

.content_box_index .box .link .top div {
  color: #025BB7;
}

.content_box_index .box .link .bottom {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.content_box_index .box .link .bottom img {
  height: 60px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.card_common {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}

.card_common .top {
  padding: 0 10px;
  min-height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #025BB7;
}

.card_common .top .title {
  display: flex;
  align-items: center;
}

.card_common .top .title span {
  font-weight: bold;
  padding-left: 10px;
}

.card_common .top div {
  color: #025BB7;
}

.card_common .right {
  width: 100%;
  font-size: 16px;
}

.card_common .right li {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏超出的内容 */
  text-overflow: ellipsis;
  /* 用省略号表示被隐藏的部分 */
}

.card_common .right li::before {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #025bb7;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card_common .right li span:last-child {
  color: #888888;
}

.card_common .right li:hover span {
  color: #025BB7;
}

.card_common .right li:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}

#pages {
  text-align: center;
}

.yjspy {
  display: none;
}

.zsyjy {
  display: none;
}
