/* hcplaform-v0.1 start */
body{
    background: #F6F7FA;
}
.hc-comp-group{
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    box-sizing: border-box;
}
.hc-comp-title{
height: 60px;
/* padding: 0 20px; */

border-bottom: 1px solid #f0f0f0;
}
.hc-comp-title .label{
font-weight: 600;
font-size: 22px;
color: #000000;
}
.hc-comp-title .read-more{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}
/*  */
.hc-comp-title .read-more:hover{
    color: #E60012;
}
.hc-comp-title .read-more .active,
.hc-comp-title .read-more:hover .normal{
    display: none;
}
.hc-comp-title .read-more:hover .active{
    display: block;
}
/*  */


/* report  */

.report {
    width: 100%;
    margin-top: 24px;
    background: #fff;
    font-size:0;
}
.report-item{
    height: 160px;
    box-sizing: border-box;
    padding: 14px;
    background: #FBFBFB;
       border-radius: 6px;
    overflow: hidden;
}
.report-item img{
    width: 112px;
    background: #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #F0F0F0;
}
.report-item .rp-info{
padding-left: 11px;
height: 100%;
}
.report-item .rp-name{
    font-weight: 500;
    font-size: 20px;
    color: #272727;
    height: 50px    
}
.report-item .rp-name:hover{
    color: #ff0000;

}
.report-item .rp-tag{
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    color: #999999;
}
.report-item .rp-author{
    font-weight: 400;
    font-size: 14px;
    color: #BBBBBB;
}
.swiper2-group{
    padding: 0 20px;
}
#swiper2 {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 24px;
    /* width: 805px; */
    /* height: 143px; */
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
#swiper2  .tempWrap {
    width: auto!important;
    overflow: hidden;
}
#swiper2 .swiper-slide {
    width: 20%;
    /* height: 143px; */
    padding-right: 18px;
    cursor: pointer;
}
#swiper2 .swiper2-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/left.png);
    background-size:100%;
    display: none;
}
#swiper2 .swiper2-next {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;
    background-image: url(../images/right.png);
    display: none;
}

/* report end */
.red_say_entry{
    font-size: 0;
}
/* 最近文章 start */

.last-artical{
}
/* .last-artical .msgList li:nth-child(6) .bd-b-s1{
    border: none;
} */
.msgBox .msgList .special {
    position: relative;
}

.msgBox .msgList .special .thumbnail {
    width: 55%;
    height: 250px;
    float: left;
    border-radius: 6px;
}

.msgBox .msgList .special img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-color: #000;
}

.msgBox .msgList .special .descBox {
    width: 40.9%;
}

.msgBox .msgList .special .descBox h3 {
    width: 100%;
    height: 55px;
    overflow: hidden;
    position: relative;
    margin-top: 6px;
    white-space: normal;
    word-break: break-all;
    color: #828a92;
    height: 100%;
    position: relative;
}

.msgBox .msgList .special .descBox h3 a {
    max-height: 2.8em;
    margin-bottom: .25rem;
    line-height: 1.4em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.msgBox .msgList .special .descBox h3:hover {
    color: #ff0000;
}

.msgBox .msgList .special .tag {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/* 最近文章 end */
/* 快讯 */

.hc_infomation{
    margin-bottom: 24px;
    background: linear-gradient( 180deg, #FFEFEF 0%, #FFFFFF 20%);
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
}
.fl-title{
    padding-top: 24px;
    padding-bottom: 18px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #272727;
}
.hc_infomation .hc_info_group{
    padding-left: 26px;
    padding-right: 33px;
    /*  */
   
}
.info_item_group{
position: relative;
background: #fbfbfb;
    
}
.info_item{
    padding-left: 16px;
    font-weight: 500;
    font-size: 17px;
    color: #333333;
    border-left: .8px dashed #999;
    position: relative;
}
.info_item_group:first-child .item_circle{
    padding: 5px 0;
    background-color: #fbfbfb;
    z-index: 9;
    top: 0;
}
.info_item_group:last-child .info_item{
    border: none;
}
.info_item_group .item_circle{
    display: block;
    position: absolute;
    content: "";
   z-index: 9;
    top: 5px;
    left: -6px;
}
.info_item:first-child .item_circle{
    padding-top: 3px;
}
.item_circle .dot{
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius:50%;
    border: 2px solid #E60012;
}
.info_item .t{
    font-weight: 500;
    font-size: 17px;
   color: #272727;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.info_item .t:hover{
    color: #E60012;
}
.info_item .time{
    font-weight: 400;
    font-size: 14px;
    padding-top: 6px;
    color: #999;
    padding-bottom: 22px;
}
.read-more-box{
    text-align: center;
    padding-bottom: 32px;
}
.hc_infomation .read-more{
    display: inline-block;

    width: 311px;
    height: 37px;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    color: #272727;
}
.hc_infomation .read-more:hover{
    border: 1px solid #ff0000;
    color: #ff0000;

}
/* 快讯 end */
/* 专题 */

.hc_subject{
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 0;
}
.hc_subject-title{
      padding-top: 24px;
        padding-bottom: 18px;
        padding-left: 20px;
        font-weight: 600;
        font-size: 22px;
        color: #272727;
}

.hc_subject-list{
    padding: 0 20px;
}
.hc_subject a{
    display: block;
    width: 100%;
}
.hc_subject .bg_img{
    width: 100%;
    border-radius:  6px ;
    margin-bottom: 19px;
    overflow: hidden;
}

/* 专题 end*/
/*  商务合作 */
.cooperate,.apply{
    font-size: 0;
    margin-bottom: 24px;
    
}
.cooperate a,
.apply a{
     display: block;
    width: 100%;
}
.cooperate img,
.apply img{
    width: 100%;

}
/* 专栏 */
/* 餐饮好项目 start*/

.pinzhao-swiper {
    overflow: hidden;
    padding-top: 17px;
    padding-bottom: 26px;
    position: relative;
}
.pinzhao-swiper .swiper-slide{
    width: 462px;
}
.pinzhao-swiper .swiper-slide .item{
    padding: 14px;
        box-sizing: border-box;
        border-radius: 6px 6px 6px 6px;
    background: #FBFBFB;
}
.pinzhao-swiper .swiper-slide .item .logo{
   width: 224px;
height: 126px;
background: #EEEEEE;
border-radius: 6px 6px 6px 6px;
border: 1px solid #F0F0F0
}
.pinzhao-swiper .swiper-slide .item .info{
    padding-left: 10px;
}
.pinzhao-swiper .swiper-slide .item .name{
    font-weight:600;
    font-size: 20px;
    color: #272727;
    padding-bottom: 10px;
}
.pinzhao-swiper .swiper-slide .item .num-group{
padding-bottom: 16px;
color: #272727;
}
.pinzhao-swiper .swiper-slide .item .num{
font-size: 17px;
    color: #272727;
}
.pinzhao-swiper .swiper-slide .item .num-text{
font-size: 17px;
    color: #999999;
}
.pinzhao-swiper .swiper-slide .item .price{
font-size: 17px;
font-weight: 600;
    color: #E60012;
}
.pinzhao-swiper .swiper-slide .item .price-text{
font-size: 17px;
    color: #999999;
}
.pinzhao-swiper .swiper-slide .item{
    width: 462px;
}
/* 轮播指示器 */
.navigation-btn{
    position: absolute;
    z-index: 8;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.pinzhao-swiper:hover .navigation-btn{
    display: block;
}
.navigation-btn-pre{
    left: 0;
}
.navigation-btn-next {
    right: 0;
}
.navigation-btn img {
    vertical-align: middle;
    width: 50px;
}
/* 餐饮好项目 end*/
/* 红咖说 start */
.hc_say{
    padding: 0 20px;
    margin-bottom: 20px;
}
.hc_say .bg_img{
    width: 100%;
    height: 198px;
    /* background-position: 0 -28px; */
    background-size: cover;
    border-radius:  6px 6px 0px 0px;
    
}
.red_say_p_group{
 background: #F6F7FA;
    border-radius:  0 0 6px 6px;
    padding: 10px 8px;
}
.hc_say p{
    font-size: 17px;
    color: #272727;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
   
    
}
.hc_say p:hover{
    color: #ff0000;
}

.hc_say > li {
    margin-bottom: 20px;
}
/* 红咖说 end */

/* v2.2.3 end */
.swiper:after,
.swiper1:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}

.swiper {
    padding-bottom: 24px;
}

.swiper-container {
    border-radius: 6px;
    
}

.swiper-slide {
    position: relative;
    height: 100%;
}

.swiper1 {
    width: 100%;
    height: 350px;
    display: inline-block;
    position: relative;
}

.swiper1 .swiper-wrapper,
.swiper1 .tempWrap {
    height: 100%;
}
.swiper1 .swiper-slide{
    width: 821px;
    /* height: 350px; */
    display: inline-block;
}
.swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
/*ljt*/
#swiper1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#swiper1 .pagination {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 10;
    text-align: right;
}

.pagination a {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.8;
    width: 20px;
    height: 4px;
     transform: skew(-30deg);

    background: rgba(255,255,255,0.8);
    cursor: pointer;
}

.pagination .active {
    background: #ff0000;
}

.swiper1 .swiper1-prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -22px;
    background: url(../images/left.png) no-repeat;
    background-size:100%;
    cursor: pointer;
    display: none;
    z-index: 99;

}

.swiper1 .swiper1-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -22px;
    background: url(../images/right.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: none;
    z-index: 99;
}

.swiper1 .swiper-slide p {
    width: 100%;
    height: 100px;
    /* line-height: 79px; */
    display: block;
    position: absolute;
    bottom: 0px;
    background: linear-gradient( rgba(0,0,0,0) 0%, rgba(0,0,0,.66) 100%);

    background-size: contain;
    z-index: 8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.swiper1 .swiper-slide p span {
    width: 30em;
    height: 80px;
    padding-top: 50px;
    box-sizing: border-box;
    /* line-height: 98px; */
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-left: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.hint{
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;

}






.eventBox {
    border-top: 3px solid #ff0000;
    margin-top: 20px;
    background: #fbfbfb;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.e-title {
    position: relative;
    border-bottom: 1px dashed #e6e6e6;
}

.e-title span {
    width: 100%;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    font-weight: 700;
    
}

.e-title .cut {
    height: 28px;
    display: inline-block;
    border-right: 1px dashed #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14px;
}

#eve_report {
    /* display: none; */
}
#can_report {
    /* display: none; */
}

.eventBox .e-title .titleOn {
    /* font-weight: 700;
    color: #ff0000; */
}
.eventBox .e-title .hdbd_title{
font-size: 18px;
font-family: PingFang SC;
font-weight: bold;
color: #010101;

}
.suction{
    width: 805px;
    height: 250px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding:0!important;
    border-radius: 6px;
    cursor: pointer;
}
.suction .topBox{
    width: 100%;
    height: 100%;
}
.suction .suctionHint{
    width: 100%;
    height:100%;;
    display: block;
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.suction .hintText{
    position: absolute;
    left: 20px;
    bottom: 17px;
}
.suction .hintText .htitle{
    width: 34em;
    font-size: 22px;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.suction .hintText .hsummary{
    width: 25em;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 6px;
}
.eventList li {
    height: 95px;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.eventList li:hover {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.eventList li .event {
    width: 18em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

.eventList li .event:hover {
    color: #ff0000;
}

.eventList .time,
.eventList .place {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.eState {
    height: 23px;
    line-height: 23px;
    padding: 0 16px;
    font-size: 13px;
    border-radius: 11px;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ff0000!important;
}

.finish:hover {
    color: #bbb;
}

.signUp {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.finish {
    color: #bbb!important;
    border: 1px solid #e6e6e6;
}

.eventList .hotIn .event {
    background: url(../images/hot.png) no-repeat 100% center;
    padding-right: 18px;
}

.eventLoad {
    padding: 10px 0 40px;
    text-align: center;
}


/* 合作媒体 */
.under-bg{
    margin-top: 40px;
    background: #fff;
}
.under.content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.under {
    height: 280px;
    display: block;
    position: relative;
    margin-top: 60px;
}

.under .title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    color: #000;
    border-bottom: none;
    font-weight: 500;
font-size: 22px;
color: #272727;
}

#swiper3 {
    width: 90%;
    height: 200px;
    overflow: hidden;
    border-radius: 0;
    margin: 0px auto 0;
}

#swiper3 .tempWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#swiper3 .tempWrap ul {
    width: 2500px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

#swiper3 .tempWrap ul li {
    float: left;
    width: 1221px;
}

#swiper3 .tempWrap ul li a {
    width: 134px;
    height: 60px;
    display: block;
    margin: 0 10px 20px 10px;
    position: relative;
    cursor: pointer;
    float: left;
    border-radius: 2px;
}

#swiper3 .tempWrap ul li a img {
    width: 134px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 2px;
}

#swiper3 .swiper-button-next {
    width: 10px;
    height: 22px;
    position: absolute;
    background: url(../images/icon.png) no-repeat!important;
    top: 47%;
    right: 1%;
    cursor: pointer;
    display: none;
    opacity: 0.4;
}

#swiper3 .swiper-button-prev {
    width: 10px;
    height: 22px;
    position: absolute;
    background: url(../images/icon.png) no-repeat -46px 0!important;
    top: 48%;
    left: 1%;
    cursor: pointer;
    display: none;
    opacity: 0.4;
}

#swiper3 .hd ul {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 0px;
    z-index: 10;
    text-align: center;
}

#swiper3 .hd ul a {
     display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 4px;
    background: rgba(39,39,39,0.2);
    cursor: pointer;
    transform: skew(-30deg)
}


#swiper3 .hd .active {
    background: #ff0000;
}

#swiper3 .clearfix img {
    position: absolute;
}

#swiper3 .co-media0 {
    z-index: 1;
    transition: .25s;
}

#swiper3 .co-media1 {
    z-index: 0;
    transition: .25s;
}

#swiper3 .clearfix a:hover>.co-media0 {
    z-index: 0;
    transition: .25s;
}

.eventList li:last-of-type {
    border-bottom: none;
}





.swiper1 .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 6px;
}

.eventBox .covList{
    height: 624px;
}

