.main-cont .banner {
  width: 710px;
  height: 450px;
  background: #ccc;
  margin-bottom: 40px;
}

/*å¹»ç¯*/
.slide {
  width: 710px;
  height: 450px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  z-index: 10;
}

.slide ul {
  height: 450px;
}

.slide ul li {
  width: 710px;
  height: 450px;
  float: left;
  position: relative;
}

.slide ul li p {
  position: absolute;
  z-index: 9999;
  color: #fff;
  bottom: 30px;
  left: 20px;
  font-size: 22px;
  width: 710px;
}

.slide .bg {
  width: 710px;
  height: 100px;
  position: absolute;
  /* background-color: #000; */
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
  background: -o-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
  background: -moz-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
  background: linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
  bottom: 0;
  left: 0;
  z-index: 5;
}

.slide .num {
  overflow: hidden;
  zoom: 1; position: absolute;
  left: 45%;
  bottom: 20px;
  z-index: 10;
}

.slide .num span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  margin-right: 20px;
  cursor: pointer;
  overflow: hidden;
}

.slide .num span.on {
  background: rgba(255,255,255,0.8);
}

.slide .skip {
  display: none;
  _display: block;
  width: 23px;
  height: 47px;
  background: url(../images/bg-slide.png) no-repeat;
  _background: url(images/ie6/bg-slide.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  text-indent: -1000em;
  cursor: pointer;
}

.slide .prev {
  background-position: 0 -172px;
  left: 10px;
}

.slide .prev:hover {
  background-position: 0 -219px;
}

.slide .next {
  background-position: -23px -172px;
  right: 10px;
}

.slide .next:hover {
  background-position: -23px -219px;
}

.slide:hover .prev, .slide:hover .next {
  display: block;
}

.slide .num {
  bottom: 11px;
}

/* å†…å®¹é¡µ */
.article-cont .cont-title {
  font-size: 26px;
  text-align: center;
  margin-top: 40px
}

.article-cont .source {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}

.article-cont .source span {
  margin-right: 10px;
  color: #999999;
}

.article-cont .article-article {
  font-size: 18px;
  line-height: 34px;
}

.article-cont .article-article p {
  margin-bottom: 20px;
  text-indent: 2em;
}

.article-cont .article-article p.bianji {
  text-align: right;
}

.article-cont .article-article .body img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.article-cont .article-article .article-erweima {
  text-align: center;
  margin-bottom: 30px;
}

.article-cont .article-article .article-erweima .more {
  margin-bottom: 5px;
  font-size: 16px;
  text-indent: 0;
}

.article-cont .article-article .article-erweima img {
  width: 222px;
  height: 222px;
  margin: 0 auto 30px;
}

.article-cont .article-article .article-erweima .share {
  width: 148px;
  float: right;
}

.article-cont .article-article .article-erweima .share span {
  float: left;
}

/* è¯„è®º */
.pinglun {
  margin-bottom: 80px;
}

.pinglun .pl-title {
  border-bottom: 1px solid #d1d1d1;
  font-size: 20px;
  color: #666;
  padding-bottom: 7px;
}

.pinglun .pl-title span {
  border-bottom: 7px solid #c80000;
  padding-bottom: 3px;
}

.pinglun .pinglun-box {
}

.article-news ul li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 15px;
}

.article-news ul li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #edece8;
  margin-right: 10px;
}

.article-news ul li.red span {
  background: #f40417;
  color: #fff;
}

/* ä¸“é¢˜é¡µ */
.special {
  margin-bottom: 50px;
}

.special .ul-list {
  padding-top: 0;
}

.special .top-banner {
  padding: 28px 60px 16px;
  width: 980px;
  max-height: 198px;
  background: url(../images/special_bg_03.png) repeat;
  color: #fff;
  overflow: hidden;
  margin-bottom: 36px;
}

.special .top-banner h3 {
  text-align: center;
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
}

.special .top-banner p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-indent: 2em;
}

.part .special-cont-r li {
  float: left;
  width: 160px;
  height: 144px;
  overflow: hidden;
  margin-right: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.part .special-cont-r li a p {
  font-family: "Microsoft YaHei";
}

.part .special-cont-r li img {
  width: 160px;
  height: 90px;
  margin-bottom: 10px;
}

.part .zhengzhi li {
  margin-bottom: 30px;
}

.part .zhengzhi h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.part .zhengzhi p {
  line-height: 18px;
}

.phone-pages {
  display: none;
}

.remennews-phone {
  display: none;
}

.header .left-button {
  display: none;
}

.header-wap {
  display: none;
}

.search-wap {
  display: none;
}

.search-wap-close {
  display: none;
}
