.pages1 {
  background: url("../images/topbg.png") no-repeat top center #f0f0f0;
  background-size: 100% auto;
}

.pages1 .m-header {
  height: 2.54rem;
  width: 100%;
  padding-top: 0.3rem;
  box-sizing: border-box;
}

.pages1 .m-header .m-search {
  text-align: center;
  position: relative;
}

.pages1 .m-header .m-search .logo {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}

.pages1 .m-header .m-search .logo img {
  height: 1.2rem;
  display: block;
  margin: 0 auto;
}

.pages1 .m-header .m-search .search {
  background: url("../images/search-icon.png") no-repeat;
  width: 0.61rem;
  height: 0.63rem;
  background-size: 0.61rem auto;
  display: block;
  position: absolute;
  right: 1.2rem;
  top: 0.16rem;
}

.pages1 .m-header .nav-box {
  width: 7.1rem;
  height: 0.72rem;
  border-radius: 0.08rem;
  background: url("../images/logo-icon.png") no-repeat #fff;
  background-size: 0.47rem auto;
  padding: 0 0.4rem;
  background-position: 0.1rem center;
  box-sizing: border-box;
  display: block;
  margin: 0.1rem auto 0 auto;
  clear: both;
  overflow: hidden;
  line-height: 0.72rem;
  text-align: center;
}

.pages1 .m-header .nav-box .ui-repeart {
  display: flex;
  flex-wrap: nowrap;
}

.pages1 .m-header .nav-box .ui-repeart .repeart-item {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.pages1 .m-header .nav-box .ui-repeart .repeart-item.active::before {
  display: block;
}

.pages1 .m-header .nav-box .ui-repeart .repeart-item:hover {
  border-bottom: 0.08rem solid #000000;
}

.pages1 .m-header .nav-box .ui-repeart .repeart-item:first-child, .pages1 .m-header .nav-box .ui-repeart .repeart-item:last-child {
  width: 12.5%;
}

.pages1 .m-header .nav-box .ui-repeart .repeart-item::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  width: 0.6rem;
  height: 0.08rem;
}

.pages1 .m-header .nav-box .ui-repeart .repeart-item .link {
  color: #000000;
  font-weight: bold;
  font-size: 0.3rem;
}

.pages1 .m-contant {
  margin: 0.4rem 0.2rem;
}

.pages1 .m-contant .list1 {
  border-radius: 0.2rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  background: #fff;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.pages1 .m-contant .list1.zx .body {
  max-height: 5.4rem;
  overflow: hidden;
}

.pages1 .m-contant .list1.zx.active .body {
  height: auto;
  max-height: initial;
}

.pages1 .m-contant .list1.blue .body {
  max-height: 9.3rem;
  overflow: hidden;
}

.pages1 .m-contant .list1.blue.active .body {
  height: auto;
  max-height: initial;
}

.pages1 .m-contant .list1.yc .body {
  max-height: 7.1rem;
  overflow: hidden;
}

.pages1 .m-contant .list1.yc.active .body {
  height: auto;
  max-height: initial;
}

.pages1 .m-contant .list1.new .body {
  max-height: 9.3rem;
  overflow: hidden;
}

.pages1 .m-contant .list1.new.active .body {
  height: auto;
  max-height: initial;
}

.pages1 .m-contant .list1.text .body {
  /*max-height: 3.5rem;*/
  overflow: hidden;
}

.pages1 .m-contant .list1.text.active .body {
  height: auto;
  max-height: initial;
}

.pages1 .m-contant .list1 .head {
  height: 0.9rem;
  background: url("../images/red-bg.png") no-repeat;
  background-size: cover;
  line-height: 0.9rem;
  padding-left: 0.2rem;
}

.pages1 .m-contant .list1 .head .title {
  font-size: 0.4rem;
  color: #fff;
  background: url("../images/title-icon.png") no-repeat;
  background-size: 0.6rem auto;
  padding-left: 0.7rem;
}

.pages1 .m-contant .list1 .body {
  padding: 0 0.3rem;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item {
  padding: 0.2rem;
  border-bottom: 1px solid #797979;
  overflow: hidden;
  clear: both;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-l {
  float: left;
  width: 20%;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-l .number {
  display: block;
  font-size: 0.2rem;
  color: #e60112;
  box-sizing: border-box;
  padding-right: 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-l .number::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.04rem;
  background: #000000;
  height: 0.3rem;
  margin-top: -0.15rem;
  content: '';
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-l .times {
  display: block;
  height: 0.6rem;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #787878;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-r {
  float: right;
  width: 80%;
  box-sizing: border-box;
  padding-left: 0.2rem;
position: relative;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-r .row {
  height: 0.5rem;
  line-height: 0.5rem;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-r .row .title {
  font-size: 0.3rem;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
    max-width: 3.3rem;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-r .row .icons {
  font-size: 0.2rem;
  color: #fff;
  padding: 0 0.1rem;
  background: #e60112;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  height: 0.3rem;
  line-height: 0.3rem;
position: absolute;
    right: -0.2rem;
    top: 0.1rem;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-r .row1 {
  display: block;
  height: 0.6rem;
  margin-top: 0.1rem;
  clear: both;
}

.pages1 .m-contant .list1 .body .ui-repeart .repeart-item .col-r .row1 .line {
  display: inline-block;
  width: 50%;
  font-size: 0.24rem;
  color: #969696;
  float: left;
  margin-bottom: 0.1rem;
}

.pages1 .m-contant .list1 .foot {
  margin: 0.3rem auto;
}

.pages1 .m-contant .list1 .foot .link {
  text-align: center;
}

.pages1 .m-contant .list1 .foot .link .icon {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  border-radius: 50%;
  background: #e60112;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.pages1 .m-contant .list1 .foot .link .icon.more {
  background-image: url("../images/add-icon.png");
  background-size: 0.39rem 0.39rem;
}

.pages1 .m-contant .list1 .foot .link .icon.goin {
  background-image: url("../images/list-icon.png");
  background-size: 0.3rem auto;
}

.pages1 .m-contant .list1 .foot .link .text {
  font-size: 0.16rem;
  color: #000000;
  margin-top: 0.1rem;
}

.pages1 .m-contant .list1.blue .head {
  background: url("../images/blue-bg.png") no-repeat;
  background-size: cover;
}

.pages1 .m-contant .list1.blue .body .ui-repeart .repeart-item .img1 {
  position: relative;
  margin-top: 0.2rem;
}

.pages1 .m-contant .list1.blue .body .ui-repeart .repeart-item .img1::after {
  position: absolute;
  right: -0.1rem;
  top: 0%;
  width: 0.04rem;
  background: #00badc;
  height: 1.2rem;
  content: '';
}

.pages1 .m-contant .list1.blue .body .ui-repeart .repeart-item .img1 .img {
  height: 1.2rem;
}

.pages1 .m-contant .list1.blue .body .ui-repeart .repeart-item .col-r .row .icons {
  background: #00badc;
}

.pages1 .m-contant .list1.blue .foot .link .icon {
  background: #00badc;
  background-repeat: no-repeat;
  background-position: center center;
}

.pages1 .m-contant .list1.blue .foot .link .icon.more {
  background-image: url("../images/add-icon.png");
  background-size: 0.39rem 0.39rem;
}

.pages1 .m-contant .list1.blue .foot .link .icon.goin {
  background-image: url("../images/list-icon.png");
  background-size: 0.3rem auto;
}

.pages1 .m-contant .list1.yc .body .ui-repeart {
  clear: both;
  overflow: hidden;
}

.pages1 .m-contant .list1.yc .body .ui-repeart .repeart-item {
  width: calc(50% - 0.1rem);
  float: left;
  padding: 0.2rem 0;
  box-sizing: border-box;
  overflow: hidden;
  clear: none;
  border-bottom: 0.04rem solid #e8e8e9;
}

.pages1 .m-contant .list1.yc .body .ui-repeart .repeart-item:nth-child(2n + 1) {
  margin-right: 0.1rem;
}

.pages1 .m-contant .list1.yc .body .ui-repeart .repeart-item:nth-child(2n) {
  margin-left: 0.1rem;
}

.pages1 .m-contant .list1.yc .body .ui-repeart .repeart-item .top {
  width: 100%;
  display: block;
  height: 1.8rem;
}

.pages1 .m-contant .list1.yc .body .ui-repeart .repeart-item .top .img {
  height: 100%;
}

.pages1 .m-contant .list1.yc .body .ui-repeart .repeart-item .middle {
  height: 0.6rem;
  display: block;
  margin: 0.1rem 0 0.3rem 0;
  overflow: hidden;
}

.pages1 .m-contant .list1.yc .body .ui-repeart .repeart-item .middle .text {
  font-size: 0.28rem;
  color: #000000;
  border-left: 0.04rem solid #e60112;
  padding-left: 0.1rem;
  line-height: 0.3rem;
  font-weight: bold;
}

.pages1 .m-contant .list1.yc .bottom {
  overflow: hidden;
  clear: both;
}

.pages1 .m-contant .list1.yc .bottom .left {
  float: left;
  font-size: 0.2rem;
  color: #828282;
}

.pages1 .m-contant .list1.yc .bottom .rigth {
  float: right;
  font-size: 0.2rem;
  color: #e60012;
  background: url("../images/more-icon.png") no-repeat center right;
  background-size: 0.2rem auto;
  padding-right: 0.3rem;
}

.pages1 .m-contant .list1.new .head {
  background: url("../images/blue-bg.png") no-repeat;
  background-size: cover;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item {
  padding: 0.2rem 0;
  border-bottom: 0.04rem solid #e8e8e9;
  clear: both;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item .left {
  overflow: hidden;
  width: 2.2rem;
  float: left;
  margin-right: 0.1rem;
    height: 1.4rem;
    display: block;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item .left .img {
  width: 100%;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item .right {
  display: block;
  overflow: hidden;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item .right .top {
  height: 0.6rem;
  overflow: hidden;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item .right .top .text {
  font-size: 0.28rem;
  color: #000000;
  border-left: 0.04rem solid #00badc;
  padding-left: 0.1rem;
  font-weight: bold;
  line-height: 0.3rem;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item .right .bottom {
  margin-top: 0.54rem;
  display: block;
  clear: both;
  overflow: hidden;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item .right .bottom .left {
  float: left;
  font-size: 0.12rem;
  color: #828282;
height: inherit;
}

.pages1 .m-contant .list1.new .body .ui-repeart .repeart-item .right .bottom .link {
  float: right;
  background: url("../images/more-icon1.png") no-repeat center center;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 0.2rem auto;
}

.pages1 .m-contant .list1.new .foot .link .icon {
  background: #00badc;
  background-repeat: no-repeat;
  background-position: center center;
}

.pages1 .m-contant .list1.new .foot .link .icon.more {
  background-image: url("../images/add-icon.png");
  background-size: 0.39rem 0.39rem;
}

.pages1 .m-contant .list1.new .foot .link .icon.goin {
  background-image: url("../images/list-icon.png");
  background-size: 0.3rem auto;
}

.pages1 .m-contant .list1.text .body .ui-repeart .repeart-item {
  background: url("../images/more-icon.png") no-repeat center right;
  padding: 0.2rem 0.2rem 0.2rem 0;
  background-size: 0.2rem auto;
  border-bottom: 1px solid #e8e8e8;
}

.pages1 .m-contant .list1.text .body .ui-repeart .repeart-item .box {
  border-left: 0.04rem solid #e60012;
  display: block;
  padding-left: 0.2rem;
}

.pages1 .m-contant .list1.text .body .ui-repeart .repeart-item .box .top {
  display: block;
  margin-bottom: 0.2rem;
}

.pages1 .m-contant .list1.text .body .ui-repeart .repeart-item .box .top .text {
  font-size: 0.28rem;
  color: #000000;
  display: inline;
  vertical-align: middle;
  font-weight: bold;
}

.pages1 .m-contant .list1.text .body .ui-repeart .repeart-item .box .top .tips {
  font-size: 0.2rem;
  color: #828282;
  display: inline;
  vertical-align: middle;
  font-style: normal;
}

.pages1 .m-contant .list1.text .body .ui-repeart .repeart-item .box .buttom {
  display: block;
  font-size: 0.2rem;
  color: #828282;
}

.pages1 .footer {
  margin: 0.6rem 0;
  text-align: center;
}

.pages1 .footer .links {
  display: block;
  margin-bottom: 0.2rem;
}

.pages1 .footer .links .line {
  font-size: 0.25rem;
  color: #474747;
}

.pages1 .footer .text {
  font-size: 0.2rem;
  color: #9f9f9f;
  line-height: 0.3rem;
}
/*以下新增导航和顶部代码 2019729 佐为*/
.content_top{
    position: relative;
    padding-bottom: 0;
    background: #dc5757;}

.arrowl{
    position: absolute;
    left: 10px;
    top: 5px;
    cursor: pointer;
}
.search{
    position: absolute;
    right: 0.1rem;
    top: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
}
.search img{
    width: 100%;
}

.content_top a{
    text-decoration: none;
    color: #000;
}

.content_top img{
    border: 0;
    margin: 0;
    padding: 0;
    height: auto !important;
}

.context{
    padding-top: 2px;
    font-size: 0.4rem;
    color: #fff;
    font-family: microsoft yahei;
    line-height: 45px;
    text-align: center;
}

.context a{
    color: #fff;
}

/*栏目导航*/
.sec_list{
height: 1.32rem;
    overflow: hidden;
margin-bottom: 0;
    line-height: .45rem;
position: relative;
    z-index: 40;
    background: #f8f8f8;
padding: .22rem;
}

.sec_ul{
    color: #333;
    margin-left: -.47rem;
/*display: flex;*/
-webkit-box-align: start;
align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    letter-spacing: 0;
    font-size: 0;
height: 3.45rem;
    overflow: hidden;
}

.sec_li{
    width: 2em;
    display: inline-block;
    font-size: .32rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    margin: 0 0 0 .59rem;
    white-space: nowrap;
}

.sec_li a{
    text-decoration: none;
    color: #000;
}
img {width:100%;z-index:2;}
