@charset "utf-8";
body {
  font-family: Helvetica, STHeiti, Droid Sans Fallback;
  color: #000;
  -webkit-text-size-adjust: none;
  font-size: 1rem;
}
.footer {
  margin-top: 1rem;
}
.search-section {
  width: 100%;
  top: 4rem;
  left: 0;
  position: fixed;
  background: #fff;
}
.search-form {
  width: 90%;
  height: 1.8rem;
  margin: 0 auto;
  background-color: white;
  border-radius: 0.15rem;
  border: 0.05rem solid #c4c4c4;
  -webkit-border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.05rem 0.05rem white, 0 0.05rem 0.05rem #eee inset;
  font-size: 0.8rem;
  color: #f2f2f2;
  position: relative;
  margin-top: 0.5rem;
}
.search-form:before,
.search-form:after {
  content: '';
  position: absolute;
}
.search-form:before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e8e8e8));
  border-left: 0.05rem solid #c9c9c9;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  height: 1.8rem;
  top: 0;
  right: 0;
  width: 2rem;
  z-index: 2;
}
.search-form:after {
  background-position: -0.05rem -3.45rem;
  height: 0.85rem;
  margin-top: -0.4rem;
  top: 50%;
  right: 0.55rem;
  width: 0.8rem;
  z-index: 3;
}
.search-text-search {
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  color: #969696;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-indent: 1rem;
  width: 100%;
  padding-right: 2.5rem;
  box-sizing: border-box;
}
.search-btn {
  border: 0;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  height: 1.8rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  z-index: 4;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAAV1JREFUOI2V00FEZVEcx/FPL0pEvG0jol2G2gylRNtWtYnHUCRKu8xiTGJWbWc1aTGkxdMiRZuI6JmWb5EWs4pI0SpFJmKYxTnXu+92u9Vv8z/n3uN7/r//+f9b6vW6AnXjuuhAolLOt2kc4Q5X+IvfWHgrqIxdbGMcXThFK0bwE8foLQK14QCTuMcs2jEY45RgcQyH8dJc0Dw+RcggNvGUOreHfpyjD9+KQLCMi7zU4yVzcT0jWG4CdeFjzKD6AiRRLV5UxkAWlPi9x+MrILiJsalOpcyPZ0XMUU+MTSUoxSxOBM+fX4FMaDTpMxCsx7iGoRcgfdiI6xr+5YGqwhN3CF38Q2jCTqEtvuMsZgMVLKVBLalZ68Aqvsg8bYHm8CudEaFWXzGMHY1hvcQ+VrJ2BKuVbEZvUQVbmYyf8CFv+otU1ejuRNd4eC+IMIeLgs0/GMXje62lVcZtsvkPLilLcet1SHkAAAAASUVORK5CYII=) no-repeat center center;
}
#search-list {
  margin-top: 6.5rem;
}
#search-list em {
  font-style: normal;
  color: #e63939;
}
.column-more {
  width: 80%;
  display: block;
  margin: 0.5rem auto;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #e63939;
  font-size: 0.9rem;
  border: 0.05rem solid #e63939;
  border-radius: 0.5rem;
}
/* 新闻头条 */
.top {
  margin: 0 0 0.1rem;
  text-align: center;
  padding: 0.75rem 0 0;
}
.top-temp {
  border-bottom: 0.05rem solid white;
  margin: 0 0.6rem;
  padding-bottom: 0.45rem;
  position: relative;
}
.top-temp:after {
  content: '';
  background-color: #d6d6d6;
  height: 0.05rem;
  position: absolute;
  bottom: 0;
}
.t-portlet-content {
  width: 100%;
  overflow: hidden;
}
.t-portlet-panel {
  float: left;
}
.top h2 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.35rem;
}
.top > h2 a {
  color: #b71a1a;
}
.top > h2 a.f-purple {
  color: #be016c;
}
.top p {
  line-height: 1.5;
}
.top > p a {
  color: #777777;
  font-size: 0.7rem;
  margin-right: 0.4rem;
}
.top > h2 a.f-black {
  color: black;
}
.top > p a:last-child {
  margin-right: 0;
}
.top-news-list {
  overflow: hidden;
  padding-bottom: 0.05rem;
  margin: 0.9rem auto 0.05rem;
  width: 14.8rem;
}
.top-news-list li {
  line-height: 1.55rem;
}
.top-news-img {
  float: left;
  height: 6.2rem;
  overflow: hidden;
  position: relative;
  width: 9.8rem;
}
.top-news-img img {
  border: 0.05rem solid #ebebeb;
  height: 6.05rem;
  width: 9.7rem;
}
.top-news-img:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 1.3rem;
  position: absolute;
  bottom: 0;
  left: 0.05rem;
  width: 9.7rem;
}
.top-news-tit {
  color: white;
  font-size: 0.7rem;
  line-height: 1.3rem;
  position: absolute;
  bottom: 0;
  left: 0.05rem;
  text-align: center;
  width: 9.7rem;
  z-index: 1;
}
.topic {
  position: relative;
}
.topic-info {
  margin: 0 auto;
  overflow: hidden;
  width: 16rem;
}
.topic-info ul {
  line-height: 200%;
  position: relative;
}
.topic-swipe {
  height: 7.9rem;
  -webkit-transform-style: flat;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.topic-info .top {
  border-bottom: 0;
  padding-top: 0.45rem;
  margin: 0.25rem 0 0.5rem;
}
.topic-info h2 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.topic-info h2 a {
  color: black;
  font-weight: normal;
}
.topic-info .cont-list {
  margin: 0 0 0.45rem;
  padding: 0.25rem 0.6rem 0.1rem;
}
.topic-item {
  display: inline-block;
  float: left;
  position: relative;
  width: 16rem;
}
.topic-item div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 16rem;
}
.topic_img {
  margin: auto;
}
.topic-item .topic-title {
  background-color: rgba(0, 0, 0, 0.7);
  border-top: 0.05rem solid #3e3e3e;
  border-bottom: 0.05rem solid #000;
  -webkit-box-shadow: 0 0 0.25rem #000;
  color: #fff;
  height: 1.4rem;
  line-height: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 16rem;
}
.topic-item .topic-title:before {
  content: '';
  background-color: #000;
  height: 0.05rem;
  overflow: hidden;
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 100%;
}
.topic-title,
.topic-title a {
  color: #fff;
  font-size: 0.75rem;
}
.u-layer-ath {
  background: url(../img/ath.png) no-repeat;
  width: 10rem;
  height: 3.75rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -5rem;
  background-size: contain;
  display: none;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: 2s all;
  -webkit-perspective: 20rem;
          perspective: 20rem;
  z-index: 9999;
}
.u-layer-ath .ath_close_area {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.u-layer-ath .ath_addhome_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 7rem;
  height: 3rem;
}
.u-ani-ath {
  -webkit-transform: rotateY(360deg) translateZ(5rem);
          transform: rotateY(360deg) translateZ(5rem);
}
/* 列表模块 */
.module {
  background-color: #f9f8f8;
  overflow: hidden;
}
.module-t {
  height: 1.75rem;
  line-height: 1.75rem;
  border-bottom: 0.1rem solid #ccc;
  border-top: 0.05rem solid #eee;
  padding-bottom: 0.05rem;
  -webkit-background-clip: content-box;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}
.wb-module .module-t h3 a {
  color: #007acf;
}
.more {
  float: right;
  margin-right: 2%;
}
.more.sub-nav {
  display: -webkit-box;
}
.fgLine {
  display: inline-block;
  height: 0.7rem;
  overflow: hidden;
  width: 0.05rem;
  margin: 0 0.25rem;
  background-color: #e6e6e6;
  vertical-align: -0.05rem;
}
/* 文字链列表*/
.topNews nav {
  height: 2rem;
  font-size: 0.9rem;
  color: #f36417;
  border-bottom: 0.05rem solid #e3e1e1;
  background-color: #f1f1f1;
}
.topNews nav li {
  float: left;
  line-height: 2.2rem;
  color: #666;
  text-align: center;
  display: block;
  margin-left: 1.4%;
  text-shadow: 0.05rem 0.05rem 0 #fff;
}
.topNews nav .current {
  color: #000;
  line-height: 1.9rem;
  background-color: #fff;
  border-top-width: 0.15rem;
  border-right-width: 0.05rem;
  border-left-width: 0.05rem;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #e68000;
  border-right-color: #e3e1e1;
  border-left-color: #e3e1e1;
}
.opera .topNews nav .current {
  font-weight: 500;
}
.newsList {
  overflow: hidden;
}
.newsList ul {
  width: 100%;
}
.newsList > ul > li {
  float: left;
  width: 100%;
}
.newsPage {
  margin-top: 0.25rem;
  font-size: 0.8rem;
}
.newsPage > li {
  height: 2.5em;
  vertical-align: middle;
  padding-right: 0.75rem;
  border-top: 0.05rem solid #ececec;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAYAAACwXJejAAAAg0lEQVR42mMICgqSDw0NtQdis+DgYCsgLceADQQGBuoDFbsAFdhANYhiKDI2NmYFmmICVGgHVWjj5+fHi6HQzc2NG6jIGoRh1oM0Y7NWDGqaJZB2BPJ1sLoPaI1USEiILVCRBVCxU0BAgBrpikC+AinAaR3M4UjBgOpwooKAYGASEy0AoGZIL0o4ls8AAAAASUVORK5CYII=) no-repeat center right;
  margin-top: 0;
  margin-right: 3%;
  margin-bottom: 0;
  margin-left: 3%;
  padding-left: 0;
  line-height: 2.5em;
}
.newsPage > li:nth-child(1) {
  border-top: none;
}
.cateEntry:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAYAAACwXJejAAAAg0lEQVR42mMICgqSDw0NtQdis+DgYCsgLceADQQGBuoDFbsAFdhANYhiKDI2NmYFmmICVGgHVWjj5+fHi6HQzc2NG6jIGoRh1oM0Y7NWDGqaJZB2BPJ1sLoPaI1USEiILVCRBVCxU0BAgBrpikC+AinAaR3M4UjBgOpwooKAYGASEy0AoGZIL0o4ls8AAAAASUVORK5CYII=);
  float: right;
}
.newsPage > .newsHead {
  border-top: none;
  height: 3.9rem;
  padding: 0.75rem 0;
}
.newsPage > .newsHead:before,
.newsPage > .newsHead:after,
.newsPage > .newsHead > a:before,
.newsPage > .newsHead > a:after {
  content: '';
}
.newsPage > .newsHead > a,
.newsPage > .newsHead > a:visited {
  height: auto;
  display: inline;
}
.newsPage > .newsHead img {
  display: block;
  float: left;
  width: 5.55rem;
  height: 4.15rem;
}
.newsPage > .newsHead div {
  float: left;
  width: 57%;
  line-height: 1.2rem;
  margin-top: -0.15rem;
  margin-left: 4%;
}
.newsPage > .newsHead p:nth-child(2) {
  color: #a1a1a1;
  font-size: 0.6rem;
  line-height: 1rem;
  margin-left: 0.15rem;
  height: 2rem;
  overflow: hidden;
}
.newsPage > .newsHeadText {
  height: 4rem;
  text-align: center;
  overflow: hidden;
}
.newsHeadText h1 {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  margin-top: 0.25rem;
  text-align: center;
  color: #bf0000;
}
.opera .newsHeadText h1 {
  font-weight: 500;
}
.newsHeadText h1 a {
  color: #bf0000;
}
.newsHeadText p {
  font-size: 0.7rem;
  color: #666;
  text-align: center;
}
.newsHeadText p a {
  margin-left: 0.5rem;
}
.pageBtn {
  margin: 0.3rem auto 0.6rem;
  height: 1.7rem;
  width: 92%;
  display: block;
  background-color: #efefef;
  text-align: center;
  line-height: 1.7rem;
  font-size: 0.8rem;
  border-radius: 0.25rem;
}
.loadingimg {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
}
.big-pic {
  padding: 0.45rem 0 0.4rem;
}
.big-pic-in {
  position: relative;
  width: 100%;
  height: 10rem;
  overflow: hidden;
  margin: 0 auto;
}
.big-pic-in img {
  width: 100%;
  height: 10rem;
}
@media only screen and (min-width: 480px) {
  .big-pic-in,
  .big-pic-in img {
    width: 100%;
    height: 12.5rem;
  }
}
@media only screen and (min-width: 700px) {
  .big-pic-in,
  .big-pic-in img {
    width: 100%;
    height: 15.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .big-pic-in,
  .big-pic-in img {
    width: 42.5rem;
    height: 22.5rem;
  }
}
.pic-list {
  height: 100%;
}
.big-pic a {
  float: left;
}
.big-pic a p:first-child {
  width: 100%;
  background: #000000;
}
.big-pic2 .pic-list {
  width: 200%;
}
.big-pic2 .pic-list a {
  width: 15rem;
  /*50%*/
}
.big-pic3 .pic-list {
  width: 300%;
}
.big-pic3 .pic-list a {
  width: 15rem;
  /*33.33%*/
}
.big-pic4 .pic-list {
  width: 400%;
}
.big-pic4 .pic-list a {
  width: 25%;
  /*25%*/
}
.cap {
  width: 100%;
  height: 1.6rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: medium;
  text-align: center;
  bottom: 0;
  line-height: 1.4rem;
  position: absolute;
  text-shadow: 0.05rem 0.05rem 0.05rem #333;
}
.pic-list .cap {
  padding-left: 0.5rem;
  text-align: left;
}
.slide-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.15rem;
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
.slide-dot li {
  display: block;
  float: left;
  width: 25%;
  height: 100%;
  background-color: #ccc;
}
.slide-dot li.on {
  background-color: #e68000;
}
.navContent {
  float: right;
}
.navContent a {
  color: #fff;
}
.navContent li {
  float: left;
}
.cw {
  width: 500%;
}
.gallery {
  width: 100%;
  overflow: hidden;
}
.gallery li {
  float: left;
  font-size: 0.7rem;
  text-align: center;
}
.gallery li > a {
  float: left;
  width: 50%;
}
.gallery span {
  display: inline-block;
  background: #eaeaea;
  padding: 0.25rem 0;
  color: #5c5c5c;
  text-overflow: ellipsis;
  border: 0.05rem solid #cacaca;
  border-top: none;
  width: 88%;
  max-width: 9rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
.gallery img {
  display: block;
  width: 88%;
  max-width: 9rem;
  max-height: 9rem;
  margin: 0 auto;
}
.ctrls {
  margin: 0.5rem auto;
  width: 8.5rem;
}
.ctrls ul {
  display: inline-block;
  margin-top: -0.5rem;
}
.ctrls li {
  float: left;
  margin: 0 0.2rem;
  height: 0.4rem;
  width: 0.4rem;
  background: #d0d0d0;
  border-radius: 0.2rem;
}
.ctrls .current {
  background: #e68000;
}
.ctrls div {
  display: inline-block;
  margin: 0 0.4rem;
}
.imgPageBtn {
  width: 1.6rem;
  height: 1.1rem;
  background: url(../tplimg/wap_next.gif) no-repeat center center;
}
.imgPageBtn.imgPageBtn-l {
  background: url(../tplimg/wap_pre.gif) no-repeat center center;
}
.appAd {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  text-indent: 1%;
  font-size: 12pt;
  background-color: #e0e0e0;
  color: #333;
}
.app {
  margin: 0.5rem auto;
  height: 2.75rem;
  width: 10.5rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTJlNWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 49%, #e2e5e8 100%);
  /* W3C */
  display: block;
  border: 0.05rem solid #dddfe2;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  text-align: center;
  line-height: 2.7rem;
  font-weight: bold;
  font-size: 12pt;
}
.app dt {
  float: left;
  width: 2.95rem;
  border-right: 0.05rem solid #ccc;
}
.app dt img {
  vertical-align: middle;
  margin: 0 0.25rem;
}
.app dd {
  float: right;
  width: 7rem;
}
.app dd a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5c6572;
}
.app dd img {
  vertical-align: middle;
  margin-right: 0.25rem;
}
/*内容页*/
.article {
  background: white;
  line-height: 1.5em;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.articleHeader {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 0.05rem solid #ccc;
}
.article h1 {
  font-size: 1.4rem;
  color: #000;
  text-align: left;
  padding: 0.75rem 0 0.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0.4rem;
}
.article .meta {
  margin: 0 0.4rem;
  overflow: hidden;
  font-size: 0.6em;
  position: relative;
  height: 1.3rem;
}
.article .edit {
  color: #666;
}
.article .meta .go-to-pc {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #f17e08;
}
.article .go-to-pc a {
  color: #f17e08;
}
.article .text {
  padding: 0 0.6rem;
  font-size: 0.8em;
  line-height: 1.5rem;
  text-align: justify;
  color: #333;
}
.article .abstracts {
  width: 91%;
  margin: 3% 2%;
  background-color: #eee;
  padding: 2%;
  border: 0.05rem solid #ccc;
  box-sizing: content-box;
  color: #666;
  font-size: 0.6em;
  line-height: 1.5em;
}
.article .text p {
  margin: 0.6em 0;
}
.title1 {
  height: 2em;
  line-height: 2em;
  color: #e63939;
  text-indent: 0.5rem;
  font-size: 0.9rem;
  border-bottom: 0.1rem solid #e63939;
}
.title1Ico {
  display: inline-block;
  background: url('../../img/title1-bg.png') no-repeat 0 center;
  background-size: 0.7rem auto;
  text-indent: 1.25rem;
}
.goTop {
  line-height: 2rem;
  color: #333;
  background: #efefef;
  text-align: center;
  display: block;
  height: 2rem;
  width: 5rem;
  font-size: 12pt;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  margin: 0.5rem auto;
}
.columnName {
  width: 100%;
  height: 2rem;
  color: #e63939;
  line-height: 2rem;
  font-weight: 100;
  border-bottom-width: 0.05rem;
  border-bottom-style: solid;
  border-bottom-color: #d4d4d4;
  font-size: 0.8rem;
}
.columnName a {
  color: #e63939;
}
.titleIco2 {
  background: #e63939;
  height: 0.85rem;
  width: 0.3rem;
  display: inline-block;
  margin: 3pt 5pt -2pt 10pt;
}
#displaypagenum,
.pagebox {
  width: 100%;
  line-height: 1.5rem;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 12pt;
}
#displaypagenum a,
.pagebox a {
  display: inline-block;
  border: 0.05rem solid #ccc;
  padding-right: 0.4rem;
  margin: 0.15rem;
  padding-left: 0.4rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  font-size: 0.7rem;
}
#displaypagenum select {
  display: inline-block;
  border: 0.05rem solid #ccc;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: 20%;
  text-align: center;
  margin-top: 0.2rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
}
#displaypagenum span.pageOn {
  color: #fff;
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin: 0 0.1rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  background-color: #e63939;
  background-position: bottom;
}
.newsHeadText2 h1 {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  margin: 0.75rem 0;
  text-align: center;
  color: #bf0000;
}
.opera .newsHeadText2 h1 {
  font-weight: 500;
}
.newsHeadText2 h1 a {
  color: #bf0000;
}
.newsHeadText2 p {
  font-size: 0.7rem;
  color: #666;
  text-align: center;
  margin-bottom: 0.75rem;
}
.newsHeadText2 p a {
  margin-left: 0.5rem;
}
.photosList {
  margin: 0.5rem 0;
  width: 100%;
  text-align: center;
}
.photosList li {
  display: inline-block;
  max-height: 9.25rem;
  max-width: 14rem;
  text-align: center;
  position: relative;
  margin: 0 2%;
  width: 40%;
}
.photosList li img {
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .photosList li {
    width: 50%;
    margin: 0 5%;
  }
}
.text p img {
  max-width: 100%;
}
.photosList li p {
  background-color: rgba(0, 0, 0, 0.6);
  height: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
.photosList li a {
  color: #fff;
}
/*图集 */
.gallerys {
  width: 100%;
  overflow: hidden;
}
.gallerys li {
  float: left;
  font-size: 0.7rem;
  text-align: center;
}
.gallerys li > a {
  width: 50%;
}
.gallerys span {
  display: inline-block;
  background: #eaeaea;
  padding: 0.25rem 0;
  color: #5c5c5c;
  text-overflow: ellipsis;
  border: 0.05rem solid #cacaca;
  border-top: none;
  width: 88%;
  max-width: 20rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
.gallerys img {
  display: block;
  max-width: 12.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .gallerys img {
    max-width: 17.5rem;
    max-height: 12.5rem;
  }
}
@media only screen and (min-width: 700px) {
  .gallerys img {
    width: 25rem;
    max-width: 40rem;
    max-height: 40rem;
  }
}
.prev,
.next {
  height: 2.8rem;
  width: 3rem;
  position: absolute;
  overflow: hidden;
}
.prev {
  left: 0;
  top: 35%;
  background: url(../img/wap_preIco.png) no-repeat 0 0;
}
.next {
  right: 0;
  top: 35%;
  background: url(../img/wap_nextIco.png) no-repeat 0 0;
}
@media only screen and (max-width: 400px) {
  .prev {
    top: 80%;
  }
  .next {
    top: 80%;
  }
}
.hyazxbb {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.5rem;
}
.nav-section {
  margin-top: 2.25rem;
  margin-bottom: 5rem;
}
.menu-li .menu-nav {
  display: block;
  width: 100%;
  text-indent: 1rem;
  line-height: 2rem;
  background: #ce844e;
  color: #fff;
  border-bottom: 0.1rem solid #a1540b;
  font-size: 1rem;
}
.menu-li .sub {
  padding: 0 0.5rem;
}
.menu-li .sub li {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 0.5rem 0.5rem;
  margin-top: 0.5rem;
  color: #666;
}
.bbs-title {
  display: block;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  color: #924b09;
  text-align: center;
  font-size: 1rem;
  border-top: 0.1rem solid #924b09;
  border-bottom: 0.05rem solid #c9c9c9;
}
.bbs-list {
  margin-top: 1rem;
}
.bbs-list dl {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.05rem dashed #924b09;
}
.bbs-list div {
  padding: 1rem;
}
.time {
  float: right;
  font-size: 0.7rem;
  font-weight: normal;
  color: #888;
}
.answer {
  background: #fff6e8;
  color: #924b09;
  margin-top: 0.5rem;
  position: relative;
}
.answer::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 1rem;
  border-style: solid;
  border-color: transparent transparent #fff6e8 transparent;
  position: absolute;
  left: 2.25rem;
  top: -1.75rem;
}
.bbs-list dt {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.bbs-list dd {
  font-size: 0.75rem;
  line-height: 1.6;
}
.form {
  width: 95%;
  margin: 1rem auto 2.5rem;
  display: block;
}
.form label {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #7d5c29;
  text-indent: 0.5rem;
}
.form input {
  width: 80%;
  display: inline-block;
  height: 1.75rem;
  line-height: 1.75rem;
  text-indent: 0.5rem;
  border-radius: 0.5rem;
  border: 0.05rem solid #bbbbbb;
}
.form .cts {
  color: #b91212;
  font-size: 0.7rem;
  line-height: 1.5rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
#vc {
  width: 10rem;
}
.vc-code {
  vertical-align: middle;
  height: 1.75rem;
  margin-left: 0.25rem;
  margin-top: 0.5rem;
}
#lytext {
  width: 95%;
  height: 10rem;
  padding: 0.5rem;
  display: block;
  line-height: 1.6;
  font-size: 0.8rem;
  border: 0.05rem solid #bbbbbb;
  border-radius: 0.5rem;
  box-sizing: border-box;
  margin: 0.5rem auto;
}
#sumbit-btn {
  width: 15rem;
  height: 2.75rem;
  border: none;
  display: block;
  border-radius: 0.75rem;
  background: #e63939;
  margin: 1rem auto 0;
  color: #fff;
}
.onShow {
  width: 100%;
  background: url(../img/onShow.gif) no-repeat;
  text-indent: 1.25rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
.onFocus {
  width: 100%;
  background: #e9f0ff url(../img/onFocus.gif) no-repeat;
  text-indent: 1.25rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
.onError {
  width: 100%;
  background: #fff2e9 url(../img/onError.gif) no-repeat;
  text-indent: 1.25rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
.onCorrect {
  width: 100%;
  background: #e9ffeb url(../img/onCorrect.gif) no-repeat;
  text-indent: 1.25rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
.onLoad {
  width: 100%;
  background: #e9ffeb url(../img/onLoad.gif) no-repeat 0.15rem 0.15rem;
  text-indent: 1.25rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
