

.slides{
  width:100%;
  height:454px;
  padding-top:10px;
  /*border:1px solid red;*/
  background-image: url("../images/navbackground.jpg");
  background-repeat:no-repeat;
  background-size: cover;
  /*display: none;*/
}
.swiper{
  width: 1260px;
  height: 446px;  
  /*border:1px solid red;*/
  margin:0px auto;
  overflow: hidden;
}
.swiper_banner{
    width: 940px;
  height: 445px;
  float: left;
}
.swiper-wrapper{
  width: 940px;
  height: 445px;

  /*overflow: hidden;*/
  /*border:1px solid red;*/
}
.swiper-slide{
  /*  width: 940px;
  height: 445px; 
border:1px solid red;*/
}
.thumbs{
  width: 317px;
  height: 445px;
  float: right;

}
.swiper-thumbs .swiper-slide{

}
.thumb{
  width: 290px;
  height: 115px;
  background-color: #191B21;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 1px;
  color: #ffffff;
  padding:15px;
  overflow: hidden;
  margin-top: 5px;
}
.thumb:first-child{
  margin-top: 0px;
}
.thumb_active{
background-color: rgba(0,0,0,0);
  color: #000000;
  background-image: url("../images/slider_bg.png");
}

.content{
  width:1260px;
  height:auto;
  min-height:800px;
  margin:20px auto!important;

}

.ad{
  width: 1259px;
  height: 100px;
}
.main_content{
    width: 1259px;
    height:auto;
    /*min-height: 500px;*/
    margin-top: 20px;
    /*border:5px solid red;*/
}
.waterfall_content{
  width: 919px;
  height:auto;
  min-height: 500px;
  float:left;
  border:0px solid red;
}

/*左侧瀑布流start*/ 
.waterfall_nav{
  width: 900px;
  height: 28px;
  background-color: #ffffff;
  padding: 10px 0px 10px 20px;
  /*border:1px solid red;*/
}

.waterfall_nav a:hover{
	/*text-decoration: none;*/
	
}

.waterfall_nav_alltab{
  /* width: 65px; */
  height: 33px;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #333333;
  /*border-bottom: 1px solid #8f8f8f;*/
  position: relative;
  margin-right: 18px;
}
.gai_alltab{
  display: inline-block;
  /* width: 60px; */
  vertical-align: middle;
}

.gai_alltab:hover{
  color: var(--theme-color1);
  /* color: rgb(228,86,73) !important; */
}

.waterfall_nav_alltab_active{
  font-family: Microsoft YaHei;
  font-weight: bold;
  position: relative;
}
.waterfall_nav_alltab .icon-i-refresh{
  color: #9b9b9b;
  margin-left:5px;  
  display: inline-block;
  cursor: pointer;
}

.gai_alltab_rotate{
transform:rotate(360deg);
transition:all 0.4s linear;
/*transform-origin: center center;*/
/*animation: spins 0.6s linear; */
-moz-animation: all 0.4s linear;
-webkit-animation: all 0.4s linear;
-o-animation: all 0.4s linear;
}
/*tab切换动画*/
@keyframes spins{
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes spins
{
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spins
{
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-o-keyframes spins
{
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.waterfall_nav_alltab .icon-huojian3{
  color: var(--theme-color1);
  font-size: 22px;
  vertical-align: middle;
}
.waterfall_nav_alltab .icon-leimupinleifenleileibie{
  color: #9b9b9b;
  font-size: 19px;
  margin-left:3px;
  vertical-align: middle;
}
.waterfall_nav_alltab_bottom{
  width: 100%;
  height: 3px;
  background-color: var(--theme-color1);
  position: absolute;
  top: 36px;
  left:0px;
}
.waterfall_nav_tab_bottom{
  width: 75px;
  height: 3px;
  background-color: var(--theme-color1);
  position: absolute;
  top: 36px;
  left:0px;
}
.waterfall_nav_tabs{
  width: 590px;
  height: 38px;
overflow: hidden;
display: none;
/*overflow-y: auto;*/

}
/*.waterfall_nav_tabs .swiper-wrapper{
  width: 590px;

}*/
.waterfall_nav_tab{
  /*width: 100px !important;*/
  height: 33px !important;
font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #333333;
  /*border: 1px solid #8f8f8f;*/
  position: relative;
  /*display: none;*/
}
.waterfall_nav_tab_active{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color:var(--theme-color1);
}
.waterfall_nav_paginations{
  width: 40px;
  height: 30px;
  display: none;
}
.waterfall_nav_paginations_blank{
  width: 15px;
  height: 33px;
  cursor: pointer;
  outline: none;
}
/*箭头向左*/
.arrow-left {
    width:0; 
    height:0; 
    border-top:7px solid transparent;
    border-bottom:7px solid transparent; 
    border-right:11px solid #43a3df; 
}
.arrow-left-2 {
    border-right:11px solid var(--theme-color1); 
}  
/*箭头向右*/
.arrow-right {
    width:0; 
    height:0; 
    border-top:7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #43a3df;
}
.arrow-right-2 {
    border-left: 11px solid var(--theme-color1);
}
.swiper-button-disabled{

}



.waterfall_block{
  width: 919px;
  height: auto;
  min-height: 280px;
  background-color: #ffffff;
  margin-top:20px;
  /*border:1px solid red;*/
  font-family: Microsoft YaHei;
}
.waterfall_block_left{
  width: 310px;
  height: 250px;
  float: left;
  margin-left: 20px;
  margin-top:20px;
  position: relative;
/*border:1px solid red;*/
}
.waterfall_block_left_img_icon {
  width: 29px;
  height: 19px;
  background-color: #f2c820;
  text-align: center;
  line-height: 19px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  /*font-weight: bold;*/
  letter-spacing: 1px;
  box-shadow: 3px -3px 0px 0px 
    #ffffff;
  position: absolute;
  top: 6px;
  left: 264px;
}
.waterfall_block_left_img{
  width: 300px;
  height: 200px;
/*border:1px solid red;*/
}
.waterfall_block_left_link{
  width: 240px;
  height: 20px;
  margin-top:20px;
  overflow: hidden;
  
/*border:1px solid red;*/
}
.waterfall_block_left_link_icon{
  width: 18px;
  height: 20px;
  background-position: -252px -115px;
  display: inline-block;
  /*border:1px solid red;*/
}
.waterfall_block_left_link_text{
 width: 189px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 25px;
  /*border:1px solid red;*/
  vertical-align: top;
}

.waterfall_block_right{
  width: 560px;
  height: auto;
  min-height: 270px;
  /*border:1px solid red;*/
  float: right;
  margin-right: 20px;
}
.waterfall_block_right_head{
  width: 560px;
  height: 30px;
  /*border:1px solid red;*/
  margin-top: 20px;
}
.waterfall_bhl{
  width: 280px;
  height: 30px;
  float: left;
  /*border:1px solid red;*/
}
.waterfall_bhl_img{
  width: 26px;
  height: 26px;
  display: inline-block;
  border-right: 100px;
}
.waterfall_bhl_text{
 width: 250px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  /*border:1px solid red;*/
  vertical-align: top;
}

.waterfall_bhr{
  width: 120px;
  height: 30px;
  float: right;
  margin-top:5px;
  /*border:1px solid red;*/
}
.waterfall_bhr_icon{
  width: 20px;
  height: 20px;
  background-position: -190px -115px;
  display: inline-block;
  /*border:1px solid red;*/
  float: right;
  margin-right: 7px;
  opacity: 0.5;
}
.waterfall_bhr_text{
 width: auto;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  /*border:1px solid red;*/
  vertical-align: top;
  float: right;
  text-align: right;
  color:#a9a9a9;
}


.waterfall_block_right_title{
  width: 560px;
  height: 20px;
  /*border:1px solid red;*/
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 20px;
}
.waterfall_block_right_intro{
  width: 560px;
  height: auto;
  min-height: 95px;
  /*border:1px solid red;*/
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 20px;
  text-align: justify;
}
.waterfall_block_right_icon{
  width: 560px;
  height: 20px;
  /*border:1px solid red;*/
  margin-top: 25px;
}
.waterfall_bri_blank{
  width: 90px;
  height: 20px;
  float: right;
  margin-right: 60px;
  cursor: pointer;
}
.waterfall_bri_icon{
  width: 20px;
  height: 20px;
  background-position: -129px -115px;
  display: inline-block;
  /*border:1px solid red;*/
}
.waterfall_bri_text{
 width: 24px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  /*border:1px solid red;*/
  vertical-align: top;
  overflow: hidden;
}

.waterfall_bri_icon_2{
  width: 24px;
  height: 22px;
  background-position: -65px -115px;
}
.waterfall_bri_icon_1{
  width: 24px;
  background-position: -2px -117px;
}
.waterfall_ad{
  width: 920px;
  height: 176px;
  margin-top:20px;
}
/*列表内容第二种模式*/
.waterfall_block2 {
  width: 919px;
  height: 340px;
  background-color: #ffffff;
  margin-top: 20px;
  position: relative;
}
.waterfall_block2_tag {
  display: block;
  position: absolute;
  top: 0px;
  right: 38px;
  width: 56px;
  height: 34px;
  background-position: -2px -38px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
}
.waterfall_block2{
  width: 919px;
  height: auto;
  /*min-height: 320px;*/
  background-color: #ffffff;
  margin-top:20px;
  /*border:1px solid red;*/
  font-family: Microsoft YaHei;
}
.waterfall_block2_left{
  width: 188px;
  height: 272px;
  float: left;
  margin-left: 35px;
  margin-top:20px;
/*border:1px solid red;*/

}
.waterfall_block2_left_img_icon {
  width: 29px;
  height: 19px;
  background-color: var(--theme-color1);
  text-align: center;
  line-height: 19px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 3px -3px 0px 0px 
    #ffffff;
  position: absolute;
  top: 6px;
  left: 264px;
}
.waterfall_block2_left_img{
  width: 300px;
  height: 200px;
/*border:1px solid red;*/
}

.waterfall_block2_left_img img{
  box-shadow: 5px 5px 0px 0px 
    var(--theme-color1);
}
.novel_img {
  width: 184px;
  height: 270px;
  background: #ebeef5;
  border-radius: 5px;
}
.novel_img a{
  padding:12px;
}
.novel_img a .icn1{
  background: url('/kpd/img/png/zhenggao.png') center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: -213px;
  margin-left: 120px;
}
.novel_img a .icn2{
  background: url('/kpd/img/png/huojiang.png') center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: -216px;
  margin-left: 121px;
}
.novel_img .img_tit{
  margin-top: -2px;
  text-align: center;
  font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333;
cursor: pointer;
}
.novel_img img{
  box-shadow: 0px 0px 0px 0px 
    var(--theme-color1);
    border-radius: 5px;
    transition: 1s;
    -moz-transition: -moz-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;   
}
.novel_img img:hover{
    transform: scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);    
}

.waterfall_block2_left_img_person{
  width: 185px;
  height: 185px;
border-radius: 200px;
margin-top: -40px;
}
.waterfall_block2_left_img_person img{
  width: 185px;
  height: 185px;
    box-shadow: 5px 5px 0px 0px 
    var(--theme-color1);
border-radius: 200px;
}
.waterfall_block2_left_link{
  width: 150px;
  height: 20px;
  margin-top:20px;
/*border:1px solid red;*/
}
.waterfall_block2_left_link_icon{
  width: 18px;
  height: 20px;
  background-position: -252px -115px;
  display: inline-block;
  /*border:1px solid red;*/
}
.waterfall_block2_left_link_text{
 width: 89px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 25px;
  /*border:1px solid red;*/
  vertical-align: top;
}
/*+102*/
.waterfall_block2_right{
  width: 662px;
  height: auto;
  /*min-height: 300px;*/
  /*border:1px solid red;*/
  float: right;
  /*margin-right: 20px;*/
  /*padding-bottom: 20px;*/
}
.waterfall_block2_right_head{
  width: 560px;
  height: 30px;
  /*border:1px solid red;*/
  margin-top: 20px;
}
.waterfall_b2hl{
  width: 280px;
  height: 30px;
  float: left;
  /*border:1px solid red;*/
}
.waterfall_b2hl_img{
  width: 26px;
  height: 26px;
  display: inline-block;
  border-right: 100px;
}
.waterfall_b2hl_text{
 width: 250px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  /*border:1px solid red;*/
  vertical-align: top;
}

.waterfall_b2hr{
  width: 120px;
  height: 30px;
  float: right;
  margin-top:5px;
  /*border:1px solid red;*/
}
.waterfall_b2hr_icon{
  width: 20px;
  height: 20px;
  background-position: -190px -115px;
  display: inline-block;
  /*border:1px solid red;*/
  float: right;
  margin-right: 7px;
}
.waterfall_b2hr_text{
 width: auto;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  /*border:1px solid red;*/
  vertical-align: top;
  float: right;
  text-align: right;
}


.waterfall_block2_right_title{
  width: 640px;
  height: auto;
  /*border:1px solid red;*/
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 13px;
}
.waterfall_block2_right_title a{
  display: inline;
}
.waterfall_block2_right_3{
  width: 664px;
  height: 20px;
  /*border:1px solid red;*/
font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 10px;
}
.block2_author{
    width: 215px;
  height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: color 0.1s ease-in;  
    margin-top:5px;
}
.block2_author img{
  width: 30px;
  height: 30px;
  border-radius:100%;
}
.block2_author .digg_tag{
    width: 49px;
    height: 24px;
    border-radius: 12px;
    border: solid 1px #d63636;
    color: #d63636;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.block2_author a{
  display: inline;
transition: color 0.1s ease-in;  
}
.block2_author a:hover{
color:rgb(228, 86, 73);
}
.block2_author:hover{
/*color:rgb(228, 86, 73);  */
}
.block2_type{
    width: 205px;
  height: 20px;
  /*border:1px solid red;*/
}
.block2_xing{
  width: 224px;
  height: 20px;
  /*border:1px solid red;*/
}
.block2_xing_text{
  display: inline-block;
  line-height: 19px;
  /*border:1px solid red;*/
  vertical-align: top;
}
.block2_xing_icon1{
  width: 22px;
  height: 23px;
  background-position: -198px -42px;
  display: inline-block;
}
.block2_xing_icon2{
  width: 22px;
  height: 23px;
  background-position: -160px -42px;
  display: inline-block;
}
.block2_xing_icon3{
  width: 22px;
  height: 23px;
  background-position: -236px -42px;
  display: inline-block;
}

.waterfall_block2_right_intro{
  width: 620px;
  height: auto;
  min-height: 120px;
  /*border:1px solid red;*/
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 20px;
  position: relative;
}
.waterfall_block2_right_intro_text {
  width: 590px;
  height: auto;
  min-height: 65px;
  /*text-indent: 2em;*/
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 25px;
  text-align:justify;
  /*border:1px solid red;*/
padding: 10px 20px 0px 20px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;*/
    box-sizing: border-box;
}
.block2_intro_icon1{
  width: 33px;
  height: 27px;
  background-position: -292px -33px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block2_intro_icon2{
  width: 33px;
  height: 27px;
  background-position: -360px -37px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.waterfall_block2_tuijian{
  width: auto;
  height: 16px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #333333;
  float: right;
  margin-right: 60px;
  margin-top:10px;
}
.waterfall_block2_right_icon{
  width: 650px;
  height: 40px;
  /*border:1px solid red;*/
  /*margin-top: 25px;*/
  color: #9b9b9b;
  font-size: 14px;
}
.waterfall_b2ri_blank{
  /*width: 60px;*/
  height: 20px;
  float: right;
  margin-right: 60px;
  cursor: pointer;
  width:50px;
  /*margin-top: 20px;*/
}
.waterfall_b2ri_blank:hover{
color: var(--theme-color1);
}
.waterfall_b2ri_icon{
  width: 20px;
  height: 20px;
  background-position: -129px -115px;
  display: inline-block;
  /*border:1px solid red;*/
}
.waterfall_b2ri_icon_mouseover{
  background-position: -128px -87px;
}

.waterfall_b2ri_icon_2{
  width: 24px;
  height: 22px;
  background-position: -65px -115px;
}
.waterfall_b2ri_icon_2_mouseover{
  width: 24px;
  height: 22px;
  background-position: -64px -86px;
}
.waterfall_b2ri_icon_1{
  width: 24px;
  background-position: -2px -117px;
}
.waterfall_b2ri_icon_1_mouseover{
  width: 24px;
  background-position: -2px -89px;
}
.waterfall_b2ri_text{
 width: 24px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  /*border:1px solid red;*/
  vertical-align: top;
  overflow: hidden;
}


/*右侧start*/ 
.content_right{
  width: 320px;
  height:auto;
  min-height: 500px;
  float:right;
  /*border:1px solid red;*/
}
.daonei{
  width: 320px;
  /*height: 358px;*/
  background-color: #ffffff;
  /*border:1px solid red;*/
  position: relative;
  overflow:hidden;
}
.daonei_title{
  width: 280px;
  height: 48px;
  margin-left: 20px;
  /*margin-top:10px;*/
  line-height:30px;
  border-bottom:1px solid #e5e5e5;
  position: relative;
}

.waterfall_block2_right .daonei_title{
  width: 100%;
}
.titlebtm{
  width: 82px;
  height: 5px;
  background-color: var(--theme-color1) ;
  display:none;
  position: absolute;
  top: 28px;
  left:0px;
}

.daonei_image{
  width: 280px;
  height: 137px;
  margin-left: 20px;
  margin-top:15px;
}

.daonei_image>img{width: 280px;}

.daonei_list{
  width: 280px;
  height: 135px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 1px;
  color: #5c5c5c;
  margin-left: 20px;
  margin-top:15px;
  margin-bottom: 20px;
  /*border:1px solid red;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_media-box1{
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
}
.new_media-box1 .pic{
  width: 100%;
  height: 370px;
}
.new_media-box1 .pic a{
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: 1s;
    -moz-transition: -moz-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
}
.new_media-box1 .pic a:hover{
transform: scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.new_media-box1 .text{
  width: 100%;
  max-height: 60px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-word;
}
.new_media-box2{
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0px 20px;
}
.new_media-box2 .pic{
  width: 100%;
  height: 180px;
}
.new_media-box2 .pic a{
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: 1s;
    -moz-transition: -moz-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
}
.new_media-box2 .pic a:hover{
  transform: scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.new_media-box2 .pic{
  position: relative;
}
.new_media-box2 .pic .replay{
  width: 52px;
  height: 28px;
  position: absolute;
  top: 74px;
  left: 115px;
  background: url('../img/png/icn-replay.png') no-repeat center;
  background-size: cover;
}
.new_media-box2 .pic .tuji{
  width: 42px;
  height: 22px;
  background: rgba(0,0,0,0.3);
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: center;
}
.new_media-box2 .text{
  width: 100%;
  max-height: 60px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-word;
}

.hotdigger .box_bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.hotdigger .box_bottom .icn{
  width: 50px;
  height: 20px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
}
.hotdigger .box_bottom .bc_left{
  display: flex;
  align-items: center;
}
.hotdigger .box_bottom .bc_left .icn-up{
  width: 15px;
  height: 15px;
  background: url('../img/png/icn-up.png') no-repeat center;
  background-size: cover;
  margin-right: 5px;
}
.hotdigger .box_bottom .bc_left .icn-yc{
  width: 22px;
  height: 14px;
  background: url('../img/png/icn-yc.png') no-repeat center;
  background-size: cover;
  margin-right: 5px;
}
.hotdigger .box_bottom .bc_left .bc_title{
  cursor: pointer;
}
.hotdigger .box_bottom .bc_left .bc_title:hover{
  color: #3498DB;
}
.hotdigger .box_bottom .xhs{
 background-color: #FF2442;
}
.hotdigger .box_bottom .dy{
 background-color: #161823;
}
.hotdigger .box_bottom .bz{
 background-color: #00AEEC;
}
.hotdigger .box_bottom .wb{
 background-color: #FF8200;
}
.hotdigger .box_bottom .wx{
 background-color: #07C160;
}


.daowai {
  width: 320px;
  /*height: 198px;*/
  background-color: #ffffff;
  margin-top:20px;
  /*padding:10px 20px;*/
  /*border:1px solid red;*/
  position: relative;
  overflow:hidden;
}
.daowai_image{
  width: 280px;
  height: 128px;
  margin-left: 20px;
  margin-top:15px;
  margin-bottom: 20px;
}

.daowai_image>img{width: 280px;}

.hot_topic {
  width: 320px;
  height: auto;
  padding-bottom:20px;
  margin-bottom: 20px;
}
.topic_list{
  width: 280px;
  height: 130px;
  margin-left: 0px;
  margin-top: 0px;
  /*overflow: hidden;*/
  /*border: 1px solid red;*/
}
.topic_list li{
  float: left;
  margin-left:20px;
  /*width: 83px;*/
  padding: 6px 13px;
  height: 19px;
  margin-top: 15px;
  line-height: 19px;
  background-color: #ffffff;
  border-radius: 9px;
  border: solid 1px #cccccc;
  font-family: AlibabaPuHuiTiR;
  font-weight: 500;
  font-stretch: normal;
  color: #333333;
  letter-spacing: 1px;
  font-size: 14px;
  overflow: hidden;
white-space:nowrap;
overflow:hidden;
}


.topic_list li:hover{
  display: block;
  background-color: var(--theme-color1) ;  
  height: 21px;
  padding: 6px 14px;
  line-height: 21px;
  border: 0px;
  overflow: hidden;
  color: #fff;
  
}
.topic_list li a:hover{
text-decoration: none;
color: #fff;
}


.community {
  width: 320px;
  /*height: 348px;*/
}

.community_swiper{
    /*width: 279px;*/
    width: 280px;
    height: 288px;
    /*border: solid 1px #9c9c9c;*/
    margin-left: 20px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
	margin-bottom: 15px;
}
/*.community_swiper .swiper-wrapper{

  height: 258px;
  overflow: hidden;
}*/
.community_swiper_blank{
    width: 280px;
    height: 258px;
    float: left;
    /*border: solid 1px #9c9c9c;*/

}
.community_swiper_img{
width: 280px;
height: 130px;
}
.community_swiper_title{
  width: 250px;
  height: 29px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 1px;
  color: #333333;
  margin:0px auto;
  margin-top: 20px;
  /*border: 1px solid red;*/

}
.community_swiper_intro{
  width: 280px;
  height: 63px;
  margin-top: 10px;
/*border: 1px solid red;*/
position: relative;
overflow: hidden;
}
.community_swiper_intro_text {
  width: 250px;
  height: 68px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  margin:0px auto;
  overflow: hidden;
/*border: 1px solid red;*/
  text-indent: 2em;
}
.ommunity_intro_icon1{
  width: 17px;
  height: 14px;
  background-position: -408px -87px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ommunity_intro_icon2{
  width: 17px;
  height: 14px;
  background-position: -451px -87px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.community_swiper_pagination{
position: absolute;
bottom: 0px;
left:50%;
text-align: center;
}



.star {
  width: 320px;
  /*height: 291px;*/
}
.star_list{
  width: 280px;
  /* height: 230px; */
  margin-left: 20px;
  /*margin-top: 15px;*/
  margin-bottom: 20px;
  overflow: hidden;
  /* border: 1px solid red; */
}
.star_list_blank{
  float: left;
  margin-left:10px;
  width: 80px;
  height: 100px;
  margin-top: 20px;
}
.star_img{
  width: 75px;
  height: 75px;
  /*border: solid 1px #9c9c9c; */
  margin: 0px auto;
  border-radius: 200px;
}

.star_img img{

}

.star_name{
  width: 75px;
  height: 18px;
  /*border: solid 1px #9c9c9c; */
  text-align: center;
  margin-top: 5px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 1px;
  color: #333333;
}


.renwu {
  width: 320px;
  /*height: 420px;*/
}
.renwu_image{
  width: 280px;
  height: 154px;
  margin-left: 20px;
  margin-top:15px;
}

.renwu_image>img{width: 280px;}

.renwu_list{
  width: 280px;
  height: 137px;
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 20px;
  margin-top:15px;
  /*border:1px solid red;*/
  overflow: hidden;
  position: relative;
}
.renwu_list_icon{
  width: 18px;
  height: 137px;
  background-position: -485px 0px;
  position: absolute;
top: 0px;
left: 0px;
}
.renwu_list li{
  width: 240px;
  height: 20px;
  margin-top: 4px;
  /*border:1px solid red;*/
  padding-left: 26px;
  overflow: hidden;
  white-space:nowrap;
  background-position: none
}
.renling {
  width: 135px;
  height: 30px;
  background-color: #f2c820;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #09060d;
  margin: 20px auto;
  text-align: center;
}

.hotdigger {
  width: 320px;
  height: auto;
}
.hotdigger_blank{
    width: 280px;
    height: 90px;
    margin-top: 5px;
    margin-left: 20px;
  /*border:1px solid red;*/
}
.hotdigger_blank_left{
    width: 80px;
  height: 90px;
  float: left;
  margin-left: 0px;
  /*border:1px solid black;*/
}
.hotdigger_blank_left a{
	width: 68px;
  height: 68px;
  border-radius: 100px;
  margin:8px 0;
	display: block;
	
}


.hotdigger_blank_left img{
  width: 68px;
  height: 68px;
  border-radius: 100px;
  display: block;
  /*border:1px solid black;*/
}
.hotdigger_blank_right{
    width: 200px;
  height: 90px;
  float: right;
  /*border:1px solid red;*/
  font-family: Microsoft YaHei;
  font-size: 14px;

  letter-spacing: 1px;

}
.hotdigger_blank_left_1{
    width: 200px;
  height: 20px;
  /*border:1px solid red;*/
  margin-top: 10px;
font-size:0;
-webkit-text-size-adjust:none;
}
.hotdigger_icon{
  width: 18px;
  height: 20px;
  background-image: url("../images/index_icon.png");
  background-position: -303px -116px;
  display: inline-block;
  /*border:1px solid red;*/
}
.hotdigger_icon_gai{
  width: 25px;
  height: 14px;
  background: url("../images/index_digg_icon.png") no-repeat;
  display: inline-block;
  padding-top: 10px;
  background-position: 0px 5px;
  /*border:1px solid red;*/
}
.hotdigger_num{
  width: 60px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 25px;
  /*border:1px solid red;*/
  vertical-align: top;
}
.hotdigger_blank_left_2{
    width: 200px;
  height: 20px;
  /*border:1px solid red;*/
    color: #000000;
    margin-top: 3px;
    font-weight: bold;
    cursor: pointer;
}
.hotdigger_blank_left_2:hover{
  color:var(--theme-color1);
}
.hotdigger_blank_left_3{
    width: 200px;
  height: 20px;
  /*border:1px solid red;*/
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hotdigger .zixunhot_item{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 15px 0px;
  justify-content: space-between;
  cursor: pointer;
}
.hotdigger .zixunhot_item .dvleft{
  display: flex;
  align-items: center;
  width: 90%;
}
.hotdigger .zixunhot_item .dv1{
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: var(--theme-color1);
  line-height: 14px;
  flex-shrink: 0;
  width: 20px;
}
.hotdigger .zixunhot_item .dv2{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  overflow: hidden;

  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotdigger .zixunhot_item .dv2:hover{
  color: var(--theme-color1);
}
.hotdigger .zixunhot_item .dv3{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9B9B9B;
}
.hotdigger .but a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: var(--theme-color1);
  line-height: 21px;
  margin: 30px auto;
  text-align: center;
}

/*无图资讯main info start*/ 
.waterfall_block_info{
  width: 920px;
  height: auto;
  min-height: 280px;
  background-color: #ffffff;
  margin-top:10px;
  font-family: Microsoft YaHei;

}
.waterfall_block_info_right_head{
	width: 880px;
	height: 33px;
	margin-top: 20px;
	padding: 20px 20px 0 20px;  
  
}
.waterfall_bhl_info{
  width: 280px;
  height: 53px;
  float: left;
  /*border:1px solid red;*/
}
.waterfall_bhl_img{
  width: 26px;
  height: 26px;
  display: inline-block;
  border-right: 100px;
}
.waterfall_bhl_text{
 width: 250px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  /*border:1px solid red;*/
  vertical-align: top;
}

.waterfall_bhr_info{
  width: 120px;
  height: 33px;
  float: right;
  margin-top:5px;
  /*border:1px solid red;*/
}
.waterfall_bhr_icon{
  width: 20px;
  height: 20px;
  background-position: -190px -115px;
  display: inline-block;
  /*border:1px solid red;*/
  float: right;
  margin-right: 7px;
}
.waterfall_bhr_text{
 width: auto;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  /*border:1px solid red;*/
  vertical-align: top;
  float: right;
  text-align: right;
}
.waterfall_block_info_line{
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}
.info_title{
  width: 860px;
  height: 23px;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
}
/*.info_content {
  width: 880px;
  height: auto;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #999999;
  text-align: justify;
}*/
.info_pics{
  width: 650px;
  height: auto;
  /*min-height: 150px;*/
  margin-top: 15px;
  margin-left: 25px;
}
.info_pics_3{
  width: 470px;
}
.info_pics_blank {
  width: 150px;
  /* height: 150px; */
  margin-left: 5px;
  margin-top: 5px;
  float: left;
}

/*main info end*/

.waterfall_block{
  width: 920px;
  height: auto;
  min-height: 280px;
  background-color: #ffffff;
  margin-top:10px;
  font-family: Microsoft YaHei;
}
.waterfall_block_left{
  width: 310px;
  height: 250px;
  float: left;
  margin-left: 20px;
  margin-top:20px;
  position: relative;
/*border:1px solid red;*/
}
.waterfall_block_left_img_icon {
  width: 29px;
  height: 19px;
  background-color: #f2c820;
  text-align: center;
  line-height: 19px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 3px -3px 0px 0px 
    #ffffff;
  position: absolute;
  top: 6px;
  left: 264px;
}
.waterfall_block_left_img{
  width: 300px;
  height: 200px;
/*border:1px solid red;*/
}
.waterfall_block_left_link{
  width: 240px;
  height: 20px;
  margin-top:20px;
  overflow: hidden;
  
/*border:1px solid red;*/
}
.waterfall_block_left_link_icon{
  width: 18px;
  height: 20px;
  background-position: -252px -115px;
  display: inline-block;
  /*border:1px solid red;*/
}
.waterfall_block_left_link_text{
 width: 189px;
  height: 20px;  
  font-size: 14px;
  display: inline-block;
  line-height: 25px;
  /*border:1px solid red;*/
  vertical-align: top;
}
.whatdigg{
height:48px;
line-height:58px;
float:right;
font-size: 12px;
color: #9b9b9b!important;  
vertical-align: middle;
}
.whatdigg:hover{
color: var(--theme-color1);  
}

/*0723新增热推内容*/
.information_hot{
  width: 920px;
  height: auto;
  min-height: 300px;

}
.information_hot_left{
  width: 360px;
  height: auto;
  min-height: 300px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 30px 50px
}
.information_hot_right{
  width: 360px;
  height: auto;
  min-height: 300px;
  background-color: #f0f0f0;
  border-radius: 3px; 
  padding: 30px 50px 
}
.information_hot_blank{
  width: 358px;
  height: 355px;
  background-color: #ffffff;
  box-shadow: 0px 1px 7px 0px 
    rgba(153, 153, 153, 0.2);
  border-radius: 3px;
  border: solid 1px #eeeeee;

}
.s9 {
  width: 360px;
  height: 240px;
  background-color: #d09696;
  border-radius: 3px 3px 0px 0px;
}
.information_hot_title {
  width: 320px;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  margin: 0px auto;
  margin-top: 15px;
}

.information_hot_bottom {
  width: 320px;
  height: 20px;
  font-size: 16px;
  color: #333333;
  margin: 0px auto;
  margin-top: 10px;
  display: flex;
}
.information_hot_bottom div {
display: inline-block; 
text-align: center;
flex: auto;
font-size: 14px;
/*color: #9b9b9b;*/
color: var(--theme-color1);
}
.hot_tui{
text-align: left !important;
}
.hot_time{
  color: #9b9b9b !important;
text-align: center !important;
}
.hot_ping{
text-align: right !important;
}
.top-10 {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.information_hot_title a{
  display: inline;
}

/*栏目二级页使用*/
.gai_right_ad {
  width: 320px;
  height: 224px;
}
.gai_lanmu_image {
  width: 920px;
  height: auto;
  padding-bottom: 35px;
}
.lanmu_icon {
  width: 86px;
  height: 86px;
  margin: 0px auto;
}
.lanmu_icon img{
  border-radius: 10px;  
}
.lanmu_text {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  margin: 0px auto;
  text-align: center;
  margin-top: 30px;
}
.lanmu_line {
  width: 100%;
  height: 1px;
  border-bottom:1px solid #cccccc;
}
/*09004改*/
.digg_lanmulist{
  width: 920px;
  height: 105px;
display:flex;
justify-content:center;
align-items:center;
}
.digg_lanmulist img{
  width: 50px;
  height: 50px;
  margin-left:17px;
  border-radius: 10px;
/*-webkit-box-flex: 14;
    -webkit-flex: 14;
    flex: 14;*/
}
.digg_lanmulist a img:first-child{
display: none;
}
.nextpage{
  text-align: center;
  margin-top: 20px;
  display:none;
}
.nextpage a{
  display: inline-block;
  color:var(--theme-color1);
  padding:7px 50px;
  border:1px solid var(--theme-color1);
  font-size: 16px;
}
.nextpage a:hover{
  background:var(--theme-color1);
  color:#fff;
}
.nextpage2{
  text-align: center;
  margin-top: 20px;
  /*display:none;*/
}
.nextpage2 a{
  display: inline-block;
  color:var(--theme-color1);
  padding:7px 50px;
  border:1px solid var(--theme-color1);
  font-size: 16px;
}
.nextpage2 a:hover{
  background:var(--theme-color1);
  color:#fff;
}
.nextpage3{
  text-align: center;
  margin-top: 20px;
  display:none;
}
.nextpage3 a{
  display: inline-block;
  color:var(--theme-color1);
  padding:7px 50px;
  border:1px solid var(--theme-color1);
  font-size: 16px;
}
.nextpage3 a:hover{
  background:var(--theme-color1);
  color:#fff;
}
.indexzd{
    width: 50px;
    height: 25px;
    display: inline-block;
    background: url('/kpd/img/png/indexzd.png') no-repeat center;
    background-size: cover;
    margin-right: 5px;
    margin-bottom: -7px;
}


.rebang .m2{
  width: 920px;
  min-height: 100px;
  padding: 14px 28px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 20px;
}
.rebang .m2 .n1{
  width: 100%;
  min-height: 0;
}
.rebang .m2 .n1 .li{
  width: 100%;
  height: 174px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(238,238,238,1);
}
.rebang .m2 .n1 .li .li-l{
  width: 131px;
  height: 174px;
  border-radius:5px;
  float: left;
  overflow: hidden;
}
.rebang .m2 .n1 .li .li-l .pic{
  display: block;
  width: 131px;
  height: 174px;
  border-radius:5px;
  overflow: hidden;
  transition: 1s;
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
}

.rebang .m2 .n1 .li:hover .li-l .pic{
    transform: scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

.rebang .m2 .n1 .li .li-c{
  width: 520px;
  height: 174px;
  float: left;
  margin-left: 20px;
}
.rebang .m2 .n1 .li .li-c .v1{
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-top: 6px;
  overflow: hidden;
}
.rebang .m2 .n1 .li .li-c .v1 span{
  display: inline-block;
  font-size:30px;
  line-height: 40px;
  font-weight:bold;
  font-style:italic;
  color:rgba(153,153,153,1);
  margin-right: 12px;
  float: left;
}
.rebang .m2 .n1 .li .li-c .v1 a{
  display: inline-block;
  max-width: 540px;
  font-size:20px;
  line-height: 42px;
  font-weight:bold;
  color:rgba(51,51,51,1);
  float: left;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rebang .m2 .n1 .li .li-c .v1:hover a,
.rebang .m2 .n1 .li .li-c .v1:hover span{
color:var(--theme-color1);
}

.rebang .m2 .n1 .li .li-c .v2{
  width: 350px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  float: left;
  margin-top: 48px;
}
.rebang .m2 .n1 .li .li-c .v2 span{
  display: inline-block;
  font-size:13px;
  font-weight:400;
  color:rgba(153,153,153,1);
  float: left;
}
.rebang .m2 .n1 .li .li-c .v2 span b{
  font-size:13px;
  font-weight:400;
  color:rgba(153,153,153,1);
  margin: 0 8px;
}
.rebang .m2 .n1 .li .li-c .v2 span.sp2{
  margin-left: 62px;
}
.rebang .m2 .n1 .li .li-c .v2 span.sp2 .userclick{
  display: inline-block;
}
.rebang .m2 .n1 .li .li-c .v2 span.sp2 .userclick:hover{
  color:var(--theme-color1);
}
.rebang .m2 .n1 .li .li-c .v1 p{
  font-size:13px;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:22px;
  margin-top: 5px;
}
.rebang .m2 .n1 .li .li-c .v1 img{
  height: 14px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.rebang .m2 .n1 .li .li-c .v3{
  width: 300px;
  height: 44px;
  overflow: hidden;
  float: right;
  margin-top: 50px;
}
.rebang .m2 .n1 .li .li-c .v3 p{
  font-size:13px;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:22px;
}
.rebang .m2 .n1 .li .li-c .v3 p img{
  height: 14px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.rebang .m2 .n1 .li .li-c .v4{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.rebang .m2 .n1 .li .li-c .v4 span{
  display: inline-block;
  font-size:13px;
  font-weight:400;
  color:rgba(153,153,153,1);
  float: left;
}
.rebang .m2 .n1 .li .li-c .v4 span b{
  font-size:13px;
  font-weight:400;
  color:rgba(153,153,153,1);
  margin: 0 8px;
}
.rebang .m2 .n1 .li .li-c .v4 span.sp1{
  font-size:13px;
  font-weight:400;
  color:var(--theme-color1);
}
.rebang .m2 .n1 .li .li-c .v4 span.sp1 a{
  font-size:13px;
  font-weight:400;
  color:var(--theme-color1);
  margin-right: 8px;
}

.rebang .m2 .n1 .li .li-c .v4 span.sp2{
  margin-left: 20px;
}

.rebang .m2 .n1 .li .li-r{
  width: 112px;
  height: 174px;
  float: right;
}
.rebang .m2 .n1 .li .li-r .button-box{
  width: 112px;
  height: 86px;
  margin: 44px 0;
}
.rebang .m2 .n1 .li .li-r .button-box a{
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.rebang .m2 .n1 .li .li-r .button-box a.a1{
  background: rgba(228,86,73,1);
  border: 1px solid rgba(229,229,229,1);
  border-radius: 19px;
  font-size:14px;
  font-weight:300;
  color:rgba(255,255,255,1);
  margin-bottom: 10px;
}
.rebang .m2 .n1 .li .li-r .button-box a.a1:hover{
  background: var(--theme-color1);
}

.rebang .m2 .n1 .li .li-r .button-box a.a2{
  border: 1px solid rgba(229,229,229,1);
  border-radius: 19px;
  font-size:14px;
  font-weight:300;
  color:rgba(51,51,51,1);
}
.rebang .m2 .n1 .li .li-r .button-box a.a2:hover{
  background: #f5f5f5;
}

.rebang .m2 .n2{
  width: 100%;
  height: 36px;
  padding: 46px 0;
}

.rebang .m2 .n1 .li .li-l{
  width: 155px;
  height: 100px;
  border-radius: 5px;
}
.rebang .m2 .n1 .li .li-l .pic{
  width: 155px;
  height: 100px;
}
.rebang .m2 .n1 .li{
  height: 100px;
}
.rebang .m2 .n1 .li .li-c{
  height: auto;
  width: 678px;
}
.rebang .m2 .n1 .li .li-r{
  height: 100px
}
.rebang .m2 .n1 .li .li-r .button-box{
  height: 100px;
  margin:30px 0;
}
.rebang .m2 .n1 .li .li-c .v3{
  margin:0;
  margin-top: 50px;
}
.rebang .m2 .n1 .li .li-c .v1{
  padding-top:0px;
  line-height: 30px;
  height: 30px;
}
.rebang .m2 .n1 .li .li-c .v1 span{
  line-height: 30px;
}
.rebang .m2 .n1 .li .li-c .v1 a{
  line-height: 30px;
}
.rebang .m2 .n1 .li .li-c .v2{
  line-height: 30px;
}
.rebang .rb_head{
  width: 920px;
  height: 60px;
  display: flex;
  margin-top: 20px;
}
.rebang .rb_head .rbh_tit:last-child{
  /*border-right: 1px solid #D6E3ED;*/
  margin-right: 0px;
}
.rebang .rb_head .rbh_tit{
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2F3032;
  /*border-top: 1px solid #D6E3ED;
  border-bottom: 1px solid #D6E3ED;
  border-left: 1px solid #D6E3ED;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  margin-right:2px;
}
.rebang .rb_head .show{
  border-top: 3px solid var(--theme-color1) ;
  background: var(--theme-bg);
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
.rebang .m2 .rebang2{
  display: none;
}
.rebang .m2 .rebang3{
  display: none;
}
/*新版首页信息流资讯样式start*/
.zixun_tab_new .fast_item{
  width: 100%;
  background:#fff;
  padding:40px 60px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.zixun_tab_new .fast_item .fast_title{
  height: 30px;
  border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.zixun_tab_new .fast_item .fast_title .ft_left{
  float: left;
  margin-top: -10px;
}
.zixun_tab_new .fast_item .fast_title .ft_left span{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  vertical-align: middle;
}
.zixun_tab_new .fast_item .fast_title .ft_left .sp2{
  margin-left: 15px;
  cursor: pointer;
}
.zixun_tab_new .fast_item .fast_title .ft_left .sp3{
  cursor: pointer;
  /*margin-left: 10px;*/
}
.zixun_tab_new .fast_item .fast_title .ft_left .sp3:hover{
  color: var(--theme-color1);
}
.zixun_tab_new .fast_item .fast_title .ft_left img{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-bottom: -3px;
}
.zixun_tab_new .fast_item .fast_title .fm_title{
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  cursor: pointer;
  max-width: 640px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zixun_tab_new .fast_item .fast_title .fm_title:hover{
  color:var(--theme-color1);
  /* color: rgb(228,86,73) !important; */
}
.zixun_tab_new .fast_item .fast_title .ft_right{
  float:right;
}
.zixun_tab_new .fast_item .fast_title .ft_right .sp1{
   font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.zixun_tab_new .fast_item .fast_title .ft_right .sp2{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.zixun_tab_new .fast_item .fast_title .ft_right .sp2 span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.zixun_tab_new .fast_item .fast_title .ft_right .sp2 span:hover{
  color: var(--theme-color1);
}
.zixun_tab_new .fast_item .fast_mid .fm_title{
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.zixun_tab_new .fast_item .fast_mid .fm_title:hover{
  color:var(--theme-color1);
  /* color: rgb(228,86,73) !important; */
}
.zixun_tab_new .fast_item .fast_mid .fm_title .sp1{
  font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #E45649;
    border: 1px solid;
    border-radius: 10px;
    margin-right: 10px;
    
    padding: 0px 10px;
}
.zixun_tab_new .fast_item .fast_mid .fm_title .award_pic{
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.zixun_tab_new .fast_item .fast_mid .fm_title .award1{
  background:url('/public/island/img/topic/ad1.png') no-repeat center center;
  background-size: cover;
}
.zixun_tab_new .fast_item .fast_mid .fm_title .award2{
  background:url('/public/island/img/topic/ad2.png') no-repeat center center;
  background-size: cover;
}
.zixun_tab_new .fast_item .fast_mid .fm_title .award3{
  background:url('/public/island/img/topic/ad3.png') no-repeat center center;
  background-size: cover;
}


.zixun_tab_new .fast_item .fast_mid .fm_txt{
    font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.zixun_tab_new .fast_item .fast_mid .hidefm{
  display: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.zixun_tab_new .fast_item .fast_mid .mid_tuji{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.zixun_tab_new .fast_item .fast_mid .mid_tuji .mtuji_left{
    width: 434px;
    height: 292px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zixun_tab_new .fast_item .fast_mid .mid_tuji .mtuji_left .mtuji_left_img{
  width: 434px;
  height: 292px;
  float: left;
  position: relative;
}
.zixun_tab_new .fast_item .fast_mid .mid_tuji .mtuji_left .mtuji_left_img .mtuji_bg{
  width: 424px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: right;
    color: #ffffff;
    line-height: 32px;
    font-style: normal;
    font-size: 12px;
    padding-right: 10px;
}
.zixun_tab_new .fast_item .fast_mid .mid_tuji .mtuji_right{
  width: 330px;
  float: right;
  height: auto;
  font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    text-align: justify;
    
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    text-indent: 2em;
}

.zixun_tab_new .fast_item .fast_mid .mid_wangkan{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_left{
  width: 273px;
  height: 375px;
  float: left;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_left .wangkan_left_img{
  width: 273px;
  height: 375px;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_right{
  width: 500px;
  float: right;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_right .txthide{
  display: none;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_right .muluhide{
  display: none;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_right .wangkan_right_summary{
  height: auto;
    min-height: 65px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    text-align: justify;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_right .wangkan_mulu_list{
  width: 500px;
    height: 45px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    display: flex;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_right .wangkan_mulu_list .wangkan_mulu_list_left{
  width: 500px;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_right .wangkan_mulu_list .wangkan_mulu_list_right{
  width: 20px;
    height: 45px;
    color: #999999;
    line-height: 45px;
}
.zixun_tab_new .fast_item .fast_mid .mid_wangkan .wangkan_right .wangkan_mulu_list .wangkan_mulu_list_right .wangkan_more{
  width: 555px;
  height: 20px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}

.zixun_tab_new .fast_item .fast_btm{
  margin-top: 30px;
  height: 30px;
  border-top: 1px solid #ccc;
  padding-top:20px;
}
.zixun_tab_new .fast_item .fast_btm .fb_left{
  float:left;
  font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: var(--theme-color1);
line-height: 30px;
}
.zixun_tab_new .fast_item .fast_btm .fb_left .sp1{
  cursor: pointer;
  display: flex;
  align-items: center;
}
.zixun_tab_new .fast_item .fast_btm .fb_left .sp1 img{
  height: 15px;
}
.zixun_tab_new .fast_item .fast_btm .fb_left .sp3{
  color:#999;
  margin-left: 5px;
}
.zixun_tab_new .fast_item .fast_btm .fb_left .sp3:hover{
  color: var(--theme-color1);
}
.zixun_tab_new .fast_item .fast_btm .fb_right{
  float: right;
}
.zixun_tab_new .fast_item .fast_btm .fb_right div{
  width: 130px;
  display: inline-block;
}
.zixun_tab_new .fast_item .fast_btm .fb_right div a{
  height: 20px;
  font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #9B9B9B;
line-height: 30px;
}
.zixun_tab_new .fast_item .fast_btm .fb_right .dv1{
  border-bottom: 0px;
  padding:0px;
}
/* .zixun_tab_new .fast_item .fast_btm .fb_right .dv2 a:hover span{
   color:var(--theme-color1);
}
.zixun_tab_new .fast_item .fast_btm .fb_right .dv3 a:hover span{
   color:var(--theme-color1);
} */
.zixun_tab_new .fast_item .fast_btm .fb_right div .sp1{
  display: inline-block;
    width: 20px;
    height: 20px;
    text-align: right;
}
.zixun_tab_new .fast_item .fast_btm .fb_right div .sp1 img{
  margin-bottom: 5px;
  vertical-align: middle;
}
.zixun_tab_new .fast_item .fast_btm .fb_right div .sp2{
  margin-left: 5px;
}
.zixun_tab_new .fast_item .fast_btm .fb_right div span{
  float:right;
}
.zixun_tab_new .fast_item .fast_btm .fb_right .dv2 .iconfont{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/kpd/img/xfpl1.png') no-repeat center;
  background-size:20px 20px;
  margin-top: 5px;
}
.zixun_tab_new .fast_item .fast_btm .fb_right .dv2:hover .iconfont{
  background: url('/kpd/img/xfpl2.png') no-repeat center;
  background-size:20px 20px;
}

.zixun_tab_new .fast_item .fast_btm .fb_right div .spshare{
  margin-left: 5px;
  
}
.zixun_tab_new .fast_item .fujb{
  position: absolute;
  right: 0px;
  top: 0px;
}
.newsflash-box .sp1{
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url('/kpd/images/p1-11ss.png') center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
}
.newsflash-box .sp1:hover{
  background: url('/kpd/images/p1-11.png') center;
  background-repeat: no-repeat;
}
.newsflash-box .sp2{
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url('/kpd/images/p1-12ss.png') center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 12px;
}
.newsflash-box .sp2:hover{
  background: url('/kpd/images/p1-12.png') center;
  background-repeat: no-repeat;
}
.newsflash-box .sp3{
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url('/kpd/images/p1-13ss.png') center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 12px;
}
.newsflash-box .sp3:hover{
  background: url('/kpd/images/p1-13.png') center;
  background-repeat: no-repeat;
}
.newsflash_message{
  position: fixed;
  top: 30%;
  width: 955px;
  text-align: center;
  z-index: 1000;
  /*display: none;*/
}
.newsflash_message .msgtxt{
  height: 60px;
  background: var(--theme-color1);
  box-shadow: 0px 13px 32px 0px rgba(252, 66, 47, 0.41);
  border-radius: 32px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  margin: 0 auto;
  padding:0 40px;
  display: inline-block;
}
.newsflash_message .msgtxt .sp1{
  width: 24px;
  height: 16px;
  background: url('/kpd/img/png/fast_gou.png') center no-repeat;
  display: inline-block;
}
/*新版首页信息流资讯样式end*/

/*首页信息流的新轮播图样式start*/
.newindex_pics_slide{
    width: 800px;
    height: auto;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 0px 20px;
    box-sizing: border-box;
    display: none;
}
.newindex_pics_slide .slide-container{
  width: 760px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}
.newindex_pics_slide .swiper-slide{
  height: auto;
  display: flex !important;
    align-items: center;
    justify-content: center;
}
.newindex_pics_slide .slide-container .swiper-wrapper .swiper-slide .imgcopyright_blank{
  position: relative;
}
.newindex_pics_slide .slide-container img{
  max-width: 760px;
  max-height: 520px;
  margin: 0 auto;
  vertical-align: middle;
}
.newindex_pics_slide_thumbs{
  width: 760px;
  height: 100px;
    margin: 0px auto;
    margin-top: 10px;

}
.newindex_pics_slide_thumbs .gai_swiper-thumbs{
  width: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newindex_pics_slide_thumbs .swiper-slide{
    width: 80px!important;
    height: 80px;
    border: 2px solid #ffffff;
    margin-left: 5px;
    opacity: 0.5;
}
.newindex_pics_slide_thumbs .swiper-slide img{
  width: 80px;
  height: 80px;
}
.newindex_pics_slide_thumbs .gai_thumb_active{
    width: 80px;
    height: 80px;
    border: 2px solid #f5c41c;
    opacity: 1;
}

/*老板本*/
.newindex_pics_slide1{
    width: 920px;
    height: auto;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 0px 35px;
    box-sizing: border-box;
    display: none;
}
.newindex_pics_slide1 .slide-container{
  width: 850px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}
.newindex_pics_slide1 .swiper-slide{
  height: auto;
  display: flex !important;
    align-items: center;
    justify-content: center;
}
.newindex_pics_slide1 .slide-container .swiper-wrapper .swiper-slide .imgcopyright_blank{
  position: relative;
}
.newindex_pics_slide1 .slide-container img{
  max-width: 850px;
  max-height: 520px;
  margin: 0 auto;
  vertical-align: middle;
}
.newindex_pics_slide_thumbs1{
  width: 850px;
  height: 100px;
    margin: 0px auto;
    margin-top: 10px;

}
.newindex_pics_slide_thumbs1 .gai_swiper-thumbs{
  width: auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newindex_pics_slide_thumbs1 .swiper-slide{
    width: 80px!important;
    height: 80px;
    border: 2px solid #ffffff;
    margin-left: 5px;
    opacity: 0.5;
}
.newindex_pics_slide_thumbs1 .gai_thumb_active{
    width: 80px;
    height: 80px;
    border: 2px solid #f5c41c;
    opacity: 1;
}
/*首页信息流的新轮播图样式end*/
.appreciate-box-share{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}
.appreciate-box-share .sharebx{
    width:380px;
    min-height:0;
    background:#fff;
    border:1px solid rgba(230,230,230,1);
    box-shadow:0 1px 7px 0 rgba(153,152,146,0.24);
    border-radius:3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -282px;
    margin-left: -191px;
}
.appreciate-box-share .sharebx .n1{
    width: auto;
    height: 46px;
    background: white;
    border-bottom:1px solid rgba(230,230,230,1);
    padding: 0 24px;
    position: relative;
}
.appreciate-box-share .sharebx .n1 .n1-l{
    display: inline-block;
    height: 46px;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 46px;
}
.appreciate-box-share .sharebx .n1 .n1-l span{
    height: 44px;
    line-height: 44px;
    float: left;
    font-size:14px;
    font-weight:400;
    color: #464646;
}

.appreciate-box-share .sharebx .n1 .n1-r{
    display: inline-block;
    height: 46px;
    position: absolute;
    right: 0;
}
.appreciate-box-share .sharebx .n1 .n1-r .close{
    width: 46px;
    height: 46px;
    float: right;
}
.appreciate-box-share .sharebx .n1 .n1-r .close a{
    display: block;
    width: 46px;
    height: 46px;
    background: url(/kpd/fiction/capterimg/png/v7.png) center no-repeat;
    background-size: cover;
}
.appreciate-box-share .sharebx .n2{
    padding:30px 50px;
    height: 150px;
    width: 280px;
    margin-top: 0px;
    box-shadow: 0 0 0px;
}
.appreciate-box-share .sharebx .n2 .code1{
    float: left;
    display: inline-block;
}
.appreciate-box-share .sharebx .n2 .code1 .dv1{
    width: 100px;
    height: 100px;
}
.appreciate-box-share .sharebx .n2 .code1 .dv2{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464646;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
}
.appreciate-box-share .sharebx .n2 .code2{
    float: right;
    display: inline-block;
}
.appreciate-box-share .sharebx .n2 .code2 .dv1{
    width: 100px;
    height: 100px;
}
.appreciate-box-share .sharebx .n2 .code2 .dv2{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464646;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
}
.appreciate-box-share .sharebx .n3{
    padding:0px 50px 20px;
}
.appreciate-box-share .sharebx .n3 .dv1{
    display: inline-block;
    
}
.appreciate-box-share .sharebx .n3 .dv1 a .pic{
    background: url('/kpd/fiction/capterimg/png/cp_url.png') no-repeat center;
    background-size: cover;
    width: 42px;
    height: 42px;
    margin-left: 3px;
    margin-bottom: 8px;
}
.appreciate-box-share .sharebx .n3 .dv1 a div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 17px;
}
.appreciate-box-share .sharebx .n3 .dv2{
    margin-left: 64px;
    display: inline-block;
}
.appreciate-box-share .sharebx .n3 .dv2 a .pic{
    background: url('/kpd/fiction/capterimg/png/wbpic.png') no-repeat center;
    background-size: cover;
    width: 42px;
    height: 42px;
    margin-left: 4px;
    margin-bottom: 8px;
}
.appreciate-box-share .sharebx .n3 .dv2 a div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 17px;
}
.appreciate-box-share .sharebx .n3 .dv3{
    margin-left: 63px;
    display: inline-block;
}
.appreciate-box-share .sharebx .n3 .dv3 a .pic{
    background: url('/kpd/fiction/capterimg/png/qqpic.png') no-repeat center;
    background-size: cover;
    width: 42px;
    height: 42px;
    margin-left: 3px;
    margin-bottom: 8px;
}
.appreciate-box-share .sharebx .n3 .dv3 a div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 17px;
}