@media (max-width: 750px) {
  body {
    width: 100%;
  }
  body .huiyi_container {
    width: 100%;
  }
  body .huiyi_container .hy_bannerbox {
    width: 100%;
    background-color: transparent;
    background-image: url(../../images/huiyi/202103/huiyi_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0.3rem;
  }
  body .huiyi_container .hy_bannerbox > div {
    overflow: hidden;
    padding: 0.25rem 0px 0px;
  }
  body .huiyi_container .hy_bannerbox > div .hy_logo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.15rem;
  }
  body .huiyi_container .hy_bannerbox > div .hy_logo a img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem;
    float: left;
  }
  body .huiyi_container .hy_bannerbox > div .hy_logo a span {
    float: left;
    color: #FFF;
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list {
    width: 100%;
    text-align: center;
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a {
    font-size: 0.32rem;
    color: #ffffff;
    margin: 0 0.2rem;
    line-height: 0.6rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.16rem;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a::after {
    content: '';
    width: 0%;
    height: 0.06rem;
    background: #FFF;
    border-radius: 0.06rem;
    position: absolute;
    bottom: 0.06rem;
    left: 0px;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a.active {
    font-weight: 600;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a.active::after {
    width: 100%;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a:hover {
    font-weight: 600;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a:hover::after {
    width: 100%;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hy_search {
    width: 6rem;
    position: relative;
    border-radius: 0.6rem;
    overflow: hidden;
    margin: 0 auto 0.3rem;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hy_search input {
    width: 100%;
    height: 0.6rem;
    border: none;
    font-size: 0.28rem;
    color: #919191;
    padding: 0 0.6rem 0 0.4rem;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hy_search .hy_searchBtn {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 0.6rem;
    color: #88c0c0;
    cursor: pointer;
  }
  body .huiyi_container .hy_bannerbox2 {
    width: 100%;
    height: 1.8rem!important;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  body .huiyi_container .hy_bannerbox2 > div {
    width: 100%;
  }
  body .huiyi_container .hy_bannerbox2 > div .items {
    width: 100%;
    height: 1.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body .huiyi_container .hy_bannerbox2 .layui-carousel-ind {
    top: -20px;
  }
  body .huiyi_container .hy_bannerbox2 .layui-carousel-ind ul {
    padding: 0.04rem;
  }
  body .huiyi_container .hy_bannerbox2 .layui-carousel-ind ul li {
    width: 0.1rem;
    height: 0.1rem;
  }
  body .huiyi_container .hy_bannerbox2 .layui-carousel-arrow {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  body .huiyi_container .hy_list_content {
    overflow: hidden;
    padding: 0.5rem 0.3rem 0;
  }
  body .huiyi_container .hy_list_content .hy_title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_title h5 {
    float: left;
    width: 3rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
    color: #000;
  }
  body .huiyi_container .hy_list_content .hy_title h5 .title_left {
    width: 0.1rem;
    height: 0.36rem;
    display: inline-block;
    background: #c6a770;
    border-radius: 0.06rem;
    vertical-align: bottom;
    margin-right: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list {
    overflow: hidden;
    max-width: 60%;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span {
    float: left;
    line-height: 0.4rem;
    font-size: 0.3rem;
    color: #000;
    margin-right: 0.2rem;
    position: relative;
    padding-bottom: 0.16rem;
    cursor: pointer;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 0.06rem;
    background: #c6a770;
    border-radius: 0.06rem;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span.active {
    color: #C6A770;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span.active::after {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span:hover {
    color: #C6A770;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span:hover::after {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont {
    float: right;
    height: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage {
    margin: 0px;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage a,
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage span {
    line-height: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    border: none;
    padding: 0px;
    margin: 0px 0.06rem;
    text-align: center;
    color: #999;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage a em,
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage span em {
    display: block;
    line-height: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage a .iconfont,
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage span .iconfont {
    font-size: 0.24rem;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-curr {
    width: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-curr em {
    color: #FFF;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-curr .layui-laypage-em {
    background-color: #6EACAC;
    border: none;
    color: #FFF;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    padding: 0px;
    top: 0px;
    left: 0px;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-skip input,
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-skip button {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  body .huiyi_container .hy_list_content .hy_title .right_link {
    float: right;
    font-size: 0.28rem;
    color: #737373;
    padding-top: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_title .right_link .iconfont {
    color: #737373;
    font-size: 0.28rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left {
    width: 100%;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_navigation {
    width: 100%;
    color: #333;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_navigation a {
    font-size: 0.24rem;
    color: #333;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_navigation a:hover {
    color: #6EACAC;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_navigation .active {
    color: #6EACAC;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list {
    width: 100%;
    position: relative;
    padding-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box {
    width: 100%;
    display: flex;
    overflow-y: scroll;
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box::after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items {
    min-width: 1.9rem;
    margin-right: 0.34rem;
    padding: 0.1rem;
    border: 1px solid #EEEEEE;
    box-shadow: 5px 5px 10px #EEEEEE;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items .imgbox {
    width: 1.7rem;
    height: 2.28rem;
    position: relative;
    display: block;
    margin-bottom: 0.15rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items .imgbox .icon_rightStatus {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 0.36rem;
    color: #FFF;
    font-size: 0.24rem;
    background: #7BC1BE;
    padding: 0 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items h5 {
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items:last-child {
    margin-right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items:hover {
    box-shadow: 5px 5px 10px #d8d1d1;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box.active {
    display: flex;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 {
    width: 100%;
    position: relative;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2::after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    float: left;
    margin: 0 0.24rem 0.24rem 0;
    padding: 0.2rem 0.3rem;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .imgbox {
    width: 1.7rem;
    height: 2.28rem;
    position: relative;
    display: block;
    margin: 0rem 0.2rem 0.15rem 0rem;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .imgbox .icon_rightStatus {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 0.36rem;
    color: #FFF;
    font-size: 0.24rem;
    background: #7BC1BE;
    padding: 0 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight {
    width: 4.3rem;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight h5 {
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: #000;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight h5 a {
    color: #000;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight h5 .icon_hots {
    width: 0.36rem;
    height: 0.36rem;
    display: inline-block;
    vertical-align: top;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight h5 .hy_type {
    color: #5D97CE;
    background: #ECF2F8;
    padding: 1px 0.1rem;
    border-radius: 2px;
    font-size: 0.22rem;
    margin-left: 0.1rem;
    display: inline-block;
    height: 0.34rem;
    line-height: 0.34rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .rows_info {
    font-size: 0.24rem;
    color: #464646;
    line-height: 0.4rem;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .rows_info.times {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .rows_info.address {
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box {
    width: 100%;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    float: left;
    color: #FFF;
    background: #88C0C0;
    font-size: 0.24rem;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns .iconfont {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns.active {
    background-color: transparent;
    color: #88C0C0;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns.active .iconfont {
    color: #88C0C0;
    font-size: 0.24rem;
    display: inline-block;
    margin-right: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns2 {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    float: left;
    color: #FFF;
    background: #D4BF9B;
    font-size: 0.24rem;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns2 .iconfont {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns2.active {
    background-color: transparent;
    color: #D4BF9B;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns2.active .iconfont {
    color: #D4BF9B;
    font-size: 0.24rem;
    display: inline-block;
    margin-right: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box span {
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #909090;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box span.readNums {
    text-align: right;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li:hover {
    box-shadow: 5px 5px 10px #EEEEEE;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox.bottom30 {
    margin-bottom: 30px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture {
    width: 100%;
    margin-bottom: 0.26rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .jiansuoText {
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .jiansuoText span {
    color: #E30920;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list {
    width: 100%;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .labels {
    float: left;
    color: #464646;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box {
    width: 80%;
    float: left;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box a {
    float: left;
    font-size: 0.28rem;
    color: #6EACAC;
    padding: 0 0.16rem;
    line-height: 0.4rem;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.06rem;
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box a.active {
    background: #6EACAC;
    color: #FFF;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box .getTime {
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box .getTime .layui-inline input {
    height: 0.4rem;
    width: 2rem;
    padding: 0 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    display: none;
    padding-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li {
    min-width: 6rem;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    float: left;
    margin: 0 0.24rem 0 0;
    padding: 0.2rem;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .imgbox {
    width: 1.7rem;
    height: 2.28rem;
    display: block;
    position: relative;
    float: left;
    margin-right: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .imgbox .icon_rightStatus {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 0.4rem;
    color: #FFF;
    font-size: 0.24rem;
    background: #7BC1BE;
    padding: 0 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight {
    width: 3.66rem;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight h5 {
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: #000;
    height: 0.8rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight h5 a {
    color: #000;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight h5 .hy_type {
    color: #5D97CE;
    background: #ECF2F8;
    padding: 0.02rem 0.1rem;
    border-radius: 0.04rem;
    font-size: 0.24rem;
    margin-left: 0.1rem;
    display: inline;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .rows_info {
    font-size: 0.24rem;
    color: #464646;
    line-height: 0.4rem;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .rows_info.times {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .rows_info.address {
    height: 0.8rem;
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.5rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns {
    width: 1.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    float: left;
    color: #FFF;
    background: #88C0C0;
    font-size: 0.24rem;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns .iconfont {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns.active {
    background-color: transparent;
    color: #88C0C0;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns.active .iconfont {
    color: #88C0C0;
    font-size: 0.24rem;
    display: inline-block;
    margin-right: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns2 {
    width: 1.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
    float: left;
    color: #FFF;
    background: #D4BF9B;
    font-size: 0.24rem;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns2 .iconfont {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns2.active {
    background-color: transparent;
    color: #D4BF9B;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns2.active .iconfont {
    color: #D4BF9B;
    font-size: 0.24rem;
    display: inline-block;
    margin-right: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box > span {
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #909090;
    display: block;
    width: 50%;
    float: left;
    text-align: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box > span.readNums {
    text-align: right;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li:hover {
    box-shadow: 5px 5px 10px #EEEEEE;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 {
    width: 100%;
    margin: 0 0 0.3rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 .imgbox {
    margin-right: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 .infoRight {
    width: 4.5rem;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul.active {
    display: flex;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul.active2 {
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox {
    width: 100%;
    margin-bottom: 0.26rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items {
    width: 100%;
    padding: 0.2rem;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items > .imgbox {
    width: 1.7rem;
    height: 2.28rem;
    display: block;
    position: relative;
    float: left;
    margin-right: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items > .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items > .imgbox .icon_right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 0.4rem;
    color: #FFF;
    font-size: 0.24rem;
    background: #7BC1BE;
    padding: 0 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right > h5 {
    line-height: 0.4rem;
    font-size: 0.28rem;
    color: #000;
    overflow: hidden;
    margin-bottom: 0.1rem;
    font-weight: 600;
    word-wrap: break-word;
    word-break: break-all;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right > h5 a {
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right > h5 img {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    vertical-align: top;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .icon_listbox {
    overflow: hidden;
    margin: 0.1rem 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .icon_listbox a {
    float: left;
    border: 1px solid #ECECEC;
    line-height: 0.36rem;
    border: 1px solid #555;
    color: #555;
    border-radius: 0.36rem;
    margin-right: 0.1rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .infotext {
    font-size: 0.24rem;
    color: #464646;
    line-height: 0.45rem;
    height: 0.9rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox {
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox .author {
    font-size: 0.24rem;
    font-weight: 400;
    color: #909090;
    line-height: 0.4rem;
    width: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox .author:hover {
    color: #6EACAC;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox .numbox {
    font-size: 0.24rem;
    font-weight: 400;
    color: #909090;
    line-height: 0.4rem;
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox .numbox span {
    margin-right: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .imgTitle {
    font-size: 0.24rem;
    font-weight: 500;
    color: #C6A770;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .imgTitle span {
    font-size: 0.24rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .l_box {
    width: 100%;
    display: flex;
    overflow-x: scroll;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .l_box .imgbox {
    min-width: 1.1rem;
    height: 1.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 0 0.2rem 0.2rem 0;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .l_box .imgbox a {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .l_box .imgbox img {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .list2 .items .info_right {
    width: 4.5rem;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .list2 .items .info_right .infotext {
    height: 0.8rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    padding-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items {
    min-width: 2.68rem;
    padding: 0.1rem;
    border: 1px solid #eee;
    margin-bottom: 0.2rem;
    margin: 0px 0.3rem 0.1rem 0px;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .imgbox {
    width: 100%;
    height: 1.7rem;
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .imgbox .icon_play {
    width: 0.46rem;
    height: 0.46rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.23rem 0 0 -0.23rem;
    cursor: pointer;
    font-size: 0.6rem;
    color: #FFF;
    text-align: center;
    line-height: 0.46rem;
    border-radius: 50%;
    box-shadow: 5px 5px 10px #999;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox h5 {
    font-size: 0.24rem;
    color: #000;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums {
    width: 100%;
    overflow: hidden;
    margin: 0.15rem 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums .collect {
    font-size: 0.24rem;
    color: #909090;
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums .collect .iconfont {
    font-size: 0.28rem;
    margin-right: 0.1rem;
    vertical-align: middle;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums .collect.active {
    color: #C6A770;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums .readNum {
    width: 100%;
    display: block;
    font-size: 0.24rem;
    color: #909090;
    text-align: right;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .btns {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .btns a {
    background: #88C0C0;
    color: #FFF;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.1rem;
    text-align: center;
    display: block;
    font-size: 0.24rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items:nth-child(3n) {
    margin-right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .title {
    width: 100%;
    font-size: 0.4rem;
    color: #000000;
    margin-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item {
    width: 100%;
    position: relative;
    margin-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item::after {
    content: '';
    clear: both;
    display: block;
    height: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item > span {
    float: right;
    font-size: 14px;
    color: #C6A770;
    margin-left: 20px;
    cursor: pointer;
    line-height: 26px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item .shareBox {
    position: absolute;
    top: 26px;
    right: 0px;
    display: none;
    transition: all .3s;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item .shareBox a {
    background: #FFF;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item .shareBox.active {
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .label_item {
    width: 100%;
    overflow: hidden;
    margin: 0.3rem 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .label_item .icon_label {
    float: left;
    border: 1px solid #555;
    border-radius: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    margin: 0 0.1rem 0.1rem 0;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .label_item .icon_lookNum {
    float: right;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #8F8F8F;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .rows_item {
    width: 100%;
    font-size: 0.24rem;
    color: #8F8F8F;
    margin-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .rows_item a {
    color: #4688BF;
    font-size: 0.24rem;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .news_infobox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .news_infobox .infos {
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #333;
    padding: 0.3rem 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .news_infobox .infos img {
    display: block;
    margin: 0.2rem auto;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .news_infobox .copyright {
    width: 100%;
    font-size: 0.24rem;
    font-weight: 400;
    color: #9F9F9F;
    line-height: 0.4rem;
    margin: 0.3rem 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_right {
    width: 100%;
    float: right;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items {
    width: 100%;
    padding: 0.2rem;
    border: 1px solid #EEEEEE;
    margin-bottom: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items .imgbox {
    width: 100%;
    height: 6.5rem;
    position: relative;
    margin-bottom: 0.16rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items h5 {
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #6EACAC;
    text-align: center;
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items h5 .iconfont {
    font-size: 0.28rem;
    margin-left: 0.1rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul {
    width: 100%;
    display: flex;
    overflow-x: scroll;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul li {
    min-width: 4rem;
    margin-bottom: 0.4rem;
    margin: 0 0.2rem 0rem 0rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul li .imgbox {
    width: 100%;
    height: 1.68rem;
    position: relative;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul li .title {
    width: 100%;
    margin: 0.1rem 0px;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
    color: #000;
    font-size: 0.28rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .service_list {
    width: 100%;
    height: 1rem;
    background: #F5FAFA;
    overflow: hidden;
    padding: 0.25rem 0px;
    margin-bottom: 0.5rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .service_list a {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #7BC1BE;
    border-right: 1px solid #CCE6E6;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .service_list a span {
    font-size: 0.38rem;
    color: #7BC1BE;
    margin-right: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .service_list a:last-child {
    border: none;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .ser_gg {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .ser_gg .imgbox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .ser_gg .imgbox img {
    display: block;
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items {
    width: 100%;
    padding: 0.2rem;
    border: 1px solid #eee;
    margin-bottom: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .imgbox {
    width: 100%;
    height: 170px;
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .imgbox .icon_play {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
    font-size: 0.8rem;
    color: #FFF;
    text-align: center;
    line-height: 0.8rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox h5 {
    font-size: 0.28rem;
    color: #000;
    line-height: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox .times {
    font-size: 0.24rem;
    color: #464646;
    line-height: 0.36rem;
    margin: 0.2rem 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox .btns {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox .btns a {
    background: #88C0C0;
    color: #FFF;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
    text-align: center;
    display: block;
    font-size: 0.28rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .titles {
    width: 100%;
    height: 0.6rem;
    background-image: url(../../images/huiyi/202103/dataBg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 0.6rem;
    color: #A48349;
    font-size: 0.28rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox {
    width: 100%;
    padding: 0.3rem;
    background-image: url(../../images/huiyi/202103/gengxn_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #eee;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox h5 {
    width: 100%;
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox .zt_link {
    width: 100%;
    font-size: 0.26rem;
    margin: 0.1rem 0px;
    color: #4688BF;
    line-height: 0.4rem;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox .times,
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox .address {
    width: 100%;
    font-size: 0.24rem;
    color: #464646;
    line-height: 0.4rem;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list2 .zt_items .titles {
    background-image: url(../../images/huiyi/202103/dataBg2.jpg);
    color: #6EACAC;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list2 .zt_items .infobox .zt_link {
    font-size: 0.24rem;
    color: #909090;
    margin: 0px;
  }
  body .huiyi_container .huiyi_topNav {
    width: 100%;
    background: #fff;
    box-shadow: 5px 5px 10px #ebebeb;
  }
  body .huiyi_container .huiyi_topNav .rows {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_logo {
    float: left;
    max-width: 20%;
    line-height: 90px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_logo a {
    font-size: 24px;
    color: #6EACAC;
    display: block;
    line-height: 90px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_logo img {
    width: 38px;
    height: 38px;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist {
    padding-left: 110px;
    float: left;
    max-width: 80%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul {
    overflow: hidden;
    padding: 25px 0px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li {
    float: left;
    margin: 0 20px;
    line-height: 40px;
    position: relative;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li a {
    font-size: 18px;
    color: #4b4b4b;
    display: block;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li::after {
    content: '';
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -18px;
    background: #C6A770;
    transition: all .2s;
    border-radius: 5px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li:hover a {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li:hover::after {
    width: 36px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li.active a {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li.active::after {
    width: 36px;
  }
  body .huiyi_container .huiyi_topNav .rows .hy_search {
    width: 285px;
    float: right;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #D4D4D4;
    margin: 30px 0px;
  }
  body .huiyi_container .huiyi_topNav .rows .hy_search input {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 14px;
    color: #919191;
    padding: 0 35px 0 20px;
  }
  body .huiyi_container .huiyi_topNav .rows .hy_search .hy_searchBtn {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 30px;
    color: #88c0c0;
    cursor: pointer;
  }
  body .huiyi_container .huiyi_banner {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  body .huiyi_container .huiyi_banner .swiper-slide {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_banner .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_banner .banner-pagination {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 999;
    text-align: center;
    padding: 0 30px;
  }
  body .huiyi_container .huiyi_banner .banner-pagination .swiper-pagination-bullet {
    background: #FFF;
    opacity: .4;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin: 0 5px;
    opacity: .5;
  }
  body .huiyi_container .huiyi_banner .banner-pagination .swiper-pagination-bullet-active {
    background: #FFF;
    width: 25px;
    opacity: .8;
  }
  body .huiyi_container .huiyi_banner .huiyi_botton {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -600px;
  }
  body .huiyi_container .huiyi_banner .huiyi_botton > div {
    opacity: 0;
    transition: .3s;
  }
  body .huiyi_container .huiyi_banner:hover .huiyi_botton > div {
    opacity: 1;
  }
  body .huiyi_container .huiyi_infoCont {
    width: 100%;
    margin: -120px auto 0px;
    position: relative;
    z-index: 2;
  }
  body .huiyi_container .huiyi_infoCont .rows {
    width: 1200px;
    background: #FFF;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px 30px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .left {
    width: 50%;
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #9e9e9e;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .right {
    width: 50%;
    float: right;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .right > span {
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #9e9e9e;
    padding: 0 10px;
    cursor: pointer;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .right .shareBox {
    float: right;
    display: none;
    transition: all .3s;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .right .shareBox.active {
    display: block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle {
    width: 100%;
    padding: 10px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l1 {
    width: 110px;
    height: 150px;
    margin-right: 30px;
    float: left;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l1 .imgbox {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l1 .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l1 .imgbox .icon_right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
    background: #7BC1BE;
    padding: 0 10px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 {
    width: 600px;
    float: left;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 {
    font-size: 16px;
    color: #333;
    width: 100%;
    font-weight: 600;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .icon_hots {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_icon {
    line-height: 20px;
    padding: 0 10px;
    background: #333;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_icon.icon_yellow {
    background: #6EACAC;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_icon.icon_blue {
    background: #0d55da;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_icon.icon_black {
    background: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_tishi {
    font-size: 14px;
    line-height: 25px;
    color: #6EACAC;
    display: inline-block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in {
    width: 100%;
    padding: 6px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in .hy_info {
    width: 100%;
    line-height: 28x;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in .hy_times {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in .hy_times span {
    float: left;
    font-size: 16px;
    color: #999;
    margin-right: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in .hy_times p {
    float: left;
    font-size: 14px;
    color: #8e8e8e;
    max-width: 80%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status {
    width: 100%;
    padding: 10px 0px 0;
    font-size: 12px;
    color: #909090;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status .hy_icon {
    line-height: 20px;
    padding: 0 10px 0 0 ;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status .hy_icon.icon_yellow {
    color: #6EACAC;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status .hy_icon.icon_blue {
    color: #0d55da;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status .hy_icon.icon_black {
    color: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status span {
    padding: 0 10px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_icon {
    line-height: 30px;
    padding: 0 10px;
    background: #333;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_icon.icon_yellow {
    background: #ff5d34;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_icon.icon_blue {
    background: #0d55da;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_icon.icon_black {
    background: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_tishi {
    font-size: 14px;
    line-height: 25px;
    color: #ff5d34;
    display: inline-block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 {
    width: 230px;
    height: 140px;
    float: right;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .by_btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 35px;
    background: #DAC39B;
    background: linear-gradient(-1deg, #cab082, #dac39b);
    color: #FFF;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .by_btn.active {
    background: #ebebeb;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .hy_price {
    position: absolute;
    bottom: 45px;
    left: 0px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .hy_price b {
    font-size: 24px;
    font-weight: 400;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .hy_price .hy_priceHui {
    position: absolute;
    top: -35px;
    right: 0;
    width: 70px;
    height: 23px;
    background-image: url(../../images/huiyi/hy_hui.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox {
    width: 100%;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox {
    width: 100%;
    text-align: center;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span {
    line-height: 50px;
    font-size: 17px;
    color: #333;
    display: inline-block;
    margin: 20px 25px 10px;
    position: relative;
    cursor: pointer;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span:hover {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span.active {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span.active::after {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span.active::before {
    content: '';
    width: 0px;
    height: 0px;
    border: 15px solid;
    border-color: transparent transparent #C6A770;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_newList {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_newList .ht_itembox {
    display: none;
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_newList .ht_itembox.active {
    display: block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a {
    line-height: 50px;
    font-size: 17px;
    color: #333;
    display: inline-block;
    margin: 20px 25px 10px;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a::after {
    content: '';
    width: 0px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #C6A770;
    background: linear-gradient(to right, #c6a770, #c6a770);
    transition: all .2s;
    border-radius: 2px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a:hover {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a:hover::after {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a.active {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a.active::after {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav.mallNav {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    width: auto;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav.mallNav a {
    margin: 10px 25px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav.fixedTop {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 99999;
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li {
    overflow: hidden;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .imgbox {
    float: left;
    width: 58px;
    height: 76px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .textbox {
    width: 900px;
    height: 76px;
    float: left;
    padding: 0 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .textbox h5 {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 40px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .textbox p {
    font-size: 14px;
    color: #8e8e8e;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .hy_zlbtn {
    float: right;
    width: 115px;
    height: 76px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .hy_zlbtn a {
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #2b68da;
    color: #2b68da;
    border-radius: 20px;
    font-size: 14px;
    margin: 18px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .hy_zlbtn a span {
    font-size: 16px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div {
    width: 100%;
    padding: 30px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li {
    width: 420px;
    float: left;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .imgbox {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 0 -20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .textbox {
    width: 200px;
    height: 120px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .textbox h5 {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .textbox .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .textbox .uplodTime {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div {
    width: 100%;
    padding: 30px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .imgbox {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 0 -20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox {
    width: 920px;
    height: 120px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox h5 {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .hy_bottom {
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .hy_bottom .num {
    float: left;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .hy_bottom .hy_zanBtn {
    float: right;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .hy_bottom .hy_zanBtn.active {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 20px;
    margin-top: 50px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .imgbox {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: all .2s;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .hy_name {
    width: 100%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    font-weight: 600;
    min-height: 40px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .hy_type {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #C6A770;
    line-height: 30px;
    min-height: 30px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .hy_jigou {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 30px;
    min-height: 30px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li:hover a .imgbox {
    box-shadow: 2px 2px 10px #8e8e8e;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao .hy_js_infobox {
    width: 100%;
    padding: 15px 0px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao .hy_js_infobox p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao .hy_js_infobox img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay {
    width: 100%;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay h5 {
    font-size: 14px;
    color: #0098f9;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li {
    width: 100%;
    line-height: 40px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeH {
    width: 120px;
    float: left;
    font-size: 16px;
    color: #9d9d9d;
    text-align: right;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeBr {
    width: 16px;
    height: 100%;
    float: left;
    position: relative;
    margin: 0 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeBr span {
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #0098f9;
    border-radius: 50%;
    margin-top: 12px;
    background: #FFF;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeBr i {
    width: 2px;
    height: 100%;
    display: block;
    background: #0098f9;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -1px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeInfo {
    width: 960px;
    float: left;
    font-size: 16px;
    color: #9d9d9d;
    text-align: left;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li:last-child .hy_timeBr i {
    display: none;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeInfo {
    width: 100%;
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeInfo p {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 28px;
    text-indent: 2em;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeInfo img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi {
    width: 100%;
    padding: 20px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi .hy_lianxi_infobox {
    width: 100%;
    padding: 15px 15px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi .hy_lianxi_infobox .hy_lx_items {
    width: 100%;
    overflow: hidden;
    line-height: 35px;
    font-size: 14px;
    color: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi .hy_lianxi_infobox .hy_lx_items span {
    width: 8px;
    height: 8px;
    background: #26a6ff;
    display: block;
    border-radius: 50%;
    float: left;
    margin: 15px 10px 15px 0px;
  }
  body .huiyi_container .huiyi_tanCode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../../images/black_bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: 999999;
    display: none;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox {
    width: 300px;
    background: #FFF;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0px 0px -150px;
    padding: 30px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox {
    width: 100%;
    height: 240px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox canvas {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text p {
    font-size: 14px;
    color: #f95d34;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text span {
    font-size: 14px;
    color: #333;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .closeHy_tan {
    line-height: 35px;
    background: #f95d34;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
  }
  body .huiyi_container .huiyi_tanvideo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../../images/black_bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: 999999;
    display: none;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox {
    width: 700px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -350px;
    background: #FFF;
    border-radius: 5px;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox .videoPlayer {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox .video_close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
  }
  body .huiyi_container .getMore {
    margin: 20px auto;
    display: block;
    width: 100px;
    text-align: center;
    color: #C6A770;
    font-size: 14px;
    line-height: 20px;
  }
  body .huiyi_container .getMore .iconfont {
    background: #C6A770;
    vertical-align: middle;
  }
  body .huiyi_container .huiyi_tanCode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../images/black_bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: 999999;
    display: none;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox {
    width: 300px;
    background: #FFF;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0px 0px -150px;
    padding: 30px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox {
    width: 100%;
    height: 240px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox canvas {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text p {
    font-size: 14px;
    color: #f95d34;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text span {
    font-size: 14px;
    color: #333;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .closeHy_tan {
    line-height: 35px;
    background: #f95d34;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
  }
  body .huiyi_container .huiyi_tanvideo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../images/black_bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: 999999;
    display: none;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox {
    width: 700px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -350px;
    background: #FFF;
    border-radius: 5px;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox .videoPlayer {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox .video_close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_newinfo {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_newinfo .zlNav {
    width: 100%;
    line-height: 50px;
  }
  body .huiyi_container .huiyi_newinfo .zlNav a {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .huiyi_container .huiyi_newinfo .topInfo {
    width: 100%;
    position: relative;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top h4 {
    width: 100%;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top h4 a {
    font-size: 18px;
    color: #4c4c4c;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top h4 a:hover {
    color: #eb4e00;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top .author {
    display: block;
    width: 100%;
    padding: 4px 0px 0px;
    overflow: hidden;
    text-align: center;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top .author .left {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 35px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top .author .left span {
    margin-right: 20px;
    color: #4c4c4c;
    font-size: 14px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding: 20px 0px 0px;
    max-height: 700px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin: 10px 0px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox p > a {
    font-size: 14px;
    color: #e96c06;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox > a {
    font-size: 14px;
    color: #e96c06;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox img {
    margin: 10px 0px;
    max-width: 100%;
    width: 100%;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h1,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h2,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h3,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h4,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h5,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h6,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox strong {
    font-weight: 600;
  }
  body .huiyi_container .huiyi_newinfo .topInfo #shareShow2 {
    padding: 20px 0px;
    text-align: right;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .showMore {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 150px;
    text-align: center;
    background-image: url(../images/jianbian.png);
    background-repeat: repeat;
    background-position: center;
    background-size: auto 100%;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .showMore .showMoreBtn {
    margin-top: 120px;
    color: #ed6b00;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .showMore .showMoreBtn span {
    margin-left: 5px;
    transform: rotate(90deg);
  }
  body .huiyi_container .huiyi_shalongbox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l {
    width: 830px;
    float: left;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .imgbox {
    width: 160px;
    height: 220px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text {
    width: 650px;
    float: right;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .title {
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .title h5 {
    max-width: 80%;
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    float: left;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .title .icon_text {
    font-size: 12px;
    color: #088fff;
    background: #e6f4ff;
    border-radius: 10px;
    padding: 1px 10px;
    display: inline-block;
    float: left;
    margin-top: 5px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text {
    padding: 10px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text p span {
    padding-right: 5px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text p .red {
    color: #ff4614;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text p .blue {
    color: #088fff;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox {
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .lBtn {
    color: #FFF;
    background: #088fff;
    border-radius: 20px;
    padding: 4px 10px;
    display: inline-block;
    float: left;
    font-size: 16px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .lBtn.active {
    background: #ebebeb;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .nums {
    font-size: 14px;
    float: left;
    padding: 0px 15px;
    color: #ff4614;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .r_btn_gan {
    float: right;
    color: #666;
    font-size: 16px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .r_btn_gan .iconfont {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .r_btn_gan.active {
    color: #ff4614;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText {
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText:last-child {
    border: none;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText > h5 {
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    color: #088fff;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText > h5 img {
    margin-right: 5px;
    height: 18px;
    vertical-align: top;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .textbox {
    line-height: 30px;
    font-size: 16px;
    color: #666;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .textbox img,
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .textbox table {
    max-width: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox {
    width: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items {
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .imgbox {
    position: relative;
    width: 45px;
    height: 47px;
    float: left;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .titlebox {
    width: 580px;
    float: left;
    padding: 5px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .titlebox h5 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .titlebox p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .downBtn {
    float: right;
    background: #088fff;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 8px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items:last-child {
    border-bottom: none;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox {
    width: 100%;
    padding: 30px 0px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li {
    width: 420px;
    float: left;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .imgbox {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 0 -20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .textbox {
    width: 200px;
    height: 120px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .textbox h5 {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .textbox .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .textbox .uplodTime {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list {
    width: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 20px;
    margin-top: 50px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .imgbox {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: all .2s;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .hy_name {
    width: 100%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    font-weight: 600;
    min-height: 40px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .hy_type {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fd882b;
    line-height: 30px;
    min-height: 30px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .hy_jigou {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 30px;
    min-height: 30px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li:hover a .imgbox {
    box-shadow: 2px 2px 10px #8e8e8e;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu {
    width: 100%;
    padding: 30px 0px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .imgbox {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 0 -20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox {
    width: 590px;
    height: 120px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox h5 {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .hy_bottom {
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .hy_bottom .num {
    float: left;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .hy_bottom .hy_zanBtn {
    float: right;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .hy_bottom .hy_zanBtn.active {
    color: #fd882b;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList {
    width: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li {
    overflow: hidden;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .imgbox {
    position: relative;
    width: 45px;
    height: 60px;
    float: left;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .textbox {
    width: 580px;
    float: left;
    padding: 5px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .textbox h5 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .textbox p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .hy_zlbtn {
    float: right;
    width: 115px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .hy_zlbtn a {
    float: right;
    background: #088fff;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 8px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .hy_zlbtn a span {
    font-size: 16px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li:last-child {
    border-bottom: none;
  }
  body .huiyi_container .huiyi_shalongbox .r {
    width: 310px;
    float: right;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList {
    width: 100%;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList h5 {
    font-size: 16px;
    color: 333;
    overflow: hidden;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList h5 .nums {
    font-size: 12px;
    color: #ff4614;
    float: right;
    margin-top: 4px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li {
    width: 65px;
    float: left;
    margin-right: 16px;
    margin-bottom: 5px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li .imgbox {
    width: 100%;
    height: 65px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li:nth-child(4n) {
    margin-right: 0px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_map {
    width: 100%;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_map h5 {
    font-size: 16px;
    color: 333;
    overflow: hidden;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_map h5 .nums {
    font-size: 12px;
    color: #ff4614;
    float: right;
    margin-top: 4px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_map #shalong_map {
    width: 100%;
    height: 310px;
  }
  /* .layui-layer-setwin{
    right: 26px!important;
    top: 27px!important；
}*/
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 750px) {
  body {
    width: 100%;
  }
  body .huiyi_container {
    width: 100%;
    min-width: 1200px;
  }
  body .huiyi_container .hy_bannerbox {
    width: 100%;
    background-color: transparent;
    background-image: url(../../images/huiyi/202103/huiyi_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  body .huiyi_container .hy_bannerbox > div {
    overflow: hidden;
    padding: 25px 0px 0px;
  }
  body .huiyi_container .hy_bannerbox > div .hy_logo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  body .huiyi_container .hy_bannerbox > div .hy_logo a img {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    float: left;
  }
  body .huiyi_container .hy_bannerbox > div .hy_logo a span {
    float: left;
    color: #FFF;
    font-size: 24px;
    line-height: 40px;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list {
    width: 865px;
    float: left;
    padding: 0 40px;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a {
    font-size: 18px;
    color: #ffffff;
    margin: 0 20px;
    line-height: 50px;
    position: relative;
    display: block;
    float: left;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a::after {
    content: '';
    width: 0%;
    height: 4px;
    background: #FFF;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    left: 0px;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a.active {
    font-weight: 600;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a.active::after {
    width: 100%;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a:hover {
    font-weight: 600;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hynav_list a:hover::after {
    width: 100%;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hy_search {
    width: 285px;
    float: right;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hy_search input {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 14px;
    color: #919191;
    padding: 0 35px 0 20px;
  }
  body .huiyi_container .hy_bannerbox > div .hy_navbottom .hy_search .hy_searchBtn {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 30px;
    color: #88c0c0;
    cursor: pointer;
  }
  body .huiyi_container .hy_bannerbox2 {
    width: 100%;
    height: 240px!important;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  body .huiyi_container .hy_bannerbox2 > div {
    width: 100%;
  }
  body .huiyi_container .hy_bannerbox2 > div .items {
    width: 100%;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body .huiyi_container .hy_list_content {
    overflow: hidden;
    padding-top: 30px;
  }
  body .huiyi_container .hy_list_content .hy_title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  body .huiyi_container .hy_list_content .hy_title h5 {
    float: left;
    width: 170px;
    line-height: 20px;
    font-size: 18px;
    color: #000;
  }
  body .huiyi_container .hy_list_content .hy_title h5 .title_left {
    width: 5px;
    height: 18px;
    display: inline-block;
    background: #c6a770;
    border-radius: 3px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list {
    overflow: hidden;
    max-width: 60%;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span {
    float: left;
    line-height: 20px;
    font-size: 18px;
    color: #000;
    margin-right: 20px;
    position: relative;
    padding-bottom: 8px;
    cursor: pointer;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 3px;
    background: #c6a770;
    border-radius: 3px;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span.active {
    color: #C6A770;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span.active::after {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span:hover {
    color: #C6A770;
  }
  body .huiyi_container .hy_list_content .hy_title .title_list span:hover::after {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont {
    float: right;
    height: 20px;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage {
    margin: 0px;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage a,
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage span {
    line-height: 20px;
    width: 20px;
    height: 20px;
    border: none;
    padding: 0px;
    margin: 0px 5px;
    text-align: center;
    color: #999;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage a em,
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage span em {
    display: block;
    line-height: 20px;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage a .iconfont,
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage span .iconfont {
    font-size: 12px;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-curr {
    width: 20px;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-curr em {
    color: #FFF;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-curr .layui-laypage-em {
    background-color: #6EACAC;
    border: none;
    color: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0px;
    top: 0px;
    left: 0px;
  }
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-skip input,
  body .huiyi_container .hy_list_content .hy_title #hot_pageCont .layui-laypage-skip button {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  body .huiyi_container .hy_list_content .hy_title .right_link {
    float: right;
    font-size: 14px;
    color: #737373;
    padding-top: 5px;
  }
  body .huiyi_container .hy_list_content .hy_title .right_link .iconfont {
    color: #737373;
    font-size: 14px;
  }
  body .huiyi_container .hy_list_content .hy_index_left {
    width: 865px;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_navigation {
    width: 100%;
    color: #333;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_navigation a {
    font-size: 14px;
    color: #333;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_navigation a:hover {
    color: #6EACAC;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_navigation .active {
    color: #6EACAC;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox {
    width: 100%;
    margin-bottom: 50px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list {
    width: 100%;
    position: relative;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box {
    width: 100%;
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box::after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items {
    width: 190px;
    float: left;
    margin-right: 34px;
    padding: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 5px 5px 10px #EEEEEE;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items .imgbox {
    width: 170px;
    height: 228px;
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items .imgbox .icon_rightStatus {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
    background: #7BC1BE;
    padding: 0 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items h5 {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items:last-child {
    margin-right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box .hot_items:hover {
    box-shadow: 5px 5px 10px #d8d1d1;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list .item_box.active {
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 {
    width: 100%;
    position: relative;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2::after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li {
    width: 100%;
    height: 190px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    float: left;
    margin: 0 24px 24px 0;
    padding: 20px 15px;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .imgbox {
    width: 110px;
    height: 150px;
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .imgbox .icon_rightStatus {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
    background: #7BC1BE;
    padding: 0 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight {
    width: 700px;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight h5 {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    height: 44px;
    overflow: hidden;
    margin-bottom: 6px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight h5 a {
    color: #000;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight h5 .icon_hots {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight h5 .hy_type {
    color: #5D97CE;
    background: #ECF2F8;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    height: 19px;
    line-height: 19px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .rows_info {
    font-size: 12px;
    color: #464646;
    line-height: 22px;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .rows_info.times {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .rows_info.address {
    margin-bottom: 30px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box {
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns {
    width: 68px;
    height: 22px;
    line-height: 22px;
    float: left;
    color: #FFF;
    background: #88C0C0;
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns .iconfont {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns.active {
    background-color: transparent;
    color: #88C0C0;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns.active .iconfont {
    color: #88C0C0;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns2 {
    width: 68px;
    height: 22px;
    line-height: 22px;
    float: left;
    color: #FFF;
    background: #D4BF9B;
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns2 .iconfont {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns2.active {
    background-color: transparent;
    color: #D4BF9B;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box .btns2.active .iconfont {
    color: #D4BF9B;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li .infoRight .btn_box span {
    line-height: 22px;
    font-size: 12px;
    color: #909090;
    display: inline-block;
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox .hot_list2 ul li:hover {
    box-shadow: 5px 5px 10px #EEEEEE;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_hotbox.bottom30 {
    margin-bottom: 30px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture {
    width: 100%;
    margin-bottom: 26px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .jiansuoText {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .jiansuoText span {
    color: #E30920;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .labels {
    float: left;
    color: #464646;
    font-size: 16px;
    line-height: 24px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box {
    width: 80%;
    float: left;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box a {
    float: left;
    font-size: 16px;
    color: #6EACAC;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box a.active {
    background: #6EACAC;
    color: #FFF;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box .getTime {
    margin-left: 10px;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .tabs_list .items .l_box .getTime .layui-inline input {
    height: 24px;
    width: 130px;
    padding: 0 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li {
    width: 420px;
    height: 190px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    float: left;
    margin: 0 24px 24px 0;
    padding: 20px 15px;
    transition: all 0.3s;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .imgbox {
    width: 110px;
    height: 150px;
    display: block;
    position: relative;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .imgbox .icon_rightStatus {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
    background: #7BC1BE;
    padding: 0 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight {
    width: 260px;
    float: right;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight h5 {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    height: 44px;
    overflow: hidden;
    margin-bottom: 6px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight h5 a {
    color: #000;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight h5 .hy_type {
    color: #5D97CE;
    background: #ECF2F8;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    height: 19px;
    line-height: 19px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .rows_info {
    font-size: 12px;
    color: #464646;
    line-height: 22px;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .rows_info.times {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .rows_info.address {
    height: 44px;
    margin-bottom: 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box {
    width: 100%;
    overflow: hidden;
    text-align: right;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns {
    width: 68px;
    height: 22px;
    line-height: 22px;
    float: left;
    color: #FFF;
    background: #88C0C0;
    font-size: 12px;
    text-align: center;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns .iconfont {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns.active {
    background-color: transparent;
    color: #88C0C0;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns.active .iconfont {
    color: #88C0C0;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns2 {
    width: 68px;
    height: 22px;
    line-height: 22px;
    float: left;
    color: #FFF;
    background: #D4BF9B;
    font-size: 12px;
    text-align: center;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns2 .iconfont {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns2.active {
    background-color: transparent;
    color: #D4BF9B;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box .btns2.active .iconfont {
    color: #D4BF9B;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box span {
    line-height: 22px;
    font-size: 12px;
    color: #909090;
    display: inline-block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li .infoRight .btn_box span.readNums {
    margin-left: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li:nth-child(2n) {
    margin-right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul li:hover {
    box-shadow: 5px 5px 10px #EEEEEE;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 {
    width: 100%;
    margin-right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 .imgbox {
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 .infoRight {
    width: 700px;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 .infoRight .btn_box {
    text-align: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 .infoRight .btn_box .btns {
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul .lecture_items2 .infoRight .btn_box .btns2 {
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul.active {
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_index_lecture .lecture_list ul.active2 {
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox {
    width: 100%;
    margin-bottom: 50px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items > .imgbox {
    width: 168px;
    height: 240px;
    position: relative;
    float: left;
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items > .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items > .imgbox .icon_right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
    background: #7BC1BE;
    padding: 0 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right {
    width: 625px;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right > h5 {
    font-size: 16px;
    color: #000000;
    line-height: 23px;
    height: 23px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right > h5 img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .icon_listbox {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .icon_listbox a {
    float: left;
    border: 1px solid #ECECEC;
    line-height: 20px;
    border: 1px solid #555;
    color: #555;
    border-radius: 20px;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 12px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .infotext {
    width: 100%;
    font-size: 12px;
    color: #464646;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox .author {
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    line-height: 22px;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox .author:hover {
    color: #6EACAC;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox .numbox {
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    line-height: 22px;
    float: right;
    text-align: right;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .timebox .numbox span {
    margin-left: 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .imgTitle {
    font-size: 12px;
    font-weight: 500;
    color: #C6A770;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .imgTitle span {
    font-size: 12px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .l_box {
    width: 100%;
    height: 68px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .l_box .imgbox {
    width: 68px;
    height: 68px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .l_box .imgbox a {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .huigu_imgText_list .items .info_right .imgListbox .l_box .imgbox img {
    display: none;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .list2 .items > .imgbox {
    width: 110px;
    height: 150px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .list2 .items .info_right {
    width: 683px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .list2 .items .info_right .icon_listbox {
    margin: 9px 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .list2 .items .info_right .infotext {
    height: 60px;
    line-height: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_imgTextbox .list2 .items .info_right .timebox {
    margin-bottom: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live {
    width: 100%;
    margin-bottom: 50px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items {
    width: 268px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin: 0px 29px 30px 0px;
    float: left;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .imgbox {
    width: 100%;
    height: 170px;
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .imgbox .icon_play {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    cursor: pointer;
    font-size: 40px;
    color: #FFF;
    text-align: center;
    line-height: 46px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox h5 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums .collect {
    float: left;
    font-size: 12px;
    color: #909090;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums .collect .iconfont {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums .collect.active {
    color: #C6A770;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .l_nums .readNum {
    float: right;
    font-size: 12px;
    color: #909090;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .btns {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items .infoBox .btns a {
    background: #88C0C0;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_huigu_live .live_list .l_items:nth-child(3n) {
    margin-right: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item::after {
    content: '';
    clear: both;
    display: block;
    height: 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .title {
    float: left;
    width: 600px;
    font-size: 24px;
    color: #000000;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item {
    float: right;
    width: 260px;
    position: relative;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item > span {
    float: right;
    font-size: 14px;
    color: #C6A770;
    margin-left: 20px;
    cursor: pointer;
    line-height: 26px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item .shareBox {
    position: absolute;
    top: 26px;
    right: 0px;
    display: none;
    transition: all .3s;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item .shareBox a {
    background: #FFF;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .title_item .right_item .shareBox.active {
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .label_item {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .label_item .icon_label {
    float: left;
    border: 1px solid #555;
    border-radius: 20px;
    line-height: 18px;
    padding: 0 10px;
    font-size: 12px;
    margin-right: 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .label_item .icon_lookNum {
    float: right;
    line-height: 18px;
    font-size: 12px;
    color: #8F8F8F;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .rows_item {
    width: 100%;
    font-size: 14px;
    color: #8F8F8F;
    margin-bottom: 15px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .top_titlebox .rows_item a {
    color: #4688BF;
    font-size: 14px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .news_infobox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .news_infobox .infos {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    padding: 30px 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .news_infobox .infos img {
    display: block;
    margin: 10px auto;
  }
  body .huiyi_container .hy_list_content .hy_index_left .hy_newsPage .news_infobox .copyright {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #9F9F9F;
    line-height: 20px;
    margin: 30px 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_right {
    width: 285px;
    float: right;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui {
    width: 100%;
    margin-bottom: 30px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items {
    width: 100%;
    padding: 10px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items .imgbox {
    width: 100%;
    height: 265px;
    position: relative;
    margin-bottom: 8px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items h5 {
    line-height: 30px;
    font-size: 14px;
    color: #6EACAC;
    text-align: center;
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_tui .tui_items h5 .iconfont {
    font-size: 14px;
    margin-left: 5px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity {
    width: 100%;
    margin-bottom: 30px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul li .imgbox {
    width: 100%;
    height: 120px;
    position: relative;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_activity .activity_list ul li .title {
    width: 100%;
    padding: 5px 0px;
    line-height: 25px;
    color: #000;
    font-size: 16px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .service_list {
    width: 100%;
    height: 64px;
    background: #F5FAFA;
    overflow: hidden;
    padding: 25px 0px;
    margin-bottom: 50px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .service_list a {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    color: #7BC1BE;
    border-right: 1px solid #CCE6E6;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .service_list a span {
    font-size: 24px;
    color: #7BC1BE;
    margin-right: 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .service_list a:last-child {
    border: none;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .ser_gg {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .ser_gg .imgbox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_service .ser_gg .imgbox img {
    display: block;
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box {
    width: 100%;
    margin-bottom: 50px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .imgbox {
    width: 100%;
    height: 170px;
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .imgbox .icon_play {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    cursor: pointer;
    font-size: 40px;
    color: #FFF;
    text-align: center;
    line-height: 46px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox h5 {
    font-size: 16px;
    color: #000;
    line-height: 26px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox .times {
    font-size: 12px;
    color: #464646;
    line-height: 16px;
    margin: 10px 0px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox .btns {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_right_video .video_box .v_items .infoBox .btns a {
    background: #88C0C0;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list {
    width: 100%;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items {
    width: 100%;
    margin-bottom: 20px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .titles {
    width: 100%;
    height: 36px;
    background-image: url(../../images/huiyi/202103/dataBg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 36px;
    color: #A48349;
    font-size: 16px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox {
    width: 100%;
    padding: 20px;
    background-image: url(../../images/huiyi/202103/gengxn_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #eee;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox h5 {
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox .zt_link {
    width: 100%;
    font-size: 14px;
    margin: 5px 0px;
    color: #4688BF;
    line-height: 26px;
    display: block;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox .times,
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list .zt_items .infobox .address {
    width: 100%;
    font-size: 12px;
    color: #464646;
    line-height: 22px;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list2 .zt_items .titles {
    background-image: url(../../images/huiyi/202103/dataBg2.jpg);
    color: #6EACAC;
  }
  body .huiyi_container .hy_list_content .hy_index_right .hy_index_zhuanti .zt_list2 .zt_items .infobox .zt_link {
    font-size: 12px;
    color: #909090;
    margin: 0px;
  }
  body .huiyi_container .huiyi_topNav {
    width: 100%;
    background: #fff;
    box-shadow: 5px 5px 10px #ebebeb;
  }
  body .huiyi_container .huiyi_topNav .rows {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_logo {
    float: left;
    max-width: 20%;
    line-height: 90px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_logo a {
    font-size: 24px;
    color: #6EACAC;
    display: block;
    line-height: 90px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_logo img {
    width: 38px;
    height: 38px;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist {
    padding-left: 110px;
    float: left;
    max-width: 80%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul {
    overflow: hidden;
    padding: 25px 0px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li {
    float: left;
    margin: 0 20px;
    line-height: 40px;
    position: relative;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li a {
    font-size: 18px;
    color: #4b4b4b;
    display: block;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li::after {
    content: '';
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -18px;
    background: #C6A770;
    transition: all .2s;
    border-radius: 5px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li:hover a {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li:hover::after {
    width: 36px;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li.active a {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_topNav .rows .huiyi_navlist ul li.active::after {
    width: 36px;
  }
  body .huiyi_container .huiyi_topNav .rows .hy_search {
    width: 285px;
    float: right;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #D4D4D4;
    margin: 30px 0px;
  }
  body .huiyi_container .huiyi_topNav .rows .hy_search input {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 14px;
    color: #919191;
    padding: 0 35px 0 20px;
  }
  body .huiyi_container .huiyi_topNav .rows .hy_search .hy_searchBtn {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 30px;
    color: #88c0c0;
    cursor: pointer;
  }
  body .huiyi_container .huiyi_banner {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  body .huiyi_container .huiyi_banner .swiper-slide {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_banner .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_banner .banner-pagination {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 999;
    text-align: center;
    padding: 0 30px;
  }
  body .huiyi_container .huiyi_banner .banner-pagination .swiper-pagination-bullet {
    background: #FFF;
    opacity: .4;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin: 0 5px;
    opacity: .5;
  }
  body .huiyi_container .huiyi_banner .banner-pagination .swiper-pagination-bullet-active {
    background: #FFF;
    width: 25px;
    opacity: .8;
  }
  body .huiyi_container .huiyi_banner .huiyi_botton {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -600px;
  }
  body .huiyi_container .huiyi_banner .huiyi_botton > div {
    opacity: 0;
    transition: .3s;
  }
  body .huiyi_container .huiyi_banner:hover .huiyi_botton > div {
    opacity: 1;
  }
  body .huiyi_container .huiyi_infoCont {
    width: 100%;
    margin: -120px auto 0px;
    position: relative;
    z-index: 2;
  }
  body .huiyi_container .huiyi_infoCont .rows {
    width: 1200px;
    background: #FFF;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px 30px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .left {
    width: 50%;
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #9e9e9e;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .right {
    width: 50%;
    float: right;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .right > span {
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #9e9e9e;
    padding: 0 10px;
    cursor: pointer;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .right .shareBox {
    float: right;
    display: none;
    transition: all .3s;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_numSharebox .right .shareBox.active {
    display: block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle {
    width: 100%;
    padding: 10px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l1 {
    width: 110px;
    height: 150px;
    margin-right: 30px;
    float: left;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l1 .imgbox {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l1 .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l1 .imgbox .icon_right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
    background: #7BC1BE;
    padding: 0 10px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 {
    width: 600px;
    float: left;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 {
    font-size: 16px;
    color: #333;
    width: 100%;
    font-weight: 600;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .icon_hots {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_icon {
    line-height: 20px;
    padding: 0 10px;
    background: #333;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_icon.icon_yellow {
    background: #6EACAC;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_icon.icon_blue {
    background: #0d55da;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_icon.icon_black {
    background: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 h5 .hy_tishi {
    font-size: 14px;
    line-height: 25px;
    color: #6EACAC;
    display: inline-block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in {
    width: 100%;
    padding: 6px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in .hy_info {
    width: 100%;
    line-height: 28x;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in .hy_times {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in .hy_times span {
    float: left;
    font-size: 16px;
    color: #999;
    margin-right: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_in .hy_times p {
    float: left;
    font-size: 14px;
    color: #8e8e8e;
    max-width: 80%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status {
    width: 100%;
    padding: 10px 0px 0;
    font-size: 12px;
    color: #909090;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status .hy_icon {
    line-height: 20px;
    padding: 0 10px 0 0 ;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status .hy_icon.icon_yellow {
    color: #6EACAC;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status .hy_icon.icon_blue {
    color: #0d55da;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status .hy_icon.icon_black {
    color: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_status span {
    padding: 0 10px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_icon {
    line-height: 30px;
    padding: 0 10px;
    background: #333;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_icon.icon_yellow {
    background: #ff5d34;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_icon.icon_blue {
    background: #0d55da;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_icon.icon_black {
    background: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l2 .hy_btnbox .hy_tishi {
    font-size: 14px;
    line-height: 25px;
    color: #ff5d34;
    display: inline-block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 {
    width: 230px;
    height: 140px;
    float: right;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .by_btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 35px;
    background: #DAC39B;
    background: linear-gradient(-1deg, #cab082, #dac39b);
    color: #FFF;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .by_btn.active {
    background: #ebebeb;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .hy_price {
    position: absolute;
    bottom: 45px;
    left: 0px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .hy_price b {
    font-size: 24px;
    font-weight: 400;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoTltle .hy_l3 .hy_price .hy_priceHui {
    position: absolute;
    top: -35px;
    right: 0;
    width: 70px;
    height: 23px;
    background-image: url(../../images/huiyi/hy_hui.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox {
    width: 100%;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox {
    width: 100%;
    text-align: center;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span {
    line-height: 50px;
    font-size: 17px;
    color: #333;
    display: inline-block;
    margin: 20px 25px 10px;
    position: relative;
    cursor: pointer;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span:hover {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span.active {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span.active::after {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_navBox span.active::before {
    content: '';
    width: 0px;
    height: 0px;
    border: 15px solid;
    border-color: transparent transparent #C6A770;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_newList {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_newList .ht_itembox {
    display: none;
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_newList .ht_itembox.active {
    display: block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a {
    line-height: 50px;
    font-size: 17px;
    color: #333;
    display: inline-block;
    margin: 20px 25px 10px;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a::after {
    content: '';
    width: 0px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #C6A770;
    background: linear-gradient(to right, #c6a770, #c6a770);
    transition: all .2s;
    border-radius: 2px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a:hover {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a:hover::after {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a.active {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav a.active::after {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav.mallNav {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    width: auto;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav.mallNav a {
    margin: 10px 25px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .ht_infoNav.fixedTop {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 99999;
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li {
    overflow: hidden;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .imgbox {
    float: left;
    width: 58px;
    height: 76px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .textbox {
    width: 900px;
    height: 76px;
    float: left;
    padding: 0 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .textbox h5 {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 40px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .textbox p {
    font-size: 14px;
    color: #8e8e8e;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .hy_zlbtn {
    float: right;
    width: 115px;
    height: 76px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .hy_zlbtn a {
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #2b68da;
    color: #2b68da;
    border-radius: 20px;
    font-size: 14px;
    margin: 18px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_ziliao .hy_zlList ul li .hy_zlbtn a span {
    font-size: 16px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div {
    width: 100%;
    padding: 30px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li {
    width: 420px;
    float: left;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .imgbox {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 0 -20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .textbox {
    width: 200px;
    height: 120px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .textbox h5 {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .textbox .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_videobox > div ul li .textbox .uplodTime {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div {
    width: 100%;
    padding: 30px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .imgbox {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 0 -20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox {
    width: 920px;
    height: 120px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox h5 {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .hy_bottom {
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .hy_bottom .num {
    float: left;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .hy_bottom .hy_zanBtn {
    float: right;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_huigu > div ul li .textbox .hy_bottom .hy_zanBtn.active {
    color: #C6A770;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 20px;
    margin-top: 50px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .imgbox {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: all .2s;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .hy_name {
    width: 100%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    font-weight: 600;
    min-height: 40px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .hy_type {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #C6A770;
    line-height: 30px;
    min-height: 30px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li a .hy_jigou {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 30px;
    min-height: 30px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jiabin .hy_jiabin_list ul li:hover a .imgbox {
    box-shadow: 2px 2px 10px #8e8e8e;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao .hy_js_infobox {
    width: 100%;
    padding: 15px 0px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao .hy_js_infobox p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_jieshao .hy_js_infobox img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox {
    width: 100%;
    padding: 20px 0px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay {
    width: 100%;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay h5 {
    font-size: 14px;
    color: #0098f9;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul {
    width: 100%;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li {
    width: 100%;
    line-height: 40px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeH {
    width: 120px;
    float: left;
    font-size: 16px;
    color: #9d9d9d;
    text-align: right;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeBr {
    width: 16px;
    height: 100%;
    float: left;
    position: relative;
    margin: 0 20px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeBr span {
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #0098f9;
    border-radius: 50%;
    margin-top: 12px;
    background: #FFF;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeBr i {
    width: 2px;
    height: 100%;
    display: block;
    background: #0098f9;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -1px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li .hy_timeInfo {
    width: 960px;
    float: left;
    font-size: 16px;
    color: #9d9d9d;
    text-align: left;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeDay ul li:last-child .hy_timeBr i {
    display: none;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeInfo {
    width: 100%;
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeInfo p {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 28px;
    text-indent: 2em;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_richeng .hy_timeListbox .hy_timeInfo img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi {
    width: 100%;
    padding: 20px 0px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    position: relative;
    border-left: 5px solid #C6A770;
    padding-left: 5px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi .hy_lianxi_infobox {
    width: 100%;
    padding: 15px 15px;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi .hy_lianxi_infobox .hy_lx_items {
    width: 100%;
    overflow: hidden;
    line-height: 35px;
    font-size: 14px;
    color: #333;
  }
  body .huiyi_container .huiyi_infoCont .rows .hy_topContbox .hy_infoListbox .hy_items .hy_lianxi .hy_lianxi_infobox .hy_lx_items span {
    width: 8px;
    height: 8px;
    background: #26a6ff;
    display: block;
    border-radius: 50%;
    float: left;
    margin: 15px 10px 15px 0px;
  }
  body .huiyi_container .huiyi_tanCode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../../images/black_bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: 999999;
    display: none;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox {
    width: 300px;
    background: #FFF;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0px 0px -150px;
    padding: 30px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox {
    width: 100%;
    height: 240px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox canvas {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text p {
    font-size: 14px;
    color: #f95d34;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text span {
    font-size: 14px;
    color: #333;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .closeHy_tan {
    line-height: 35px;
    background: #f95d34;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
  }
  body .huiyi_container .huiyi_tanvideo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../../images/black_bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: 999999;
    display: none;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox {
    width: 700px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -350px;
    background: #FFF;
    border-radius: 5px;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox .videoPlayer {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox .video_close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
  }
  body .huiyi_container .getMore {
    margin: 20px auto;
    display: block;
    width: 100px;
    text-align: center;
    color: #C6A770;
    font-size: 14px;
    line-height: 20px;
  }
  body .huiyi_container .getMore .iconfont {
    background: #C6A770;
    vertical-align: middle;
  }
  body .huiyi_container .huiyi_tanCode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../images/black_bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: 999999;
    display: none;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox {
    width: 300px;
    background: #FFF;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0px 0px -150px;
    padding: 30px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox {
    width: 100%;
    height: 240px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox canvas {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text p {
    font-size: 14px;
    color: #f95d34;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .hy_text span {
    font-size: 14px;
    color: #333;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_tanCode .hy_codebox .closeHy_tan {
    line-height: 35px;
    background: #f95d34;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
  }
  body .huiyi_container .huiyi_tanvideo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(../images/black_bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: 999999;
    display: none;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox {
    width: 700px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -350px;
    background: #FFF;
    border-radius: 5px;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox .videoPlayer {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_tanvideo .video_tanbox .video_close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_newinfo {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_newinfo .zlNav {
    width: 100%;
    line-height: 50px;
  }
  body .huiyi_container .huiyi_newinfo .zlNav a {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .huiyi_container .huiyi_newinfo .topInfo {
    width: 100%;
    position: relative;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top h4 {
    width: 100%;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top h4 a {
    font-size: 18px;
    color: #4c4c4c;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top h4 a:hover {
    color: #eb4e00;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top .author {
    display: block;
    width: 100%;
    padding: 4px 0px 0px;
    overflow: hidden;
    text-align: center;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top .author .left {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 35px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .top .author .left span {
    margin-right: 20px;
    color: #4c4c4c;
    font-size: 14px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding: 20px 0px 0px;
    max-height: 700px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin: 10px 0px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox p > a {
    font-size: 14px;
    color: #e96c06;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox > a {
    font-size: 14px;
    color: #e96c06;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox img {
    margin: 10px 0px;
    max-width: 100%;
    width: 100%;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h1,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h2,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h3,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h4,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h5,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox h6,
  body .huiyi_container .huiyi_newinfo .topInfo .zlInfoBox strong {
    font-weight: 600;
  }
  body .huiyi_container .huiyi_newinfo .topInfo #shareShow2 {
    padding: 20px 0px;
    text-align: right;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .showMore {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 150px;
    text-align: center;
    background-image: url(../images/jianbian.png);
    background-repeat: repeat;
    background-position: center;
    background-size: auto 100%;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .showMore .showMoreBtn {
    margin-top: 120px;
    color: #ed6b00;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
  }
  body .huiyi_container .huiyi_newinfo .topInfo .showMore .showMoreBtn span {
    margin-left: 5px;
    transform: rotate(90deg);
  }
  body .huiyi_container .huiyi_shalongbox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l {
    width: 830px;
    float: left;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .imgbox {
    width: 160px;
    height: 220px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text {
    width: 650px;
    float: right;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .title {
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .title h5 {
    max-width: 80%;
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    float: left;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .title .icon_text {
    font-size: 12px;
    color: #088fff;
    background: #e6f4ff;
    border-radius: 10px;
    padding: 1px 10px;
    display: inline-block;
    float: left;
    margin-top: 5px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text {
    padding: 10px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text p span {
    padding-right: 5px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text p .red {
    color: #ff4614;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .info_text p .blue {
    color: #088fff;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox {
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .lBtn {
    color: #FFF;
    background: #088fff;
    border-radius: 20px;
    padding: 4px 10px;
    display: inline-block;
    float: left;
    font-size: 16px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .lBtn.active {
    background: #ebebeb;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .nums {
    font-size: 14px;
    float: left;
    padding: 0px 15px;
    color: #ff4614;
    line-height: 28px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .r_btn_gan {
    float: right;
    color: #666;
    font-size: 16px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .r_btn_gan .iconfont {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_info .right_text .btnbox .r_btn_gan.active {
    color: #ff4614;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText {
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText:last-child {
    border: none;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText > h5 {
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    color: #088fff;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText > h5 img {
    margin-right: 5px;
    height: 18px;
    vertical-align: top;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .textbox {
    line-height: 30px;
    font-size: 16px;
    color: #666;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .textbox img,
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .textbox table {
    max-width: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox {
    width: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items {
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .imgbox {
    position: relative;
    width: 45px;
    height: 47px;
    float: left;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .titlebox {
    width: 580px;
    float: left;
    padding: 5px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .titlebox h5 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .titlebox p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items .downBtn {
    float: right;
    background: #088fff;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 8px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .downbox .items:last-child {
    border-bottom: none;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox {
    width: 100%;
    padding: 30px 0px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li {
    width: 420px;
    float: left;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .imgbox {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 0 -20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .textbox {
    width: 200px;
    height: 120px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .textbox h5 {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .textbox .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_videobox ul li .textbox .uplodTime {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list {
    width: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 20px;
    margin-top: 50px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .imgbox {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: all .2s;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .hy_name {
    width: 100%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    font-weight: 600;
    min-height: 40px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .hy_type {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fd882b;
    line-height: 30px;
    min-height: 30px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li a .hy_jigou {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 30px;
    min-height: 30px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_jiabin_list ul li:hover a .imgbox {
    box-shadow: 2px 2px 10px #8e8e8e;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu {
    width: 100%;
    padding: 30px 0px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .imgbox {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 0 -20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox {
    width: 590px;
    height: 120px;
    float: left;
    position: relative;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox h5 {
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .time {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .hy_bottom {
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .hy_bottom .num {
    float: left;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .hy_bottom .hy_zanBtn {
    float: right;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_huigu ul li .textbox .hy_bottom .hy_zanBtn.active {
    color: #fd882b;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList {
    width: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li {
    overflow: hidden;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid #ebebeb;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .imgbox {
    position: relative;
    width: 45px;
    height: 60px;
    float: left;
    margin-right: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .textbox {
    width: 580px;
    float: left;
    padding: 5px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .textbox h5 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .textbox p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .hy_zlbtn {
    float: right;
    width: 115px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .hy_zlbtn a {
    float: right;
    background: #088fff;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 8px 0px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li .hy_zlbtn a span {
    font-size: 16px;
  }
  body .huiyi_container .huiyi_shalongbox .l .shalong_infoText .hy_zlList ul li:last-child {
    border-bottom: none;
  }
  body .huiyi_container .huiyi_shalongbox .r {
    width: 310px;
    float: right;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList {
    width: 100%;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList h5 {
    font-size: 16px;
    color: 333;
    overflow: hidden;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList h5 .nums {
    font-size: 12px;
    color: #ff4614;
    float: right;
    margin-top: 4px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul {
    width: 100%;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li {
    width: 65px;
    float: left;
    margin-right: 16px;
    margin-bottom: 5px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li .imgbox {
    width: 100%;
    height: 65px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_peopleList ul li:nth-child(4n) {
    margin-right: 0px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_map {
    width: 100%;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_map h5 {
    font-size: 16px;
    color: 333;
    overflow: hidden;
    margin-bottom: 20px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_map h5 .nums {
    font-size: 12px;
    color: #ff4614;
    float: right;
    margin-top: 4px;
  }
  body .huiyi_container .huiyi_shalongbox .r .shalong_map #shalong_map {
    width: 100%;
    height: 310px;
  }
}
