/* 列表副标题内容 */
.zy_lst{width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 69px; box-sizing: border-box; color: #5699cd; line-height: 2; background: url(hasdone.png) no-repeat 50px center; }
.rspageold .zy_lst {margin-top: 10rem;background-size: 27px; padding-left: 88px;}
 /* 文章列表 */
  .dqwz_img>table{margin-left: 2rem;}
  .infomation-center {width: 100%; background-color: #fff;}
  /* .infomation-nav,.infomation-item{display: table-cell;vertical-align: top;} */
  .infomation-center-nav {
    /* width: 258px; */
    min-height: 62rem;
    background: #FFFFFF;
  }
  .infomation-center-nav .title {
    min-height: 5.6rem;
    vertical-align: middle;
    width: 100%;
    background: #2962AA;
    text-align: center;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 2.2rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
padding: 10px 0;
  }
  .infomation-center-nav ul {
    padding: 0 10px;
  }
  .infomation-center-nav li.active a{
    color: #2962AA;
  }
  .infomation-center-nav li {
    width: 100%;
    min-height:5rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: #20242A;
    border-bottom: 1px dashed #CCCCCC;
    padding-left: 2rem;
    position:relative;
  }
.infomation-center-nav li span{
    display:inline-block;
    min-height:5rem;
line-height:5rem;
  }
  .infomation-center-nav li.active .info-icon {
    border-left: 0.8rem solid #2962AA;
  }
  .infomation-center-nav li .info-icon {
    margin-top: 0;
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-left: 0.8rem solid #CCCCCC;
    border-bottom: 0.5rem solid transparent;
position:absolute;
right:0;
top:calc( 50% - 0.5rem );
line-height:0;
min-height:0;
  }
  .infomation-nav{width: 258px;}
  .infomation-item {
    width: 912px;
    background: #FFFFFF;
    /* border-left: #F9FCFF 20px solid ; */
    padding:0 1.6rem 1.6rem 0;
    box-sizing: border-box;
  }
  .infomation-item ul:first-child {
    display: block;
  }
  .infomation-item ul {
    display: none;
  }
.newsgk{background-color: #fff;}
  .newsgk li{  border-bottom: 1px dotted #E5E5E5;
    box-sizing: border-box; line-height: 5rem;height: 5rem;
  }
  .infomation-center-nav li a{color:#20242A;}


/* 文章内容 */
.article-title {
  text-align: center;
  color: #262626;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: normal;
}
.article-relevant {
  display: flex;
  margin: 1.5rem 0 0;
  text-align: center;
  line-height: 3.6rem;
}
.article-relevant-source {
  width: 30%;
  color: #999999;
  font-size: 1.4rem;
  float: left;
}
.article-relevant-count {
  width: 20%;
  color: #999999;
  font-size: 1.4rem;
  float: left;
}
.article-line {
  width: 100%;
  height: 0.8rem;
}
.article-line img {
  width: 100%;
  height: 100%;
}
.article-list {
  margin-top: 10rem;
}
.article-list p {
  font-size: 1.8rem;
  /* text-indent: 28px; */
  color: #262626;
  line-height: 3.2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.article-list p img{width:auto;max-width: 100%;}
.article-operation {
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	margin: 3rem 0 2.2rem 0;
	background: #F2F2F2;
}
/* .article-operation ul {
	display: flex;
} */
.article-operation li {
	cursor: pointer;
	float: left;
}
.article-operation img {
	width: 1.8rem;
	height: 1.3rem;
	padding-right: 0.5rem;
}
.article-operation li span {
	padding-right: 3.7rem;
}
.article-link {
	/* display: flex; */
	width: 100%;
}
.article-link .article-next {
	width: 50%;
	color: #20242A;
	font-size: 1.4rem;
	float: left;
}
.article-link .article-next a {
	color: #20242A;
}
.article-link .article-next a:hover {
	color: #2962AA;
}



  @media(max-width:900px){
    .infomation-center-nav{display: none;}
    .infomation-item{width: 100%;border-left: 0;}
    .infomation-nav, .infomation-item{display: block;}
  }
  @media(max-width:768px){
    html {
    font-size: 56%;
}
.focus-news{padding:1rem;}
.article-relevant-count{display: none;}
.article-relevant-source{width: 50%;}
.article-box{padding:1rem;}

.article-list {
  margin-top: 4rem;
}
}