.aboutus-wrap .aboutus-bg {
  width: 100%;
  background-image: url(../img/newscenterbg.png);
  background-repeat: no-repeat;
  background-size: 100% 5rem;
  /* background-attachment: fixed; */
  height: 5rem;
  position: relative;
  margin-top: 1rem;
}
.aboutus-wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.125rem 1rem;
  z-index: 9999;
  width: 91.6%;
  position: fixed;
  top: 0;
  /* background-color: rgb(60, 107, 179); */
    background-color: #FFFFFF;

}
.aboutus-wrap .top .hd-left img{
  width: 2.65rem;
}
.aboutus-wrap .top .hd-right{
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0rem;
  color: #000;
  opacity: 1;
}
.aboutus-wrap .top .hd-right .hd-menu a {
  color: #000;
}
.aboutus-wrap .top .hd-right .hd-menu a.active:after {
  position: absolute;
  content: "";
  bottom: -0.2rem;
  left: 50%;
  height: 0.0375rem;
  transform: translateX(-50%);
  background-color: #000;
  width: 0.25rem;
  border-radius: 0.0375rem;
}

.newsbg {background-color: #fff;}
.news-cont-wrap {
  width: 20rem;
  margin: .5rem auto;
}
.news-cont-wrap .top-news{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-cont-wrap .top-news .item{
  width: 9.3rem;
  overflow: hidden;
}
.news-cont-wrap .top-news .item>img{
  width: 100%;
  transition: all .5s;
}
.news-cont-wrap .top-news .item>img:hover{
  transform: scale(1.2);
}
.news-cont-wrap .top-news .wd{
  width:10.6rem;
}
.news-cont-wrap .top-news .item .tit{
  font-size: 0.35rem;
  font-weight: bold;
  color: #010A1C;
}
.news-cont-wrap .top-news .item .date{
  font-size: 0.225rem;
  color: #3C6BB3;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.news-cont-wrap .top-news .item .cont{
  font-size: 0.2rem;
  color: #666;
  margin-right: 0.3125rem;
  line-height: 0.3rem;
}
.news-cont-wrap .top-news .item .know-more{
  margin-left: 0;
}
.news-list-wrap {
  width: 20rem;
  margin: 0 auto 0.5rem;
}
.news-list-wrap .item{
  display: flex;
  align-items: center;
  padding-bottom: 0.175rem;
  padding-top: 0.25rem;
  /* padding: 0.25rem 1rem; */
  border-bottom: 0.0125rem dashed #a9afb9;
  transition: all .5s;
}
.news-list-wrap .item:hover{
  background-color: #f0f0f0;
  /* padding-left: 0.3rem; */
  margin: 0 -1rem;
  cursor: pointer;
  padding: 0.25rem 1rem 0.175rem 1.3rem;
}
.news-list-wrap .item.bdtop{
  border-top: 0.0125rem solid #a9afb9;
  
}
.news-list-wrap .item .left{
  margin-right: 0.25rem;
}
.news-list-wrap .item .right .tit{
  font-size: 0.25rem;
  color: #010A1C;
}
.news-list-wrap .item .right .cont{
  font-size: 0.2rem;
  color: #666;
  margin: 0.1rem 0;
}
.news-list-wrap .item .right .bottom-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list-wrap .item .right .bottom-text .km {
  font-size: 0.2rem;
  color: #3C6BB3;
  width: 1.25rem;
  height: 0.45rem;
  opacity: 1;
  border-radius: 0.05rem;
  line-height: 0.425rem;
  background: url(../img/b-jt.png);
  background-repeat: no-repeat;
  background-position: right;
}

.news-list-wrap .item:hover .right .bottom-text .km {
  font-size: 0.2rem;
  color: #FFFFFF;
  width: 1.55rem;
  height: 0.45rem;
  background-color: #3C6BB3;
  opacity: 1;
  border-radius: 0.05rem;
  line-height: 0.425rem;
  background-image: url(../img/arr.png);
  background-repeat: no-repeat;
  background-position: 1.1875rem;
  padding-left: 0.25rem;
}

.news-list-wrap .item .right .bottom-text .remark {
  display: flex;
  align-items: center;
  font-size: 0.175rem;
  color: #999;
}
.news-list-wrap .item .right .bottom-text .remark .lookimg{
  /* margin-left: 0.2rem; */
  margin-right: 0.0375rem;
}
.news-list-wrap .item .right .bottom-text .remark .dateimg{
  margin-left: 0.2rem;
  margin-right: 0.0375rem;
}

/*详情css*/
.main-cont-wrap {
  /*padding: 0.375rem 2rem;*/
  text-align: center;
  width: 1000px;
  margin: auto;
}
.main-cont-wrap .tit {
  font-size: 0.35rem;
  font-weight: bold;
  color: #010A1C;
  margin-top:1em ;
  margin-bottom: 0.15rem;
}
.main-cont-wrap .tit-text { 
  color: #666;
  font-size: 0.225rem;
}

.main-cont-wrap .main-cont {
  margin-top: 0.2313rem;
  border-top: 0.0125rem solid #d9d9d9;
}
/*8月25日新增css*/
.main-cont-wrap .main-cont>p span{
  font-size:16px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif !important;
  letter-spacing:0.5px !important;
  line-height:2 !important;
}
.main-cont-wrap .main-cont>p{
  font-size:16px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif !important;
  letter-spacing:0.5px !important;
  line-height:2 !important;
}
.main-cont-wrap .main-cont .tx-left{
  text-align: left;
  text-indent: 2em;
  color: #666;
  font-size: 0.2rem;
  line-height: 0.375rem;
}
.main-cont-wrap .main-cont .pdtop {
  padding-top: 0.275rem;
}
.main-cont-wrap .main-cont img {
  margin: 0.375rem 0;
  width: calc(62.5%);
}

.page{
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}
.page ul{
  width: 100%;
  padding: 0.625rem 0 0 0;
  text-align: center;
}
.page ul li{
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.4rem;
  border: 0.0125rem solid #D9D9D9;
  margin: 0 0.025rem;
  line-height: 0.425rem;
  float: none;
  cursor: pointer;
  color: #666666;
}
.page ul li i.left-ico{
  color: #333333;
  font-size: 0.175rem;
}
.page ul li.acti{
  color: #3C6BB3;
  border: 0.0125rem solid #3C6BB3;
}
.page ul li:hover{
  border: 0.0125rem solid #3C6BB3;
  color: #3C6BB3;
}
.page ul li:hover i{
  color: #3C6BB3;
}