@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.26rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 以下是动画 */
@keyframes comhead_show {
  0% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; } }
@-webkit-keyframes comhead_show {
  0% {
    transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; } }
html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  background: #fff;
  text-align: left;
  position: relative; }

a {
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }

input {
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333; }

textarea {
  resize: none;
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333; }

textarea.textarea {
  border: none;
  background: none; }

.main {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%; }

.center {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.absolute-r {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto; }

.absolute-l {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto; }

.tabfix {
  display: table;
  table-layout: fixed;
  border-collapse: collapse; }
  .tabfix nav, .tabfix menu {
    display: table-row; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.fc, a.fc {
  color: #4e9a36; }

.sc, a.sc {
  color: #66dc95; }

.white, a.white {
  color: #fff; }

.fcbg, input.fcbg {
  background: #4e9a36; }

.whitebg, input.whitebg {
  background: #fff; }

.greybg, input.greybg {
  background: #fff; }

.flexwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.bgf8 {
  background: #f8f8f8; }

.comheadbg {
  width: 100%;
  height: 0.8rem;
  clear: both; }

.comhead {
  z-index: 99;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 0.8rem;
  background: #66dc95;
  overflow: hidden;
  line-height: 0.8rem; }
  .comhead .menu {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    height: 0.8rem;
    width: 0.85rem;
    background: url("../images/menu.png") no-repeat center center;
    background-size: 100%;
    z-index: 5;
    margin-right: 4%; }
  .comhead .sel {
    background-image: url("../images/close01.png"); }
  .comhead .search {
    width: 0.4rem;
    height: 0.8rem;
    background: url("../images/search01.png") no-repeat center center;
    background-size: contain;
    z-index: 5;
    float: right;
    margin: 0 0.4rem; }
  .comhead .a1 {
    float: left;
    line-height: 0.8rem;
    color: #fff;
    margin-left: 4%;
    font-size: 0.52rem;
    font-weight: bold; }
  .comhead .sp1 {
    float: right;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 0.4rem; }
  .comhead .logo {
    display: block;
    height: 0.8rem;
    position: absolute;
    left: 3%;
    text-align: center;
    top: 0;
    width: 80%; }
    .comhead .logo img {
      height: 0.69rem;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      right: auto; }
  .comhead h1 {
    text-align: center;
    color: #fff;
    font-size: 0.34rem;
    line-height: 0.8rem; }
  .comhead .fh {
    position: absolute;
    left: 3%;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 0.8rem;
    background: url("../images/arrow01.png") no-repeat left;
    background-size: 0.21rem;
    z-index: 5;
    width: 0.5rem; }

.winbgclick {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%; }

.winmenu {
  z-index: 99;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  overflow: auto;
  display: none;
  width: 100%; }
  .winmenu .topbox {
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 90%;
    height: 0.9rem;
    z-index: 100;
    background: #fff; }
  .winmenu .logo {
    height: 0.9rem;
    line-height: 0.9rem;
    padding-left: 0.21rem; }
    .winmenu .logo img {
      height: 0.69rem;
      margin-top: 0.1rem; }
  .winmenu .closebtn {
    position: absolute;
    left: auto;
    top: 0.25rem;
    right: 5%;
    bottom: auto;
    width: 0.37rem; }
  .winmenu .winmenubg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 100%;
    width: 90%;
    background: #fff; }

.headmenu {
  width: 90%;
  z-index: 5;
  color: #fff;
  background: #fff; }
  .headmenu .home {
    display: block;
    padding-left: 0.5rem;
    font-size: 0.32rem;
    line-height: 1.5rem; }
    .headmenu .home:after {
      content: '';
      width: 0.34rem;
      height: 1px;
      background: #b6b6b6;
      position: absolute;
      left: 0;
      top: 50%;
      right: auto;
      bottom: auto; }
  .headmenu .sel {
    color: #4e9a36; }
  .headmenu section {
    width: 100%;
    margin-bottom: 0.4rem; }
    .headmenu section .a1 {
      font-size: 0.32rem;
      line-height: 0.5rem;
      background: url("../images/arrow03.png") no-repeat 94% center;
      background-size: 0.26rem;
      display: block;
      padding-left: 0.5rem; }
      .headmenu section .a1:after {
        content: '';
        width: 0.34rem;
        height: 1px;
        background: #b6b6b6;
        position: absolute;
        left: 0;
        top: 50%;
        right: auto;
        bottom: auto; }
    .headmenu section .a1sel {
      background-image: url("../images/arrow04.png"); }
    .headmenu section .menu {
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      display: none;
      padding-top: 0.2rem; }
      .headmenu section .menu menu a {
        display: block;
        padding-left: 1.05rem;
        line-height: 0.65rem;
        font-size: 0.3rem;
        color: #666; }

.loading {
  display: inline-block;
  padding-left: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #999;
  background: url("../images/loading.gif") no-repeat left center;
  background-size: 0.4rem; }

.comfoot {
  position: fixed;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fff;
  width: 100%;
  display: flex;
  z-index: 1;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); }
  .comfoot .home {
    background: url(../images/home01.png) no-repeat center;
    background-size: 0.32rem;
    width: 1.1rem;
    height: 0.8rem; }
    .comfoot .home.sel {
      background-image: url(../images/home01_on.png); }
  .comfoot .box_r {
    flex: 1;
    display: flex;
    text-align: center; }
    .comfoot .box_r .a1 {
      flex: 1;
      line-height: 0.8rem;
      background: url(../images/hr01.png) no-repeat left;
      background-size: auto 0.58rem;
      font-size: 0.3rem; }
      .comfoot .box_r .a1.sel {
        color: #4e9a36;
        font-weight: bold; }
        .comfoot .box_r .a1.sel .tit {
          font-weight: bold; }
    .comfoot .box_r .tit {
      z-index: 1;
      background: #fff url(../images/hr01.png) no-repeat left;
      background-size: auto 0.58rem; }
      .comfoot .box_r .tit.on {
        color: #4e9a36;
        font-weight: bold; }
    .comfoot .box_r menu {
      position: absolute;
      left: auto;
      top: auto;
      right: 0;
      bottom: -100%;
      background: #fff;
      width: 100%;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
      display: none; }
      .comfoot .box_r menu .a2 {
        display: block;
        line-height: 0.69rem;
        border-top: 1px solid #e5e5e5;
        font-size: 0.26rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .comfoot .box_r menu .a2.sel {
          color: #4e9a36; }
      .comfoot .box_r menu.on {
        bottom: 0.82rem;
        display: block; }

.menubg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none; }

.comfootbg {
  height: 0.8rem; }

.searchhot {
  overflow: hidden;
  padding-left: 0.2rem; }
  .searchhot a {
    float: left;
    margin: 0 0 0.3rem 0.3rem;
    padding: 0 0.2rem;
    line-height: 0.9rem;
    background: #f8f8f8; }

.indexbanner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .indexbanner ul {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .indexbanner ul li {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .indexbanner ul li a {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: no-repeat center;
        background-size: cover; }
  .indexbanner .page {
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; }
    .indexbanner .page span {
      width: 0.8rem;
      height: 0.8rem;
      position: absolute;
      top: -0.6rem;
      left: 0;
      background: rgba(134, 29, 33, 0.3) url("../images/arrow02.png") no-repeat center center;
      background-size: 0.22rem; }
      .indexbanner .page span:last-child {
        background-image: url("../images/arrow02-1.png");
        left: auto;
        right: 0; }
  .indexbanner .page01 {
    top: 3rem; }
  .indexbanner #indexsubnum {
    z-index: 5;
    position: absolute;
    height: 0.85rem;
    text-align: center;
    bottom: 0;
    right: 0.3rem; }
    .indexbanner #indexsubnum span {
      margin: 0 0.05rem;
      display: inline-block;
      width: 0.14rem;
      height: 0.14rem;
      border-radius: 50%;
      line-height: 0px;
      font-size: 0px;
      border: 1px solid #fff; }
    .indexbanner #indexsubnum span.sel {
      background: #fff; }
  .indexbanner #indexnum {
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 0.75rem;
    text-align: center;
    bottom: 1.1rem;
    left: 0; }
    .indexbanner #indexnum span {
      margin: 0 0.06rem;
      display: inline-block;
      width: 0.2rem;
      height: 0.2rem;
      border-radius: 50%;
      line-height: 0px;
      font-size: 0px;
      background: #fff;
      filter: alpha(Opacity=37);
      opacity: 0.37;
      -webkit-opacity: 0.37; }
    .indexbanner #indexnum span.sel {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1; }

#imgsumbox {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.4rem; }

#indexsub {
  margin-top: 0.35rem; }

.inbannerbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .inbannerbox .logo {
    position: absolute;
    left: 0.4rem;
    top: 0.34rem;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 1.26rem; }
  .inbannerbox .inbox {
    position: absolute;
    left: 0;
    top: 3rem;
    right: auto;
    bottom: auto;
    padding: 0 5%;
    width: 90%;
    z-index: 1;
    color: #fff; }
  .inbannerbox .inboxcon {
    font-size: 0.3rem;
    line-height: 0.5rem;
    max-height: 7rem;
    overflow-y: auto; }
  .inbannerbox .inboxtit {
    margin-top: 0.3rem; }

.txtimglist01 {
  display: flex;
  padding: 0.3rem 3%;
  width: 94%;
  border-bottom: 1px solid #eeeeee; }
  .txtimglist01 .txt {
    flex: 1; }
    .txtimglist01 .txt .tit {
      line-height: 0.44rem;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 0.75rem; }
    .txtimglist01 .txt .date, .txtimglist01 .txt .pv {
      font-size: 0.24rem;
      color: #999; }
    .txtimglist01 .txt .date {
      margin-right: 0.4rem; }
    .txtimglist01 .txt .pv {
      padding-left: 0.37rem;
      background: url(../images/ic01.png) no-repeat left;
      background-size: 0.3rem; }
  .txtimglist01 .img {
    width: 3rem;
    height: 2rem;
    overflow: hidden;
    margin-left: 0.25rem;
    border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover; }

.txtimglist02 {
  margin-top: 0.4rem;
  padding: 0 0.3rem;
  display: block; }
  .txtimglist02 .img {
    width: 100%;
    border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    overflow: hidden; }
    .txtimglist02 .img img {
      display: block;
      width: 100%; }
  .txtimglist02 .tit {
    font-weight: bold;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .txtimglist02 .date, .txtimglist02 .pv {
    font-size: 0.22rem;
    color: #999; }
  .txtimglist02 .pv {
    padding-left: 0.37rem;
    background: url(../images/ic01.png) no-repeat left;
    background-size: 0.3rem; }

.txtimglist03 {
  display: block;
  box-shadow: 7px 4px 8px rgba(22, 22, 21, 0.05);
  -webkit-box-shadow: 7px 4px 8px rgba(22, 22, 21, 0.05);
  -moz-box-shadow: 7px 4px 8px rgba(22, 22, 21, 0.05);
  -o-box-shadow: 7px 4px 8px rgba(22, 22, 21, 0.05);
  width: 3.35rem;
  height: 4.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.15rem;
  -ms-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  overflow: hidden;
  margin-top: 0.2rem; }
  .txtimglist03 .img {
    height: 2.2rem;
    background: no-repeat center;
    background-size: cover; }
  .txtimglist03 .txt {
    padding: 0.15rem 0.1rem;
    line-height: 0.3rem; }
    .txtimglist03 .txt .tit {
      font-weight: bold;
      margin-bottom: 0.1rem;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .txtimglist03 .txt .des {
      font-size: 0.24rem;
      color: #666;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

.txtimglist04 {
  padding: 0.35rem 0.3rem;
  display: flex;
  border-bottom: 1px solid #eeeeee; }
  .txtimglist04 .img {
    width: 2.15rem;
    height: 1.45rem;
    overflow: hidden;
    margin-right: 0.2rem;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover;
    border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    overflow: hidden; }
  .txtimglist04 .txt {
    flex: 1;
    line-height: 0.28rem; }
    .txtimglist04 .txt .tit {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-size: 0.28rem;
      font-weight: bold;
      margin-bottom: 0.1rem; }
    .txtimglist04 .txt .des {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-top: 0.05rem;
      font-size: 0.22rem;
      color: #666666;
      line-height: 0.3rem;
      line-height: 0.26rem; }
    .txtimglist04 .txt .date {
      font-size: 0.2rem;
      color: #999999;
      margin-top: 0.08rem; }

.txtlist01 {
  display: block;
  margin: 0 3%;
  padding: 0.35rem 0;
  border-bottom: 1px solid #e5e5e5; }
  .txtlist01 .tit {
    font-size: 0.28rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem; }
  .txtlist01 .des {
    font-size: 0.24rem;
    color: #888;
    line-height: 0.34rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.1rem; }
  .txtlist01 .date, .txtlist01 .pv {
    font-size: 0.22rem;
    color: #999; }
  .txtlist01 .pv {
    padding-left: 0.37rem;
    background: url(../images/ic01.png) no-repeat left;
    background-size: 0.3rem;
    margin-left: 0.45rem; }

.txtlist02 {
  display: block;
  border-radius: 0.15rem;
  -ms-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  overflow: hidden;
  background: #dee9b1;
  height: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
  margin: 0 3%;
  margin-top: 0.2rem; }
  .txtlist02 .txt {
    vertical-align: middle;
    display: inline-block;
    line-height: 0.32rem;
    padding: 0 0.1rem; }
  .txtlist02 .tit {
    padding-left: 0.32rem;
    font-size: 0.28rem;
    font-weight: bold;
    background: url(../images/ic02.png) no-repeat left 0.05rem;
    background-size: 0.2rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .txtlist02 .date {
    padding-left: 0.32rem;
    font-size: 0.22rem;
    margin-top: 0.1rem; }
  .txtlist02:nth-child(3n+2) {
    background: #c3d6e0; }
  .txtlist02:nth-child(3n+0) {
    background: #a6dadd; }

.txtlist02box li:nth-child(3n+2) a {
  background: #c3d6e0; }
.txtlist02box li:nth-child(3n+0) a {
  background: #a6dadd; }

.botloading {
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
  text-align: center;
  line-height: 0.8rem; }

.botloading span {
  display: inline-block;
  padding-left: 0.8rem;
  color: #999999; }

.botloading span::before {
  height: 0.8rem;
  width: 0.8rem;
  content: "";
  position: absolute;
  background: url(../images/loading.gif) no-repeat center center;
  background-size: 0.58rem;
  border-radius: 50%;
  left: 0rem;
  top: 0rem; }

.contit {
  width: 100%;
  height: 1.7rem;
  text-align: center;
  background: url("../images/contit.png") no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.3rem; }
  .contit p {
    font-size: 0.5rem;
    padding: 0.35rem 0 0.1rem; }

.crumbbox {
  text-align: center;
  color: #999999;
  font-size: 0.3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem; }
  .crumbbox .crumbs {
    display: inline-block;
    background: url(../images/ic01.png) no-repeat left;
    padding-left: 0.45rem;
    background-size: 0.31rem; }
  .crumbbox a {
    color: #999999; }

.details_tit {
  border-bottom: 1px dashed #eeeeee;
  padding: 0.35rem 0.3rem; }
  .details_tit .tit {
    font-size: 0.3rem;
    line-height: 0.4rem; }
  .details_tit .info {
    margin-top: 0.2rem;
    font-size: 0.2rem; }
    .details_tit .info span {
      color: #999999;
      margin-right: 0.2rem; }

.details_con {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.4rem;
  padding-bottom: 0.4rem;
  margin-top: 0.35rem;
  overflow: hidden; }
  .details_con img {
    display: block; }

.pagingbox {
  border-top: 0.11rem solid #f5f5f5;
  padding: 0.25rem 3% 0.25rem 3%;
  border-bottom: 0.2rem solid #f5f5f5; }
  .pagingbox a {
    display: flex;
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #666; }
  .pagingbox span {
    flex: 1;
    color: #666; }
  .pagingbox .no {
    color: #999999; }

.notcontentbox {
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.5rem 0; }

.notcontentbox img {
  width: 20%; }

.notcontentbox .img1 {
  width: 45%; }

/*404*/
.error {
  margin: 0 auto;
  position: absolute;
  top: 4rem;
  text-align: center;
  width: 100%; }

.error img {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem; }

.error a {
  text-decoration: underline;
  color: #a52624; }

.error {
  width: 80%;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0; }

.error .img {
  width: 2.83rem;
  height: 4.19rem;
  margin: 0 auto; }

.error .img img {
  height: 4.19rem; }

.error p {
  color: #333;
  line-height: 0.5rem; }

.error nav {
  width: 100%;
  height: auto; }

.error nav a {
  display: block;
  width: 45%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  color: #fff; }

.error nav a.a1 {
  background: #4e9a36; }

.error nav a.a2 {
  background: #333; }

.partyimg {
  margin-bottom: 0.7rem; }

.indexbanner #partynum {
  z-index: 5;
  position: absolute;
  height: 0.5rem;
  text-align: center;
  bottom: 1.2rem;
  left: 0;
  padding-left: 0.4rem; }
  .indexbanner #partynum span {
    margin: 0 0.05rem;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0px;
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.5rem; }
  .indexbanner #partynum span.sel {
    background: rgba(194, 28, 25, 0.9); }

.job_list {
  margin-bottom: 0.6rem; }
  .job_list li {
    margin-bottom: 0.1rem; }
  .job_list .jobli {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    background: #f5f5f5 url(../images/arrow03.png) no-repeat 96%;
    background-size: 0.26rem; }
  .job_list .tit {
    width: 4.5rem;
    font-size: 0.28rem;
    float: left;
    margin-right: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .job_list .date {
    float: left;
    color: #666666;
    font-size: 0.24rem; }
  .job_list .jobcontxt {
    padding: 0.2rem 6%;
    color: #999999;
    display: none;
    padding-bottom: 0.3rem;
    line-height: 0.34rem;
    font-size: 0.24rem; }
  .job_list .xia {
    background-image: url(../images/arrow04.png);
    background-color: #66dc95; }
    .job_list .xia .tit {
      color: #fff; }
    .job_list .xia .date {
      color: #fff; }

.msgbox {
  padding: 0.6rem 3%;
  color: #666666; }
  .msgbox .p1 {
    text-align: center;
    color: #666666; }
  .msgbox .p2 {
    text-align: center;
    color: #66dc95;
    margin-bottom: 0.4rem; }
  .msgbox .text, .msgbox .tarea {
    padding: 0 3%;
    width: 94%;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    display: block;
    border: 1px solid #eeeeee;
    font-size: 0.24rem;
    border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    overflow: hidden; }
    .msgbox .text::-webkit-input-placeholder, .msgbox .tarea::-webkit-input-placeholder {
      color: #adadad; }
    .msgbox .text::-moz-placeholder, .msgbox .tarea::-moz-placeholder {
      color: #adadad; }
    .msgbox .text:-moz-placeholder, .msgbox .tarea:-moz-placeholder {
      color: #adadad; }
    .msgbox .text:-ms-input-placeholder, .msgbox .tarea:-ms-input-placeholder {
      color: #adadad; }
  .msgbox .tarea {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    outline: none;
    height: 1.5rem; }
  .msgbox .inp01 {
    width: 4.2rem; }
  .msgbox .code {
    border: none;
    background: #fff;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 0.6rem;
    line-height: 0.8rem;
    height: 0.8rem;
    width: 2.17rem;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */ }
    .msgbox .code img {
      width: 100%; }
  .msgbox .btn {
    border: none;
    background: #66dc95;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 0.3rem;
    line-height: 0.8rem;
    height: 0.8rem;
    width: 100%;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    margin-top: 0.2rem;
    border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    overflow: hidden; }

.mescroll {
  position: fixed;
  top: 0.8rem;
  bottom: 0.8rem;
  height: auto !important;
  z-index: 1; }

.flexwrap ._v-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/*# sourceMappingURL=style.css.map */
