@charset "utf-8";

/*通用含子级栏目列表*/

ul,
ol {
  padding-left: 0em;
}
.clearfix:before, .clearfix:after {
    display: none;
}
.content-center {
  background: #fff;
  padding: 1.5rem 0px;
  border-radius: 8px;
}

.w-gl {
  background: #f2f6f9;
  margin: 20px;
  padding: 20px 0px;
  border-radius: 8px;
}

.content-mbx {
  padding-left: 1rem;
}

.ztzl-tree {
  min-height: max-content;
  margin-left: 20px;
}

.ztzl-tree .click-block>ul>li {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  height: max-content;
  overflow: hidden;
}

.ztzl-tree .click-block>ul>li a {
  color: #333;
  text-align: left;
  padding-left: 15px;
  display: block;
  font-size: 1.8rem;
  border-radius: 4px;
  padding: 1rem 2rem;
  line-height: 22px;
  background: #fff;
  width: 100%;
}

.ztzl-tree .click-block>ul>li a:hover,
.ztzl-tree .click-block>ul>li a.cur {
  background: #1B5395 url(jt_on_icon.png) no-repeat center right;
  color: #fff;
  width: 100%;
}

.ztzl-tree .click-block>ul>li.folderopen {
  border: 1px solid #e1e2e2;
  border-radius: 4px 4px 0px 0px;
}

.ztzl-tree .root {
  margin-bottom: 15px;
  display: block;
  padding-left: 0em;
}

.ztzl-tree .root ul {
  display: none;
  background: #fff;
  margin-top: -15px;
  border: 1px solid #e1e2e2;
  border-top: none;
  border-radius: 0px 4px;
  margin-bottom: 15px;
  padding: 15px 15px 15px 20px;
}

.ztzl-tree .root .l {
  display: inline-block;
  float: left;
}

.ztzl-tree .root>ul>.tree {
  overflow: hidden;
  line-height: 40px;
  border: unset;
  padding-left: 10px;
}

.ztzl-tree .root>ul>.tree:hover,
.ztzl-tree .root>ul>.tree.cur {
  background-color: #1B5395;
}

.ztzl-tree .root>.tree>a {
  float: left;
  max-width: 100%;
  word-wrap: normal;
}

.ztzl-tree .root>ul>.tree>a {
  font-size: 16px;
  float: left;
}

.ztzl-tree .root>ul>.tree>a:hover,
.ztzl-tree .root>ul>.tree.cur>a {
  font-weight: 600;
  color: #fff;
}

.ztzl-conts .gl-news-list li a {
  display: flex;
}

.w-gl-w868 {
  width: calc(80% - 20px);
  margin-right: 20px;
  background: #fff;
  padding: 0px 20px;
  border-radius: 12px;
  float: right;
}

.w-gl-w868 .w-gl-w868-tit {
  width: 100%;
  height: 39px;
  font-size: 20px;
  color: #333333;
  border-bottom: 1px solid #f1f1f1;
}

.w-gl-w868 .w-gl-w868-tit a {
  display: inline-block;
  padding: 0 15px 14px;
  border-bottom: 1px solid #155c9e;
  line-height: 21px;
}

.w-gl-w868 .gl-news-list {
  width: 100%;
  padding: 18px 0px 0px;
  margin: 0rem;
  height: max-content;
  overflow: hidden;
}

.w-gl-w868 .gl-news-list li {
  min-height: 40px;
    height: auto;
    line-height: initial;
    display: flex;
    justify-content: space-between;
    word-wrap: break-word;
    align-items: center;
}

.w-gl-w868 .gl-news-list li a {
  font-size: 16px;
  color: #000000;
}

.w-gl-w868 .gl-news-list li a:hover {
  font-weight: bold;
}

.w-gl-w868 .gl-news-list li span {
  font-size: 16px;
  color: #666666;
}

.w-gl-w868 .cm-news-list li a {
  background: url(dote3.png) no-repeat center left;
}

.w-gl-w868 .cm-news-list li a:hover {
  background: url(dote2.png) no-repeat center left;
  color: #155c9e;
}

/*当前位置*/
.w-loc span.cur {
  color: #155c9e;
}

/*图片列表*/
.picList img {
  width: 278px;
  height: 200px;
  border-radius: 4px;
}

.news-list-pic .list-pic img {
  width: 100%;
  border-radius: 8px;
  height: 200px;
}

.news-list-pic .list-pic p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 96%;
  margin-top: 5px;
}

.news-list-pic .am-avg-lg-3>li {
  width: calc((100% - 36px) / 3);
}

.news-list-pic ul li {
  margin-right: 18px;
  margin-top: 16px;
}

.news-list-pic ul.am-avg-lg-3 li:nth-child(3n) {
  margin-right: 0px;
}

.zlf-pic .news-list-pic,
.wlfgl {
  margin: 0px 20px;
  background: #fff;
  padding: 0px 20px;
  border-radius: 12px;
}

.news-list-pic .am-avg-lg-4>li {
  width: calc((100% - 54px) / 4);
}

.news-list-pic ul.am-avg-lg-4 li:nth-child(4n) {
  margin-right: 0px;
}

.news-list {
  padding: 20px;
}

/*视频列表*/
.video-list-pic ul li {
  padding: 15px 0;
  border-bottom: 1px dashed #d8d8d8;
  margin-top: 0rem;
}

.video-list-pic .list-pic {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.video-img {
  position: absolute;
  left: 45%;
  top: 40%;
  z-index: 999;
  height: 36px !important;
  width: 36px !important;
}

.video-list-pic .list-pic img {
  width: 190px;
  height: 125px;
}

.sp-cont {
  margin-left: 2rem;
}

.sp-cont h4 {
  margin: 10px 0;
}

/*文章列表*/

.tit {
  margin: 3rem auto;
  text-align: center;
}

.time-sheart {
  display: flex;
  justify-content: center;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background-color: #eeeeee;
  margin: 15px auto 30px;
  gap: 3rem;
}

.fontsize {
  display: flex;
  justify-content: center;
  gap: .5rem;
}

.social-share .icon-weibo {
  background: url(xlfx.png) center no-repeat !important;
  border: none;
  color: #fff;
}

.bds_weixin {
  background: url(wxfx.png) center no-repeat !important;
}

.social-share .social-share-icon {
  border: none;
  color: #fff;
}

.social-share .icon-weibo:before {
  content: "";
}

.sr-bdimgshare {
  display: none !important;
}

#share {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .w-gl {
    margin: 1.5rem;
    padding: 1.5rem 0px;
  }

  .ztzl-tree {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .w-gl-w868 {
    float: left;
    width: calc(100% - 3rem) !important;
    margin: 0px 1.5rem;
    padding: 0rem 1.5rem;
  }

  .ztzl-tree .root {
    display: flex;
    padding-left: 0em;
    flex-wrap: wrap;
	margin: 0px;
	justify-content: space-between;
}
.ztzl-tree .click-block>ul>li {
    min-width: calc((100% - 2rem) / 2);
        margin-right: 1.5rem;
}
.ztzl-tree .click-block>ul>li:nth-child(2n) {
        margin-right: 0rem;
}
.w-gl-w868 .gl-news-list {
padding: 10px 0px 0px;
}
.w-gl-w868 .gl-news-list li {
    display: block;
    height: max-content;
    overflow: hidden;
    border-bottom: 1px dashed #bbbaba;
    padding: 1rem 0rem;
	line-height: 3.6rem;
}
  .w-gl-w868 .cm-news-list li a {
    max-width: initial;
	overflow: initial;
        white-space: initial;
		    font-size: 1.8rem;
        padding-left: 1rem;
		background-position-y: 10px;
  }

  .news-list-pic .am-avg-lg-3>li,
  .news-list-pic .am-avg-lg-4>li {
    width: 100%;
  }
  
  .w-gl-w868 .gl-news-list li span {
	  font-size: 1.8rem;
	  float:right;
}

  /*定位适配*/
  .w-loc {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .video-list-pic .list-pic img {
    width: 136px;
    height: 98px;
  }

  .time-sheart>div {
    display: none !important;
  }

  .time-sheart>div:nth-child(1) {
    display: block !important;
  }

  .sp-cont h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
  }

  footer {
    margin-top: 0rem;
  }
}