.banner {
  height: 150px;
  background:rgb(218,235,255);
  margin-bottom:20px;
  overflow: hidden;
  position: relative;
}
.banner_title, .banner_title_en{
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: #0064c1;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -24px;
  letter-spacing: 1px;
}
.banner_title_en{
  color: #3873b9;
  font-family: MicrosoftYaHei-Bold;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_cont {
  height:150px;
}
.page_cont{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* margin-bottom: 20px; */
}
.page_L {
  width: 258px;
  min-height: 300px;
  background-color: #ffffff;
  flex-shrink: 0;
  padding-bottom: 18px;
}

.page_M {
  width: 100%;
}
.page_M p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.page_M img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.page_R {
  margin-left: 20px;
  width: 284px;
  flex-shrink: 0;
}
/* 列表导航 */
.navList-item {
  height: 54px;
  line-height:54px;
  font-size: 17px;
  color: #030916;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #EEEDF6;
  /* cursor: pointer; */
}
.navList-item a{
  width: 100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  /* cursor: pointer; */
}

.navList-item.active {
  background: linear-gradient(90deg, #D5E3FF 0%, rgba(219,231,255,0) 100%);
  color: #0052F4;
  font-weight: 500;
  border-left: 3px solid #0A5CFF;
  padding-left: 14px;
  position: relative;
}
.navList-item.active::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -1px;
  top: 0;
  height: 54px;
  width: 2px;
  background-color: #fff;
}
.navList-item.active:hover a,
.navList-item.active:hover a:not([href]):not([class]):hover{
  color: currentColor;
}
/* .navList-item a:hover,
.navList-item a:not([href]):not([class]):hover,
.navList-sub .sub-menu:hover{
  color: #0052F4;
} */
.navList-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navList-arrow {
  flex-shrink: 0;
  cursor: pointer;
  display: inline-block;
  height: 9px;
  width: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* position: absolute; */
  margin: 0 20px 0 10px;
  /* top: 50%; */
  /* margin-top: -6px; */
  background-image: url('/static/img/icon/icon-arrow-grey-right.png');
}
.show-sub-menu .navList-arrow{
  background-image: url('/static/img/icon/icon-arrow-blue-bottom.png');
}
.show-sub-menu + .navList-sub {
  display: block;
}
.navList-sub {
  background-color: #F9FAFD;
  padding: 14px;
  border-bottom: 1px solid #EEEDF6;
  overflow: hidden;
  display: none;
}
.navList-sub:empty {
  display: none;
}
.navList-sub .sub-menu {
  font-size: 15px;
  color: #606F8F;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navList-sub .sub-menu.active {
  color: #0052F4;
}
/* 图文列表 */
.mediaList-box{
  padding: 20px 0;
}
.mediaList{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.mediaList_img, 
.mediaList_img_lg, 
.mediaList_img_l, 
.mediaList_img_m{
  background-color: #575757;
  overflow: hidden; 
  flex-shrink: 0;
  border: 1px solid #f7f7f7;
}
.mediaList_img{
   width: 96px;
  height: 60px;
  margin-right: 10px;
}
.mediaList_img_lg{
  width: 364px;
  height: 225px;
  margin-right: 15px;
}
.mediaList_img_l{
  width: 160px;
  height: 100px;
  margin-right: 20px;
}
.mediaList_img_l>a{
  width: 100%;
  height: 100%;
}
.mediaList_img_m{
  width: 110px;
  height: 73px;
  margin-right: 20px;
}
.mediaList_img img,
.mediaList_img_lg img,
.mediaList_img_l img,
.mediaList_img_m img{
  width: 100%;
  height: 100%;
}
.mediaList_text{
  width: 50%;
  flex-grow: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid  #E4E8F0;
  position: relative;
}
.news_list .mediaList_text{
  padding-bottom: 20px;
}
.mediaList:last-child .mediaList_text{
  border-bottom: none;
  padding-bottom: 0;
}
.mediaList_title{
  height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin-bottom: 10px;
}
.mediaList_title:hover{
  /* color: #3873b9; */
  font-weight: bold;
}
.mediaList_title_1{
  line-height: 1;
  height: initial;
  -webkit-line-clamp: 1;
}
.mediaList_tips{
  text-align: right;
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: -4px;
}
.mediaList .mediaList_info{
  font-size: 12px;
  color: #999999;
  line-height: 1;
  margin-bottom: 10px;
}
.mediaList .mediaList_info:last-child{
  margin-bottom: 0;
}
.mediaList .mediaList_content{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 43px;
  margin-top: 10px;
}
.mediaList_content_more{
  position: absolute;
  right: 0;
  top: 76px;
  font-size: 14px;
  color: #3873b9; 
  text-align: right;
  width: 120px;
  height: 20px;
  background-color: #fff;
}
/* .mediaList_content_more::before{
  content: "...";
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
} */
.mediaList_ul{
  width: 100%;
  flex-grow: 1;
  position: relative;
}
.mediaList_ul li{
  margin-bottom: 8px;
}
.mediaList_ul .mediaList_img_lg{
  margin-bottom: 0;
  position: absolute;
  left: -378px;
}
.mediaList_ul li:last-child{
  margin-bottom: 0;
}
.mediaList_ul_item{
  width: 100%;
  line-height: 1.5;
   font-size: 16px;
  color: #000000; 
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
li .mediaList_ul_item{
  line-height: inherit;
}
.mediaList_ul_item:hover{
  font-weight: bold;
}
/* 广告图 */
.adImg_box{
  margin-bottom: 34px;
}
.adImg_box img{
  width: 100%;
  height: auto;
}
/* 分页-效果1 */
/* .page-mode{
  border-top: 1px solid #E4E8F0;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  text-align: center;
}
.paging{
  display: inline-block;
}
.paging .page{
  font-size: 18px;
  color: #999999;
  font-weight: bold;
  display: inline-block;
  line-height: 41px;
  padding: 0 12px;
}
.paging .active{
  color: #0966F2;
} */

/* 分页-效果2 */
.page-mode{
  border-top: 1px solid #E4E8F0;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  text-align: center;
}
.paging{
  display: inline-block;
}
.paging .page-list{
  display: inline-block;
  position: relative;
}
.paging .page-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.paging .page{
  flex-shrink: 0;
  width: 44px;
  /* padding: 0 17px; */
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  color: #030916;
  text-align: center;
  display: inline-block;
}
.paging .page-change {
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  line-height: 40px;
  margin: 0 15px;
}
.paging .page-change img{
  width: 12px;
  height: auto;
}
.paging .page-list .page {
  background-color: #EFF2F6;
  position: relative;
}

.paging .page-list .page:hover{
  color: #254589;
}
.paging .page-list a.page:hover:after{
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  left: 4px;
  /* left: 50%; */
  /* margin-left: -18px; */
  top: 4px;
  border-radius: 50%;
  background-color: rgba(59, 124, 255,0.06);
}
.paging .page-list span.page{
  line-height: 38px;
  cursor: default;
}
.paging .page-list span.page:hover{
  color: #030916;
}
.paging .page-list .page:hover:after{
  content: '';
  background-color: #EFF2F6;
}

.paging .page-list .active{
  color: #fff !important;
  border-radius: 22px;
  background-color: #3b7cff;
  margin: 0 17px;
  position: relative;
}
.paging .page-list .page:first-child,
.paging .radius-left{
  border-top-left-radius:22px;
  border-bottom-left-radius:22px;
  margin-left: 0;
}
.paging .page-list .page:last-child,
.paging .radius-right{
  border-top-right-radius:22px;
  border-bottom-right-radius:22px;
  margin-right: 0;
}

/* 关联文章 */
.desp_relation{
  border-top: 1px solid #EAEDF6;
  padding-top: 40px;
  padding-bottom: 20px;
}
.desp_relation .desp_relation_item{
  font-size: 16px;
  color: #5E5F77;
  margin-bottom: 10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width: 100%;
}
.desp_relation .desp_relation_item:hover{
  color: #0966F2;
}

/* 相关推荐 */
.desp_recommend_box {
  width: 100%;
  background-color: #F4F7FD;
  padding: 28px 100px 28px 22px;
  border-radius: 20px;
  margin-bottom: 55px;
  position: relative;
  overflow: hidden;
}
.flex-box .desp_recommend_box{
  width: 445px;
  position: relative;
}
.flex-box .desp_recommend_box:nth-child(2n-1){
  margin-right: 11px;
}
.flex-box .desp_recommend_box:last-child{
  flex-grow: 1;
  margin-right: 0;
}
.desp_recommend_box::before {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* width: 338px; */
  background-image: url('../img/newbase/recommend_box_bg.png');  
  /* background: linear-gradient(285deg, #D6EDFF 0%, rgba(209,232,251,0) 100%); */
  /* opacity: 0.4; */
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
}
.desp_recommend_box .desp_title{
  min-height: initial;
  font-size: 19px;
  font-weight: bold;
  color: #2C3E65;
  padding: 0 0 22px 0;
  border-color: #E7EDFA;
  display: flex;
  align-items: center;
}

.desp_recommend_box .desp_title span{
  flex-shrink: 0;
}

.desp_recommend_icon{
  position: absolute;
  bottom: 52px;
  right: 52px;
  display: inline-block;
  width: 200px;
  text-align: right;
}
.desp_recommend_icon img{
  display: inline-block;
}

.desp_recommend{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-left: 16px;
  position: relative;
  z-index: 2;
}
.desp_recommend .item{
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
  list-style: none;
}
.desp_recommend .item>a{
  font-size: 16px;
  font-weight: 400;
  color: #717D97;
  width: 100%;
  display: inline-block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.desp_recommend_body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

/* 联系我们 */
.contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}
.contact_box .tab-contact{
  width: 100%;
  padding-bottom: 15px;
}

.contact-item{
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-right: 12px;
  padding: 5px 15px;
  border: solid 1px #cccccc;
  position: relative;
  cursor: pointer;
}
.contact-item.active{
  background-color: #3873b9;
  border-color: #3873b9;
  color: #fff;
}
.contact-item.active::after{
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -13px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #3873b9;
}
.contact_map_box{
  width: 48%;
  display: inline-block;        
}
.item-map-box{
  width:548px;
  height:338px;
  border:#ccc solid 1px;
  max-width: 100%;
}
.contact_addr{
  display: inline-block;        
  width: 47%;
}
.contact_company{
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.contact_item{
  margin-bottom: 20px;
  display: flex;
}
.contact_item img{
  width: 22px;
  height: 22px;
  margin-right: 20px;
  position: relative;
}
.contact_item p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.contact_box .contact_other{
  width: 120px;
  text-align: center;
  padding-top: 20px;
  /* padding-left: 30px; */
}
.contact_box .contact_other .contact-item{
  margin-bottom: 30px;
  white-space: nowrap;
  width: 110px;
}

.contact_other_list{
  padding-top: 26px;
  max-width: 38%;
}
.other-item{
  height: 48px;
  margin-bottom: 15px;
}
.contact_other_list_en{
  padding-top: 15px;
}
.contact_other_list_en .other-item{
  margin-bottom: 16px;
}
.contact_other .contact-item.active::after{
  top: 50%;
  left: -7px;
  margin-top: -6px;
  border-top-color: transparent;
  border-right-color: #3873b9;
}

/* 新闻 */
.tags_border, .tags_text{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 8px;
  margin-right: -8px;
}
.tags_border .item{
  font-size: 16px;
  color: #000000;
  height: 30px;
  line-height: 28px;
  border: solid 1px #cccccc;
  display: inline-block;
  padding: 0 8px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.tags_border .item:hover{
  color: #3873b9;
  border-color: #3873b9;
}
.tags_text  .item{
  border: 1px solid #C9D2E5;
  font-size: 12px;
  color: #666666;
  padding: 5px 12px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.tags_text  .item:hover{
  color: #0966F2;
  border-color: currentColor;
}

/* 自适应 移动端 */
@media (max-width: 767px) {
  /* 面包屑 */
  .bread-crumb {
    padding: 12px;
  }
  /* 联系我们 */
  .contact_map_box{
    width: 100%;
  }
  .contact_addr{
    width: 100%;
  }
  .item-map-box{
    height: 150px;
  }
  .contact_other_list{
    max-width: 100%;
  }
  .other-item{
    height: initial;
    margin-bottom: 20px;
  }
  /* 左导航 右内容 */
  .page_cont{
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .page_L{
    width: 100%;
    min-height: initial;
    background-color: transparent;
    margin-right: 0;
    padding-bottom: 6px;
  }
  .desp_box{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
  }
  .desp_main{
    min-height: 60vh;
  }
  .navList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 12px;
    /* margin-right: -12px; */
  }
  .navList-item{
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 12px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* 新闻 */
  .news_list_1 .mediaList{
    flex-wrap: wrap;
  }
  .news_list_1 .mediaList_img_lg{
    max-width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .news_list .mediaList_ul_item{
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
  }
}

.help-block {
  display: inline-block;
  text-align: left;
  bottom: -28px;
  left: 0px;
  position: absolute;
  /* width: 100%; */
  color: #cc0000;
}
