.fir_title {
  height: 56px;
  line-height: 56px;
  background-color: #f7fbff;
  border-left: 2px solid #1361cb;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #1361cb;
}
.fir_title2 {
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;
  color: #1361cb;
  text-align: center;
}
.sec_title {
  margin: 24px 0;
  font-size: 18px;
  font-weight: bold;
  color: #1361cb;
  text-align: center;
  line-height: 48px;
  background-color: #f5f7fa;
}
.sec_title2 {
  margin: 24px 0;
  font-size: 18px;
  font-weight: bold;
  color: #1361cb;
  text-align: left;
  padding-left: 18px;
  line-height: 42px;
  background-color: #f3f9ff;
}
.third_title {
  border-bottom: 1px solid #e1e7ef;
  margin-bottom: 10px;
}
.third_title span {
  padding-bottom: 12px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1361cb;
  position: relative;
}
.third_title span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #1361cb;
}
.zzjg_list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.zzjg_list.zzjg_list25 li {
  width: 25%;
}
.zzjg_list.zzjg_list20 li {
  width: 20%;
}
@media (max-width: 992px) {
  .zzjg_list.zzjg_list25 li,
  .zzjg_list.zzjg_list20 li {
    width: 33.3% !important;
  }
}
@media (max-width: 600px) {
  .zzjg_list.zzjg_list25 li {
    width: 100% !important;
  }
  .zzjg_list.zzjg_list20 li {
    width: 50% !important;
  }
}
.zzjg_list li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 17px;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
@media (max-width: 600px) {
  .zzjg_list li a {
    font-size: 12px !important;
  }
}
.zzjg_list li a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../images/icon_org.png);
}
.zzjg_list li:hover a {
  color: #1361cb;
}
.nsjg_list {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.nsjg_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;
}
.nsjg_list > li:nth-child(n) {
  margin-top: 0;
}
.nsjg_list > li:nth-child(n + 4) {
  margin-top: 8px;
}
.nsjg_list > li:nth-child(4) {
  margin-top: 0;
}
.nsjg_list > li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .nsjg_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
  .nsjg_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .nsjg_list > li:nth-child(n) {
    margin-top: 0;
  }
  .nsjg_list > li:nth-child(n + 3) {
    margin-top: 8px;
  }
  .nsjg_list > li:nth-child(3) {
    margin-top: 0;
  }
  .nsjg_list > li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .nsjg_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
  .nsjg_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .nsjg_list > li:nth-child(n) {
    margin-top: 0;
  }
  .nsjg_list > li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .nsjg_list > li:nth-child(2) {
    margin-top: 0;
  }
  .nsjg_list > li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nsjg_list a {
    font-size: 12px !important;
  }
}
.nsjg_list li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #f5f7fa;
  padding: 0 5px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.nsjg_list li.cur a,
.nsjg_list li:hover a {
  background: url(../images/bg_org.png) no-repeat center;
  background-size: 100% 100%;
  color: #1361cb;
  font-weight: bold;
}
.bmxx_box .bmxx_title {
  padding-left: 20px;
  background: url(../images/icon_bm.png) no-repeat center left;
  background-size: contain;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #0052b6;
  margin-bottom: 10px;
}
.bmxx_box p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.fzjg_list {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.fzjg_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;
}
.fzjg_list > li:nth-child(n) {
  margin-top: 0;
}
.fzjg_list > li:nth-child(n + 4) {
  margin-top: 8px;
}
.fzjg_list > li:nth-child(4) {
  margin-top: 0;
}
.fzjg_list > li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .fzjg_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
  .fzjg_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .fzjg_list > li:nth-child(n) {
    margin-top: 0;
  }
  .fzjg_list > li:nth-child(n + 3) {
    margin-top: 8px;
  }
  .fzjg_list > li:nth-child(3) {
    margin-top: 0;
  }
  .fzjg_list > li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .fzjg_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
  .fzjg_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .fzjg_list > li:nth-child(n) {
    margin-top: 0;
  }
  .fzjg_list > li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .fzjg_list > li:nth-child(2) {
    margin-top: 0;
  }
  .fzjg_list > li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fzjg_list a {
    font-size: 12px !important;
  }
}
.fzjg_list li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #f5f7fa;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 18px;
  font-weight: normal;
  color: #808d9f;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.fzjg_list li.cur a,
.fzjg_list li:hover a {
  background-color: #c2e4ff;
  background-image: linear-gradient(90deg, #c1e4ff 1%, #ebf5ff 100%), linear-gradient(#ffffff, #ffffff);
  color: #1361cb;
  font-weight: bold;
}
.fzjg_list li.cur a::after,
.fzjg_list li:hover a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 24px;
  background-color: #1361cb;
  border-radius: 2px;
}
.zzjg_detail_box p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.leader_info {
  margin: 20px 0;
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.leader_info::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.leader_info > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.leader_info > li:nth-child(n) {
  margin-top: 0;
}
.leader_info > li:nth-child(n + 5) {
  margin-top: 20px;
}
.leader_info > li:nth-child(5) {
  margin-top: 0;
}
.leader_info a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .leader_info {
    margin-left: -10px;
    margin-right: -10px;
  }
  .leader_info::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .leader_info > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .leader_info > li:nth-child(n) {
    margin-top: 0;
  }
  .leader_info > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .leader_info > li:nth-child(2) {
    margin-top: 0;
  }
  .leader_info a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .leader_info {
    margin-left: -10px;
    margin-right: -10px;
  }
  .leader_info::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .leader_info > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .leader_info > li:nth-child(n) {
    margin-top: 0;
  }
  .leader_info > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .leader_info > li:nth-child(1) {
    margin-top: 0;
  }
  .leader_info a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.leader_info li a {
  display: block;
  box-sizing: border-box;
}
.leader_info li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 168px;
}
.leader_info li a img {
  transition: all 0.3s;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.leader_info li a h6 {
  margin-top: 18px;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: bold;
  color: #1361cb;
  width: 100%;
  text-align: center;
}
.leader_info li a p {
  color: #333333;
  text-align: center;
}
.leader_info li:hover img {
  transform: scale(1.05);
}
.leader_info li:hover h6 {
  font-weight: bold;
  color: #1361cb;
}

/*海事简历&领导网页*/
.hsjl_content a {
  display: block;
  width: 100%;
  max-width: 100%;
}
 .hsjl_content a p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-top: 14px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
 .ldwy_content .ldwy_content_top {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: url(../images/ldwy_bg.png) no-repeat right bottom #f7fbff;
}
 .ldwy_content .ldwy_content_top::before,
 .ldwy_content .ldwy_content_top::after {
  content: "";
  display: table;
}
 .ldwy_content .ldwy_content_top::before {
  clear: both;
  height: 0;
}
 .ldwy_content .ldwy_content_top::after {
  clear: both;
  height: 0;
}
 .ldwy_content .ldwy_content_top .img {
  width: 145px;
  float: left;
  margin-right: 24px;
}
@media (max-width: 450px) {
   .ldwy_content .ldwy_content_top .img {
    width: 100%;
    text-align: center;
    float: none;
  }
}
 .ldwy_content .ldwy_content_top .top_text {
  float: left;
  width: calc(100% - 145px - 25px);
  padding: 10px 0;
}
@media (max-width: 450px) {
   .ldwy_content .ldwy_content_top .top_text {
    width: 100%;
    float: none;
  }
}
 .ldwy_content .ldwy_content_top .top_text h3 {
  color: #1361cb;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
}
 .ldwy_content .ldwy_content_top .top_text h3 .ld_name {
  font-weight: bold;
}
@media (max-width: 450px) {
   .ldwy_content .ldwy_content_top .top_text h3 {
    text-align: center;
  }
}
 .ldwy_content .ldwy_content_top .top_text h4 {
  font-size: 16px;
  font-weight: normal;
  color: #1361cb;
  padding-left: 20px;
  line-height: 20px;
}
 .ldwy_content .ldwy_content_top .top_text .intro {
  background: url(../images/ldwy_icon01.png) no-repeat left center;
}
 .ldwy_content .ldwy_content_top .top_text .work {
  background: url(../images/ldwy_icon02.png) no-repeat left center;
}
 .ldwy_content .ldwy_content_top .top_text p {
  font-size: 16px;
  line-height: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: 0px;
  color: #808d9f;
}

/*领导网页-list*/
.news_list2 {
  margin-top: -4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_list2 li {
  width: calc(50% - 18px);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 58px;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 750px) {
  .news_list2 li {
    width: 100%;
  }
}
.news_list2 li::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 11px;
  background: url('../images/hszc_sprites.png') -10px -10px;
}
.news_list2 li:nth-child(1),
.news_list2 li:nth-child(2) {
  border-bottom: 1px dashed #e5e5e5;
}
.news_list2 li:hover a {
  color: #1361cb;
}
.news_list2 li:hover .date {
  color: #1361cb;
}
.news_list2 a {
  display: block;
  width: calc(100% - 65px);
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list2 .date {
  /* 2022-11-15 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #333333;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}