*{
  margin: 0 0;
  padding: 0 0;
}
.news_content {
  background: #f8f8f8;
}

.news_content_main {
  position: relative;
}

.main_text {
  position: absolute;
  top: 3%;
  left: -6%;
}

.news_content_main_title {
  width: 320px;
  height: 65px;
  margin: 92px 0 63px 0;
  position: relative;
  z-index: 11;
}

.news_content_main_title h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.news_list_text h3:hover {
  cursor: pointer;
}

.news_list_img:hover {
  cursor: pointer;
}

.news_content_main_title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.news_list {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.news_list_text h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333333;
}

.news_list_text p {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}

.news_list_text {
  width: 840px;
  height: 108px;
  /* background: chartreuse; */
  margin-right: 15px;
}

.news_list_img {
  width: 244px;
  height: 180px;
}

.news_list_img img {
  width: 244px;
  height: 180px;
}

.news_content_back {
  width: 100%;
  height: 500px;
  background: url(../images/background/newsbanner.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 3000px) and (min-width: 901px) {
  .news_content-move{
    display: none;
  }
  .news_content-move{
    display: none;
  }
  .footer-move{
    display: none;
  }
  .background{
    display: none;
  }
  
}
@media screen and (max-width:900px) {
  .news_content {
    display: none;
  }
  .footer-top{
    display: none;
  }
  #content-move {
    width: 90%;
    margin: 0 auto;
    
  }
  .background {
    width: 100%;
    height: 105pt;
    background-image: url(../images/官网首页/inbannerd.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 30pt;
  }
  .news_content-box-move {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 10pt;
  }
  .news_list-move{
    /* width: 38%; */
    margin-right: 10pt;
  }
  .news_content-box-move .news_list-move>img {
    /* width: 100%; */
    height: 90pt;
  }

  .news_list_text-move{

  }
  .news_content-box-move .news_list_text-move h3 {
    /* width: 367px; */
    /* width: 183.5pt; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 15pt;
    margin: 0 0;
    /* text-overflow:ellipsis; */
    /* white-space:nowrap; */
  }
  .news_content-box-move .news_list_text-move p{
    font-size: 8pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0 0;
  }
  .news_list_text-move .p-cen{
    margin: 5pt 0 !important;
  }

}