﻿.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 {
  position: relative;
	width: 227px;
	min-height: 700px;
	background-color: #3873b9;
  flex-shrink: 0;
  margin-right: 20px;
  padding-bottom: 18px;
  padding-top: 20px;
  overflow: hidden;
}

.zUIpanelScrollBox,.zUIpanelScrollBar{
			width:10px;
			top:4px;
			right:2px;
			border-radius:5px;

}
.zUIpanelScrollBox{
    background:black;opacity:0.1;
    filter:alpha(opacity=10);
}
.zUIpanelScrollBar{
    background:#fff;opacity:0.8;
    filter:alpha(opacity=80);
}

.page_M {
	width: 100%;
  overflow: hidden;
}
.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: 333px;
  overflow: hidden;
  flex-shrink: 0;
}
.page_L > div > .navList > .navList-item {
  padding: 0 20px;
}
.page_L > .navList > .navList-item {
  padding: 0 20px;
}
.page_L .btn_toggle {
  position: absolute;
  content: '';
  right: 5px;
  top: 25px;
  width: 20px;
  height: 20px;
  background: url("https://enmedia.iclabcn.com/static/enimg/arrow_right.png");
  background-size: contain;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.navList-item .navList-item {
  padding-left: 20px;
}
/* 列表导航 */
.navList-item {
	/*height: 50px;*/
	line-height:30px;
	font-size: 12px;
  color: #ddd;
  /*overflow: hidden;*/
  position: relative;
  word-break: break-all;
  white-space: nowrap;
  /* cursor: pointer; */
}
.navList-item .title {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navList-item a{
  display: block;
  width: 100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  /* cursor: pointer; */
}

.navList-item a:hover {
  color: #fff !important;
  font-weight: bold;
}

.navList-item.active {
  height: 30px;
	/*background-color: #3873b9;*/
  color: #fff;
  font-weight: bold;
}
.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: #3873b9;
}
.navList-arrow {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transform: rotateZ(90deg);
}
.show-sub-menu .navList-arrow{
  transform: rotateZ(180deg);
}
.show-sub-menu + .navList-sub {
  display: block;
}
.navList-sub {
  line-height: 50px;
  font-size: 14px;
  padding: 0 20px 0 30px;
  color: #666666;
  overflow: hidden;
  display: none;
}
.navList-sub .sub-menu {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navList-sub .sub-menu.active {
  color: #3873b9;
}
/* 图文列表 */
.mediaList-box{
  padding: 20px 0;
}
.mediaList{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.news_list .mediaList{
  padding-top: 20px;
}
.mediaList:first-child{
  padding-top: 0;
}
.mediaList:first-child{
  border-top: none;
}
.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  #dddddd;
  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: 10px;
}
.adImg_box img{
	width: 333px;
	height: 300px;
}
/* 图片列表 */
.desp_imgList{
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  margin-right: -10px;
  padding-top: 10px;
  min-height: 720px;
}
.desp_imgList::after{
  content: "";
  height: 0;
  width: 10px;
  flex-grow: 1;
}
.imgList_item{
  width: 215px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 9px;
}
.imgList_item img{
  width: 215px;
  height: 133px;
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.imgList_title{
	font-size: 14px;
	color: #3873b9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}
/* 分页 */
.page-mode{
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}
.paging{
  display: inline-block;
}
.page_count{
  font-size: 14px;
	color: #666666;
  margin-right: 5px;
}
.paging .page{
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #cccccc;
  display: inline-block;
  margin: 0 2px;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
}
.paging .active{
  background-color: #3873b9;
  color: #fff;
}

/* 关联文章 */
.desp_relation{
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.desp_relation .desp_relation_item{
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width: 100%;
}
.desp_relation .desp_relation_item:hover{
  color: #3873b9;
}

/* 相关推荐 */
.desp_recommend{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.desp_recommend .item{
  width: 50%;
  display: inline-block;
}
.desp_recommend .item>a{
  font-size: 16px;
  color: #3873b9;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* 联系我们 */
.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: 10px;
  margin-right: -10px;
}
.tags_border .item{
  font-size: 16px;
	color: #000000;
	height: 30px;
  line-height: 28px;
	border: solid 1px #cccccc;
  display: inline-block;
  margin-right: 10px;
  padding: 0 8px;
  margin-bottom: 10px;
}
.tags_border .item:hover{
	color: #3873b9;
	border-color: #3873b9;
}
.tags_text  .item{
  font-size: 14px;
	color: #999999;
  margin-right: 10px;
  margin-bottom: 8px;
}
.tags_text  .item:hover{
	color: #3873b9;
  margin-right: 10px;
}

/* 自适应 移动端 */
@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;
    overflow: hidden;
  }
  .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;
  }
  /* 图片列表 */
  .desp_imgList{
    min-height: initial;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .imgList_item{
    max-width: 45%;
  }
  .imgList_item img{
    width: 100%;
    height: 80px;
  }
  .imgList_title{
    height: initial;
  }
  /* 新闻 */
  .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;
  }
  .page_title{
    font-size: 18px;
    line-height: 1.5;
  }
}