.place {
    height: 40px;
    line-height: 40px;
}

.place p em {
    color: #949494;
}

.place p em a {
    color: #949494;
}

/*广告位*/
/* 一张图 */
.banner-one{
    width: 100%;
}
.banner-one img{
    margin-bottom: 2px;
}
/* 两张图 */
.banner-two{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-two a{
    display: block;
    width: 599px;
    height: 70px;
    overflow: hidden;
}
.banner-two a{
    float: left;
    width: 599px;
    margin-bottom: 2px;
    margin-right: 2px;
}
.two2{
    margin-right: 0 !important;
}
/* 四张图 */
.banner-four{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-four a{
    display: block;
    float: left;
    width: 298px;
    height: 70px;
    overflow: hidden;
    margin-right: 3px;
    margin-bottom: 2px;
}
.four2{margin-right: 2px !important;}
.four4{margin-right: 0 !important;}

/* 左边内容 */
.wrap-left{
    width: 890px;
}
/* 企业动态 */
.sec-list{
    background-color: #f7f7f7;
}
.sec-list h3{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.sec-list h3::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #ff2121;
    top: 17px;
    left: 15px;
}
.sec-list h3 strong{
    font-size: 18px;
    color: #ff2121;
    font-weight: bold;
    margin-left: 25px;
}
.sec-list h3 strong em{
    color: #333;
}
.sec12 h3{
    background-color: #fff;
    margin-bottom: 0 !important;
}
.sec12 ul li{
    height: 150px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
.list-img{
    display: block;
    width: 190px;
    height: 120px;
    float: left;
}
.list-box{
    float: right;
    width: 640px;
    height: 120px;
}
.list-box h4{
    height: 30px;
    line-height: 30px;
}
.list-box h4 a{
    display: block;
    width: 490px;
    height: 30px;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow : hidden;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box h4 span{
    float: right;
    color: #999;
}
.list-box h4 i{
    font-size: 14px;
    margin-right: 6px;
}
.list-box p{
    height: 50px;
    line-height: 25px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}
.list-box div{
    height: 20px;
    line-height: 20px;
}
.list-box div i{
    font-size: 12px;
    color: #999;
}
.list-box div span{
    color: #999;
    font-size: 12px;
    margin-right: 20px;
}
.page{
    width: 100%;
    height: 60px;
    padding: 15px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
}
.page a{
    display: inline-block;
    /*width: 30px;*/
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #666;
    margin-right: 8px;
}
.page-active{
    border: 1px solid #ff3d34 !important;
    background-color: #ff3d34;
    color: #fff !important;
}
.prev,.next{
    width: 58px !important;
}
.page span{
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 35px;
    color: #666;
}
/* 留言 */
.liuyan{
    width: 890px;
    height: 515px;
    margin-top: 15px;
    background-color: #fff;
}
.liuyan-title{
    height: 54px;
    background-image: url(../images/icon/liuyan-title.png);
}
.liuyan-cont{
    width: 890px;
    height: 461px;
    border: 1px solid #dcdcdc;
    border-top: 0px;
    padding: 35px 25px;
    position: relative;
}
.liuyan-wenben{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-bottom: 15px;
}
.liuyan-txt{
    float: left;
    width: 265px;
}
.liuyan-txt label{
    display: block;
    float: left;
    width: 45px;
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
}
.liuyan-txt label em{
    color: #e4251d;
    float: left;
    margin-top: 1px;
}
.liuyan-txt input{
    float: left;
    width: 210px;
    height: 45px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
    color: #999;
    outline: none;
    box-sizing: border-box;
}
.liuyan-txt input::placeholder{color: #999;}
.liuyan-xb{
    float: left;
}
.liuyan-xb input{
    margin-left: 15px;
}
.liuyan-qy{
    float: left;
    margin-left: 55px;
    line-height: 45px;
}
.liuyan-qy select{
    width: 90px;
    height: 45px;
    border: 1px solid #dcdcdc;
    margin-left: 15px;
    outline: none;
    color: #999;
}

.liuyan-area{
    width: 410px;
    height: 115px;
    margin-bottom: 10px;
}
.liuyan-textarea{
    width: 410px;
    height: 115px;
}
.liuyan-textarea label{
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
}
.liuyan-textarea textarea{
    float: left;
    width: 350px;
    height: 115px;
    line-height: 25px;
    color: #999;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-family: "微软雅黑";
    outline: none;
    box-sizing: border-box;
}
.liuyan-textarea textarea::placeholder{color: #999;}
.liuyan-tj{
    height: 20px;
    line-height: 20px;
    margin: 0 0 20px 55px;
    font-size: 16px;
}
.liuyan-tj input{
    float: left;
    margin: 3px 5px 0 0;
}
.liuyan-tj a{
    color: #c90915;
}
.liuyan-btn{
    height: 50px;
    line-height: 50px;
    margin-left: 55px;
}
.liuyan-btn a{
    display: block;
    float: left;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e70506;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
}
.liuyan-btn span{
    float: left;
    color: #666;
    font-size: 16px;
    margin-left: 40px;
}
.liuyan-btn span em{
    color: #e4251d;
}
.liuyan-shortcut{
    position: absolute;
    right: 20px;
    bottom: 130px;
    width: 404px;
    height: 309px;
    padding: 20px 0 0 40px;
    background-image: url(../images/icon/liuyan-bg.png);
}
.liuyan-shortcut p{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #c90915;
    font-weight: bold;
    margin-bottom: 15px;
}
.liuyan-shortcut ul{width: 330px;}
.liuyan-shortcut ul li{
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    color: #999;
    border-top: 1px dotted #c6c6c6;
}
.liuyan-shortcut ul li:first-child{border: 0;}
.liuyan-shortcut ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999;
    top: 18px;
    left: 0;
}
/* 负责声明 */
.statement{
    width: 890px;
    height: 90px;
    margin-top: 15px;
    border: 1px solid #e4e4cb;
    padding: 20px 15px;
    background-color: #ffffe5;
}
.statement p{
    height: 25px;
    line-height: 25px;
    color: #666;
}
.statement p span{
    font-weight: bold;
}
/* 新闻资讯 */
.sec2{
    margin-top: 15px;
    background: #fff;
    padding: 15px;
}
.sec2 div ul{
   /* width: 410px;*/
    float: left;
}
.sec2 div ul:first-child{
    margin-right: 40px;
}
.sec2 div ul li{
    height: 32px;
    line-height: 32px;
    position: relative;
}
.sec2 div ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 14px;
    left: 0;
    background-color: #e4251d;
    border-radius: 50%;
}
.sec2 div ul li a{
    float: left;
    display: block;
    width: 270px;
    margin-left: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec2 div ul li span{
    float: right;
    color: #999;
}
.sec2-h3{
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 10px;
}
.sec2-h3::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #ff2121;
    top: 12px;
    left: 0;
}
.sec2-h3 strong{
    font-size: 18px;
    color: #ff2121;
    font-weight: bold;
    margin-left: 10px;
}
.sec2-h3 strong em{
    color: #333;
}










/* 右边内容 */
.wrap-right{
    width: 290px;
}
aside{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}
aside .aside_t{
    height: 30px;
    line-height: 30px;
    color: #242424;
    font-size: 18px;
    position: relative;
    text-indent: 15px;
}
aside .aside_t a{
    float: right;
    font-size: 14px;
    color: #999;
}
aside .aside_t::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 18px;
    background: #e4251d;
    top: 6px;
    left: 0;
}
/* 推荐品牌资讯 */
.aside3 ul{
    margin-top: 5px;
}
.aside3 ul li{
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aside3 ul li::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e4251d;
    border-radius: 50%;
    top: 15px;
    left: 0;
}
.aside3 ul li a{color: #666;}
/* 广告 */
.aside-ad{
    height: 215px;
    overflow: hidden;
}
.aside-ad a{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 品牌排行榜 */
.aside2 ul{margin-top: 5px;}
.aside2 ul li{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
}
.aside2 ul li:last-child{border: 0;}
.aside2 ul li em{
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    background: #adadad;
    font-size: 12px;
    text-align: center;;
    margin-top: 11px;
    border-radius: 2px;
}
.aside2_red em{background: #ff5664 !important;}
.aside2 ul li a{
    display: block;
    width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-left: 8px;
}
.aside2 ul li span{
    float: right;
    font-size: 12px;
    color: #e4251d;
    float: right;
}
/* 加盟好项目  旧版 不带logo */
.aside4 .aside4-img{
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 115px;
    position: relative;
    overflow: hidden;
}
.aside4 .aside4-img span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .4);
}
.aside4 ul{
    margin-top: 5px;
}
.aside4 ul li{
    height: 28px;
    line-height: 28px;
}
.aside4 ul li em{
    display: block;
    float: left;
    margin-right: 10px;
    width: 7px;
    height: 28px;
    background: url(../images/icon/news-jt.png) no-repeat center center;
}
.aside4 ul li a{
    display: block;
    float: left;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 加盟好项目 新版带logo */ 
.move_r{
    width: 290px;
    height: 540px; 
    padding: 0 15px;
    background: #fff;
    padding-top: 15px;
}  
.move_r ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.move_r ul li:last-child{
    border: 0;
}
.move_r ul li h4{
    height: 20px;
    line-height: 20px;
}
.move_r ul li h4 span {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.move_red{
    background: #e51717;
}
.move_grey{
    background: #c2c2c2;
}
.move_r ul li h4 a {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    } 
.move_r ul li .move_box{
    display: none;position: relative;
}
.move_r ul li:first-child h4{
    display: none;
}
.move_r ul li:first-child div{
    display: block;
} 
.move_box{
    height: 100px;position: relative;
}
.move_box em{
    display: block;
    float: left;
    width: 118px;
    height: 100px;
    border: 2px solid #e51717;
    padding: 5px;
    position: relative;
}
.move_box em img{
    width: 100%;height: 100%;
} 
.move_box dl{
    float: left;
    margin-left: 10px;
}
.move_box dl dt{
    line-height: 25px;
	width:132px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.move_box dl dt a{
    font-size: 15px;font-weight: 600;color: #e51717;
}
.move_box dl dd{
    color: #666;line-height: 25px;
}
.move_box dl dd a{
    color: #666;
} 

/* 加盟热搜 */
.aside6 p{
    margin-top: 5px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}
.aside6 p a{
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 8px;
    margin: 10px 8px 0 0;
    border: 1px solid #dcdcdc;
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aside6-active{
    border: 1px solid #ff2424 !important;
    color: #ff2424 !important;
}




/* 文章内容 */
.essay{
    padding: 30px;
    background-color: #fff;
}
.essay-title{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.essay-time{
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}
.essay-time span{
    color: #959595;
    margin-right: 20px;
}
.jieshao{
    height: 130px;
    margin-top: 10px;
    border: 1px dotted #f1eddf;
    background-color: #fdfdfd;
    padding: 20px 15px;
}
.jieshao-logo{
    width: 125px;
    height: 90px;
    float: left;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jieshao-cont{
    width: 330px;
    height: 90px;
    float: left;
    margin-left: 20px;
}
.jieshao-cont h4{
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}
.jieshao-cont p{
    height: 25px;
    line-height: 25px;
    color: #999;
}
.jieshao-cont p span{
    color: #e1251a;
}
.jieshao-btn{
    float: right;
    padding-top: 23px;
}
.jieshao-btn a{
    display: inline-block;
    width: 130px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #ff4c4c;
    background-color: #ff4c4c;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
}
.jieshao-btn a:first-child{
    color: #ff4c4c !important;
    margin-right: 25px;
    background-color: #fff !important;
}
.essay-box{
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 25px;
    color: #666;
}
.essay-box p{
    line-height: 25px;
    margin-bottom: 20px;
    color: #666;
    text-indent: 28px;
}
.essay-box img{
    display: block;
    margin: 0 auto 20px;
    max-width: 90%;
}
.essay-box p strong { font-weight: bold; } 
/* 相关标签 */
.tag{
    height: 22px;
    line-height: 22px;
}
.tag span{
    color: #999;
    margin-right: 5px;
}
.tag em{
    display: inline-block;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    margin-right: 15px;
    border-radius: 12px;
    color: #999;
    cursor: pointer;
}
.article-page{
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
}
.article-page span{
    float: left;
    color: #666;
}
.article-page a{
    color: #666;
}
.article-page-p1{
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-page-p2{
    float: right;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 为您推荐相关品牌 */
.sec3{
    margin-top: 15px;
    padding: 10px 0;
    background-color: #fff;
}
.sec3:after{
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content:".";
    clear: both;
}
.sec3-h3{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.sec3-h3::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #ff2121;
    top: 12px;
    left: 15px;
}
.sec3-h3 strong{
    font-size: 18px;
    color: #ff2121;
    font-weight: bold;
    margin-left: 25px;
}
.sec3 ul{
    margin-top: 15px;
}
.sec3 ul li{
    width: 160px;
    height: 180px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
    float: left;
    margin-left: 15px;
}
.sec3-img{
    display: block;
    height: 120px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.sec3-img img{
   width: 98%;
   height: 98%;
}
.sec3 ul li p{
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ff3d34;
}
.sec3 ul li p a{
    color: #666666;
}





/* 展会 */
.sort{
    height: 165px;
    background-color: #fff;
    padding: 15px;
}
.sort-box{
    border: 1px solid #e5e5e5;
}
.sort-box dl{
    padding-top: 10px;
}
.sort-box dl:first-child{
    border-bottom: 1px solid #e5e5e5;
}
.sort-box dl:first-child + dl{
    height: 40px;
}
.sort-box dl dt{
    float: left;
    width: 75px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    color: #666;
    font-size: 12px;
    text-align: right;
}
.sort-box dl dd{
    width: 775px;
    float: left;
}
.sort-box dl dd a{
    float: left;
    display: block;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin: 0 10px 5px 0;
}
.sort-active{
    color: #fff !important;
    background-color: #e1251a;
    border-radius: 2px;
}
/* 查询 */
.query{
    margin-top: 15px;
    background-color: #fff;
}
.query-title{
    height: 40px;
    background-color: #ededed;
    padding: 7px 0;
    line-height: 25px;
}
.inp{
    width: 440px;
    float: left;
    margin-left: 20px;
}
.inp span{
    float: left;
    margin-right: 3px;
    color: #666;
}
.inp p{
    width: 100px;
    height: 25px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.inp p input{
    width: 100%;
    height: 25px;
    border: 1px solid #d2d2d2;
    outline: none;
    box-sizing: border-box;
    padding: 0 3px;
    color: #999;
}
.inp p em{
    position: absolute;
    top: 5px;
    right: 9px;
    width: 19px;
    height: 16px;
    cursor: pointer;
    background-image: url(../images/icon/rili.png);
}
.inp-btn{
    display: block;
    float: left;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #d2d2d2;
    background: #fff;
}
.title-right{
    float: right;
    margin-right: 15px;
    font-size: 12px;
    color: #666;
}
.title-right p{
    float: left;
}
.title-right em{
    color: #e1251a;
}
.title-right span{
    display: block;
    float: right;
    width: 120px;
    height: 25px;
    text-align: center;
    margin-left: 10px;
    background: url(../images/icon/title-bg.png) no-repeat center center;
}
.query ul li{
    height: 310px;
    padding: 25px;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
}
.query ul li:hover{
    background: #fafafa;
}
.query ul li h4{
    color: #e1251a;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}
.query ul li h4 a{color: #e1251a;}
.query ul li p{
    height: 25px;
    line-height: 25px;
    color: #666;
}
.query ul li p em{color: #333 !important;}
.query ul li p span{color: #999;float: left;}
.query ul li p i{
    float: left;
}
.query ul li p strong{
    float: left;
    display: block;
    width: 46px;
    height: 25px;
    margin-left: 12px;
}
.class1{
    background: url(../images/icon/class1.png) no-repeat center center;
}
.class2{
    background: url(../images/icon/class2.png) no-repeat center center;
}
.query ul li dl{
    height: 125px;
    margin-top: 20px;
}
.query ul li dl dt{
    float: left;
    width: 195px;
    height: 125px;
    margin-right: 35px;
}
.query ul li dl dt a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.query ul li dl dd{
    float: left;
    width: 600px;
    height: 125px;
    line-height: 30px;
    padding: 2px 0;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.query ul li dl dd a{
    color: #e1251a;
}

.page{
    width: 100%;
    height: 90px;
    padding: 30px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
}
.page a{
    display: inline-block;
    /*width: 60px;*/
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #666;
    margin-right: 8px;
}
.page-active{
    border: 1px solid #ff3d34 !important;
    background-color: #ff3d34;
    color: #fff !important;
}
.prev,.next{
    width: 70px !important;
}
.page span{
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 35px;
    color: #666;
}
/* 近期展会 */
.recent{
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
}
.recent h4{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    position: relative;
    padding-left: 10px;
}
.recent h4::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 18px;
    background-color: #e4251d;
    top: 11px;
    left: 0;
}
.recent ul{
    padding-left: 20px;
}
.recent ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #b3b3b3;
    position: relative;
}
.recent ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 8px;
    top: 16px;
    left: -15px;
    background-image: url(../images/icon/bg-jt.png);
}
.recent ul li:last-child{border: 0;}
.recent ul li a{
     display: block;
     float: left;
     width: 550px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     margin-right: 10px;
     color: #666;
}
.recent ul li a em{
    color: #e4251d;
}
.recent ul li span{
    float: left;
    color: #999;
}
.recent ul li i{
    float: right;
    color: #999;
}
/* 友情链接 */
.blogroll{
    margin-top: 15px;
}
.blogroll h4{
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 16px;
}
.blogroll p a{
    display: block;
    float: left;
    width: 110px;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
     white-space: nowrap;
}


/* 展会详情 */
.details{
    background-color: #fff;
    padding: 10px 30px;
}
.details h3{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.details-top{
    width: 100%;
    height: 200px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-top: 20px;
}
.details-top p{
    height: 40px;
    line-height: 40px;
    color: #999;
    padding: 0 5px;
}
.details-top p:nth-child(2n){
    background-color: #f9f9f9;
}
/* ======2021.09.13改======== */
.details-top p span{
    display: block;
    width: 340px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.details-top p span:first-child{margin-right: 90px;}
.details-top p span em{
    color: #666;
}
.details-cont{
    margin-top: 20px;
}
.details-cont h4{
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.details-cont h4 span{
    display: block;
    width: 75px;
    height: 45px;
    font-size: 18px;
    border-top: 3px solid #ff0000;
    color: #ff0000;
    margin-top: -2px;
}
.cont-box{
    margin-bottom: 30px;
}
.cont-box span{
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.cont-box p{
    color: #666;
    line-height: 25px;
}
.cont-box .p1{
    margin-bottom: 20px;
}

/* 新增样式 */
.details-cont p { 
    text-indent: 28px;
    line-height: 25px;
    color: #666;
    margin-bottom: 10px; 
}
.details-cont p img {
    margin: 10px 0;
}.list_page{text-align:center;margin:10px;display:block; padding-bottom:30px; padding-top:30px;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
