.newslist,
.page {
  height: 224px;
  background: #efeff0;
  padding: 10px;
  width: 1200px;
  margin: 0 auto 16px;
  overflow: hidden;
}
.page {
  height: auto;
}
.newslist img {
  width: 380px;
  height: 224px;
}
.newslist .question {
  color: #404a58;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newslist a {
  color: #9d9d9d;
  text-decoration: none;
}
.newslist a:hover {
  color: #cc0000;
}
.newslist .answer {
  line-height: 20px;
  font-size: 12px;
  color: #737373;
  min-height: 136px;
}
.newslist .datas {
  font-size: 12px;
  color: #929292;
}
.pad0 {
  width: 390px;
  float: left;
}
.pad1 {
  width: 800px;
  float: right;
  overflow: hidden;
}

.pagsxp {
  text-align: center;
  background-color: #edeeef;
  height: 50px;
  line-height: 50px;
}
.pagsxp .current {
  height: 35px;
  line-height: 35px;
  background-color: #555;
  display: inline-block;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #fff;
}
.pagsxp a {
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #555555;
}
.pagsxp a:hover {
  color: #fff;
  background-color: #555;
}

.page_info {
  width: 1200px;
  margin: 0 auto;
}

.show {
  background: #fff;
  padding: 40px 30px 0px 50px;
}
.bshare {
  padding-bottom: 30px;
}
.share {
  padding-top: 20px;
}

.show a {
  color: #9d9d9d;
  text-decoration: none;
}
.show p {
  color: #929292;
  font-size: 14px;
}
.show a:hover {
  color: #cc0000;
}
.show .news_title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.tietxt {
  line-height: 22px;
  margin-bottom: 15px;
}
.show .newshowend {
  margin-left: 20px;
}
.show img {
  max-width: 100%;
}
