/* common */
body {
  background-color: #fff;
}
.combox {
  background: #fff;
  padding: 0.2rem 0.2rem 0 0.2rem;
}
.comarg {
  margin-bottom: 0.16rem;
}
/* xszplistnav */
.newslistnav {
  background: #f5f5f5;
  padding: 0.2rem;
}
.newslistnav p,
.newslistnav a {
  font-size: 0.22rem;
  color: #888;
  line-height: 0.3rem;
}
/* newslist */
.newslist {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}
.newslist a{
   width:48%;
   margin-left:2%;
}
.newslistimg {
  text-align: center;
  line-height: 1.2rem;
}
.newslistimg img {
  text-align: center;
}
.newslistabt {
  width: 3.9rem;
  padding: 0.1rem 0;
}
.newslistabt strong {
  display: block;
  width: 90%;
  height: 0.8rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  font-weight: normal;
  color: #333;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}
.newslistabt p {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #666;
  margin-top:-20px;
}
.newslistabt p span {
  margin-left: 0.2rem;
}
.page_news {
  padding: 0.35rem 0;
}
.page_news ul li {
  float: left;
  border: 1px solid #dfdfdf;
  border-radius: 0.05rem;
  width: 1.1rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  margin-right: 0.15rem;
}
.page_news ul li a {
  font-size: 0.2rem;
  color: #888;
}
.page_news ul {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.page_news ul li {
  float: none;
  margin: 0 auto;
  display: inline-block;
  width: 30%;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  margin-right: 0.15rem;
  margin-bottom:0.15rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(223, 223, 223);
  border-image: initial;
  border-radius: 0.05rem;
}
/* newsnav */
.newsnav {
  background: #f5f5f5;
  padding: 0.2rem;
}
.newsnav p,
.newsnav a {
  font-size: 0.25rem;
  color: #888;
  line-height: 0.3rem;
}

/* newsbody */
.newsbody iframe,
.newsbody embed {
  width: 80%;
  height: 2.65rem;
}
.newshead {
  border-bottom: 1px solid #ededed;
}
.newshead h3 {
  background: #fff;
  font-size: 0.4rem;
  color: #333;
  line-height: 0.6rem;
  text-align: center;
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newshead p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.25rem;
  padding: 0.1rem 0 0.2rem 0;
  font-weight: lighter;
  text-align:center;
}
.newshead p span {
  margin-left: 0.2rem;
}
.newsbody {
  font-size: 0.25rem;
  color: #666;
  padding-top: 0.15rem;
}
.newsbody div,
.newsbody p,
.newsbody span {
  line-height: 0.5rem;
}
.newsbody img {
  display: block;
  width: 98%;
  padding: 1%;
  margin: 0.1rem auto;
  box-shadow: 3px 0 0.1rem rgba(0, 0, 0, 0.1);
}
.newsmore {
  color: #ee7800;
  font-size: 0.25rem;
  padding-top: 0.15rem;
  margin-bottom: 0.1rem;
}
.newsmore ul li {
  line-height: 0.35rem;
}
.newsmore a {
  color: #ee7800;
}
.newsmore li {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*不换行*/
  text-overflow: ellipsis; /*超出部分文字以...显示*/
}
/* news */

section.news {
  padding: 0 0.2rem;
}
section.news h3 {
  line-height: 0.6rem;
  font-size: 0.28rem;
  border-bottom: 1px solid #f3f3f3;
}
section.news h3 a {
  float: right;
  font-size: 0.28rem;
  color: #f60;
}
section.news .news_pic a {
  float: left;
  width: 49%;
  display: inline-block;
}
section.news .news_pic a:nth-of-type(1) {
  margin-right: 2%;
}
section.news a img {
  width: 100%;
}
section.news a span {
  width: 100%;
  display: inline-block;
  height: 0.3rem;
  font-size: 0.26rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
section.news .news_pic {
  margin-top: 0.2rem;
}
section.news .news_list {
  margin-top: 0.2rem;
}
section.news .news_list li {
  line-height: 0.7rem;
  font-size: 0.26rem;
  background: url(../images/arrow_right.png) no-repeat right center;
  background-size: 0.22rem 0.29rem;
  border-bottom: 1px dashed #8a8a8a;
}
section.news .news_list li a {
  color: #8a8a8a;
  display: inline-block;
  width: 100%;
}
section.news .more_btn {
  width: 100%;
  text-align: center;
}
section.news .news_list li:nth-last-of-type(1) {
  border: none;
}


