<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.seagoing-expert-box {
  background: #edf5fb;
  padding-top: 50px;
}
.seagoing-expert-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.seagoing-expert-item {
  /*width: calc((100% - 120px) / 3);
  margin-right: 60px;
  */
  cursor: pointer;
  /* margin-bottom: 60px; */
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 37px 3px rgba(178, 194, 205, 0.2);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.seagoing-expert-item:nth-child(3n) {
  /* margin-right: 0; */
}
.seagoing-expert-item:hover {
  box-shadow: 0px 0px 37px 3px rgba(178, 194, 205, 0.7);
}
.seagoing-expert-img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
}
.seagoing-expert-upper {
  width: 100%;
  position: relative;
}
.seagoing-expert-upper img {
  width: 100%;
}
.seagoing-expert-below {
  padding: 20px 20px;
  min-height: 164px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.seagoing-expert-left {
  width: 60%;
}
.seagoing-expert-title {
  font-weight: 400;
  font-size: 22px;
  color: #252b3a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.seagoing-expert-name {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #8e919a;
}
.seagoing-expert-btn {
  width: 128px;
  height: 40px;
  background: none;
  border: 1px solid #1384de;
  border-radius: 6px;
  font-size: 14px;
  color: #1384de;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.seagoing-expert-btn:hover {
  background: linear-gradient(93deg, #117cf5, #0dacff);
  border: 1px solid #16d0ff;
  color: #ffffff;
}
.seagoing-expert-btn img {
  width: 14px;
  height: 15px;
  margin-right: 5px;
}
.seagoing-expert-btn .sel {
  display: block;
}
.seagoing-expert-btn:hover .sel {
  display: none;
}
.seagoing-expert-btn .nor {
  display: none;
}
.seagoing-expert-btn:hover .nor {
  display: block;
}
.seagoing-expert-isVideo {
  position: relative;
}
.seagoing-expert-upper::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* .seagoing-expert-item:hover .seagoing-expert-isVideo::before {
  height: 35%;
} */
.seagoing-expert-isVideo::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 20px;
  background: url(./../img/newimg/icon_play.png) no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}
.seagoing-expert-item:hover .seagoing-expert-isVideo::after {
  background: url(./../img/newimg/icon_play_sel.png) no-repeat;
  background-size: 100% 100%;
}
.seagoing-expert-swiper {
  overflow: hidden;
  padding-top: 40px;
  position: relative;
  padding-bottom: 20px;
}
.seagoing-expert-isArticle {
}
.seagoing-expert-isArticle::after {
  content: "文章";
  position: absolute;
  left: 30px;
  bottom: 14px;
  width: 100%;
  opacity: 1;
  z-index: 15;
  color: #fff;
  font-size: 16px;
}
.expert-swiper-prev {
  position: absolute;
  /* left: 4%;
  top: calc(50% - 30px); */
  left: -20px;
  top: calc(50% + 15px);
  z-index: 6;
  width: 12px;
  height: 20px;
  background: url(./../img/newimg/btn_left_nor.png) no-repeat center;
  background-size: 100%;
  cursor: auto;
  opacity: 0.5;
}
/* .expert-swiper-prev:hover {
  background: url(./../img/newimg/btn_left_sel.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
} */
.expert-swiper-next {
  position: absolute;
  /* right: 4%;
  top: calc(50% - 30px); */
  right: -20px;
  top: calc(50% + 15px);
  z-index: 6;
  width: 12px;
  height: 20px;
  cursor: pointer;
  background: url(./../img/newimg/btn_right_sel.png) no-repeat center;
  background-size: 100%;
  opacity: 0.5;
}
/* .expert-swiper-next:hover {
  background: url(./../img/newimg/btn_right_sel.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
} */
.seagoing-extend-box {
  padding: 30px 0 60px;
  background: #edf5fb;
}
.seagoing-expert-main {
  position: relative;
}
.seagoing-extend-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}
.seagoing-extend-left {
  width: 45%;
  position: relative;
}
.seagoing-extend-img {
  width: 100%;
}
.seagoing-extend-left::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.seagoing-extend-title {
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 40px;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.seagoing-extend-left:hover .seagoing-extend-title {
}
.seagoing-extend-right {
  width: 50%;
  height: 320px;
  position: relative;
}
.seagoing-extend-list {
  display: flex;
  flex-direction: column;
}
.seagoing-extend-item {
  width: 100%;
  font-size: 18px;
  color: #252b3a;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d5d6;
  padding-left: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background:rgba(0, 0, 0, 0.55) !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.55) !important;
}
.seagoing-extend-item:last-child {
  margin-bottom: 0;
}
.seagoing-extend-item:hover {
  color: #0086f1;
}
.seagoing-extend-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px - 10px);
  width: 6px;
  height: 6px;
  background: #575d6c;
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.seagoing-extend-item:hover::after {
  background: #0086f1;
}

@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 1000px) and (max-width: 1649px) {
}

@media screen and (min-width: 1000px) and (max-width: 1499px) {
  .seagoing-expert-box {
    padding-top: 40px;
  }
  .seagoing-expert-list {
    padding-top: 30px;
  }
  .seagoing-expert-below {
    padding: 20px;
  }
  .seagoing-expert-item {
    margin-bottom: 30px;
  }
  .seagoing-expert-title {
    font-size: 20px;
  }
  .seagoing-expert-name {
    margin-top: 6px;
    font-size: 14px;
  }
  .seagoing-expert-btn {
    width: 112px;
    height: 35px;
  }
  .seagoing-expert-swiper {
    padding-bottom: 40px;
  }
  .seagoing-extend-content {
    padding-top: 30px;
  }
  .seagoing-extend-item {
    font-size: 16px;
    color: #252b3a;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .seagoing-expert-below {
    min-height: 175px;
  }
  .seagoing-expert-left {
    width: 55%;
  }
  .seagoing-extend-right {
    height: 280px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .seagoing-expert-box {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1249px) {
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
}
@media screen and (max-width: 999px) {
  .seagoing-expert-item {
    margin-bottom: 30px;
  }
  .seagoing-expert-below {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .seagoing-expert-name {
    margin-top: 4px;
    color: #8e919a;
  }
  .seagoing-expert-right {
    margin-top: 10px;
  }
  .seagoing-expert-swiper {
    padding-bottom: 60px;
  }
  .expert-swiper-prev {
    left: 36.5%;
  }
  .expert-swiper-next {
    right: 36.5%;
  }
  .seagoing-expert-left {
    width: 100%;
  }
  .seagoing-expert-below {
    padding: 20px;
  }
  .seagoing-expert-btn {
    width: 115px;
    height: 35px;
  }
  .seagoing-extend-content {
    flex-direction: column;
  }
  .seagoing-extend-left {
    width: 100%;
  }
  .seagoing-extend-title {
    bottom: 20px;
    padding: 0 30px;
  }
  .seagoing-extend-right {
    width: 100%;
    margin-top: 20px;
  }
  .seagoing-extend-item {
    width: 100%;
    font-size: 18px;
    color: #252b3a;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom: 1px solid #d4d5d6;
  }
}
@media screen and (max-width: 499px) {
  .seagoing-expert-item {
    margin-bottom: 20px;
  }
  .seagoing-expert-title {
    font-size: 18px;
  }
  .seagoing-expert-name {
    font-size: 14px;
  }
  .seagoing-expert-box {
    padding-top: 30px;
  }
  .seagoing-expert-swiper {
    padding-top: 10px;
  }
  .seagoing-extend-box {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .seagoing-extend-content {
    padding-top: 15px;
  }
  .seagoing-extend-title {
    font-size: 18px;
    padding: 0 15px;
  }
  .seagoing-extend-item {
    font-size: 18px;
    margin-bottom: 14px;
    padding-left: 15px;
  }
  .seagoing-extend-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
</pre></body></html>