.advisory-lunbo {
    height: 396px;
    position: relative;
}

.advisory-lunbo .swiper-container{
    width: 100%;
    height: 100%;
}

.advisory-lunbo .swiper-slide{
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 28px 86px 28px 80px;
}

.advisory-lunbo .swiper-slide .pic-wrap{
    width: 454px;
    height: 340px;
}

.advisory-lunbo .swiper-slide .pic-wrap img{
    width: 100%;
    height: 100%;
}

.advisory-lunbo .swiper-slide .lunbo-info{
    width: 538px;
    height: 340px;
    position: relative;
}

.advisory-lunbo .swiper-slide .lunbo-info .l_tt{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 64px;
    margin-bottom: 14px;
    #white-space:nowrap;
    height: 59px;
    overflow:hidden;
    #text-overflow:ellipsis;
}

.advisory-lunbo .swiper-slide .lunbo-info .l_bd{
    font-size: 14px;
    color: #666666;
    height: 168px;
    isplay: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.advisory-lunbo .swiper-slide .lunbo-info .l_time{
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
}

.advisory-lunbo .hot-icon{
    width: 124px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 4px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: url(../images/ad-hot.png) no-repeat center;
}

.advisory-lunbo .swiper-slide .lunbo-info .l_tt:hover,
.advisory-lunbo .swiper-slide .lunbo-info .l_bd:hover{
    color: #FF5800;
}


.advisory-lunbo .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.advisory-lunbo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.advisory-lunbo .swiper-pagination-bullet-active {
    background: #FF5800;
}

.advisory-lunbo .swiper-pagination {
    text-align: right;
    padding-right: 88px;
    box-sizing: border-box;
}

.advisory-lunbo .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 18px;
}


.advisory-lunbo .unslider-arrow {
    width: 40px;
    height: 68px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    top: 50%;
    margin-top: -34px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    z-index: 200;
    cursor: pointer;
}


.advisory-lunbo .button-prev {
    left: 0;
    background: #000 url(../images/left-dark.png) no-repeat center;
}

.advisory-lunbo .button-prev:hover {
    opacity: 0.6;
    background: #000 url(../images/left-light.png) no-repeat center;
}


.advisory-lunbo .button-next {
    right: 0;
    background: #000 url(../images/right-dark.png) no-repeat center;
}

.advisory-lunbo .button-next:hover {
    opacity: 0.6;
    background: #000 url(../images/right-light.png) no-repeat center;
}

.exhibition-info .a_item {
    height: 182px;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 18px;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.exhibition-info .a_item .pic-wrap {
    width: 194px;
    height: 146px;
}

.exhibition-info .a_item .pic-wrap img{
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
}

.exhibition-info .a_item .info{
    width: 616px;
    margin-left: 38px;
}

.exhibition-info .a_item .a_title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    height: 28px;
    text-overflow: ellipsis;
    overflow : hidden;
    white-space:nowrap;
    margin-bottom: 12px;
}

.exhibition-info .a_item .a_text {
    font-size: 13px;
    color: #333333;
    isplay: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
    line-height: 22px;
}

.exhibition-info .a_item .a_title:hover,.exhibition-info .a_item .a_text:hover {
    color: #FF5800;
}

.exhibition-info .a_item .info .time{
    color: #b7b7b7;
    font-size: 14px;
    margin-right: 26px;
}

.exhibition-info .a_item .advisory-btn {
    width: 78px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    display: inline-block;
    color: #666666;
    margin-right: 8px;
}

.exhibition-info .a_item .advisory-btn:hover {
    color: #FF5800;
    border: 1px solid #FF5800;
}


/*搜索结果页*/
.advisory-list .c-exhibition-list .item-box {
    padding-top: 40px;
    height: auto;
    padding-bottom: 40px;
}

.advisory-list .c-exhibition-list .item-box .info-cont {
    width: 616px;
}


.advisory-list .c-exhibition-list .item-box .pic-wrap {
    height: 106px;
}


.advisory-list .c-exhibition-list .item-box .info-hd {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 56px;
    isplay: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}


/*咨询中心详情页*/
.advisory-detail {
    background-color: #fff;
}

.advisory-detail .t_box{
    width: 100%;
    line-height: 46px;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 26px;
    font-size: 12px;
}

.advisory-detail .t_box .name {
    font-weight: bold;
}

.advisory-detail .t_box a:hover{
    color: #ff5800;
}

.c-exhibition-wrap .cont-box {
    padding: 40px 120px 160px;
    font-size: 16px;
    color: #333333;
}

.c-exhibition-wrap .cont-box .info-hd{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.c-exhibition-wrap .cont-box .info-time{
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}


.c-exhibition-wrap .cont-box .info-bd{
    line-height: 40px;
}
.c-exhibition-wrap .cont-box .info-bd img{ max-width:100%}

.about-wrap .side-bar {
    width: 210px;
    float: left;
    background-color: #FFFFFF;
    text-align: center;
}

.about-wrap .side-bar li{
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.about-wrap .side-bar li.active{
    color: #ad5e00;
    background-color: #FFD066;
}

.about-wrap .side-cont{
    width: 950px;
    float: right;
}

.about-wrap .side-cont .ad-wrap{
    width: 950px;
    height: 100px;
}

.about-wrap .side-cont .ad-wrap img{
    width: 100%;
    height: 100%;
}

.about-wrap .side-cont .cont-box {
    width: 100%;
    padding: 50px 48px 80px;
    background-color: #fff;
    margin-top: 16px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
}

.about-wrap .side-cont .cont-box .title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-left: 46px;
    background: url(../images/home-icon2.png) no-repeat left 6px;
}

.about-wrap .side-cont .cont-box .title span{
    font-weight: normal;
    font-size: 14px;
}

.about-wrap .side-cont .cont-box .tel-bd{
    padding-left: 46px;
    line-height: 32px;
    padding-top: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}

.about-wrap .side-cont .cont-box .tel-bd .introduction{
    font-size: 16px;
    color: #333333;
}


.about-wrap .side-cont .cont-box .tel-bd2{
    padding-left: 46px;
    padding-top: 30px;
    line-height: 26px;
}

.about-wrap .side-cont .cont-box .tel-bd2 p{
    margin-bottom: 20px;
}

.about-wrap .side-cont .cont-box .tel-bd2 p span{
    color: #333333;
    font-weight: bold;
}
