body {
    background: #f5f6f7;
}

.nav {
    background: #fff;
}

.nav li {
    margin-right: 20px;
}

.topBar {
    /* background: #fff; */
}




/* 品牌logo */
.brand_log {
    background: #fff;
}

.brand_log_out {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.brand_log_img {
    height: 110px;
}

.brand_log_img img {
    margin: 15px 0 0 0;
}
.logo_lable{

}

.brand_log_img img {
    /* width: 468px;
    height: 111px; */
}


.brand_log_out form {
    position: absolute;
    right: 80px;
    top: 40px;
}

.brand_log_out form input {
    width: 390px;
    height: 38px;
    padding: 5px;
    font-size: 16px;
    color: #666;
    /* border: none; */
    border: 1px solid #DDDDDD;
    border-right: none;
    /* border-left: none; */
    padding: 0 10px;
}

.brand_log_out form button {
    background: #008C46 !important;
    color: #EEEEEE !important;
    border: 1px solid #008C46 !important;
    font-size: 16px;
    border-radius: 0;
    float: right;
    /* font-weight: 600; */

}


/* 位置 */
.posit{
    width: 1200px;
    margin: 20px auto 0; 
    height: 30px;
    line-height: 30px;
}

.posit span,
.posit a,
.posit em{
    color: #888;
    font-size: 15px;
}
.posit a:hover{
    color: #dc3023
}




/* 右边的热门推荐 */
.news_side {
    width: 280px;
    position: absolute;
    right: 0;
    top: 0px;
}

.hot_show,
.jinqi_show,
.show_news,
.hot_news {
    width: 100%;
    /* border: 1px solid #ccc; */
    background: #fff;
    border-radius: 2px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/* 热门展会 */
.hot_show_tit {
    width: 90%;
    border-bottom: 1px solid #e6e6e6;
    /* border-radius: 2px; */
    margin: 0 auto;
}

.hot_show_tit span {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 19px;
    color: #008C46;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.hot_show_c {
    margin: 10px auto 0;
    width: 90%;
}

.hot_show_c ul {
    display: block;
}

.hot_show_c ul li {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6ee;

}

.hot_show_c ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.hot_show_img {
    float: left;
    margin-right: 10px;
    z-index: 99;
}

.hot_show_img a {


    display: block;
    cursor: pointer;

}

.hot_show_img a img {
    width: 80px;
    height: 80px;
    float: left;
}

.hot_show_img a img:hover {
    box-shadow: 0 0 3px #ccc;
}


.hot_show_cont {
    /* margin-left: 10px; */
    /* width: 160px; */
    /* display: inline-block; */
}

.hot_show_cont h3 a {
    display: block;
    max-height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;

}

.hot_show_cont h3 a:hover {
    color: #dc3023;
}


.hot_show_cont_p1,
.hot_show_cont_p2 {
    /* width: 100%; */
    margin-top: 2px;
    height: 20px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.hot_show_cont_p2 {
    color: #777;
}


/* 近期展会 */

.jinqi_show_c {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.jinqi_show_c li {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6ee;

}

.jinqi_show_c li:last-child {
    border-bottom: none;
}

.jinqi_show_c .hot_show_cont {
    width: 100%;
    margin-left: 0;
}

.jinqi_show_c .hot_show_cont h3 a {

    height: 25px;
    line-height: 25px
}

/* 展会新闻 */
.show_news {
    width: 100%;

}

.show_news_list {
    width: 90%;
    margin: 5px auto;
}


.show_news_list li {
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-break: break-all;
    line-height: 25px;
    height: 25px;
}

.show_news_list li a {
    width: 100%;
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    color: #444;
}

.show_news_list li a:hover {

    color: #dc3023;
}
.show_news_list li a:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    margin-right: 8px ;
    border-radius: 50%;
    vertical-align: 3px;
}



