/* console.log('home.css') */

/*------ content 1 轮播图及热门资讯 ------*/
.h-content1{

}
.h-content1 .left_div{
    width: 660px;
    height: auto;
}
.h-content1 .left_div .focusBox{
    width: 100%;
    height: 370px;
    overflow: hidden;
    position: relative;
}
.focusBox .pic{
    width: 100%;
    height: 100%;
}
.focusBox .pic .lunbo_li{
    width: 100%;
    height: 100%;
}
.focusBox .pic .lunbo_li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.focusBox .pic .lunbo_li a img{
    width: 100%;
    height: 100%;
}
.focusBox .pic .lunbo_li a .info{
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,.5);
    box-sizing: border-box;
    padding: 18px 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.focusBox .pic .lunbo_li a .info h4{
    font-size: 18px;
    font-weight: bold;
}
.focusBox .pic .lunbo_li a .info p{
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
}
.focusBox .hd{
    position: absolute;
    right: 32px;
    bottom: 78px;
}
.focusBox .hd ul li{
    float: left;
    width: 12px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 12px;
}
.focusBox .hd ul li:last-child{
    margin-right: 0;
}
.focusBox .hd ul li.on{
    width: 24px;
    background: #FB4544;
}

.h-content1 .left_div .tc{

}
.left_div .tc ul li{
    float: left;
    margin-top: 10px;
    width: 213px;
    height: 100px;
    box-sizing: border-box;
    margin-right: 10px;
    background: #fff url(../images/icons/icon_1.png) right 0px no-repeat;
}
.left_div .tc ul li:nth-child(3n){
    margin-right: 0;
}
.left_div .tc ul li a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px 0px;
    position: relative;
}
.left_div .tc ul li a img{
    height: auto;
}
.left_div .tc ul li a div.f-fl{
    font-size: 12px;
    color: #666666;
    margin-left: 10px;
    padding-top: 15px;
}
.left_div .tc ul li a div.f-fl p{
    margin-bottom: 10px;
}
.left_div .tc ul li a .p-item-name{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    height: 20px;
    line-height: 20px;
}
.left_div .tc ul li a:hover .p-item-name{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.h-content1 .right_div{
    width: 320px;
    height: 590px;
    box-sizing: border-box;
    background-color: #fff;
}
.h-content1 .right_div .hotnews{
    width: 100%;
    height: auto;
}
.right_div .hotnews .hotnews-tit{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 10px;
    color: #ffffff;
    background: url(../images/icons/icon_title_bg.png) left 0px no-repeat;
}
.right_div .hotnews .hotnews-list{
    width: 100%;
    height: auto;
}
.right_div .hotnews .hotnews-list li{
    padding: 0px 16px;
}
.right_div .hotnews .hotnews-list li a{
    display: block;
    border-top: 1px solid #F2F2F2;
    padding: 12px 0px;
}
.right_div .hotnews .hotnews-list li a p{
    float: left;
    width: 75%;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.right_div .hotnews .hotnews-list li a p i{
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #CCCCCC;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 15px;
}
.right_div .hotnews .hotnews-list li a .date{
    float: right;
    display: inline-block;
    width: 24%;
    font-size: 12px;
    color: #999999;
    line-height: 19px;
    vertical-align: middle;
}
.right_div .hotnews .hotnews-list li p.first-text{
    display: none;
}
.right_div .hotnews .hotnews-list li.first{
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #fafafa;
}
.right_div .hotnews .hotnews-list li.first a{
    padding: 12px 16px 0px 12px;
}
.right_div .hotnews .hotnews-list li.first a p{
    color: #FB4544;
}
.right_div .hotnews .hotnews-list li.first .first-text{
    display: inline-block;
    color: #999999;
    font-size: 12px;
    margin-top: 16px;
    padding: 0px 16px 12px;
    line-height: 22px;
}
.right_div .hotnews .hotnews-list li.first .first-text .more{
    display: inline-block;
    width: auto;
    float: right;
    font-size: 12px;
    color: #E65C5C;
    border: none;
    padding: 0;
}
.right_div .hotnews .hotnews-list li.first:nth-child(1) a p i{
    background-color: #FF6666;
}
.right_div .hotnews .hotnews-list li:nth-child(2) a p i{
    background-color: #FFBB33;
}
.right_div .hotnews .hotnews-list li:nth-child(3) a p i{
    background-color: #5FCC29;
}
.right_div .hotnews .hotnews-list li:hover a p{
    color: #E65C5C;
}
/*------ content 1 轮播图及热门资讯 end------*/


/*------ content 2 香烟品牌 end------*/
.h-content2{

}
.h-content2 .cigarette{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.cigarette .cigarette-title{
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #E6E6E6;
}
.cigarette .cigarette-title .cigarette-tit{
    width: 160px;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    text-indent: 10px;
    color: #ffffff;
    background: url(../images/icons/icon_title_bg.png) left 0px no-repeat;
}
.cigarette .cigarette-title .tab-hd{

}
.cigarette .cigarette-title .tab-hd ul li{
    font-size: 16px;
    float: left;
    margin-right: 31px;
    cursor: pointer;
}
.cigarette .cigarette-title .tab-hd ul li.on{
    color: #FF5555;
    font-weight: bold;
}
.cigarette .cigarette-title .tab-hd ul li:hover{
    color: #FF5555;
}

.cigarette .cigarette-list{
    width: 100%;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0px 15px;
}
.cigarette .cigarette-list .brands-content{
    min-height: 460px;
}
.cigarette .cigarette-list .brands-content .letterList{
    margin: 15px 0px;
}
.brands-content .letterList .letterList-item{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 0px;
    border-bottom: 1px dashed #E6E6E6;
}
.brands-content .letterList .letterList-item .indexLetter {
    width: 10%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    padding-top: 8px;
    text-align: center;
}
.brands-content .letterList .letterList-item .brandsList{
    width: 90%;
}
.brands-content .letterList .letterList-item .brandsList li{
    float: left;
    display: inline;
    padding: 0 10px;
    line-height: 16px;
    height: 16px;
    margin: 10px 0;
    border-right: 1px solid #CCC;
    white-space: nowrap;
}
.brands-content .letterList .letterList-item .brandsList li:last-child{
    border: none;
}
.brands-content .letterList .letterList-item .brandsList li a:hover{
    text-decoration: underline;
}
.brands-content .letterList .tr{
    font-size: 14px;
    padding-top: 15px;
}
.brands-content .letterList .tr:hover a{
    text-decoration: underline;
}
.cigarette .cigarette-list .hot-dzy ul{
    padding: 40px 48px 0px;
}
.cigarette .cigarette-list .hot-dzy ul li{
    float: left;
    width: 95px;
    text-align: center;
    margin: 0 60px 30px 0;
}
.cigarette .cigarette-list .hot-dzy ul li:nth-child(7n){
    margin: 0px 0px 30px 0;
}
.cigarette .cigarette-list .hot-dzy ul li em {
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    font-style: normal;
}
.cigarette .cigarette-list .hot-dzy ul li:hover em{
    text-decoration: underline;
}
/*------ content 2 香烟品牌 end------*/


/*------ content 3 TOP榜 end------*/
.h-content3{

}
.h-content3 .topbang{
    width: 100%;
    height: auto;
}
.h-content3 .topbang .topitem{
    float: left;
    width: 386px;
    height: auto;
    background-color: #fff;
    margin-left: 20px;
}
.h-content3 .topbang .topitem:first-child{
    margin-left: 0;
}
.topbang .topitem .topitem_tit{
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #E6E6E6;
    background: url(../images/icons/icon_title_bg.png) left 0px no-repeat;
    line-height: 42px;
}
.topbang .topitem .topitem_tit .topitem_tit_l{
    font-size: 18px;
    font-weight: bold;
    text-indent: 10px;
    color: #ffffff;
}
.topbang .topitem .topitem_tit .topitem_tit_r{
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}
.topbang .topitem .topitem_tit .topitem_tit_r i{
    display: inline-block;
    width: 32px;
    height: 12px;
    background: url(../images/icons/icon_top.png) 0px 0px no-repeat;
    margin-right: 6px;
    vertical-align: -1px;
}
.topbang .topitem ul{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.topbang .topitem ul li{
    width: 100%;
    position: relative;
}
.topbang .topitem ul li span.title {
    display: block;
    color: #666666;
    overflow: hidden;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0px 20px;
}
.topbang .topitem ul li dl{
    width: 100%;
    height: auto;
    background-color: #FAFAFA;
    display: none;
}
.topbang .topitem ul li dl dt {
    width: 136px;
    height: 100px;
    float: left;
}
.topbang .topitem ul li dl dt img {
    width: 136px;
    height: 100px;
    object-fit: cover;
}
.topbang .topitem ul li dl dd {
    width: 130px;
    height: auto;
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-left: 20px;
    padding: 10px 0px;
}
.topbang .topitem ul li dl dd font {
    color: #FB4544;
}
#sideMen1 .on .title{
    background-color: #FB4545;
    color: #ffffff;
}
#sideMen2 .on .title{
    background-color: #E67AAD;
    color: #ffffff;
}
#sideMen3 .on .title{
    background-color: #DD6E4B;
    color: #ffffff;
}
/*------ content 3 TOP榜 end------*/



/*------ content 4 烟酒资讯 ------*/
.h-content4{
    width: 100%;
    height: auto;
}
.h-content4 .informa{
    width: 100%;
    height: auto;
}
.informa .informa-item{
    float: left;
    width: 386px;
    height: auto;
    background-color: #fff;
    margin-right: 20px;
}
.informa-item:nth-child(3n){
    margin-right: 0;
}
.informa-item .informa-item-tit{
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #E6E6E6;
    background: url(../images/icons/icon_title_bg.png) left 0px no-repeat;
}
.informa-item .informa-item-tit .informa-item-tit-l{
    font-size: 18px;
    font-weight: bold;
    text-indent: 10px;
    color: #ffffff;
}
.informa-item .informa-item-tit .informa-item-tit-r{
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}
.informa-item .informa-item-tit .informa-item-tit-r:hover{
    color: #FB4544;
}
.informa-item .informa-item-con{
    width: 100%;
    height: auto;
    padding: 0px 16px 10px;
    color: #666666;
    font-size: 14px;
    box-sizing: border-box;
}
.informa-item .informa-item-con .info-msg{
    width: 100%;
    height: auto;
    border-top: 1px solid #E6E6E6;
}
.informa-item .informa-item-con .info-msg:first-child{
    border: none;
}
.informa-item .informa-item-con .info-msg a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 16px 0px;
}
.informa-item .informa-item-con .info-msg a .info-t1{
    width: 100%;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.informa-item .informa-item-con .info-msg a .info-t2{
    display: none;
}
.informa-item .informa-item-con .info-msg.on .info-t1{
    display: none;
}
.informa-item .informa-item-con .info-msg.on .info-t2{
    display: block;
}
.informa-item .informa-item-con .info-msg.on .info-t2 .info-t2-1{
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.informa-item .informa-item-con .info-msg.on .info-t2 .info-t2-1:hover{
    color: #FB4544;
}
.informa-item .informa-item-con .info-msg.on .info-t2 .info-t2-2{
    width: 100%;
    margin-top: 10px;
}
.informa-item .informa-item-con .info-msg.on .info-t2 .info-t2-2 .time,
.informa-item .informa-item-con .info-msg.on .info-t2 .info-t2-2 .more{
    color: #999999;
    font-size: 12px;
}
.informa-item .informa-item-con .info-msg.on .info-t2 .info-t2-2 .more:hover{
    color: #FB4544;
}
/*------ content 4 烟酒资讯 end------*/



