@charset "utf-8";

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

ul, ol {
    padding-left: 0em;
}

.content-center {
    background: #fff;
    padding: 1rem 0px;
    border-radius: 8px;
}
.w-gl {
    background: #f2f6f9;
    margin: 10px 10px 0px;
    padding: 10px 0px;
    border-radius: 8px;
}
.content-mbx {
    padding-left: 1rem;
}
.ztzl-tree {
  min-height: max-content;
  margin-left: 0px;
}

.ztzl-tree .click-block>ul>li {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}

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

.ztzl-tree .click-block>ul>li a:hover,
.ztzl-tree .click-block>ul>li a.cur {
  background: #1b5395  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;
}

.ztzl-tree .root ul {
  display: none;
  background: #fff;
  margin-top: -20px;
  border: 1px solid #e1e2e2;
  border-top: none;
  border-radius: 0px 4px;
  margin-bottom: 20px;
  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(100% - 235px);
  margin-right: 10px;
  background: #fff;
  padding: 0px 15px;
  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%;
  border-bottom: 1px dashed #e1e2e2;
  padding: 0px 0px 15px;
}
.w-gl-w868 .gl-news-list:nth-child(1) { 
  padding-top: 15px;
}

.w-gl-w868 .gl-news-list li {
  height: 40px;
  line-height: 40px;
}

.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:  no-repeat center left;
}

.w-gl-w868 .cm-news-list li a:hover {
  background:  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:  center no-repeat !important;
  border: none;
  color: #fff;
}

.bds_weixin {
  background:  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: 641px) {
.time-sheart {
    margin: 15px auto 15px;
}
.time-sheart>div{
display:none !important;
}
.time-sheart>div:nth-child(1){
display:block !important;
}
.con-box{
height: max-content;
    overflow: hidden;
}
.tit {
    padding-top: 1rem;
}
}
@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% - 2rem);
    margin: 0px 1rem;
	padding: 0px 1rem;
}
  .ztzl-tree {
    margin-left: 0px;
    margin-bottom: 30px;
}
 .w-gl-w868 .cm-news-list li a {
 max-width: 68%;
 }
 .news-list-pic .am-avg-lg-3>li,.news-list-pic .am-avg-lg-4>li {
    width: 100%;
}
  /*定位适配*/
  .w-loc {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .video-list-pic .list-pic img{
width: 136px;
    height: 98px;
}
.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;
}
}