.page-info a:hover {
  text-decoration: none;
}

.page-info {
  min-height: 500px;
  background: #F4F5F6;
}

/* 内容 */
.pBody {
  box-sizing: border-box;
  margin-right: 20px;
  width: 660px;
}

/* 轮播图 */
.focusBox{
  margin-bottom: 20px;
  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;
}

/* 侧边栏 */
.rightCT {
  width: 320px;
}

/* 侧边栏模块样式 */
.blockGroup {
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: white;
}

.blockGroup .titG .tit {
  padding: 0 10px;
  line-height: 42px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: #FB4544;
}

.blockGroup .titG .tShap {
  font-size: 16px;
  border-style: solid;
  border-color: #FB4544 transparent transparent #FB4544;
  border-width: 21px 10px 21px 10px;
}

.blockGroup .item {
  display: block;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
}

.blockGroup .item+.item::before {
  content: '';
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  left: 16px;
  top: 0;
  right: 16px;
  z-index: 10;
}

/* 排行特殊样式 */
.item:nth-child(1) .name {
  color: #FF6E6E;
}

.item:nth-child(1) .name::before {
  background-color: #FF6E6E;
}

.item:nth-child(2) .name {
  color: #FFBB33;
}

.item:nth-child(2) .name::before {
  background-color: #FFBB33;
}

.item:nth-child(3) .name {
  color: #67CF34;
}

.item:nth-child(3) .name::before {
  background-color: #67CF34;
}

.blockGroup .itemLine {
  border-top: 1px solid #F2F2F2;
}


/* 头条推荐 */
.storiesItem .name {
  width: 205px;
  line-height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-indent: 12px;
  position: relative;
}

.storiesItem .name::before {
  content: '';
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #CCCCCC;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}

.storiesItem .time {
  width: 80px;
  line-height: 45px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: right;
}

.storiesItem .other {
  display: none;
}

/* 头条推荐选中样式 */
.storiesItem.active {
  padding: 15px 16px;
  background: #FAFAFA;
}

.storiesItem.active .nameBox {
  margin-bottom: 15px;
}

.storiesItem.active .name,
.storiesItem.active .time {
  line-height: 14px;
}


.storiesItem.active .other {
  display: block;
  padding-left: 12px;
  position: relative;
}

.storiesItem.active .txt {
  height: 36px;
  line-height: 18px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
}

.storiesItem.active .view {
  display: block;
  height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E65C5C;
  padding-left: 4px;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

/* 热门资讯 */
.hotItem .name {
  line-height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-indent: 12px;
  position: relative;
}

.hotItem .name::before {
  content: '';
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #CCCCCC;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}

.hotItem .other {
  display: none;
}

/* 热门排行选中样式 */
.hotItem.active {
  padding: 15px 16px;
  background: #FAFAFA;
}

.hotItem.active .name {
  margin-bottom: 15px;
  line-height: 14px;
}

.hotItem.active .other {
  display: block;
  padding-left: 12px;
}

.hotItem.active .time {
  line-height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.hotItem.active .view {
  line-height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E65C5C;
}

/* 页面pubilc */
.u-titG .tit {
  padding: 0 10px;
  line-height: 42px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: #FB4544;
}

.u-titG .tShap {
  font-size: 16px;
  border-style: solid;
  border-color: #FB4544 transparent transparent #FB4544;
  border-width: 21px 10px 21px 10px;
}

.u-titG .titRCT {
  margin-top: 14px;
  padding-right: 25px;
}

.u-titG .titRCT .item {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.u-titG .titRCT .item:hover {
  color: #FB4544;
}

.u-titG .titRCT .item+.item {
  margin-left: 25px;
}

/* 最新资讯 */
.lBlock {
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: white;
}

.lBlock .u-titG {
  border-bottom: 1px solid #E6E6E6;
}

.lBlock .newsItem {
  box-sizing: border-box;
  padding: 16px 16px 0;
  width: 320px;
}

.lBlock .newsItem:nth-child(2n) {
  margin-left: 18px;
}

.lBlock .newsItem:hover {
  background: #F2F2F2;
}

.lBlock .newsItem .txt {
  margin-bottom: 16px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.lBlock .newsItem .txt:hover {
  color: #FB4544;
}

.lBlock .newsItem .time {
  line-height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.lBlock .newsItem .line {
  margin-top: 16px;
  height: 1px;
  background: #F2F2F2;
}

.lBlock .actions {
  margin-top: 30px;
  text-align: center;
}

.lBlock .getMoreBtn {
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FB4544;
  cursor: pointer;
}

/* 热门香烟 */
.hotedBlock {
  margin-bottom: 20px;
  background: white;
  color: white;
}

.hotedBlock .u-titG {
  border-bottom: 1px solid #E6E6E6;
}

.hotedBlock .list {
  padding: 10px 15px;
}

.hotedItem {
  width: 150px;
  text-align: center;
}

.hotedItem+.hotedItem {
  margin-left: 10px;
}

.hotedItem .img {
  display: block;
  margin-bottom: 12px;
  width: 150px;
  height: 84px;
}

.hotedItem .name {
  margin-bottom: 6px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #CA9A44;
}

.hotedItem .txt {
  margin-bottom: 6px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.hotedItem .txt .price {
  color: #FB4544;
}

/* 底部三图 */
.pageAd2 {
  margin-bottom: 20px;
}

.pageAd2 .link+.link {
  margin-left: 10px;
}

.pageAd2 .link .img {
  display: block;
  width: 326px;
  height: 80px;
}