@charset "UTF-8";
/* 首页主体部分start */
/* 首页左右两侧广告 */
.pc_index .ad_left{
    width: 150px;
    height: 180px;
    border-radius:4px;
    border:1px solid rgba(193,157,98,0.2);
    position: absolute;
    left: -190px;
    top: 0px;
}
.pc_index .ad_right{
    width: 150px;
    height: 180px;
    border-radius:4px;
    border:1px solid rgba(193,157,98,0.2);
    position: absolute;
    right: -190px;
    top: 0px;
}
.pc_index .ad_left img,
.pc_index .ad_right img{
    width: 150px;
    height: 142px;
}
.pc_index .ad_left .ad_info,
.pc_index .ad_right .ad_info{
    font-size:18px;
    color:#C19D62;
    border-top:1px solid #F6EDDC;
    margin-left: 10px;
    margin-right:10px;
    font-weight: 500;
    padding-top:4px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}
.pc_index .ad_left_close,
.pc_index .ad_right_close{
    width: 28px;
    height: 41px;
    /* background: pink; */
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/ad_side_close.png);
    cursor: pointer;
}
.p1 img{width: 100%;}
/* 首页头部banner start */

.pc_index .top_banner {
    height: 1080px;
    background: #B70B0B;
    position: relative;
}
.pc_index .top_banner_close{
	width:28px;
   height:28px;
   position:absolute;
   top:-255px;
   right:0px;
   background:url(../images/topBannerClose.png);
   cursor: pointer;
   background-size: 28px 28px;
}
.pc_index .top_banner .top_banner_1 {
    height: 262px;
    /* margin: 0 auto; */
}

.pc_index .top_banner .top_banner_1 img {
    width: 100%;
    height: 262px;
}
.pc_index .topBanner_topNews{
    width: 1000px;
    margin: 30px auto 0px;
    position: relative;
    z-index: 99;
}
.pc_index .topBanner_topNews a{
    color: #FFFFCB;
}
.pc_index .topBanner_topNews .topBanner_firstLine .top_title{
    /* padding-left: 123px; */
    font-size: 20px;
    font-weight: bold;
    width: 1000px;
    text-align: center;
}
.pc_index .topBanner_topNews .topBanner_secondLine{
    margin-top: 16px;
}
.pc_index .topBanner_topNews .topBanner_secondLine .top_list_div{
    width: 1000px;
}
.pc_index .topBanner_topNews .topBanner_secondLine .top_ul{
    /*width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;*/
    text-align:center;
}
.pc_index .topBanner_topNews .top_list_div .top_ul li{
    /*float: left;*/
    font-size: 14px;
    margin-right: 30px;
    font-weight: normal;
   display:inline-block;
   
}
.pc_index .topBanner_topNews .top_list_div .top_ul li:last-child {
    margin-right: 0px;
}
/* 轮播开始 */
.pc_index .topBanner_lb{
    width:1000px;
    height:426px;
    background:rgb(144,4,5);
    margin-top: 30px;
    position: relative;
}
.pc_index .topBanner_lb .swiper-container {
    width: 100%;
    height: 100%;
}
.pc_index .topBanner_lb .swiper-slide{
    width: 1000px;
    height: 426px;
}
.pc_index .topBanner_lb .swiper-slide .div_left{
    width: 750px;
    height: 426px;
    float: left;
}
.pc_index .topBanner_lb .swiper-slide .div_left img{
    width: 750px;
    height: 426px;
}
.div_right{
    width: 200px;
    height: 386px;
    padding: 40px 25px 0px;
    float: right;
}
.div_right a{
    color: #FFFFCB;
}
.div_right .title{
    color: #FFFFCB;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    /* width: 200px; */
}
.div_right .des{
    color: #FFFFCB;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #AB0909;
}
.pc_index .topBanner_lb .swiper-button-prev {
    width: 8px !important;
    height: 14px !important;
    background-image: url(../images/banner_arrow_prev.png) !important;
    outline: none;
    background-size: 8px 14px !important;
    position: absolute;
    left: 776px;
    margin-top: 166px!important;
}

.pc_index .topBanner_lb .swiper-button-next {
    width: 8px !important;
    height: 14px !important;
    background-image: url(../images/banner_arrow_next.png) !important;
    outline: none;
    background-size: 8px 14px !important;
    position: absolute;
    right: 34px;
    margin-top: 166px!important;
}
#bannerlb-index{
    font-size:18px;
    color:#FFFFCB;
    position: absolute;
    right: 130px;
    bottom: 30px;
}

/* 轮播结束 */
.topBanner_newsList{
    width: 960px;
    height: 145px;
    background: #fff;
    padding: 25px 20px 0px;
}
.topBanner_newsList .topBanner_newsList_left{
    width: 480px;
    /* background: pink; */
    float: left;
}
.topBanner_newsList_left_p{
    font-size:18px;
    font-weight:bold;
    color:#B7020A;

}
.pc_index .topBanner_topNews .topBanner_newsList_left_p a{
	color:#B7020A;
}
/*.pc_index .topBanner_topNews .bz{
    background:rgba(183,2,10,1);
	  border-radius:2px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 16px;
    display: inline-block;
}
.pc_index .topBanner_topNews .bz a{
	  color: #fff;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    height: 10px;
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.9);
}*/
.pc_index .topBanner_topNews .bz{
    color: #fff;
    border-radius:2px;
    font-size: 10px;
    /* line-height: 16px; */
    display: inline-block;
    /* height: 18px; */
    /* width: 50px; */
    position: absolute;
    left: 0px;
    top: 50%;
    background:rgb(183,2,10);
    transform: translateY(-50%);
    text-align: center;
    padding: 2px 3px;
}



.topBanner_newsList_left_ul{
    margin-top: 15px;
}
.pc_index .topBanner_topNews .topBanner_newsList_left_ul li p a{
	color:#333333;
}
.topBanner_newsList_left_ul li{
    position: relative;
    padding-left: 58px;
    margin-bottom: 14px;
}
.topBanner_newsList .topBanner_newsList_right{
    width: 454px;
    /* background: pink; */
    float: right;
}
.topBanner_newsList .topBanner_newsList_right_ul li{
    width: 138px;
    margin-right: 20px;
    font-size:12px;
    line-height: 18px;
    float: left;
}
.topBanner_newsList .topBanner_newsList_right_ul li:last-child{
    margin-right: 0px;
}
.topBanner_newsList .topBanner_newsList_right_ul li a{
    color: #222;
}
.topBanner_newsList .topBanner_newsList_right_ul li img{
    width: 138px;
    height: 78px;
    vertical-align: middle;
}
.topBanner_newsList .topBanner_newsList_right_ul li .title{
    margin-top: 10px;
}


.topBanner_bottomList{
    width: 1000px;
    height: 58px;
    background: #BF0200;
    margin-top: 20px;
}
.topBanner_bottomList .topBanner_bottomList_left{
    width: 196px;
    height: 58px;
    color: #fff;
    font-size: 12px;
    float: left;
    padding-left: 40px;
    position: relative;
}
.topBanner_bottomList .topBanner_bottomList_left .ln a{
	color:#fff;
}
.topBanner_bottomList .topBanner_bottomList_left .ln{
    font-size: 14px;
    font-weight: 600;
}


.topBanner_bottomList_right{
    width: 764px;
    height: 58px;
    float: right;
    background:url(../images/top_banner_bottom_whitebg.png) no-repeat;
    color: #333;
    font-size: 12px;
    
}
.ln,
.rn{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ln{
    width: 40px;
}
.rn{
    width: 120px;
    margin-left: 40px;
    line-height: 20px;
}
.topBanner_bottomList_right .rn a{
   color: #333;
}
.topBanner_bottomList_right .ln{
    font-size: 14px;
    color: #B7020A;
    font-weight: 600;
}
.topBanner_bottomList_right .ln a{
	color: #B7020A;
}
.topBanner_bottomList_right ul li.con{
    width: 181px;
    height: 58px;
    float: left;
    position: relative;
    padding-left: 65px;
}
.topBanner_bottomList_right ul li.split{
	width: 12px;
    height: 58px;
    float: left;
    background:url(../images/top_banner_bottom_split.png) no-repeat;
    background-size: 12px 60px;
}




.top_mask_div{
  	 width: 100%;
    height: 310px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}
.top_mask_div img {
    width: 100%;
    height: 100%;
}










/* 首页头部banner end */


.pc_index .index_body {
    width: 1000px;
    /* height: 600px; */
    margin: 20px auto 30px;
    /* background-color: pink; */
}

/* 广告部分1 */
.pc_index .adtop{
   width:1000px;
   position:relative;
   /*margin:20px auto;*/
}
.pc_index .adtop .first_banner_close{
   width:28px;
   height:28px;
   position:absolute;
   top:-13px;
   right:-13px;
   background:url(../images/topBannerClose.png);
   cursor: pointer;
   background-size: 28px 28px;
}
.pc_index .adtop img{
   width:1000px;
	height:93px;
}
.pc_index .index_body .ad1{
    position: relative;
}
.pc_index .index_body .ad1>a>img{
  width:1000px;
	height:93px;
}
.pc_index .index_body .ad2 {
    margin-top: 15px;
}

.pc_index .index_body .ad2 .ad_2 {
    float: left;
    margin-right: 14px;
}
.pc_index .index_body .ad2 .ad_2 img{
	 width: 324px;
    height: 93px;
}
.pc_index .index_body .ad2 .ad_2:last-child {
    margin-right: 0px;
}

.pc_index .index_body .ad3 {
    margin-top: 15px;
}

.pc_index .index_body .ad3 .ad_3 {
    float: left;
    margin-right: 14px;
}
.pc_index .index_body .ad3 .ad_3 img{
	width: 493px;
   height: 93px;
}

.pc_index .index_body .ad3 .ad_3:last-child {
    margin-right: 0px;
}

.pc_index .index_body .ad4 {
    margin-top: 15px;
}
.pc_index .index_body .ad4 img{
  width:1000px;
	height:93px;
}
.pc_index .index_body .ad5 {
    margin-top: 20px;
}
.pc_index .index_body .ad5 img{
   width:1000px;
    height:93px;
}
.pc_index .index_body .ad6 {
    margin-top: 15px;
}

.pc_index .index_body .ad6 .ad6_1 {
    width: 673px;
    float: left;
}
.pc_index .index_body .ad6 .ad6_1 img{
    width: 673px;
    height: 93px;
}
.pc_index .index_body .ad6 .ad6_2 {
    width: 299px;
    float: right;
}
.pc_index .index_body .ad6 .ad6_2 img{
    width: 299px;
    height: 93px;
}
.pc_index .index_body .ad7{
    width: 674px;
    margin-top: 30px;
}
.pc_index .index_body .ad7 img{
    width: 674px;
    height: 93px;
}
.pc_index .index_body .ad8 {
    margin-top: 20px;
}
.pc_index .index_body .ad8 img{
  	  width:1000px;
  	  height:93px;
}
/* 头条 */

.pc_index .top_content {
    //padding-top: 24px;
  	padding: 24px 0;
    //margin-top: 15px;
    width: 1002px;
    //height: 110px;
    background: url(../images/top_bg.png)  0 center no-repeat;
    position: relative;
  	//background-size: 1002px 134px;
    background-size: 1002px 100%;
}

.pc_index .top_img_div {
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.pc_index .top_img_div a{
	 display: block;
}
.pc_index .top_img_div img{
	vertical-align: middle;
   	width: 50px;
   	height: 104px;
}
.pc_index .first_top {
    position: relative;
  	//height: 140px;
  	//overflow: hidden;
  	margin-top: 10px;
}
.pc_index .first_top p {
  	//animation: scroll 8s linear infinite;
}
@keyframes scroll {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-100%);
    }
}
.pc_index .first_top .top_title {
    padding-left: 123px;
    font-size: 28px;
    line-height:40px;
    font-weight: bold;
    width: 825px;
    //text-align: center;
    margin-top:-15px;
  	padding-bottom:15px;
}

.pc_index .first_top .top_title a {
    color: #333;
    display: flex;
  	align-items:flex-start;
  	margin-bottom: 10px;
    //align-items: center;
    //justify-content: center;
}
.pc_index .first_top .top_title a .point-icon {
	width: 10px;
  	height: 10px;
  	margin: 15px 15px 0 0;
    background-color: #FF0000;
}
.pc_index .first_top .top_title a .span-title {
	width: 800px;
}
.pc_index .top_list {
    /* padding-left: 123px; */
    margin-top: 16px;
    display:none;
}

.pc_index .top_list .top_list_div {
    padding-left: 123px;
    width: 825px;
}

.pc_index .top_list .top_ul {
    /* float: left; */
    /* position: absolute; */
    /*width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;*/
    text-align:center;
}

.pc_index .top_list .top_ul .top_li {
    /*float: left;*/
    font-size: 14px;
    margin-right: 8px;
    display:inline-block;
}

.pc_index .top_list .top_ul .top_li a {
    color: #222;
}

.pc_index .top_list .top_ul .top_li:last-child {
    margin-right: 0px;
}

.pc_index .top_list .top_ul .top_split {
    color: #999;
    padding: 0px 8px;
}

/* 轮播 */

.pc_index .lb_div {
    width: 1000px;
    height: 420px;
    margin: 15px auto;
    /* background: yellow; */
    position: relative;
}

.pc_index .lb_div .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.pc_index .lb_div .gallery-top {
    width: 732px;
    height: 420px;
    float: left;
    border-radius: 7px 0px 0px 7px;
}

.pc_index .lb_div .gallery-top .swiper-slide .lb_mask {
    width: 732px;
    height: 141px;
    background: url(../images/index_lb_mask.png);
    position: absolute;
    left: 0px;
    bottom: 0px;
  	 z-index: 9999;
  background-size: cover;
}

.pc_index .lb_div .gallery-top .lb_img img {
    width: 732px;
    height: 420px;
    vertical-align: middle;
}

.pc_index .lb_div .gallery-top .lb_content {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 999999;
}

.pc_index .lb_div .gallery-top .lb_content a {
    font-size: 24px;
    color: #fff;
}

.pc_index .lb_div .gallery-thumbs {
    width: 267px;
    height: 420px;
    border-radius: 0px 7px 7px 0px;
    float: right;
}

.pc_index .lb_div .gallery-thumbs .lb_img img {
    width: 267px;
    height: 141px;
    vertical-align: middle;
}

.pc_index .lb_div .gallery-thumbs .swiper-slide {
    /* opacity: 0.8; */
    position: relative;
}
.pc_index .lb_div .gallery-thumbs .swiper-slide:nth-child(2){
	 height: 141px!important;
    margin:1px 0px;
}

.pc_index .lb_div .gallery-thumbs .swiper-slide .lb_mask {
    width: 267px;
    height: 141px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_index .lb_div .gallery-thumbs .swiper-slide-thumb-active .lb_mask {
    background: rgba(0, 0, 0,0);
}

.pc_index .lb_div .gallery-thumbs .swiper-button-prev {
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}

.pc_index .lb_div .gallery-thumbs .swiper-button-next {
    top: 540px;
    left: 50%;
    transform: translateX(-50%);
}

.pc_index .lb_div .gallery-thumbs .swiper-button-prev.swiper-button-white {
    width: 23px;
    height: 13px;
    background-image: url(../images/arrow_top.png);
    background-size: 23px 13px;
}

.pc_index .lb_div .gallery-thumbs .swiper-button-next.swiper-button-white {
    width: 23px;
    height: 13px;
    background-image: url(../images/arrow_bottom.png);
    background-size: 23px 13px;
}

/* 第一行 */

.pc_index .firstLine_list {
    width: 1000px;
    /* height: 300px; */
    /* background: pink; */
    margin: 30px auto 0px;
}

/* 热点新闻 */
/*滑块*/
.pc_index .slideTxtBox .hd {
    height: 46px;
    position: relative;
    border-bottom: 2px solid rgba(193,157,98,0.08);
    background: url(../images/column_title_bg.png) no-repeat;
    padding-left: 20px;
}
.pc_index .slideTxtBox .hd ul li {
    height: 46px;
    line-height: 46px;
    float: left;
    color: #C19D62;
    cursor: pointer;
    font-size:18px;
    margin-right: 32px;
    font-weight:400;
}

.pc_index .slideTxtBox .hd ul li a {
    color: #C19D62;
}

.pc_index .slideTxtBox .hd ul li:last-child {
    margin-right: 0px;
}

.pc_index .slideTxtBox .hd ul li.on {
    line-height: 42px;
    color: #222;
    font-size:24px;
}

.pc_index .slideTxtBox .hd ul li.on a {
    color:#C19D62;
}
.pc_index .slideTxtBox .hd ul li.on a span{
	color:#C5302C;
}
.pc_index .hot_news_firstLine {
    margin-top: 24px;
}

.pc_index .firstLine_list .hot_news {
    width: 674px;
    float: left;
    /* background: yellow; */
}

.pc_index .hot_news_firstLine_left {
    width: 449px;
    /*ight: 216px;*/
    /* background: #bfa; */
    float: left;
}

.pc_index .hot_news_firstLine_left .hot_news_firstLine_left_ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}

.pc_index .hot_news_firstLine_left .hot_news_firstLine_left_ul li:first-child, .pc_index .hot_news_firstLine_left .hot_news_firstLine_left_ul li:nth-child(4) {
    font-weight: bold;
}

.pc_index .hot_news_firstLine_left .hot_news_firstLine_left_ul li a {
    color: #222;
}

.pc_index .hot_news_firstLine_left .hot_news_firstLine_left_ul li:last-child {
    margin-bottom: 0px;
}

.pc_index .hot_news .hot_news_firstLine .hot_news_firstLine_right {
    width: 206px;
    height: 205px;
    /* background: pink; */
    float: right;
  	 position: relative;
}
.pc_index .hot_news .hot_news_firstLine .hot_news_firstLine_right .duration {
    width: 39px;
    height: 21px;
    line-height: 21px;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.48) url(../images/duration_left.png) no-repeat 8px center;
    padding-left: 19px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 142px;
    top: 108px;
    z-index: 999;
}
.pc_index .hot_news .hot_news_firstLine .hot_news_firstLine_right img {
    width: 206px;
    height: 135px;
    vertical-align: top;
}

.pc_index .hot_news .hot_news_firstLine .hot_news_firstLine_right .info {
    width: 206px;
    height: 56px;
    padding-top: 8px;
    font-size: 16px;
    line-height: 28px;
}

.pc_index .hot_news .hot_news_firstLine .hot_news_firstLine_right .info a {
    color: #222;
}

.pc_index .hot_news .hot_news_secondLine {
    margin-top: 22px;
}

.pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li {
    width: 206px;
    height: 205px;
    float: left;
    margin-right: 28px;
    position: relative;
}
.pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li .duration {
    width: 39px;
    height: 21px;
    line-height: 21px;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.48) url(../images/duration_left.png) no-repeat 8px center;
    padding-left: 19px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 142px;
    top: 108px;
    z-index: 999;
}
.pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li:last-child {
    margin-right: 0px;
}

.pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li img {
    width: 206px;
    height: 135px;
    vertical-align: top;
}

.pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li .info {
    width: 206px;
    height: 56px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
}

.pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li .info a {
    color: #222;
}

/* 领导要闻 */

.pc_index .firstLine_list .leader_news {
    width: 299px;
    float: right;
    /* background: green; */
}

.pc_index .firstLine_list .leader_news .leader_news_hasPic {
    margin-top: 24px;
    /* background: pink; */
}

.pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li {
    width: 310px;
    height: 89px;
    /* background: yellow; */
    margin-bottom: 18px;
    position: relative;
}
.pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li .duration {
    width: 39px;
    height: 21px;
    line-height: 21px;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.48) url(../images/duration_left.png) no-repeat 8px center;
    padding-left: 19px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 55px;
    top: 52px;
    z-index: 999;
}
.pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li:last-child {
    margin-bottom: 0px;
}

.pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li .img_a {
    float: left;
}

.pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li img {
    /*float: left;*/
    width: 118px;
    height: 89px;
    vertical-align: top;
}

.pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li .info {
    float: right;
    width: 177px;
    /* background: green; */
    font-size: 16px;
    line-height: 23px;
}

.pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li .info a {
    color: #222;
}

.pc_index .firstLine_list .leader_news .leader_news_noPic {
    margin-top: 10px;
    /* height: 234px; */
    /* background: pink; */
}

.hot_news_firstLine_left_ul{
    margin-top: 25px;
}

.pc_index .firstLine_list .leader_news .leader_news_noPic .leader_news_noPic_ul li,.hot_news_firstLine_left_ul li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 17px;
}

.pc_index .firstLine_list .leader_news .leader_news_noPic .leader_news_noPic_ul li:first-child, .pc_index .firstLine_list .leader_news .leader_news_noPic .leader_news_noPic_ul li:nth-child(4),.hot_news_firstLine_left_ul li:first-child,.hot_news_firstLine_left_ul li:nth-child(4) {
    font-weight: bold;
}

.pc_index .firstLine_list .leader_news .leader_news_noPic .leader_news_noPic_ul li a,.hot_news_firstLine_left_ul li a{
    color: #222;
}

.pc_index .firstLine_list .leader_news .leader_news_noPic .leader_news_noPic_ul li .list_style,.hot_news_firstLine_left_ul li .list_style{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #C19D62;
    opacity: 0.18;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}

/* 第二行 */

.pc_index .secondLine_list {
    width: 1000px;
    margin: 0px auto 0px;
}

.pc_index .secondLine_list .secondLine_list_left {
    width: 674px;
    /* height: 700px; */
    /* background: yellowgreen; */
    float: left;
}


/* 广电精选 */

.pc_index .secondLine_list .secondLine_list_left .gd_select {
    width: 674px;
}

.pc_index .gd_select .gd_select_firstLine {
    margin-top: 26px;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li {
    width: 206px;
    margin-right: 18px;
    float: left;
    /* background: orange; */
    position: relative;
    margin-bottom: 18px;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .duration {
    width: 39px;
    height: 21px;
    line-height: 21px;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.48) url(../images/duration_left.png) no-repeat 8px 6px;
    background-size: 7px 8px;
    padding-left: 19px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 142px;
    top: 108px;
    z-index: 999;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li:last-child {
    margin-right: 0px;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li img {
    width: 206px;
    height: 116px;
    vertical-align: top;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .info {
    width: 206px;
    height: 70px;
    padding-top: 8px;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .info .title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .info .title a {
    color: #222;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .info .info_des {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .info .info_des .name {
    float: left;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .info .info_des .name a {
    color: #999;
}

.pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .info .info_des .time {
    float: right;
}

.pc_index .gd_select .gd_select_secondLine {
    margin-top: 30px;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_left {
    float: left;
    width: 440px;
    /*height: 189px;*/
    background: #FDFCFA;
    padding: 31px 0px;
}

.pc_index .gd_select .gd_select_secondLine_left .gd_select_secondLine_left_ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
    background: url(../images/index_headset.png) no-repeat 15px center;
    padding-left: 47px;
    background-size: 16px 15px;
}

.pc_index .gd_select .gd_select_secondLine_left .gd_select_secondLine_left_ul li:last-child {
    margin-bottom: 0px;
}

.pc_index .gd_select .gd_select_secondLine_left .gd_select_secondLine_left_ul li a {
    color: #222;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right {
    float: right;
    width: 206px;
    /*height: 205px;*/
    position: relative;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .duration {
    width: 39px;
    height: 21px;
    line-height: 21px;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.48) url(../images/duration_left.png) no-repeat 8px center;
    background-size: 7px 8px;
    padding-left: 19px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 142px;
    top: 108px;
    z-index: 999;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right img {
    width: 206px;
    height: 135px;
    vertical-align: top;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .info {
    width: 206px;
    height: 58px;
    padding-top: 8px;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .info .title {
    font-size: 16px;
    line-height: 28px;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .info .title a {
    color: #222;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .info .info_des {
    margin-top: 14px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .info .info_des .name {
    float: left;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .info .info_des .name a {
    color: #999;
}

.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .info .info_des .time {
    float: right;
}

/* 共创文明家园 */

.pc_index .secondLine_list_right {
    width: 299px;
    float: right;
}
.pc_index .secondLine_list_right .column_title .column{
    font-size: 22px;
}
.pc_index .secondLine_list_right .hasPic_div{
    width: 299px;
    /* height: 176px; */
    margin-top: 26px;
}
.pc_index .secondLine_list_right .hasPic_div .pic{
    width: 299px;
    height: 168px;
    vertical-align: middle;
  	margin-bottom: 30px;
}
.pc_index .secondLine_list_right .hasPic_div .title{
    background: url(../images/smalltb.png) no-repeat left center;
    padding-left: 42px;
    font-size:16px;
    font-weight: 500;
    /* height: 50px;
    line-height: 50px;*/
    background-size: 36px 28px;
}
.pc_index .secondLine_list_right .hasPic_div .title a{
    color: #222;
}
.pc_index .secondLine_list_right .noPic_div{
    margin-top: 21px;
}
.pc_index .secondLine_list_right .noPic_div li{
    margin-bottom: 22px;
  	 position: relative;
    padding-left: 17px;
}
.pc_index .secondLine_list_right .noPic_div li .list_style {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #C19D62;
    opacity: 0.18;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}
.pc_index .secondLine_list_right .noPic_div li:last-child{
    margin-bottom: 0px;
}
.pc_index .secondLine_list_right .noPic_div li a{
    font-size: 16px;
    color: #222;
}
.pc_index .gd_select_secondLine_right .noPic_ul li .list_style{
    display: inline-block;
    width:5px;
    height:5px;
    background:rgb(193,157,98);
    opacity:0.18;
    /* padding-left: 20px; */
    margin-right: 10px;
}



/* 第三行 */

.pc_index .thirdLine_list {
    width: 1000px;
    margin: 30px auto 0px;
}

/* 精彩图集 */

.pc_index .gd_gallery {
    width: 674px;
    float: left;
}

.pc_index .gallery_div {
    margin-top: 26px;
}

.pc_index .gallery_left {
    width: 472px;
    float: left;
}

.pc_index .gallery_left .gallery_left_top {
    width: 472px;
    height: 242px;
    position: relative;
    overflow: hidden;
}
.pc_index .gallery_title_div{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}
.pc_index .gallery_hh:hover .gallery_title_div{
    display: block;
}

.pc_index .gallery_left .gallery_left_top img {
    width: 472px;
    height: 242px;
}
.pc_index .gallery_hh{
    position: relative;
}
.pc_index .gallery_hh .gallery_title{
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pc_index .gallery_hh .gallery_title a{
    color: #fff;
    line-height:22px;
}




.pc_index .gallery_left_bottom{
    width: 472px;
    height: 234px;
    margin-top: 2px;
}
.pc_index .gallery_left_bottom1{
    width: 235px;
    height: 234px;
    float: left;
    margin-right: 2px;
    position: relative;
    overflow: hidden;
}
.pc_index .gallery_left_bottom1 img{
    width: 235px;
    height: 234px;
}
.pc_index .gallery_left_bottom2{
    width: 235px;
    height: 234px;
    float: left;
    position: relative;
    overflow: hidden;
}
.pc_index .gallery_left_bottom2 img{
    width: 235px;
    height: 234px;
}

.pc_index .gallery_right {
    width: 200px;
    float: right;
}
.pc_index .gallery_right .gallery_right_top{
    width: 200px;
    height: 181px;
    position: relative;
    overflow: hidden;
}
.pc_index .gallery_right .gallery_right_top img{
    width: 200px;
    height: 181px;
}
.pc_index .gallery_right .gallery_right_bottom{
    width: 200px;
    height: 295px;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
}
.pc_index .gallery_right .gallery_right_bottom img{
    width: 200px;
    height: 295px;
}


/* 活动直播 */

.pc_index .thirdLine_list .hd_live {
    width: 299px;
    /* height: 700px; */
    /* background: yellowgreen; */
    float: right;
}

.pc_index .hot_live_firstLine {
    width: 299px;
    background: #F9F9F9;
    margin-top: 26px;
    position: relative;
}
.pc_index .hot_live_firstLine .state {
    /* width: 86px; */
    height: 26px;
    line-height: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    padding-left: 22px;
}

.pc_index .hot_live_firstLine .live_now {
    width: 58px;
    background: rgba(197, 48, 44, 0.8) url(../images/live_state_now.png) no-repeat 10px center;
    z-index: 99999;
    background-size: 8px 11px;
}

.pc_index .hot_live_firstLine .live_after{
    width: 36px;
    background: rgba(193, 157, 98, 0.6) url(../images/live_state_after.png) no-repeat 10px center;
    z-index: 99999;
}

.pc_index .hot_live_firstLine .live_before{
    width: 36px;
    background: rgba(47, 72, 88, 0.6) url(../images/live_state_before.png) no-repeat 10px center;
    z-index: 99999;
}

/* .pc_index .hot_live_firstLine .living_now{
    width: 64px;
    height: 28px;
    line-height: 28px;
    background: rgba(244, 72, 64, 0.7) url(../images/living_now.png) no-repeat 9px center;
    padding-left: 22px;
    border-radius: 14px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 8px;
    top: 10px;
    z-index: 999;
} */

.pc_index .hot_live_firstLine .state a {
    color: #fff;
}

.pc_index .hot_live_firstLine .start img {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 149px;
    right: 27px;
    z-index: 999;
}

.pc_index .hot_live_firstLine img {
    width: 299px;
    height: 168px;
    vertical-align: top;
}

.pc_index .hot_live_firstLine .info {
    width: 279px;
    height: 64px;
    padding: 10px 10px 0px 10px;
    position: relative;
}

.pc_index .hot_live_firstLine .info .title {
    font-size: 15px;
    line-height: 28px;
}

.pc_index .hot_live_firstLine .info .title a {
    color: #222;
}

.pc_index .hot_live_firstLine .info .info_des {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 6px;
}

.pc_index .hot_live_firstLine .info .info_des .time {
    padding-left: 24px;
    background: url(../images/index_time_16.png) no-repeat 0px 1px;
    background-size: 16px 16px;
}
.pc_index .hot_live_firstLine .info .info_des .people_info {
    position: absolute;
    left: 185px;
    top: 43px;
    font-size: 14px;
    color: #999;
    background: url(../images/people_info.png) no-repeat 0px center;
    padding-left: 22px;
    background-size: 16px 16px;
}
.pc_index .hot_live_secondLine {
    width: 299px;
    /*height: 300px;*/
    /* background: #aaffbb; */
}

.pc_index .hot_live_secondLine_ul li {
    width: 299px;
    height: 54px;
    padding: 8px 0px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    color: #222;
    line-height: 26px;
    position: relative;
}
.pc_index .hot_live_secondLine_ul li .li_div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pc_index .hot_live_secondLine_ul li a {
    color: #222;
}

.pc_index .hot_live_secondLine_ul li .spit {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #eee;
    margin: -3px 10px;
}

.pc_index .hot_live_secondLine_ul li .living {
    color: #C5312D;
    margin-right: 5px;
}

.pc_index .hot_live_secondLine_ul li .liveLater {
    color: #C19D62;
    margin-right: 5px;
}

.pc_index .hot_live_secondLine_ul li .time {
    color: #999999;
}

.pc_index .hd_live .ad_div {
    margin-top: 30px;
}

.pc_index .hd_live .ad_div img {
    width: 299px;
    height: 93px;
    vertical-align: middle;
}

.pc_index .hd_live .ad_div2 {
    margin-top: 20px;
}

.pc_index .hd_live .ad_div2 img {
    width: 299px;
    height: 169px;
}

/* 首页主体部分end */

/* 二维码start */
.pc_index .totop{
    bottom: 0px;
}
.pc_index .ewm_div {
    height: 295px;
    /* background: #786F89; */
    background: url(../images/index_link_bg.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 30px;
}
.pc_index .ewm_ul_div{
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pc_index .ewm_div .ewm_ul {
    width: 1000px;
}

.pc_index .ewm_div .ewm_ul li {
    width: 176px;
    height: 205px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin-right: 30px;
    float: left;
    position: relative;
    cursor: pointer;
}
.pc_index .ewm_div .ewm_ul li:last-child {
    margin-right: 0px;
}
.pc_index .ewm_ul li .pic{
    width: 70px;
    height: 70px;
    /* background: pink; */
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
}
.pc_index .ewm_ul li .name{
    width: 176px;
    font-size:16px;
    color: #fff;
    position: absolute;
    top: 139px;
    left: 50%;
    transform: translateX(-50%);
    text-align:center;
}
.pc_index .ewm_ul li .qq_img_div{
    background: url(../images/index_bt_app.png);
    background-size: 70px 70px;
}
.pc_index .ewm_ul li .weixin_img_div{
    background: url(../images/index_bt_weixin.png);
    background-size: 70px 70px;
}
.pc_index .ewm_ul li .weibo_img_div{
    background: url(../images/index_bt_ks.png);
    background-size: 70px 70px;
}
.pc_index .ewm_ul li .douyin_img_div{
    background: url(../images/index_bt_douyin.png);
    background-size: 70px 70px;
}
.pc_index .ewm_ul li .toutiao_img_div{
    background: url(../images/index_bt_toutiao.png);
    background-size: 70px 70px;
}

.pc_index .ewm_ul li .ewm{
    display: none;
}
.pc_index .ewm_ul li:hover .ewm{
    display: block;
}
.pc_index .ewm_ul li:hover .pic,
.pc_index .ewm_ul li:hover .name{
    display: none;
}
.pc_index .ewm_ul li .ewmpic{
    width: 116px;
    height: 116px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
   
}
.pc_index .ewm_ul li .info{
    width: 176px;
    font-size:16px;
    color: #fff;
    position: absolute;
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
    text-align:center;
}
.pc_index .ewm_ul li .weixin_ewm_img{
    background: url(../images/wx.jpeg) no-repeat;
      background-size: 100%;
}
.pc_index .ewm_ul li .weibo_ewm_img{
    background: url(../images/kuaishou.png) no-repeat;
      background-size: 100%;
}
.pc_index .ewm_ul li .douyin_ewm_img{
    background: url(../images/dy.jpeg) no-repeat;   
  background-size: 100%;
}
.pc_index .ewm_ul li .toutiao_ewm_img{
    background: url(../images/tt.jpeg) no-repeat;
      background-size: 100%;
}
.pc_index .ewm_ul li .qq_ewm_img{
   background: url(../images/kdt_app.png) no-repeat;
      background-size: 100%;
}





/* 二维码end */

/* 友情链接start */

.pc_index .link_div {
    height: 118px;
    background: url(../images/footer_bg.png);
    position: relative;
}
.pc_index .link_div .link_mask{
  	 width:100%;
	 height:118px;
    background:rgba(255,255,255,0.04);
    position: absolute;
    left: 0px;
    top: 0px;
}
.pc_index .link_div .link_div_div {
    width: 1000px;
    /*margin: 0 auto;*/
  	 position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.pc_index .link_div .link_div_div .link_flag {
    height: 118px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 118px;
    float: left;
}

.pc_index .link_div .link_div_div .link_all {
    width: 857px;
    height: 72px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    /* background:orange; */
    float: right;
    margin-top: 24px;
}

.pc_index .link_div .link_div_div .link_all .link_ul li {
    float: left;
    width: 170px;
    text-align: left;
    margin-right:0px;
}
/*.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(1),
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(6){
  	width:86px;
  
}
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(2),
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(7){
   width:126px;
}
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(3),
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(8){
   width:72px;
}
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(4),
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(9){
 	width:172px;
}
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(5),
.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(10){
  	width:70px;
   margin-right:0px;
}*/
.pc_index .link_div .link_div_div .link_all .link_ul li a {
    color: #fff;
}

/* 友情链接end */

/* 首页悬浮 start*/

.pc_index .hot_news_firstLine .hot_news_firstLine_left_ul li a:hover,.pc_index .top_list .top_ul .top_li a:hover, .pc_index .hot_news_firstLine .hot_news_firstLine_right .info a:hover, .pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li .info a:hover, .pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li .info a:hover, .pc_index .firstLine_list .leader_news .leader_news_noPic .leader_news_noPic_ul li a:hover, .pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .info .title a:hover, .pc_index .gd_select .gd_select_secondLine_left .gd_select_secondLine_left_ul li a:hover,.pc_index .secondLine_list_right .noPic_div li a:hover,.pc_index .secondLine_list_right .hasPic_div .title a:hover,.pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .info .title a:hover, .pc_index .hot_special .hot_special_ul li .info a:hover, .pc_index .hot_live_firstLine .info .title a:hover, .pc_index .hot_live_secondLine_ul li a:hover {
    color: #C19D62;
}

.pc_index .img_a {
    display: block;
    overflow: hidden;
}
.topBanner_newsList .topBanner_newsList_right_ul li .img_a img,.pc_index .topBanner_lb .swiper-slide .div_left .img_a img,.pc_index .lb_div .gallery-top .swiper-slide .img_a img,.pc_index .hot_news_firstLine_right .img_a img, .pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li .img_a img, .pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li .img_a img, .pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .img_a img, .pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .img_a img, .pc_index .hot_special .hot_special_ul li .img_a img, .pc_index .hot_live_firstLine .img_a img,.pc_index .secondLine_list_right .hasPic_div  .img_a img,.pc_index .gallery_left .gallery_left_top .img_a img,.pc_index .gallery_left_bottom1 .img_a img,.pc_index .gallery_left_bottom2 .img_a img,.pc_index .gallery_right .gallery_right_top .img_a img,.pc_index .gallery_right .gallery_right_bottom .img_a img{
	transition: all 0.5s;
}
.topBanner_newsList .topBanner_newsList_right_ul li .img_a:hover img,.pc_index .topBanner_lb .swiper-slide .div_left .img_a:hover img,.pc_index .lb_div .gallery-top .swiper-slide .img_a:hover img,.pc_index .hot_news_firstLine_right .img_a:hover img, .pc_index .hot_news .hot_news_secondLine .hot_news_secondLine_ul li .img_a:hover img, .pc_index .firstLine_list .leader_news .leader_news_hasPic .leader_news_hasPic_ul li .img_a:hover img, .pc_index .gd_select .gd_select_firstLine .gd_select_firstLine_ul li .img_a:hover img, .pc_index .gd_select .gd_select_secondLine .gd_select_secondLine_right .img_a:hover img, .pc_index .hot_special .hot_special_ul li .img_a:hover img, .pc_index .hot_live_firstLine .img_a:hover img,.pc_index .secondLine_list_right .hasPic_div .img_a:hover img,.pc_index .gallery_left .gallery_left_top:hover img,.pc_index .gallery_left_bottom1:hover img,.pc_index .gallery_left_bottom2:hover img,.pc_index .gallery_right .gallery_right_top:hover img,.pc_index .gallery_right .gallery_right_bottom:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 首页悬浮 end*/

/* 列表页start */

.pc_list .crumbsNav {
    height: 34px;
    border-bottom: 1px solid #eee;
}

.pc_list .list_body {
    width: 1000px;
    /* height: 500px; */
    /* background-color: #eee; */
    margin: 33px auto 0px;
    position: relative;
}

.pc_list .list_content_left {
    width: 672px;
    /* height: 300px; */
    /* background: pink; */
    float: left;
}

/* 列表 */

.pc_list .list_ul {
    margin-top: 18px;
}

.pc_list .list_ul li {
    width: 672px;
    border-bottom: 1px solid rgba(193,157,98,0.08);
    margin-top: 18px;
}
.pc_list .list_ul li .title a:hover{
    color: #C19D62!important;
}

.pc_list .list_ul li:first-child {
    margin-top: 0px;
}

.pc_list .list_ul li .info_des .time {
    margin-right: 10px;
}

.pc_list .list_ul .hasPic {
    height: 142px;
}

.pc_list .list_ul .hasPic .li_con {
    position: relative;
}

.pc_list .list_ul .hasPic .img_div {
    float: left;
}

.pc_list .list_ul .hasPic .img_div img {
    width: 190px;
    height: 107px;
    vertical-align: middle;
}

.pc_list .list_ul .hasPic .info_div {
    width: 465px;
    height: 107px;
    float: right;
    position: relative;
    /* position: absolute; */
    /* right: 0px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.pc_list .list_ul .hasPic .info_div .title {
    width: 465px;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
}

.pc_list .list_ul .hasPic .info_div .title a {
    color: #222;
}

.pc_list .list_ul .hasPic .info_div .info_des {
    /*width:155px;*/
    font-size: 14px;
    color: #a4a4a4;
    /* margin-top: 10px; */
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.pc_list .list_ul .style_css2 {
    padding-bottom: 18px;
}

.pc_list .list_ul .style_css2 .title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
}

.pc_list .list_ul .style_css2 .title a {
    color: #222;
}

.pc_list .list_ul .style_css2 .info_des {
    font-size: 14px;
    color: #a4a4a4;
    margin-top: 10px;
}

.pc_list .list_ul .style_css3 .li_con .img_div {
    position: relative;
}

.pc_list .list_ul .style_css3 .li_con .video_start {
    width: 32px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc_list .list_ul .style_css3 .li_con .video_start img {
    width: 32px;
    height: 39px;
}

/* 列表页end */

/* 文稿详情页start */

.pc_article .article_body_top {
    background: #FDFCFA;
}

.pc_article .article_body_top .article_body_top_center {
    width: 1000px;
    margin: 0px auto;
    padding-top: 33px;
}

.pc_article .article_body {
    width: 1000px;
    margin: 0px auto;
    position: relative;
}

.pc_article .crumbsNav {
    height: 40px;
}

.pc_article .article_top {
    border-top: 1px solid rgba(193, 157, 98, 0.08);
    padding-top: 20px;
}

.pc_article .article_content_left {
    width: 600px;
    float: left;
    padding-right: 50px;
    border-right: 1px solid rgba(193, 157, 98, 0.08);
    ;
    /* background: #eee; */
}

.pc_article .articleTitle {
    font-size: 36px;
    color: #222;
    margin-bottom: 18px;
    font-weight: bold;
}

.pc_article .articleInfo {
    color: #999;
    font-size: 14px;
    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid rgba(193,157,98,0.08); */
    padding-bottom: 24px;
}

.pc_article .articleInfo .articleInfoLeft {
    float: left;
    /* padding-top: 10px; */
}

.pc_article .articleInfo .articleInfoLeft .time,.pc_article .articleInfo .articleInfoLeft .source {
    margin-right: 15px;
}

.pc_article .articleInfo .share_div {
    float: right;
    position: relative;
    width: 198px;
    height: 40px;
    line-height: 40px;
}

.pc_article .articleBody {
    margin-top: 24px;
}

.pc_article .articleBody .articleContent {
    color: #222;
    font-size: 16px;
    /*line-height: 34px;*/
    text-align: justify;
    padding-bottom: 26px;
    /* border-bottom: 1px solid #eee; */
    overflow: hidden;
}

.pc_article .articleBody .articleContent img {
    max-width: 600px;
}

.pc_article .articleInfo2 {
    color: #999;
    font-size: 14px;
    /* margin-bottom: 20px;
    border-bottom: 1px solid rgba(193,157,98,0.08); */
    padding-bottom: 34px;
    position: relative;
}

.pc_article .articleInfo2 .articleInfo2Left {
    float: left;
    /* padding-top: 10px; */
    height: 40px;
    line-height: 40px;
}

.pc_article .articleInfo2 .share_div {
    float: right; 
    /* position: absolute;*/
    right: -12px;
    width: 198px;
    height: 40px;
    line-height: 40px;
}

/* 相关推荐 */

.pc_article .recommendList {
    margin-top: 30px;
}

.pc_article .recommendList .recommend {
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

.pc_article .recommend_ul {
    margin-top: 30px;
}

.pc_article .recommend_ul li {
    width: 673px;
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
}

.pc_article .recommend_ul li:last-child {
    margin-bottom: 0px;
}

.pc_article .recommend_ul li a {
    color: #222;
}

.pc_article .recommend_ul li .time {
    font-size: 14px;
    color: #999;
    float: right;
}

/* 网友评论 */

.pc_article .commentTextarea {
    margin-top: 60px;
    /* background-color: pink; */
}

.pc_article .commentTextarea .comment {
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

.pc_article .commentTextarea .comment .info {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    font-weight: 400;
}

.pc_article .commentBody {
    margin-top: 29px;
    position: relative;
    /* background-color: #4A90E2; */
}

.pc_article .commentBody .user {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_article .commentBody .user .userImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.pc_article .commentBody .userTextarea {
    width: 478px;
    height: 72px;
    margin-left: 69px;
}

.pc_article .commentBody .userTextarea textarea {
    width: 478px;
    height: 44px;
    outline: none;
    resize: none;
    background: #F8F8F8;
    border: 0;
    padding: 14px 18px;
    font-size: 14px;
    color: #999;
}

.pc_article .commentBody .commentBtn {
    width: 90px;
    height: 72px;
    line-height: 72px;
    background: #F44840;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* 评论列表 */

.pc_article .commentList {
    margin-top: 30px;
    /* background-color: pink; */
}

.pc_article .all_comment_title {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.pc_article .all_comment_title .commentNum {
    font-size: 14px;
    color: #F44840;
    font-weight: 400;
    margin-left: 10px;
}

.pc_article .commentList .commentList_ul li {
    position: relative;
    width: 605px;
    padding: 30px 0px 0px 68px;
}

.pc_article .commentList .commentList_ul li .user-img {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 30px;
}

.pc_article .commentList .commentList_ul li .user-img .user-img-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.pc_article .commentList .commentList_ul li .user-info {
    /* background-color: pink; */
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.pc_article .commentList .commentList_ul li .user-info .user-name {
    font-size: 14px;
    color: #999;
}

.pc_article .commentList .commentList_ul li .user-info .commnet-des {
    color: #666;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.pc_article .commentList .commentList_ul li .user-info .comment-time {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pc_article .right_sidebar {
    margin-top: 24px;
}
.pc_article .right_sidebar .week_div{
    display: none;
}
.pc_article .right_sidebar .hot_news {
    margin-top: 0px;
}

/* 文稿详情页end */

/* 活动直播列表页start */

.pc_hdlist .hdlist_body {
    width: 1000px;
    margin: 33px auto 6px;
    position: relative;
}

.pc_hdlist .crumbsNav {
    height: 40px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li {
    width: 316px;
  	height: 250px;
    /* background: pink; */
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    /* border: 1px solid #eee; */
}

/*.pc_hdlist .hdlist_content .hdlist_content_ul li:last-child, .pc_hdlist .hdlist_content .hdlist_content_ul li:nth-last-child(2), .pc_hdlist .hdlist_content .hdlist_content_ul li:nth-last-child(3) {
    margin-bottom: 0px;
}*/
.pc_hdlist .get_more{
	margin-top: 10px;
}
.pc_hdlist .hdlist_content .hdlist_content_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .img_div {
    width: 316px;
    height: 178px;
    position: relative;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .img_div .liveImg {
    width: 316px;
    height: 178px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .info {
    width: 296px;
    height: 49px;
    padding: 10px 10px 15px 10px;
    position: relative;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .info .title {
    font-size: 16px;
    color: #222;
    line-height: 28px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .info .time {
    margin-top: 4px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    background: url(../images/list_time_16.png) no-repeat 0px center;
    padding-left: 25px;
    background-size: 17px 17px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .info .people_info {
    position: absolute;
    left: 190px;
    top: 42px;
    font-size: 14px;
    color: #999;
    background: url(../images/people_info.png) no-repeat 0px center;
    padding-left: 22px;
    background-size: 16px 15px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .img_div .state {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 26px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul .live_now .state {
  	  width:80px;
    background: url(../images/zb_ing.png) no-repeat;
    background-size: 80px 26px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul .live_after .state {
    width:58px;
    background: url(../images/zb_after.png) no-repeat;
    background-size: 58px 26px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul .live_before .state {
    width:58px;
    background: url(../images/zb_before.png) no-repeat;
    background-size: 58px 26px;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .img_div .mask {
    width: 316px;
    height: 178px;
    background: rgba(0, 0, 0, 0.37);
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li .img_div .start {
    width: 26px;
    height: 31px;
    background: url(../images/hd_list_start.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li:hover {
    height: 248px;
    border-bottom: 2px solid#F44840;
}

.pc_hdlist .hdlist_content .hdlist_content_ul li:hover .img_div .start, .pc_hdlist .hdlist_content .hdlist_content_ul li:hover .img_div .mask {
    display: block;
}

/* 活动直播列表页end */

/* 专题列表页start */

.pc_topiclist .topiclist_body {
    width: 1000px;
    margin: 36px auto 76px;
}

.pc_topiclist .list_ul {
    margin-top: 0px;
}

.pc_topiclist .topiclist_content .topiclist_content_ul li {
    width: 315px;
    height: 232px;
    /* background: pink; */
    float: left;
    margin-right: 24px;
    margin-bottom: 27px;
}

.pc_topiclist .topiclist_content .topiclist_content_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_topiclist .topiclist_content .topiclist_content_ul li .img_div {
    width: 315px;
    height: 190px;
    position: relative;
}

.pc_topiclist .topiclist_content .topiclist_content_ul li .img_div .liveImg {
    width: 315px;
    height: 190px;
}

.pc_topiclist .topiclist_content .topiclist_content_ul li .info {
    width: 315px;
    height: 28px;
    padding-top: 14px;
}

.pc_topiclist .topiclist_content .topiclist_content_ul li .info a {
    font-size: 16px;
    color: #222;
}

.pc_topiclist .topic_right_sidebar {
    width: 299px;
    float: right;
}

.pc_topiclist .topic_right_sidebar .pic1 {
    width: 299px;
    /*height: 226px;*/
}

.pc_topiclist .topic_right_sidebar .pic1 img {
    width: 299px;
    height: 226px;
}

.pc_topiclist .topic_right_sidebar .pic2 {
    width: 299px;
    /*height: 500px;*/
    margin-top: 30px;
    margin-bottom: 40px;
}

.pc_topiclist .topic_right_sidebar .pic2 img {
    width: 299px;
    height: 500px;
}

/* 专题列表页end */

/* 电视播放页start */

.pc_tvlive {
    background: #323232;
}

/* 上面的nav的hover */

/* .pc_tvlive header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li .nav_img_hover {
    background: url(../images/header_nav_hover_black.png) no-repeat;
} */

.pc_tvlive .tvlive_body {
    width: 1430px;
    height: 793px;
    /* background: orange; */
    margin: 19px auto 36px;
    position: relative;
}

/* 播放器 */

.pc_tvlive .tvlive_body .video_div {
    width: 904px;
    height: 758px;
    background: #25272A;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_tvlive .tvlive_body .video_div .video_info {
    width: 826px;
    height: 78px;
    /* background: yellow; */
    padding-left: 20px;
    padding-right: 58px;
}

.pc_tvlive .tvlive_body .video_div .video_info .title {
    height: 78px;
    line-height: 78px;
    font-size: 24px;
    color: #fff;
    float: left;
}

.pc_tvlive .tvlive_body .video_div .video_info .share_div {
    float: right;
    position: relative;
    width: 198px;
    height: 78px;
    line-height: 78px;
}

.pc_tvlive .videoDiv {
    width: 904px;
    height: 680px;
}

/* 节目单 */

.pc_tvlive .program_div {
    width: 350px;
    height: 793px;
    position: absolute;
    left: 904px;
    top: 50%;
    transform: translateY(-50%);
    background: #2C2C2C;
    border-left: 5px solid #1F1F1F;
    border-right: 5px solid #1F1F1F;
    border-radius: 5px;
}

.pc_tvlive .time_div {
    width: 350px;
    height: 72px;
    background: #252525;
}

.pc_tvlive .tabtime .tabtime-item {
    width: 50px;
    height: 62px;
    color: #999;
    text-align: center;
    float: left;
    padding-top: 10px;
    cursor: pointer;
}

.pc_tvlive .tabtime .tabtime-item.active {
    background: #C5302C;
    color: #fff;
}

.pc_tvlive .tabtime .tabtime-item .week {
    font-size: 12px;
}

.pc_tvlive .tabtime .tabtime-item .day {
    font-size: 24px;
    margin-top: 2px;
}

.pc_tvlive .program_list {
    height: 721px;
    overflow-y: scroll;
    /* padding-top: 23px; */
}

.pc_tvlive .program_list .program_list_ul li {
    /*width: 270px;*/
    margin-left: 70px;
    border-left: 1px solid rgba(255,255,255,0.04);
    color: #fff;
    font-size: 14px;
    padding: 23px 0px 23px 0px;
    /* margin-bottom: 15px; */
    /* background-color: orange; */
    position: relative;
}

.pc_tvlive .program_list .program_list_ul li .name {
    position: relative;
}

.pc_tvlive .program_list .program_list_ul li .name .yuan {
    background: url(../images/live_yuan.png) no-repeat left top transparent;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 4px;
    left: -6px;
}

.pc_tvlive .program_list .program_list_ul li .name .time {
    position: absolute;
    left: -56px;
    top: 0px;
}

.pc_tvlive .program_list .program_list_ul li .name .title {
    padding-left: 27px;
    width: 215px;
    display: inline-block;
}

.pc_tvlive .program_list .program_list_ul li .left_bg {
    width: 70px;
    height: 69px;
    background: #2C2C2C;
    position: absolute;
    left: -71px;
    top: 0px;
}

.pc_tvlive .program_list .program_list_ul li .name .state {
    position: absolute;
    right: 17px;
    top: 0px;
    display: none;
}

.pc_tvlive .program_list .program_list_ul .liveBefore, .pc_tvlive .program_list .program_list_ul .living {
    cursor: pointer;
}

.pc_tvlive .program_list .program_list_ul .active {
    color: #C5302C;
    background: #252525;
}

.pc_tvlive .program_list .program_list_ul .active .left_bg {
    background: #252525;
}

.pc_tvlive .program_list .program_list_ul .active .name .yuan {
    background: url(../images/living_yuan.png) no-repeat left top transparent;
}

.pc_tvlive .program_list .program_list_ul .active .name .state {
    display: block;
    background: url(../images/living_state.png) no-repeat left center;
    padding-left: 14px;
}

.pc_tvlive .program_list .program_list_ul .liveAfter {
    color: #929292;
}

/*滚动条样式start*/

.pc_tvlive .program_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_tvlive .program_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_tvlive .program_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 滚动条样式end */

/* 频道 */

.pc_tvlive .channel_div {
    width: 166px;
    height: 759px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #1F1F1F;
}

.pc_tvlive .channel_div .channel_tab {
    width: 166px;
    height: 62px;
}

.pc_tvlive .channel_div .channel_tab .ds_tab {
    width: 83px;
    height: 62px;
    /* cursor: pointer; */
    font-size: 18px;
    color: #fff;
    line-height: 62px;
    border-top: 2px solid #F44840;
    float: left;
    text-align: center;
}

.pc_tvlive .channel_div .channel_tab .gb_tab {
    width: 83px;
    height: 62px;
    /* cursor: pointer; */
    font-size: 18px;
    color: #fff;
    line-height: 62px;
    border-top: 2px solid #2C2C2C;
    float: right;
    background-color: #2C2C2C;
    text-align: center;
}

.pc_tvlive .channel_div .channel_tab .gb_tab a {
    color: #fff;
}

/* 频道列表 */

.pc_tvlive .channel_list {
    padding-top: 11px;
    padding-left: 2px;
    width: 164px;
    height: 684px;
    overflow-y: scroll;
}

/*滚动条样式start*/

.pc_tvlive .channel_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_tvlive .channel_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_tvlive .channel_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 滚动条样式end */

.pc_tvlive .channel_list .channel_list_ul li {
    /*width: 152px;*/
    height: 36px;
    position: relative;
    padding-top: 89px;
    cursor: pointer;
}

.pc_tvlive .channel_list .channel_list_ul li.active {
    background: #2C2C2C;
}

.pc_tvlive .channel_list .channel_list_ul li .img_div {
    width: 64px;
    height: 64px;
    background-color: #4A4A4A;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.pc_tvlive .channel_list .channel_list_ul li .img_div .channel_img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.pc_tvlive .channel_list .channel_list_ul li .channel_name {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

/* 电视播放页end */

/* 广播播放页start */

.pc_gblive {
    background: #323232;
}

/* 上面的nav的hover */

/* .pc_gblive header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li .nav_img_hover {
    background: url(../images/header_nav_hover_black.png) no-repeat;
} */

.pc_gblive .gblive_body {
    width: 1430px;
    height: 759px;
    background: #1F1F1F;
    margin: 36px auto 53px;
    position: relative;
}

/* 播放器 */

.pc_gblive .gblive_body .audio_div {
    width: 400px;
    height: 759px;
    background: #1F1F1F;
    position: relative;
}

.pc_gblive .gblive_body .audio_div .state {
    width: 218px;
    height: 82px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: #2C2C2C url(../images/audio_state.png) no-repeat 138px center;
    font-size: 18px;
    color: #fff;
    line-height: 82px;
    padding-left: 166px;
}

.pc_gblive .gblive_body .audio_div .img_div {
    width: 191px;
    height: 191px;
    background: #3F3F3F;
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
}

.pc_gblive .gblive_body .audio_div .img_div img {
    width: 167px;
    height: 167px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc_gblive .gblive_body .audio_div .audio_title {
    position: absolute;
    top: 321px;
    left: 50%;
    transform: translateX(-50%);
    /* width:108px; */
    font-size: 18px;
    color: #fff;
}

.pc_gblive .gblive_body .audio_div .share_div {
    position: absolute;
    width: 198px;
    top: 673px;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    line-height: 25px;
}

/* 播放器start */

.pc_gblive .gblive_body .audio_div .audioDiv {
    height: 32px;
    width: 320px;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    /* background: orange; */
}

/* 改变百度智能云播放器默认样式 */

.pc_gblive .jw-skin-bce .jw-media {
    background-color: #1F1F1F;
}

.pc_gblive .jw-display-icon-container {
    background: #1F1F1F!important;
    border: none!important;
}

.pc_gblive .jw-display-icon-container {
    display: none!important;
}

.pc_gblive .jw-display-icon-container .jw-icon-display {
    display: none!important;
}

.pc_gblive .jw-flag-compact-player .jw-text-duration, .pc_gblive .jw-flag-compact-player .jw-text-elapsed {
    display: inline-block!important;
    padding: 0 .1em;
}

.pc_gblive .jwplayer.jw-flag-live .jw-text-duration, .pc_gblive .jwplayer.jw-flag-live .jw-text-elapsed {
    display: none!important;
}

.pc_gblive .jw-icon-fullscreen {
    display: none!important;
}

.pc_gblive .jw-icon-playrate {
    display: none!important;
}

.pc_gblive .jwplayer.jw-flag-user-inactive.jw-state-playing .jw-controlbar, .pc_gblive .jwplayer.jw-flag-user-inactive.jw-state-buffering .jw-controlbar {
    display: block!important;
    /* padding-top: 3.6px; */
}

.pc_gblive .jwplayer.jw-flag-live .jw-controlbar {
    /* padding-top: 4.5px!important; */
}

.pc_gblive .jw-marquee {
    display: none!important;
}

.pc_gblive .jwplayer {
    background-color: #1F1F1F!important;
}

.pc_gblive .jwplayer.jw-flag-live .jw-controlbar-left-group {
    padding-right: 0em!important;
}

.pc_gblive .jw-controlbar-left-group {
    padding-right: 0.1em!important;
}

.pc_gblive .jw-skin-six .jw-controlbar {
    border: none!important;
}

.pc_gblive .jw-skin-five .jw-time-tip, .pc_gblive .jw-skin-five .jw-volume-tip, .pc_gblive .jw-skin-five .jw-menu {
    background: #1F1F1F!important;
    border: 0;
    padding: 0.5em 0.5em 0em 0.5em;
}

.pc_gblive .jw-volume-value-tip {
    top: -16px;
    right: 12px;
    background-color: #1F1F1F!important;
}

.pc_gblive #btnPlay {
    background: #0084ff;
    border: none;
    border-radius: 5px;
    padding: 8px 14px;
    font-size: 15px;
    color: #fff;
}

/* 哈哈 */

/* 播放器控件 */

.pc_gblive #audio {
    /* width: 0px;
    height: 0px; */
    width: 300px;
    height: 200px;
}

.pc_gblive .controls {
    width: 320px;
    height: 20px;
    position: relative;
    /* background: #0084ff; */
}

/*播放/暂停*/

.pc_gblive .controls .switch {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_gblive .controls .fa-play {
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(../images/player_control_play.png) no-repeat;
    background-size: 13px 14px;
}

.pc_gblive .controls .fa-pause {
    display: inline-block;
    width: 12px;
    height: 13px;
    background: url(../images/player_control_pause.png) no-repeat;
    background-size: 12px 13px;
}

/*进度条*/

.pc_gblive .progress {
    width: 235px;
    height: 2px;
    background-color: #3C3C3C;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

/*播放进度*/

.pc_gblive .progress .line {
    width: 0;
    height: 2px;
    background-color: #F44840;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px;
}

.pc_gblive .progress .dot {
    width: 8px;
    height: 8px;
    background: url(../images/white_dot_8.png) no-repeat;
    background-size: 8px 8px;
    position: absolute;
    top: -4px;
    left: 0;
}

.pc_gblive .progress .bar {
    width: 100%;
    height: 3px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/*时间*/

.pc_gblive .total {
    /* line-height: 20px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    color: #FFF;
    font-size: 14px;
}

/* 哈哈 */

/* 节目单 */

.pc_gblive .program_div {
    width: 860px;
    height: 743px;
    position: absolute;
    left: 400px;
    top: 50%;
    transform: translateY(-50%);
    background: #2C2C2C;
}

.pc_gblive .time_div {
    width: 860px;
    height: 82px;
    background: #252525;
}

.pc_gblive .tabtime .tabtime-item {
    width: 122px;
    height: 64px;
    color: #999;
    text-align: center;
    float: left;
    padding-top: 18px;
    cursor: pointer;
    border-right: 1px solid #2C2C2C;
}

.pc_gblive .tabtime .tabtime-item:last-child {
    border-right: none;
}

.pc_gblive .tabtime .tabtime-item.active {
    background: #C5312D;
    color: #fff;
}

.pc_gblive .tabtime .tabtime-item .week {
    font-size: 12px;
}

.pc_gblive .tabtime .tabtime-item .day {
    font-size: 24px;
    margin-top: 2px;
}

.pc_gblive .program_list {
    height: 661px;
    overflow-y: scroll;
    /* padding-top: 23px; */
}

.pc_gblive .program_list .program_list_ul li {
    /*width: 731px;*/
    margin-left: 120px;
    border-left: 1px solid rgba(255,255,255,0.04);
    color: #fff;
    font-size: 14px;
    padding: 22px 0px 22px 0px;
    /* margin-bottom: 15px; */
    /* background-color: orange; */
    position: relative;
}

.pc_gblive .program_list .program_list_ul li .name {
    position: relative;
}

.pc_gblive .program_list .program_list_ul li .name .yuan {
    background: url(../images/live_yuan.png) no-repeat left top transparent;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 4px;
    left: -6px;
}

.pc_gblive .program_list .program_list_ul li .name .time {
    position: absolute;
    left: -94px;
    top: 0px;
}

.pc_gblive .program_list .program_list_ul li .name .title {
    padding-left: 54px;
    width: 625px;
    display: inline-block;
}

.pc_gblive .program_list .program_list_ul .liveBefore, .pc_gblive .program_list .program_list_ul .living {
    cursor: pointer;
}

.pc_gblive .program_list .program_list_ul li .left_bg {
    width: 119px;
    height: 65px;
    background: #2C2C2C;
    position: absolute;
    left: -120px;
    top: 0px;
}

.pc_gblive .program_list .program_list_ul li .name .state {
    position: absolute;
    right: 30px;
    top: 0px;
    display: none;
}

.pc_gblive .program_list .program_list_ul li .name .bbstate {
    position: absolute;
    right: 28px;
    top: -7px;
    width: 75px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
}

.pc_gblive .program_list .program_list_ul .active {
    color: #C5312D;
    background: #252525;
}

.pc_gblive .program_list .program_list_ul .active .left_bg {
    background: #252525;
}

.pc_gblive .program_list .program_list_ul .active .name .yuan {
    background: url(../images/living_yuan.png) no-repeat left top transparent;
}

.pc_gblive .program_list .program_list_ul .active .name .state {
    display: block;
    background: url(../images/living_state.png) no-repeat left center;
    padding-left: 14px;
}

.pc_gblive .program_list .program_list_ul .active .name .bbstate {
    display: none;
}

.pc_gblive .program_list .program_list_ul .liveAfter {
    color: #929292;
}

/*滚动条样式start*/

.pc_gblive .program_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_gblive .program_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_gblive .program_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 滚动条样式end */

/* 频道 */

.pc_gblive .channel_div {
    width: 166px;
    height: 759px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #1F1F1F;
}

.pc_gblive .channel_div .channel_tab {
    width: 166px;
    height: 62px;
}

.pc_gblive .channel_div .channel_tab .gb_tab {
    width: 83px;
    height: 62px;
    /* cursor: pointer; */
    font-size: 18px;
    color: #fff;
    line-height: 62px;
    border-top: 2px solid #F44840;
    float: right;
    text-align: center;
}

.pc_gblive .channel_div .channel_tab .ds_tab {
    width: 83px;
    height: 62px;
    /* cursor: pointer; */
    font-size: 18px;
    color: #fff;
    line-height: 62px;
    border-top: 2px solid #2C2C2C;
    float: left;
    background-color: #2C2C2C;
    text-align: center;
}

.pc_gblive .channel_div .channel_tab .ds_tab a {
    color: #fff;
}

/* 频道列表 */

.pc_gblive .channel_list {
    padding-top: 11px;
    padding-left: 2px;
    width: 164px;
    height: 684px;
    overflow-y: scroll;
}

/*滚动条样式start*/

.pc_gblive .channel_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_gblive .channel_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_gblive .channel_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 滚动条样式end */

.pc_gblive .channel_list .channel_list_ul li {
    /*width: 152px;*/
    height: 36px;
    position: relative;
    padding-top: 89px;
    cursor: pointer;
}

.pc_gblive .channel_list .channel_list_ul li.active {
    background: #2C2C2C;
}

.pc_gblive .channel_list .channel_list_ul li .img_div {
    width: 64px;
    height: 64px;
    background-color: #4A4A4A;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.pc_gblive .channel_list .channel_list_ul li .img_div .channel_img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.pc_gblive .channel_list .channel_list_ul li .channel_name {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

/* 广播播放页end */

/* 活动直播页start */

/* 上面的nav的hover */

/* .pc_hdlive header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li .nav_img_hover {
    background: url(../images/header_nav_hover_black.png) no-repeat;
} */
.pc_hdlive{
    background: #282723;
}
.pc_hdlive .hdlive_body_top {
    /* height: 660px; */
    /* background: #323232; */
    padding-top: 36px;
}

.pc_hdlive .hdlive_body_top .hdlive_body_top_div {
    width: 1000px;
    height: 623px;
    /* background: #0084ff; */
    margin: 0 auto;
    position: relative;
}

/* 播放器 */

.pc_hdlive .hdlive_body_top_div .video_div {
    width: 1000px;
    height: 623px;
    background: #25272A;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_hdlive .hdlive_body_top_div .video_div .video_info {
    width:1000px;
    height: 104px;
    background: #2C2C2C;
    position: relative;
}

.pc_hdlive .hdlive_body_top_div .video_div .video_info .title {
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0px;
}



.pc_hdlive .hdlive_body_top_div .video_div .video_info .live_state {
    height: 26px;
    position: absolute;
    top: 22px;
    margin-left: 20px;
}
.pc_hdlive .hdlive_body_top_div .video_div .video_info .livebefore_state {
    width: 58px;
    background:url(../images/zbdes_before.png) no-repeat;
    background-size: 58px 26px;
}
.pc_hdlive .hdlive_body_top_div .video_div .video_info .living_state {
    width: 80px;
    background:url(../images/zbdes_ing.png) no-repeat;
    background-size: 80px 26px;
}
.pc_hdlive .hdlive_body_top_div .video_div .video_info .liveafter_state {
    width: 58px;
    background:url(../images/zbdes_after.png) no-repeat;
    background-size: 58px 26px;
}


.pc_hdlive .hdlive_body_top_div .video_div .video_info .share_div {
    /* position: relative; */
    width: 198px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    right: 18px;
    bottom: 0px;
}

.pc_hdlive .hdlive_body_top_div .video_div .video_info .people {
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: url(../images/peopleNum.png) no-repeat left 2px;
    padding-left: 22px;
    background-size:14px 14px;
}

.pc_hdlive .videoDiv {
    width: 1000px;
    height: 519px;
}

/* 相关推荐 */

.pc_hdlive .hdlive_body_top_div .recommend_div {
    width: 287px;
    height: 623px;
    background-color: #2C2C2C;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 5px solid #1F1F1F;
    border-right: 5px solid #1F1F1F;
    border-radius: 5px;
}

.pc_hdlive .hdlive_body_top_div .recommend_div .recommend_title {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #fff;
    padding-left: 11px;
}

.pc_hdlive .hdlive_body_top_div .recommend_div .recommend_list {
    height: 559px;
    padding-left: 11px;
    /* padding-right: 21px; */
    /* background: orange; */
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
  	overflow-x: hidden;
}
/* 活动直播下半部分 */
.pc_hdlive .hdlive_body_bottom_div .totop{
   bottom: 0px;
}
.pc_hdlive .hdlive_body_bottom_div{
    width: 1000px;
    margin: 2px auto 40px;
    position: relative;
}
.pc_hdlive .hdlive_bottom_left{
    width: 650px;
    height: 903px;
    padding-top: 30px;
    /* background-color: #fff; */
    float: left;
}

/*滑块*/

.pc_hdlive .slideTxtBox {
    text-align: left;
}

.pc_hdlive .slideTxtBox .hd {
    height: 46px;
    position: relative;
}

.pc_hdlive .slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_hdlive .slideTxtBox .hd ul li {
    float: left;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    margin-right: 65px;
    font-weight: 500;
    padding-bottom: 7px;
    line-height: 39px;
}

.pc_hdlive .slideTxtBox .hd ul li:last-child {
    margin-right: 0px;
}

.pc_hdlive .slideTxtBox .hd ul li.on {
    font-size: 22px;
    color: #fff;
    border-bottom: 2px solid #C5312D;
    line-height: 35px;
}


.pc_hdlive .slideTxtBox .bd {
    height: 857px;
    font-size: 14px;
    color: #999;
    background: #2C2C2C;
}

/* 节目介绍 */
.pc_hdlive .jmjs li{
    padding: 47px 50px 0px 50px;
}
.pc_hdlive .jmjs li .big_pic {
    width: 550px;
    height: 175px;
}

.pc_hdlive .jmjs li .big_pic img {
    max-width: 100%;
    height: 100%;
    display: block;
}

.pc_hdlive .jmjs li .big_content {
    line-height: 34px;
    font-size: 14px;
    color: #999;
    height: 577px;
    overflow-y: auto;
    margin-top: 30px;
    text-align: justify;
}
/*滚动条样式start*/

.pc_hdlive .jmjs li .big_content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_hdlive .jmjs li .big_content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_hdlive .jmjs li .big_content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 直播报道 */
.pc_hdlive .zbbd{
    padding: 40px 26px 30px;
}
.pc_hdlive .zbbd_list{
    height: 780px;
    /*overflow-y: auto;*/
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
}
/*滚动条样式start*/

.pc_hdlive .zbbd_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_hdlive .zbbd_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_hdlive .zbbd_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.pc_hdlive .zbbd_list li{
    /* margin-top: 20px; */
    overflow:hidden;
    padding-top: 20px;
    position: relative;
}
.pc_hdlive .zbbd_list li:first-child{
    /* margin-top: 0px; */
    padding-top: 0px;
}
.pc_hdlive .zbbd_left{
    /* float: left; */
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,0.1);
    position: absolute;
    left: 25px;
    top: 0px;
}
/*.pc_hdlive  .zbbd_left .row_top,
.zbbd_left .row_bottom{
    width: 1px;
    margin: 0px auto;
    background: rgba(255,255,255,0.1);
}
.pc_hdlive .zbbd_left .row_top{
    height: 20px;
}
.pc_hdlive .zbbd_left .row_bottom{
    height: 50px;
} */
.pc_hdlive .zbbd_list li .time{
    /* margin-top: 10px;
    margin-bottom: 10px; */
    position: absolute;
    left: 0px;
    top: 19px;
    width: 50px;
    background: #2C2C2C;
    text-align: center;
    z-index: 999;
    padding: 10px 0px;
}
.pc_hdlive .zbbd_right{
    width: 458px;
    padding: 20px 30px;
    float: right;
    background: #3B3B3B;
    border-radius:3px;
}
.pc_hdlive .zbbd_right .name{
    color: #C19D62;
    font-size: 14px;

}
.pc_hdlive .zbbd_right .des{
    color: #999;
    font-size: 12px;
    line-height: 24px;
    margin-top: 15px;
}
.pc_hdlive .zbbd_right video{
    object-fit: fill;
}
.pc_hdlive .zbbd_right .img_div{
    width: 305px;
    height: 175px;
    margin-top: 15px;
    position: relative;
}
.pc_hdlive .zbbd_right .img_div img{
    max-width: 100%;
    height: 175px;
}
.pc_hdlive .zbbd_right .img_div .video_start{
    width: 26px;
    height: 31px;
    background: url(../images/list_video_start.png) no-repeat;
    background-size: 26px 31px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* 聊天室 */
.pc_hdlive .hdlive_bottom_right{
    width: 290px;
    height: 893px;
    background-color: #2C2C2C;
    float: right;
    padding: 40px 15px 0px;

}
.pc_hdlive .chat_title{
    font-size:22px;
    font-weight:500;
    color:#fff;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.pc_hdlive .chat_list{
    height: 683px;
    /*overflow-y: auto;*/
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
    color: #999;
    font-size: 12px;
}
/*滚动条样式start*/

.pc_hdlive .chat_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_hdlive .chat_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_hdlive .chat_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


.pc_hdlive .chat_list li{
    padding: 25px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.pc_hdlive .chat_list li .info{
    height: 28px;
    position: relative;
}
.pc_hdlive .chat_list li .info .img_div{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.pc_hdlive .chat_list li .info .img_div img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.pc_hdlive .chat_list li .info .name{
    border-radius: 50%;
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    color: #C19D62;
}
.pc_hdlive .chat_list li .info .time{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.pc_hdlive .chat_list li .des{
    line-height: 20px;
    margin-top: 8px;
}

.pc_hdlive .hdlive_bottom_right .commentTa{
    width: 290px;
    height: 60px;
    background-color: #3B3B3B;
    margin-top: 42px;
    border: none;
    resize: unset;
    padding: 12px 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #999;
    outline: none;
}
.pc_hdlive .hdlive_bottom_right .commentBtn {
    width: 60px;
    height: 26px;
    line-height: 26px;
    background-color: #C5302C;
    opacity: 80%;
    text-align: center;
    border-radius: 13px;
    border: none;
    font-size: 12px;
    color: #fff;
    margin-top: 18px;
    float: right;
}


.pc_hdlive .hdlive_bottom_right .replay_div{
    margin-top: 10px;
    padding: 12px 10px;
    background: #3B3B3B;
    border-radius: 3px;
    width: 250px;
}
.pc_hdlive .hdlive_bottom_right .replay_div .replay_name{
    color: #C19D62;
}
.pc_hdlive .hdlive_bottom_right .replay_div .replay_des{
    color: #999;
    margin-top: 10px;
}
.pc_hdlive .hdlive_bottom_right .replayTa{
    width: 270px;
    height: 60px;
    background-color: #3B3B3B;
    margin-top: 10px;
    border: none;
    resize: unset;
    padding: 12px 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #999;
    outline: none;
}
.pc_hdlive .hdlive_bottom_right .replayBtn {
    width: 60px;
    height: 26px;
    line-height: 26px;
    background-color: #282723;
    opacity: 80%;
    text-align: center;
    border-radius: 13px;
    border: none;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-left: 215px;
    /*float: right;*/
}
.pc_hdlive .hdlive_bottom_right .replaySubmitBtn {
    width: 60px;
    height: 26px;
    line-height: 26px;
    background-color: #282723;
    opacity: 80%;
    text-align: center;
    border-radius: 13px;
    border: none;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-left: 10px;
    /*float: right;*/
}
.pc_hdlive .hdlive_bottom_right .replaycancelBtn {
    width: 60px;
    height: 26px;
    line-height: 26px;
    background-color: #282723;
    opacity: 80%;
    text-align: center;
    border-radius: 13px;
    border: none;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-left: 140px;
    /*float: right;*/
}

/*滚动条样式start*/

.pc_hdlive .recommend_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_hdlive .recommend_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_hdlive .recommend_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 滚动条样式end */

.pc_hdlive .recommend_list_ul li {
    width: 263px;
    height: 72px;
    margin-bottom: 22px;
}

.pc_hdlive .recommend_list_ul li .img_div {
    width: 110px;
    height: 72px;
    float: left;
}

.pc_hdlive .recommend_list_ul li .img_div img {
    width: 110px;
    height: 72px;
}

.pc_hdlive .recommend_list_ul li .info_div {
    width: 145px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    float: right;
    text-align: justify;
    font-weight: 300;
}

/* 活动直播页end */

/* 报料start */

.pc_report {
    background: #F6F6F6;
}

.pc_report .report_body {
    width: 1000px;
    margin: 36px auto 54px;
}

.pc_report .report_left {
    width: 614px;
    /* height: 300px;  */
    background: #fff;
    float: left;
    padding: 30px 30px 40px 30px;
}

/* 报料提交部分 */

.pc_report .toReport {
    width: 614px;
    margin-bottom: 50px;
    /* height: 618px; */
    /* background: #eee; */
}

.pc_report .label_title {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_report .form_div {
    width: 513px;
    /* 100+513 */
    height: 40px;
    /* background-color: #0084ff; */
    margin-bottom: 20px;
    position: relative;
    padding-left: 100px;
}

/* 报料内容 */

.pc_report .category_div .login_msg {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #F44840;
    position: absolute;
    left: 270px;
    top: 0px;
}

.pc_report .category_div .login_msg a {
    color: #F44840;
}

.pc_report .select_input_div {
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    /* border: 1px solid #ccc; */
    background: #F6F6F6;
    position: relative;
}

.pc_report .select_input_div input {
    border: none;
    outline: none;
    width: 90%;
    font-size: 14px;
    background: transparent;
}

.pc_report .select_input_div .selectImg {
    width: 14px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.pc_report .select_list {
    width: 150px;
    border: 1px solid #ccc;
    overflow: hidden;
    z-index: 9999;
    position: relative;
    background: #fff;
    display: none;
}

.pc_report .select_list ul li {
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    padding-left: 20px;
}

.pc_report .select_list ul li:hover {
    background-color: #F44840;
    color: #fff;
}

.pc_report .play {
    transform: rotate(180deg);
}

/* 报料标题 */

.pc_report .title_div .title_input_div input {
    width: 493px;
    height: 40px;
    background: #F6F6F6;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
}

/* 报料描述 */

.pc_report .des_div {
    height: 140px;
}

.pc_report .textarea_div {
    width: 513px;
    height: 140px;
}

.pc_report .textarea_div textarea {
    width: 473px;
    height: 100px;
    outline: none;
    resize: none;
    background: #F6F6F6;
    border: 0;
    padding: 20px;
    font-size: 14px;
    color: #333;
}

/* 上传图片 */

.pc_report .pic_div {
    height: 146px;
    /* background-color: pink; */
}

.pc_report .picfile_div {
    width: 513px;
    height: 146px;
}

.pc_report .picfile_div ul li {
    width: 157px;
    height: 146px;
    float: left;
    background: #F6F6F6;
    margin-right: 21px;
    position: relative;
}

.pc_report .picfile_div ul li:last-child {
    margin-right: 0px;
}

.pc_report .picfile_div li input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_report .plus_img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 21px;
    transform: translateX(-50%);
}

.pc_report .plus_img img {
    width: 30px;
    height: 30px;
}

/* 选择的图片 */

.pc_report .select_img {
    width: 157px;
    height: 146px;
    position: absolute;
    left: 0;
    top: 0px;
}

.pc_report .select_img img {
    width: 157px;
    height: 146px;
}

.pc_report .picfile_div li .p1 {
    width: 157px;
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 50%;
    top: 68px;
    transform: translateX(-50%);
    text-align: center;
}

.pc_report .picfile_div li .p2 {
    width: 157px;
    font-size: 12px;
    color: #C4C4C4;
    position: absolute;
    left: 50%;
    top: 94px;
    transform: translateX(-50%);
    text-align: center;
}

.pc_report .picfile_div li .p3 {
    width: 157px;
    font-size: 12px;
    color: #C4C4C4;
    position: absolute;
    left: 50%;
    top: 112px;
    transform: translateX(-50%);
    text-align: center;
}

/* 视频上传 */

.pc_report .video_div {
    margin-bottom: 30px;
}

.pc_report .videofile_div {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #F6F6F6;
    font-size: 14px;
    color: #999;
    position: relative;
    text-align: center;
}

.pc_report .videofile_div input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}

/* 按钮 */

.pc_report .button_div {
    height: 52px;
    /* background-color: pink; */
    padding-left: 100px;
}

.pc_report .submitBtn {
    width: 215px;
    height: 52px;
    line-height: 52px;
    margin-right: 35px;
    background: #FAA4A0;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.pc_report .resetBtn {
    width: 215px;
    height: 52px;
    line-height: 52px;
    background: #EEF1F4;
    border-radius: 5px;
    font-size: 16px;
    color: #9A9A9A;
}

/* 报料提交部分end */

.pc_report .report_list {
    /* width:  */
}

.pc_report .report_list .title {
    height: 47px;
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

.pc_report .report_ul>li {
    padding: 20px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pc_report .report_ul>li .userDiv {
    height: 40px;
    position: relative;
    border-radius: 50%;
}

.pc_report .report_ul>li .userDiv img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}

.pc_report .report_ul>li .userDiv .user_name {
    padding-left: 50px;
    color: #222;
    font-size: 16px;
}

.pc_report .report_ul>li .userDiv .time {
    padding-left: 50px;
    font-size: 14px;
    color: #A4A4A4;
    margin-top: 2px;
}

.pc_report .report_ul>li .userDiv .answer_state {
    display: inline-block;
    width: 64px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}

.pc_report .answer_no {
    background: #F3F3F3;
    color: #999;
}

.pc_report .answer_yes {
    background: #FFF1EF;
    color: #F44840;
}

.pc_report .report_title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin-top: 12px;
    line-height: 28px;
}

.pc_report .report_title a {
    color: #222;
}

.pc_report .report_des {
    margin-top: 8px;
    font-size: 14px;
    color: #A4A4A4;
    line-height: 24px
}

.pc_report .report_des a {
    color: #A4A4A4;
}

.pc_report .css_style1 .img_list {
    margin-top: 10px;
}

.pc_report .css_style1 .img_list li {
    width: 196px;
    height: 110px;
    float: left;
    margin-right: 13px;
}

.pc_report .css_style1 .img_list li:last-child {
    margin-right: 0px;
}

.pc_report .css_style1 .img_list li img {
    width: 196px;
    height: 110px;
}

.pc_report .css_style2 .img_list {
    margin-top: 10px;
}

.pc_report .css_style2 .img_list li {
    width: 196px;
    height: 110px;
    float: left;
    margin-right: 13px;
    position: relative;
}

.pc_report .css_style2 .img_list li:last-child {
    margin-right: 0px;
}

.pc_report .css_style2 .img_list li img {
    width: 196px;
    height: 110px;
}

.pc_report .css_style2 .img_list li .start {
    width: 32px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc_report .css_style2 .img_list li .start img {
    width: 32px;
    height: 39px;
}

/* 报料分类 */

.pc_report .report_right {
    width: 300px;
    /* height: 300px; */
    background: #fff;
    float: right;
    padding-top: 10px;
}

.pc_report .report_right ul li {
    width: 150px;
    height: 70px;
    float: left;
    position: relative;
    /* background: #0084ff; */
    padding-top: 95px;
}

.pc_report .report_right ul li img {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
}

.pc_report .report_right ul li .name {
    text-align: center;
    font-size: 18px;
    color: #222;
}

.pc_report .report_right ul li .num {
    text-align: center;
    font-size: 14px;
    color: #999;
}

/* 报料end */

/* 专题栏目页 start */

.topicBigImg {
    width: 1000px;
    height: 562px;
    /* margin-bottom: 30px; */
}

.topicBigImg img {
    width: 1000px;
    height: 562px;
}

.pc_topicCon .topic_body .crumbsNav {
    border-bottom: none;
}

.topic_body .list_content_left {
    width: 1000px;
}

.topic_body .list_content_left .list_ul li {
    width: 1000px;
}

.topic_body .list_content_left .topic_column_title {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    margin-bottom: 20px;
    background: url(../images/rectangle4_20.png) no-repeat left center;
    padding-left: 20px;
    margin-top: 30px;
}

.topic_body .list_content_left .list_ul li .info_div {
    width: 790px;
}

.topic_body .list_ul .hasPic .info_div .title {
    width: 790px;
}

.topic_body .bigTitle {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}

/* 专题栏目页 end */

/* 报料详情页 start*/

.reportCon_body .article_content .userImgDiv {
    height: 50px;
    position: relative;
    margin-bottom: 30px;
}

.reportCon_body .article_content .userImgDiv .user_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.reportCon_body .article_content .userImgDiv .user_img img {
    width: 50px;
    height: 50px;
}

.reportCon_body .article_content .userImgDiv .user_name {
    margin-left: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(99, 177, 247);
    line-height: 21px;
}

.reportCon_body .article_content .userImgDiv .user_time {
    margin-left: 70px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 20px;
}

.reportCon_body .share {
    top: 70%;
}

.pc_article .reportCon_body .articleContent img {
    display: block;
    margin-top: 10px;
}

.reportCon_body .videoDiv {
    width: 673px;
    height: 390px;
    margin-top: 10px;
}

/* 报料详情页 end*/

/* 图集详情页 start */

.pc_galleryCon {
    background: #FDFCFA;
}

.pc_galleryCon .galleryCon_content {
    width: 1000px;
    margin: 48px auto 20px;
}

.pc_galleryCon .gallery-title {
    /* height: 60px; */
    font-size: 34px;
    font-weight: bold;
    color: #222;
    padding-bottom: 40px;
}

/* 图集文字描述 */

.pc_galleryCon .swiper_div {
    position: relative;
}

.pc_galleryCon .gallery-des {
    background: url(../images/gallerydes_bg.png);
    width: 1000px;
    /* height: 142px; */
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 38px 78px 40px 128px;
    box-sizing: border-box;
    z-index: 999;
}

.pc_galleryCon .gallery-des .index_num_div {
    position: absolute;
    left: 30px;
    top: 24px;
}

.pc_galleryCon .gallery-des .index_num_div #gallery-index {
    color: #C5302C;
    font-size: 60px;
    /*vertical-align: sub;*/
}

.pc_galleryCon .gallery-des .index_num_div .gallery-split {
    color: #C19D62;
    font-size: 24px;
    font-weight: 100;
    padding: 0px 8px;
    background: url(../images/gallery_index_split.png) no-repeat;
    margin-right: 2px;
    margin-left: 1px;
}

.pc_galleryCon .gallery-des .index_num_div #totalgallery {
    color: #C19D62;
    font-size: 24px;
    /* padding-left: 10px; */
    /*vertical-align: sub;*/
}

.pc_galleryCon .gallery-des p {
    font-size: 16px;
    color: #FFFFFF;
    /*height: 83px;*/
    line-height: 25px;
    margin-bottom: 35px;
    /*text-indent: 2em;*/
}

.pc_galleryCon .gallery-des .gallery-time, .pc_galleryCon .gallery-des .gallery-source {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.pc_galleryCon .gallery-des .gallery-source {
    margin-left: 15px;
}

.pc_galleryCon .share {
    position: absolute;
    top: 69%;
    right: 66px;
}

.pc_galleryCon .gallery-img-lb {
    /* height: 120px; */
    /* margin-top: 20px; */
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 7px;
    padding-bottom: 20px;
    position: relative;
    background: #1F1F1F;
}

.pc_galleryCon .gallery-img-box {
    width: 1060px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.pc_galleryCon .swiper-slide {
    background-size: cover;
    background-position: center;
}

.pc_galleryCon .gallery-top {
    height: 654px;
    width: 1000px;
}

.pc_galleryCon .gallery-thumbs {
    width: 760px;
    height: 128px;
    box-sizing: border-box;
}

.pc_galleryCon .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.pc_galleryCon .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
   background:url(../images/gallery_active.png) no-repeat;
}
.pc_galleryCon .gallery-thumbs  .swiper-slide .gallery_active{
	width:170px;
   height:95px;
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pc_galleryCon .gallery-thumbs  .swiper-slide .gallery_active img{
  width:170px;
  height:95px;
}
.pc_galleryCon .galleryCon-center {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

/* .pc_galleryCon .gallery-des {
  background-color: #F7FBFF;
} */

.pc_galleryCon .swiper_div .swiper-button-prev {
    width: 40px !important;
    height: 70px !important;
    background-image: url(../images/arrow_prev_top.png) !important;
    outline: none;
    background-size: 40px 70px !important;
    position: absolute;
    left: -138px;
}

.pc_galleryCon .swiper_div .swiper-button-next {
    width: 40px !important;
    height: 70px !important;
    background-image: url(../images/arrow_next_top.png) !important;
    outline: none;
    background-size: 40px 70px !important;
    position: absolute;
    right: -138px;
}

.pc_galleryCon .gallery-img-lb .swiper-button-prev {
    width: 46px !important;
    height: 124px !important;
    background-image: url(../images/arrow_prev.png) !important;
    background-size: 46px 124px !important;
    outline: none;
    /* margin-top: 270px; */
    position: absolute;
    left: 74px;
    top: 34px;
}

.pc_galleryCon .gallery-img-lb .swiper-button-next {
    width: 46px !important;
    height: 124px !important;
    background-image: url(../images/arrow_next.png) !important;
    background-size: 46px 124px !important;
    outline: none;
    /* margin-top: 270px; */
    position: absolute;
    right: 74px;
    top: 34px;
}

.pc_galleryCon .gallery-img-lb .prev_gallery {
    position: absolute;
    width: 39px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_galleryCon .gallery-img-lb .next_gallery {
    position: absolute;
    width: 39px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_galleryCon .gallery-img-lb .prev_gallery a, .pc_galleryCon .gallery-img-lb .next_gallery a {
    font-size: 16px;
    color: #999;
    line-height: 20px;
    letter-spacing: 3px;
}

.pc_galleryCon .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -4px
}

.pc_galleryCon .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    outline: none;
}

.pc_galleryCon .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    background: rgb(189, 189, 189);
    border-radius: 5px;
}

/*图集详情页 end*/

/*音频详情页 start*/

.pc_audio .audio_body {
    width: 1000px;
    height: 569px;
}

.pc_audio .audio_body .audio_div {
    width: 1000px;
    height: 569px;
}

.pc_audio .audio_body .audio_div .state {
    width: 520px;
    padding-left: 480px;
    background: #2C2C2C url(../images/audio_state.png) no-repeat 440px center;
}

.pc_audio .audio_body .audio_div .share_div {
    position: absolute;
    width: 198px;
    top: 480px;
}

.pc_audio .audio_body .audio_div .audioDiv {
    top: 370px;
}

/*音频详情页 end*/

/* 新闻列表页start */

.pc_newsList .newsList_body_top {
    /* height: 476px; */
    padding-top: 38px;
    height: 438px;
    background: #F5F5F5;
    display:none;
}

.pc_newsList .newsList_body_top .mask_div {
    width: 100%;
    height: 114px;
    padding-top: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    z-index: 9999;
    display: none;
}

.pc_newsList .newsList_body_top li.p3 .mask_div {
    display: block;
}

.pc_newsList .newsList_body_top .mask_div .mask_index {
    padding-left: 22px;
}

.pc_newsList .newsList_body_top .mask_div .mask_index .mark {
    font-size: 20px;
    color: rgba(193, 157, 98, 0.5);
    margin-right: 10px;
}

.pc_newsList .newsList_body_top .mask_div .mask_index .num {
    color: rgb(193, 157, 98);
    font-size: 28px;
    vertical-align: sub;
}

.pc_newsList .newsList_body_top .mask_div .mask_title {
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
    padding-left: 22px;
}

.pc_newsList .newsList_body_top .mask_div .mask_time {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 22px;
}
/* tab选框 */
.pc_newsList .tabtype{
    height: 46px;
    background: url(../images/newsList_tab_bg.png) no-repeat left center;
    border-bottom: 2px solid rgba(193,157,98,0.08);
    padding-left: 17px;
}
.pc_newsList .tabtype li {
    height: 46px;
    line-height: 46px;
    position: relative;
    cursor: pointer;
    margin-right: 24px;
    font-size:15px;
    font-weight: 400;
    color: #666;
    float: left;
    position: relative;
}
.pc_newsList .tabtype li:last-child{
	margin-right: 0px;
}
.pc_newsList .tabtype li.active {
    font-size: 24px;
    font-weight: 500;
    color: #C5302C;
    /* margin-right: 30px; */
    height: 38px;
    line-height: 38px;
}

.pc_newsList .tablist {
    /* margin-top: 22px; */
}
.pc_newsList .right_sidebar{
    margin-top: 3px;
}
.pc_newsList .right_sidebar .ranking{
    margin-top: 28px;
}
/* 新闻列表页end */

/* 点播页start */
.pc_vodList .vodList_body{
    width: 1000px;
    margin: 29px auto 0px;
    position: relative;
}
.pc_vodList .totop{
    bottom: 0px;
}
.pc_vodList .vodList_body .lb_div{
    width: 1000px;
    height: 563px;
    /* background: yellowgreen; */
    margin-bottom: 30px;
}
/* 正在播出 */
.pc_vodList .vodList_body .first_line{
    margin-bottom: 40px;
}
.pc_vodList .vodList_body .first_line .program_List{
    width: 1000px;
    height: 186px;
    /* background: greenyellow; */
    margin-top: 31px;
}
.pc_vodList .list_content_left{
    width:178px;
    height: 186px;
    float: left;
}
.pc_vodList .list_content_left .tabtype li{
    width: 178px;
    height: 93px;
    line-height: 93px;
    font-size:16px;
    color: #222;
    text-align: center;
    cursor: pointer;
}
.pc_vodList .first_line .list_content_left .tabtype li.active{
    border-left: 2px solid #C5302C;
    width: 176px;
    background: #FDFCFA;
}
.pc_vodList .first_line .tablist{
    width: 762px;
    height: 166px;
    float: right;
    padding: 20px 30px 0px;
    background-color: #FDFCFA;
}
.pc_vodList .first_line .tablist .channel_ul{
    overflow: hidden;
    overflow-x: auto;
    list-style: none;
    white-space: nowrap;
    width: auto;
    padding-bottom: 6px;
}
.pc_vodList .first_line .tablist .channel_ul li{
    padding: 0px 19px;
    background: #FDFCFA;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    color: #222;
    /* float: left; */
    font-size:16px;
    margin-right: 17px;
    cursor: pointer;

    display: inline-block;
}
.pc_vodList .first_line .tablist .channel_ul li.active{
    background:#C5302C;
    color: #fff;
}
/*滚动条样式start*/

.pc_vodList .first_line .tablist .channel_ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pc_vodList .first_line .tablist .channel_ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pc_vodList .first_line .tablist .channel_ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 滚动条样式end */



/* .pc_vodList .first_line .tablist .program_ul{
    padding-top: 4px;
    height: 95px;
    background-color: #FAF7F8;
    margin-top: 14px;

    overflow: hidden;
    overflow-x: auto;
    list-style: none;
    white-space: nowrap;
    width: auto;
}
.pc_vodList .first_line .tablist .program_ul li{
    width: 154px;
    height: 82px;
    padding: 13px 23px 0px;
    background: #fff;
    display: inline-block;
}
.pc_vodList .first_line .tablist .program_ul li .time{
    font-size:12px;
    color: #999;
}
.pc_vodList .first_line .tablist .program_ul li .title{
    font-size:14px;
    color: #333;
    margin-top: 6px;
}
.pc_vodList .first_line .tablist .program_ul li .state{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0px 16px;
    color: #2F4858;
    font-size:12px;
    border-radius:12px;
    border: 1px solid #2F4858;
    opacity:0.6;
    margin-top: 8px;
} */
.pc_vodList .first_line .program_bigdiv{
    background-color: rgba(193,157,98,0.08);
    /* padding-top: 5px; */
    height: 95px;
    margin-top: 14px;
    padding: 2px 46px 0px;
    position: relative;
}
.pc_vodList .first_line .program_div{
    /* padding-top: 4px;
    height: 95px; */
    background-color: #FAF7F8;
    /* margin-top: 14px; */
}
.pc_vodList .first_line .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.pc_vodList .first_line .swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property:all; */
    /* width: 154px!important; */
    height: 95px!important;
    /* padding: 13px 23px 0px; */
}
.pc_vodList .program_div .swiper-button-prev {
    width: 44px !important;
    height: 95px !important;
    background: #fff url(../images/arrow_prev_program_active.png) no-repeat center center!important;
    outline: none;
    background-size: 9px 16px !important;
    position: absolute;
    left: 1px;
    margin-top: -47px!important;
}

.pc_vodList .program_div .swiper-button-next {
    width: 44px !important;
    height: 95px !important;
    background: #FDFCFA url(../images/arrow_next_program_active.png) no-repeat center center!important;
    outline: none;
    background-size: 9px 16px !important;
    position: absolute;
    right: 1px;
    margin-top: -47px!important;
}
.pc_vodList .program_div .swiper-button-next.swiper-button-disabled{
	 opacity: 1;
    background: #fff url(../images/arrow_next_program.png) no-repeat center center!important;
    background-size: 9px 16px !important;
    
}
.pc_vodList .program_div .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background: #FDFCFA url(../images/arrow_prev_program.png) no-repeat center center!important;
    background-size: 9px 16px !important;
}
.pc_vodList .first_line .swiper-slide-active,
.pc_vodList .first_line .swiper-slide-duplicate-active {
    /* transform: scale(1.2); */
    z-index: 333;
}
.pc_vodList .first_line .swiper-slide .time{
    font-size:12px;
    color: #999;
    margin-top: 13px;
    margin-left: 23px;
}
.pc_vodList .first_line .swiper-slide .title{
    font-size:14px;
    color: #333;
    margin-top: 6px;
    margin-left: 23px;
}
.pc_vodList .first_line .swiper-slide .state{
    display: inline-block;
    margin-top: 8px;
    margin-left: 23px;
    
}
.pc_vodList .first_line .swiper-slide .state.before{
   width:62px;
   height:26px;
	background:url(../images/vod_before.png) no-repeat;
   cursor: pointer;
   background-size: 62px 26px;
}
.pc_vodList .first_line .swiper-slide .state.living{
    width:60px;
    height:24px;
    background:url(../images/vod_ing.png) no-repeat;
    cursor: pointer;
    background-size: 60px 24px;
}
.pc_vodList .first_line .swiper-slide .state.after{
    width:76px;
    height:26px;
    background:url(../images/vod_after.png) no-repeat;
    background-size: 76px 26px;
}

/* 样式一致列 */
.pc_vodList .vodList_body .same_line{
    margin-bottom: 40px;
}
.pc_vodList .vodList_body .same_line .program_List{
    margin-top: 31px;
}
.pc_vodList .vodList_body .same_line .program_List .program_List_ul li{
    width: 232px;
    /* height: 180px; */
    float: left;
    margin-right: 24px;
}
.pc_vodList .vodList_body .same_line .program_List .program_List_ul li .program_img{
    width: 232px;
    height: 131px;
    vertical-align: middle;
}
.pc_vodList .vodList_body .same_line .program_List .program_List_ul li:last-child{
    margin-right: 0px;
}
.pc_vodList .vodList_body .same_line .program_List .program_List_ul li .title{
    font-size:16px;
    color:#222;
    margin-top: 12px;
    padding-left: 10px;
}
.pc_vodList .vodList_body .same_line .program_List .program_List_ul li:hover .title{
    color: #C19D62;
}
/* 轮播图 */
.pc_vodList .carousel {
    width:100%;
    height: 563px;
    /* margin-bottom: 27px; */
}

.pc_vodList .carousel .picBtnTop {
    width:100%;
    height: 563px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.pc_vodList .carousel .picBtnTop .hd {
    width: 261px;
    height: 563px;
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 33;
    background:rgba(0,0,0,0.39);
}

.pc_vodList .carousel .picBtnTop .hd ul li {
    padding:16px 20px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    height: 66px;
}
.pc_vodList .carousel .picBtnTop .hd ul li a{
    color: #fff;
}
.pc_vodList .carousel .picBtnTop .hd ul li .des{
    display: none;
    font-size: 14px;
}
.pc_vodList .carousel .picBtnTop .hd ul li:first-child {
    margin-top: 54px;
}

.pc_vodList .carousel .picBtnTop .hd ul li.on {
    height: 86px;
    font-size: 18px;
    color: #fff;
    background:linear-gradient(270deg,rgba(197,48,44,0.1) 0%,rgba(197,48,44,1) 100%);
}
.pc_vodList .carousel .picBtnTop .hd ul li.on .des{
    display: block;
    margin-top: 6px;
}
.pc_vodList .carousel .picBtnTop .bd {
    width: 100%;
    height: 420px;
    position: relative;
}

.pc_vodList .carousel .picBtnTop .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.pc_vodList .carousel .picBtnTop .bd li .pic {
    position: relative;
    z-index: 0;
    width: 1000px;
}

.pc_vodList .carousel .picBtnTop .bd li .pic img {
    width: 1000px;
    display: block;
    height: 563px;
    margin: 0 auto;
}


/* 点播页end */

/*点播播放页start*/
.pc_video .hdlive_body_top_div .video_div .video_info .people {
	 background: url(../images/list_time_16.png) no-repeat left 1px;
    background-size: 17px 17px;
}
.pc_video .hdlive_body_top {
    height: 660px;
    background: #323232;
    padding-top: 36px;
}

.pc_video .hdlive_body_top .hdlive_body_top_div {
    width: 1000px;
    height: 623px;
    /* background: #0084ff; */
    margin: 0 auto;
    position: relative;
}

/* 播放器 */

.pc_video .hdlive_body_top_div .video_div {
    width: 703px;
    height: 623px;
    background: #25272A;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_video .hdlive_body_top_div .video_div .video_info {
    width: 703px;
    height: 104px;
    /* background: yellow; */
    position: relative;
}

.pc_video .hdlive_body_top_div .video_div .video_info .title {
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0px;
}



.pc_video .hdlive_body_top_div .video_div .video_info .live_state {
    height: 26px;
    position: absolute;
    top: 22px;
    margin-left: 20px;
}

.pc_video .hdlive_body_top_div .video_div .video_info .share_div {
    /* position: relative; */
    width: 198px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    right: 18px;
    bottom: 0px;
}

.pc_video .hdlive_body_top_div .video_div .video_info .people {
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-left: 22px;
}

.pc_video .videoDiv {
    width: 703px;
    height: 519px;
}

/*点播播放页end*/


/* 专题详情页start */
.pc_topic .topic_body {
    width: 1000px;
    margin: 33px auto 50px;
    position: relative;
}

.pc_topic .topicImg_div {
    width: 1000px;
    height: 262px;
}

.pc_topic .topicImg_div .topic_img {
    width: 1000px;
    height: 262px;
    vertical-align: middle;
}

.pc_topic .topiclist_div {
    margin-top: 38px;
}

/* 专题左侧 */

.pc_topic .topic_leftPart {
    width: 672px;
    float: left;
    /* background: #fff; */
}
/* tab选框 */
.pc_topic .tabtype{
    height: 46px;
    background: url(../images/newsList_tab_bg.png) no-repeat left center;
    border-bottom: 2px solid rgba(193,157,98,0.08);
    padding-left: 17px;
}
.pc_topic .tabtype li {
    height: 46px;
    line-height: 46px;
    position: relative;
    cursor: pointer;
    margin-right: 24px;
    font-size:15px;
    font-weight: 400;
    color: #666;
    float: left;
    position: relative;
}
.pc_topic .tabtype li:last-child{
	margin-right: 0px;
}
.pc_topic .tabtype li.active {
    font-size: 24px;
    font-weight: 500;
    color: #C5302C;
    /* margin-right: 30px; */
    height: 38px;
    line-height: 38px;
}


.pc_topic .list_ul {
    margin-top: 18px;
}

.pc_topic .list_ul li {
    width: 672px;
    border-bottom: 1px solid rgba(193,157,98,0.08);
    margin-top: 18px;
}
.pc_topic .list_ul li .title a:hover{
    color: #C19D62!important;
}

.pc_topic .list_ul li:first-child {
    margin-top: 0px;
}

.pc_topic .list_ul li .info_des .time {
    margin-right: 10px;
}

.pc_topic .list_ul .hasPic {
    height: 142px;
}

.pc_topic .list_ul .hasPic .li_con {
    position: relative;
}

.pc_topic .list_ul .hasPic .img_div {
    float: left;
}

.pc_topic .list_ul .hasPic .img_div img {
    width: 190px;
    height: 124px;
    vertical-align: middle;
}

.pc_topic .list_ul .hasPic .info_div {
    width: 465px;
    height: 124px;
    float: right;
    position: relative;
    /* position: absolute; */
    /* right: 0px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.pc_topic .list_ul .hasPic .info_div .title {
    width: 465px;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
}

.pc_topic .list_ul .hasPic .info_div .title a {
    color: #222;
}

.pc_topic .list_ul .hasPic .info_div .info_des {
    /*width:155px;*/
    font-size: 14px;
    color: #a4a4a4;
    /* margin-top: 10px; */
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.pc_topic .list_ul .style_css2 {
    padding-bottom: 18px;
}

.pc_topic .list_ul .style_css2 .title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
}

.pc_topic .list_ul .style_css2 .title a {
    color: #222;
}

.pc_topic .list_ul .style_css2 .info_des {
    font-size: 14px;
    color: #a4a4a4;
    margin-top: 10px;
}

.pc_topic .list_ul .style_css3 .li_con .img_div {
    position: relative;
}

.pc_topic .list_ul .style_css3 .li_con .video_start {
    width: 32px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc_topic .list_ul .style_css3 .li_con .video_start img {
    width: 32px;
    height: 39px;
}

/* 列表页end */



/* 专题右侧 */

.pc_topic .topic_right_sidebar {
    width: 299px;
    float: right;
}

.pc_topic .topic_right_sidebar .pic1 {
    width: 299px;
    /*height: 226px;*/
}

.pc_topic .topic_right_sidebar .pic1 img {
    width: 299px;
    height: 226px;
}

.pc_topic .topic_right_sidebar .pic2 {
    width: 299px;
    /*height: 500px;*/
    margin-top: 30px;
    margin-bottom: 40px;
}

.pc_topic .topic_right_sidebar .pic2 img {
    width: 299px;
    height: 500px;
}

/* 专题详情页end */