/***********************顶部固定菜单 开始***********************/
input{
    outline:none;
}
li{
    list-style: none;
}
.hb_header {
    text-align: left;
    width: 100%;
    height: 60px;
    position: fixed;
    _position:fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #FFFFFF;
}
.hb_header_main {
    width: 1090px;
    height: 60px;
    margin: 0 auto;
}

.hb_logo {
    width: 140px;
    height: 60px;
    float: left;
    overflow: hidden;
}

.hb_logo img {
    height: 63px;
    /* width: auto; */
}

.hb_menu {
    width: 948px;
    height: 60px;
    float: left;
}

ul.hb_menu_list {
    display: inline-block;
}

ul.hb_menu_list li {
    float: left;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    margin-right: 20px;
    padding: 0 2px;
    border-bottom: 3px solid #FFFFFF;
}

ul.hb_menu_list li a {
    font-size: 18px;
    color:#828a92;
}

ul.hb_menu_list li:hover, ul.hb_menu_list li.hb_menu_cur {
    border-bottom: 3px solid #EF2F11;
}

ul.hb_menu_list li:hover a, ul.hb_menu_list li.hb_menu_cur a {
    text-decoration: none;
    color: #EF2F11;
}

.hb_search {
    width: 300px;
    height: 60px;
    float: right;
    position: relative;
}

.so_text {
    position: absolute;
    left: 0;
    bottom: 8px;
    border: 0;
    border: none;
    font-size: 14px;
    width: 290px;
    padding: 5px 0 5px 10px;
    display: inline-block;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
}

.so_button {
    max-width:20px;max-height:20px;
    position: absolute;
    right: 0;
    bottom: 13px;
    background: url(../images/so_button.png) no-repeat;
    background-size: cover;
    border: 0;
    border: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    outline: none;
}

.hb_header_line {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #F2F2F2;
}

/*顶部固定菜单 结束*/

/***********************主体左右栏布局 开始***********************/
.hb_main {
    width: 1090px;
    margin: 0 auto;
    padding-top: 60px;
}

.hb_main_l {
    width: 750px;
    float: left;
}

.hb_main_r {
    width: 300px;
    float: right;
}

/***********************主体左右栏布局 结束***********************/


/*焦点图 开始*/
.hb_force {
    position: relative;
    overflow: hidden;
    border: 1px solid white;
    width: 750px;
    height: 432px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.hb_force_c {
    width: 750px;
    height: 5px;
    clear: both;
    background: #000000;
}
.hb_force_c span {
    width:150px;
    height: 1px;
    float: left;
    display: inline-block;
    background: rgba(0, 0, 0, .6);
}
.hb_force_c span.hb_force_c_active {
    border-bottom: 4px solid #EF2F11;
}


.hb_force_item {
    width: 750px;
    height: 432px;
    overflow: hidden;
    /*background-size: 750px 230px;*/
    position: relative;
}
.hb_force_item img {
    width: 750px;
    height: 432px;
}
.hb_force_item a {
    text-decoration: none;
    color: #FFFFFF;
}

p.hb_force_tip {
    width: 730px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    background: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 10px;
    font-size: 18px;
}
.slick-arrow{
    z-index: 11;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    width: 50px;
    height: 50px;
    outline: transparent;
    cursor: pointer;
}
.icon-angle-left{
    background:url("../images/left.png");
    background-size: cover;
    left: 15px;
}
.icon-angle-right{
    background:url("../images/right.png");
    background-size: cover;
    right: 15px;
}

/*焦点图 结束*/
.hb_block_pic {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
}

ul.hb_block_pic_list {
    /*display: inline-block;*/
}

ul.hb_block_pic_list li {
    display: inline-block;
    width: 240px;
    height: 140px;
    float: left;
    background: #505050;
    position: relative;
    overflow:hidden;
    border: 0px solid white;
    border-radius: 5px;
}

ul.hb_block_pic_list li img {
    display: inline-block;
    width: 240px;
    height: 140px;
}
img{
    -webkit-transition: all .7s;
    transition: all .7s;
}
img:hover {
    -webkit-transition: all .7s;
    transition: all .7s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
ul.hb_block_pic_list li span {
    /*height: 40px;*/
    width: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    background: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    text-align: left;
    padding: 5px 10px;
}

ul.hb_block_pic_list li span a {
    color: #FFFFFF;
    font-size: 14px;
}

ul.hb_block_pic_list li span a:hover {
    text-decoration: none;
}

/***********************第二种列表样式 开始***********************/



.hb_block_mix {
    width: 100%;
    clear: both;
}

.hb_tl_mix_item{
    overflow: hidden;
    padding: 16px 0;
}
.hb_tl_mix_item img{
    display: block;
}
.hb_tl_mix_item:hover{
    cursor: pointer;
    background-color: #f6f6f6;
}
.hb_tl_mix_item h3 a{
    display: inline-block;
    margin-bottom: 5px;
    font-size: 22px;
}
.hb_tl_mix_item h3 a:hover{
    cursor: pointer;
    background-color: #f6f6f6;
}
.hb_block_mix_item {
    padding: 20px 0;
    height: 150px;
    overflow: auto;
    position: relative;
}
.hb_block_mix_item:hover{
    cursor: pointer;
    background-color: #f6f6f6;
}
.hb_bmitlist{
    padding: 16px 0;
}
/*.hb_bmitlist:hover{*/
    /*background-color: #f6f6f6;*/
/*}*/
.hb_bmil {
    width: 260px;
    height: 150px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 20px;
}
.hb_bmil img {
    width: 255px;
    height: 150px;
}

.hb_bmil span {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    padding: 6px;
    border-radius: 10px;

}

.hb_bmil .hb_bmil_video_ico {
    background: url(../images/viedo_ico.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 255px;
    height: 150px;
}

.hb_bmit h3, .hb_bmit h3 a {
    margin-bottom: 5px;
    font-size: 22px;
}
.hb_bmit h3, .hb_bmit h3 a:hover{
    color: #366df0;
}
.hb_bmit h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.hb_bmit p {
    max-height: 66px;
    line-height: 1.6;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
}

.hb_bmif {
    height: 24px;
}

.hb_bmif_l {
    float: left;
}
.hb_bmif_l span:first-child:hover{
    color:#4285f4;
}
.hb_bmif_r {
    float: right;
}


/*标签样式 开始*/
span.hb_mix_tag {
    display: inline-block;
    color: #999;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    float: left;
}

span.hb_mix_tag_img {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    float: left;
}

span.hb_mix_tag_img img {
    border-radius: 12px;
}

.hb_mix_tag_none {
    padding: 0 0 0 10px;
}

.hb_mix_tag_sell {
    padding: 0 0 0 26px;
    background: url(../images/tag.png) no-repeat 5px center;
}

.hb_mix_tag_view {
    padding: 0 0 0 26px;
    background: url(../images/view.png) no-repeat 5px center;
}
/*标签样式 结束*/

/***********************第二种列表样式 结束***********************/
.hb_block_pic4 {
    width: 100%;
    clear: both;
}
ul.hb_block_pic4_list {
    padding: 10px 0;
    clear: both;
    display: block;
    height: 105px;
}
ul.hb_block_pic4_list li {
    display: inline-block;
    width: 180px;
    height: 105px;
    overflow: hidden;
    float: left;
    position: relative;
}
ul.hb_block_pic4_list img {
    width: 180px;
    height: 105px;
}
ul.hb_block_pic4_list li span {
    position: absolute;
    right:5px;
    bottom: 10px;
    padding:3px 10px;
    border-radius: 3px;
    background-color: rgba(0,0,0,.6);
    color: #ffffff;
}
/*首页 下拉加载更多开始*/
.hb_block_llist {
    clear: both;
    width: 100%;
}
.hb_block_loading {
    clear: both;
    height: 48px;
    width: 100%;
    background: url(../images/loading.gif) no-repeat center center;
}
/*首页 下拉加载更多结束*/

.hb_forcer {
    width: 300px;
    height: 230px;
    overflow: hidden;
}


/*热点列表样式 开始*/
.hot-img{
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
}
.hot-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.hot-img span{
    position: absolute;
    left: 12px;
    display: inline-block;
    width: 54px;
    height: 20px;
    background-color: #ff4343;
    background-size: cover;
    z-index: 10;
}
.hottop2{
    background-color: #ff9035!important;
}
.hottop2:before{
    border-top-color:#ff9035!important;
}
.hottop2:after{
    border-top-color:#ff9035!important;
}
.hot-img span:before{
    position: absolute;
    top:20px;
    content: "";
    width: 0;
    height: 0;
    border-top:6px solid #ff4343;
    border-right: 27px solid transparent;
}
.hot-img span:after{
    position: absolute;
    top:20px;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-top:6px solid #ff4343;
    border-left: 27px solid transparent;
}
.hot-img span b{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.hot-img .hot-title{
    position: absolute;
    bottom: 0;
    padding: 14px 20px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    font-size: 14px;
    border-radius: 0 0 4px 4px;
}

.hb_box_hot_tit {
    border-top:8px solid #f43192;
    height: 50px;
    line-height: 50px;
    background: #F9F9F9;
    border-radius: 3px 3px 0 0;
    font-size: 20px;
    font-weight: bold;
}
.hbdj{
    border-top:8px solid #f7ad19;
}
.ystj{
    border-top:8px solid #222;
}
.mxxz{
    border-top:8px solid #6645dd;
}
.hb_ico_hot {
    float: left;
    display: flex;
    width: 50px;
    height: 50px;
    background: url(../images/ico_hot.png) no-repeat 10px center;
    background-position: center;
}
.hb_ico_rec {
    float: left;
    display: flex;
    width: 50px;
    height: 50px;
    background: url(../images/ico_rec.png) no-repeat;
    background-position: center;
}
.hb_bhtl {
    width: 122px;
    height: 70px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.hb_bhtl span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 0 10px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 4px 0 0 0;
    z-index: 2;
}
.hb_bhtl img {
    width: 120px;
    height: 70px;
}
.video_ico {
    background: url(../images/viedo_ico.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.hb_bhtr p {
    height: 46px;
    line-height: 23px;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    padding: 0 0 5px 0;
}
.hb_bhtr p a:hover{
    color: #366df0;
}
/*热点列表样式 结束*/


/*编辑推荐列表 开始*/
ul.hb_ico_rec_list {
    display: inline-block;
}

ul.hb_ico_rec_list li {
    display: inline-block;
    width: 300px;
    height:172px;
    float: left;
    background: #505050;
    position: relative;
    overflow: hidden;
}

ul.hb_ico_rec_list li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}



ul.hb_ico_rec_list li span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    background: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    text-align: left;
    padding: 8px 10px;
}

ul.hb_ico_rec_list li span a {
    color: #FFFFFF;
    font-size: 14px;
}

ul.hb_ico_rec_list li span a:hover {
    text-decoration: none;
}
/*编辑推荐列表 结束*/

/*方形样式*/
.hb_box_square {
    width: 100%;
    clear: both;
}
ul.hb_box_square_list {
    display: inline-block;
    vertical-align: top;
}
.hb_box_square_list li {
    display: inline-block;
    width: 145px;
    float: left;
}
.hb_box_square_list li:nth-child(odd){
    margin-right: 10px;
}
.hb_box_square_list span {
    display: inline-block;
    width: 145px;
    height: 95px;
    overflow: hidden;
}
.hb_box_square_list img {
    display: inline-block;
    width: 145px;
    height: 95px;
}
.hb_box_square_list em {
    display: inline-block;
    width: 145px;
    white-space:nowrap;
    overflow: hidden;
}
.hb_box_square_list a {
    font-size: 14px;
}
.hb_box_square_list a:hover {
    color: #EF2F11;
}

.hb_location {
    width: 100%;
    clear: both;
}
.hb_location p {
    width: 100%;
    clear: both;
    font-size: 14px;
    padding: 0 0 0 10px;
    height: 26px;
    line-height: 26px;
}
.hb_location a {
    width: 100%;
    clear: both;
}
.hb_location a:hover {
    color: #EF2F11;
}

/*页面底部样式 开始*/
.hb_footer {
    width: 100%;
    background: #2D3237;
}
.hb_ft {
    width: 1090px;
    margin: 0 auto;
    height: 160px;
    padding: 10px 0 0 0;
    position: relative;
}
.hb_ft_l {
    width: 230px;
    height: 260px;
    float: left;
}
.hb_ft_l p img {
    display: block;
    padding: 20px 0 10px 0;
}
.hb_ft_l p {
    font-size: 18px;
    color: #F2F2F2;
    font-weight: normal;
}
.hb_ft_c {
    width: 560px;
    height: 160px;
    float: left;
}
.hb_ft_c.st_autowidth{width:100%}
.hb_ft_r {
    width: 300px;
    height: 260px;
    float: left;
}
dl.hb_ft_list {
    color: #F2F2F2;
}
dl.hb_ft_list a {
    color: #F2F2F2;
}
dl.hb_ft_list dt {
    display: block;
    font-size: 18px;
    padding: 15px 0;
}
dl.hb_ft_list dd {
    display: inline-block;
    width:100px;
    height: 22px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}
dl.hb_ft_list dd,dl.hb_ft_list dd a {
    color: #A8A8A8;
}


dl.hb_ft_list2 {
    color: #F2F2F2;
}

dl.hb_ft_list2 dt {
    color: #F2F2F2;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-top:15px;
}

dl.hb_ft_list2 dd {
    color: #A8A8A8;
}
.hb_ft_about {
    width: 1090px;
    height: 95px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #444D55;
    padding-top:15px;
}
.hb_ft_about img {
    float: right;
    padding: 20px 10px 0 0;
}
.hb_ft_about p {
    display: block;
    color: #A8A8A8;
    text-align: center;
    line-height: 22px;
    font-size:14px;
}
.hb_ft_about p.hb_linkp {
    padding:15px 0 0 0;
}
.hb_ft_about p a {
    color: #B1D1E8;
    padding: 0 10px;
}
/*页面底部样式 结束*/

/*花边独家浏览更多*/
.hbdjmore{
    display: block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin: 0 auto;
    border: 1px solid #4285f4;
    text-align: center;
    color: #4285f4;
}

/*右侧轮播滚动*/
.ad_hide{
    display: none;
}
.hb_ad span.ad_active{
    background: url("../images/activeround.png") no-repeat;
    background-position: center;
}
.hb_ad span{
    cursor: pointer;
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/round.png") no-repeat;
    background-position: center;
}

.hb_ad{
    z-index: 3;
    right:10px;
    height: 30px;
    position: absolute;
    bottom: 10px;
}