@charset "UTF-8";
/* 电视播放页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: 147px 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; */
    top: 40px;
    right: 26px;
}

.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: #00A7E3;
    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 #5F5F5F;
    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: #00A7E3;
    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 #00A7E3;
    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:164px 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;
    top: 673px;
    left: 50%;
    transform: translateX(-50%);
}

/* 播放器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: 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 .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: #00A7E3;
    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 #5F5F5F;
    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: #00A7E3;
    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 #00A7E3;
    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*/

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

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

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

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

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

/*音频详情页 end*/

/* 新闻资讯列表页start */

.pc_newslist {
    background: #F6F6F6;
}

.pc_newslist .newslist_body {
    width: 1200px;
    /* height: 300px; */
    margin: 160px auto 50px;
    position: relative;
}

/* 左侧 */

.pc_newslist .newslist_body .news_leftPart {
    width: 841px;
    /* height: 200px; */
    float: left;
    /* background: #fff; */
}

.pc_newslist .newslist_body .news_leftPart .first_line {
    width: 841px;
    height: 316px;
    background: #fff;
}

.pc_newslist .newslist_body .news_leftPart .first_line .first_line_left {
    width: 571px;
    height: 316px;
    float: left;
    position: relative;
}

.pc_newslist .newslist_body .news_leftPart .first_line .first_line_left img {
    width: 571px;
    height: 316px;
    vertical-align: middle;
}

.pc_newslist .newslist_body .news_leftPart .first_line .first_line_left .info {
    width: 552px;
    height: 42px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 126px 0px 0px 19px;
}

.pc_newslist .newslist_body .news_leftPart .first_line .first_line_right {
    width: 256px;
    height: 316px;
    float: right;
}

.pc_newslist .newslist_body .news_leftPart .first_line .first_line_right>div {
    width: 256px;
    height: 151px;
    position: relative;
}

.pc_newslist .newslist_body .news_leftPart .first_line .first_line_right>div img {
    width: 256px;
    height: 151px;
    vertical-align: middle;
}

.pc_newslist .newslist_body .news_leftPart .first_line .first_line_right>div .info {
    width: 228px;
    height: 62px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 26px;
    padding: 21px 14px 0px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
}

.pc_newslist .newslist_body .news_leftPart .first_line .first_line_right .first_line_right_2 {
    margin-top: 14px;
}

/* 列表开始 */

.pc_newslist .newslist_body .news_leftPart .second_line {
    width: 841px;
    /* height: 300px; */
    background: #fff;
    margin-top: 30px;
}

.pc_newslist .tabtype {
    height: 60px;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 24px;
}

.pc_newslist .tabtype li {
    height: 60px;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    margin-right: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    float: left;
    position: relative;
}

.pc_newslist .tabtype li.active {
    font-size: 24px;
    color: #333;
    line-height: 55px;
    font-weight: 500;

}

.pc_newslist .list_ul {
    padding: 0px 24px;
}

.pc_newslist .list_ul li {
    width: 793px;
    border-bottom: 1px solid #eee;
    margin: 24px 0px 0px 0px;
}

.pc_newslist .list_ul li .info_des .source {
    margin-right: 10px;
}

.pc_newslist .list_ul .hasPic {
    padding-bottom: 24px;
}

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

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

.pc_newslist .list_ul .hasPic .img_div img {
    width: 242px;
    height: 135px;
    vertical-align: middle;
}

.pc_newslist .list_ul .hasPic .info_div {
    width: 531px;
    /* float: right; */
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

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

.pc_newslist .list_ul .hasPic .info_div .title a {
    color: #222;
    line-height:30px;
}

.pc_newslist .list_ul .hasPic .info_div .info_des {
    /*width:155px;*/
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

.pc_newslist .list_ul .style_css2 {
    padding-bottom: 24px;
}

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

.pc_newslist .list_ul .style_css2 .title a {
    color: #222;
    line-height:30px;
}

.pc_newslist .list_ul .style_css2 .info_des {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

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

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

.pc_newslist .list_ul .style_css3 .li_con .video_start img {
    width: 32px;
    height: 39px;
    vertical-align: middle;
}

/* 新闻资讯列表页end */

/* 大型活动start */

.pc_bigeventlist {
    background: #F6F6F6;
}

.pc_bigeventlist .bigevent_body {
    width: 1200px;
    margin: 160px auto 0px;
    position: relative;
}

.pc_bigeventlist .totop {
    bottom: 102px;
}

/* 轮播图部分 */

.pc_bigeventlist .bigevent_body .lb_div {
    width: 1200px;
    height: 390px;
    /* background: pink; */
}

.pc_bigeventlist .lb_div .swiper-container {
    width: 100%;
    height: 100%;
}

.pc_bigeventlist .lb_div .swiper-container .swiper-slide img {
    width: 1200px;
    height: 390px;
}

.pc_bigeventlist .lb_div .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
}

.pc_bigeventlist .lb_div .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: url(../images/swiper_white.png) no-repeat;
    outline: none;
    opacity: 1;
}

.pc_bigeventlist .lb_div .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/swiper_blue.png) no-repeat;
}

/* 列表部分 */

.pc_bigeventlist .bigevent_body .bigeventlist_div {
    margin-top: 30px;
}

.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li {
    width: 380px;
    height: 305px;
    background: #fff;
    margin-right: 30px;
    margin-top: 40px;
    float: left;
}

.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li:nth-child(1), .pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li:nth-child(2), .pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li:nth-child(3) {
    margin-top: 0px;
}

.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li .img_div {
    width: 380px;
    height: 217px;
}

.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li .img_div img {
    width: 380px;
    height: 217px;
    vertical-align: middle;
}

.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li .info {
    width: 340px;
    height: 72px;
    padding: 16px 20px 0px 20px;
}

.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li .info .title {
    font-size: 16px;
    color: #222;
}

.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li .info .time {
    font-size: 14px;
    color: #999;
    margin-top: 16px;
}

/* 大型活动end */

/* 专题列表start */

.pc_topiclist {
    background: #F6F6F6;
}

.pc_topiclist .topiclist_body {
    width: 1200px;
    margin: 160px auto 0px;
    position: relative;
}

.pc_topiclist .totop {
    bottom: 102px;
}

/* 轮播部分 */

.pc_topiclist .topiclist_body .lb_div {
    width: 1200px;
    height: 325px;
    /* background: pink; */
}

.pc_topiclist .lb_div .swiper-container {
    width: 100%;
    height: 100%;
}

.pc_topiclist .lb_div .swiper-container .swiper-slide {
    height: 325px;
}

.pc_topiclist .lb_div .swiper-container .swiper-slide .img_div {
    width: 818px;
    height: 325px;
    float: left;
}

.pc_topiclist .lb_div .swiper-container .swiper-slide .img_div img {
    width: 819px;
    height: 325px;
    vertical-align: middle;
}

.pc_topiclist .lb_div .swiper-container .swiper-slide .info {
    width: 342px;
    height: 305px;
    float: right;
    padding: 20px 20px 0px 20px;
    background: #fff;
}

.pc_topiclist .lb_div .swiper-container .swiper-slide .info .title a {
    font-size: 30px;
    color: #222;
    line-height: 42px;
}

.pc_topiclist .lb_div .swiper-container .swiper-slide .info .des {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.pc_topiclist .lb_div .swiper-container .swiper-slide .info .des a {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.pc_topiclist .lb_div .swiper-pagination {
    /* left: 50%;
    transform: translateX(-50%); */
    left: 1020px;
    width: 180px;
    bottom: 16px;
}

.pc_topiclist .lb_div .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: url(../images/swiper_gray.png) no-repeat;
    outline: none;
    opacity: 1;
}

.pc_topiclist .lb_div .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/swiper_blue.png) no-repeat;
}

/* 列表部分 */

.pc_topiclist .topiclist_body .topic_list {
    margin-top: 30px;
}

.pc_topiclist .topiclist_body .topic_list .topic_ul li {
    width: 380px;
    height: 204px;
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    background: #fff;
}

.pc_topiclist .topiclist_body .topic_list .topic_ul li:nth-child(1), .pc_topiclist .topiclist_body .topic_list .topic_ul li:nth-child(2), .pc_topiclist .topiclist_body .topic_list .topic_ul li:nth-child(3) {
    margin-top: 0px;
}

.pc_topiclist .topiclist_body .topic_list .topic_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_topiclist .topiclist_body .topic_list .topic_ul li .img_div {
    width: 380px;
    height: 150px;
}

.pc_topiclist .topiclist_body .topic_list .topic_ul li .img_div img {
    width: 380px;
    height: 150px;
    vertical-align: middle;
}

.pc_topiclist .topiclist_body .topic_list .topic_ul li .info {
    width: 348px;
    height: 78px;
    font-size: 18px;
    color: #222;
    padding: 12px 16px 0px 16px;
}

/* 专题列表end */

/* 品牌栏目列表页start */

.pc_programlist {
    background: #F6F6F6;
}

.pc_programlist .programlist_body {
    width: 1200px;
    margin: 160px auto 50px;
    position: relative;
}

/* 轮播部分 */

.pc_programlist .programlist_body .lb_div {
    width: 1200px;
    height: 390px;
    /* background: pink; */
}

.pc_programlist .lb_div .swiper-container {
    width: 100%;
    height: 100%;
}

.pc_programlist .lb_div .swiper-container .swiper-slide {
    height: 390px;
}

.pc_programlist .lb_div .swiper-container .swiper-slide .img_div {
    width: 870px;
    height: 390px;
    float: left;
}

.pc_programlist .lb_div .swiper-container .swiper-slide .img_div img {
    width: 870px;
    height: 390px;
    vertical-align: middle;
}

.pc_programlist .lb_div .swiper-container .swiper-slide .info {
    width: 290px;
    height: 313px;
    float: right;
    padding: 77px 20px 0px 20px;
    background: #fff;
}

.pc_programlist .lb_div .swiper-container .swiper-slide .info .title a {
    font-size: 30px;
    color: #222;
    line-height: 42px;
}

.pc_programlist .lb_div .swiper-container .swiper-slide .info .des {
    margin-top: 30px;
}

.pc_programlist .lb_div .swiper-container .swiper-slide .info .des a {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.pc_programlist .lb_div .swiper-pagination {
    /* left: 50%;
    transform: translateX(-50%); */
    left: 1020px;
    width: 180px;
    bottom: 16px;
}

.pc_programlist .lb_div .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: url(../images/swiper_gray.png) no-repeat;
    outline: none;
    opacity: 1;
}

.pc_programlist .lb_div .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/swiper_blue.png) no-repeat;
}

.pc_programlist .programlist_content {
    margin-top: 30px;
}

.pc_programlist .programlist_div {
    width: 840px;
    float: left;
    background: #fff;
    padding-bottom: 30px;
}

.pc_programlist .programlist_div .pline {
    margin-top: 16px;
}

.pc_programlist .programlist_div .first_line {
    margin-top: 0px;
}

.pc_programlist .programlist_div h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 20px;
}

.pc_programlist .programlist_div ul {
    padding: 21px 20px 0px 20px;
}

.pc_programlist .programlist_div ul li {
    width: 246px;
    float: left;
    margin-right: 31px;
  	 margin-top:20px;
}
.pc_programlist .programlist_div ul li:nth-child(1),
.pc_programlist .programlist_div ul li:nth-child(2),
.pc_programlist .programlist_div ul li:nth-child(3){
	margin-top:0px;

}

.pc_programlist .programlist_div ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_programlist .programlist_div ul li .img_div {
    width: 246px;
    height: 142px;
}

.pc_programlist .programlist_div ul li .img_div img {
    width: 246px;
    height: 142px;
    vertical-align: middle;
}

.pc_programlist .programlist_div ul li .info {
    width: 246px;
    height: 24px;
    font-size: 18px;
    color: #222;
    padding: 10px 0px 0px 0px;
}

/* 品牌栏目列表页end */

/* 品牌栏目点播列表页start */

.pc_programCon {
    background: #F6F6F6;
}

.pc_programCon .programCon_body {
    width: 1200px;
    margin: 160px auto 0px;
    position: relative;
}

.pc_programCon .big_div {
    width: 1200px;
    height: 390px;
}

.pc_programCon .big_div .img_div {
    width: 870px;
    height: 390px;
    float: left;
}

.pc_programCon .big_div .img_div img {
    width: 870px;
    height: 390px;
    vertical-align: middle;
}

.pc_programCon .big_div .info {
    width: 290px;
    height: 313px;
    float: right;
    padding: 77px 20px 0px 20px;
    background: #fff;
}

.pc_programCon .big_div .info .title a {
    font-size: 30px;
    color: #222;
    line-height: 42px;
}

.pc_programCon .big_div .info .des {
    margin-top: 30px;
}

.pc_programCon .big_div .info .des a {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.pc_programCon .programlist_content {
    margin-top: 30px;
}

/* 列表 */

.pc_programCon .programlist_content .programlist_div {
    width: 840px;
    float: left;
}

.pc_programCon .programlist_content .programlist_ul li {
    width: 260px;
    margin-right: 30px;
    margin-top: 30px;
    background: #fff;
    float: left;
}

.pc_programCon .programlist_content .programlist_ul li:first-child, .pc_programCon .programlist_content .programlist_ul li:nth-child(2), .pc_programCon .programlist_content .programlist_ul li:nth-child(3) {
    margin-top: 0px;
}

.pc_programCon .programlist_content .programlist_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_programCon .programlist_content .programlist_ul li .img_div {
    width: 260px;
    height: 150px;
    position: relative;
}

.pc_programCon .programlist_content .programlist_ul li .img_div .img_div_img {
    width: 260px;
    height: 150px;
    vertical-align: middle;
}

.pc_programCon .programlist_content .programlist_ul li .img_div .video_start {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.pc_programCon .programlist_content .programlist_ul li:hover .img_div .video_start {
    display: block;
}

.pc_programCon .programlist_content .programlist_ul li .img_div .video_start img {
    width: 41px;
    height: 41px;
    vertical-align: middle;
}

.pc_programCon .programlist_content .programlist_ul li .info {
    width: 228px;
    height: 76px;
    padding: 16px 16px 0px 16px;
}

.pc_programCon .programlist_content .programlist_ul li .info .title {
    font-size: 16px;
    color: #222;
}

.pc_programCon .totop {
    bottom: 102px;
}

.pc_programCon .program_rightPart .program_rank .ranking li {
    margin-bottom: 28px;
}

.pc_programCon .program_rightPart .program_rank .ranking li:first-child, .pc_programCon .program_rightPart .program_rank .ranking li:nth-child(2), .pc_programCon .program_rightPart .program_rank .ranking li:nth-child(3) {
    margin-bottom: 20px;
}

.pc_programCon .program_rightPart {
    padding-bottom: 50px;
}

/* 品牌栏目点播列表页end */

/* 点播播放页start */

.pc_programlive {
    background: #F6F6F6;
}
.pc_programlive .crumbsNav li{
	color:#666;
}
.pc_programlive .crumbsNav li .split{
	background: url(../images/live_crumbsNav_split.png) no-repeat center center;
}
.pc_programlive .crumbsNav li a{
	color:#666;
}
.pc_programlive .programlive_first {
    height: 1150px;
    background: #2F2F2F;
    padding-top: 160px;
}

.pc_programlive .programlive_first_center {
    width: 1200px;
    margin: 0px auto 0px;
}

/* 播放器 */

.pc_programlive .programlive_first_center_video {
    position: relative;
    height: 653px;
}

.pc_programlive .video_div {
    width: 870px;
    height: 653px;
    background: #25272A;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_programlive .videoDiv {
    width: 870px;
    height: 653px;
}

/* 相关推荐 */

.pc_programlive .recommend_div {
    width: 318px;
    height: 653px;
    background-color: #2C2C2C;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 6px solid #1F1F1F;
    border-right: 6px solid #1F1F1F;
    border-radius: 5px;
}

.pc_programlive .recommend_div .recommend_title {
    height: 63px;
    line-height: 63px;
    font-size: 18px;
    color: #fff;
    padding-left: 12px;
    font-weight: 500;
}

.pc_programlive .recommend_div .recommend_list {
    height: 590px;
    /* padding-left: 11px; */
    /* padding-right: 21px; */
    /* background: orange; */
    overflow-y: scroll;
}

/*滚动条样式start*/

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

.pc_programlive .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_programlive .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_programlive .recommend_list_ul li {
    width: 286px;
    height: 80px;
    /* margin-bottom: 22px; */
    padding: 12px 12px 0px 12px;
}

.pc_programlive .recommend_list_ul li.active {
    background: #252525;
}

.pc_programlive .recommend_list_ul li .img_div {
    width: 118px;
    height: 68px;
    float: left;
}

.pc_programlive .recommend_list_ul li .img_div img {
    width: 118px;
    height: 68px;
}

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

.pc_programlive .programlive_first .pro_info {
    margin-top: 26px;
    position: relative;
}

.pc_programlive .programlive_first .pro_info .title {
    font-size: 24px;
    color: #fff;
    width: 870px;
}
.pc_programlive .programlive_first .source_info{
  color: #fff;
  margin-top:15px;
  
}
.pc_programlive .programlive_first .source_info .click_num{
  margin-left:35px;
}
/* 第二部分 */

.pc_programlive .programlive_second {
    width: 1200px;
    margin: 30px auto 60px;
    position: relative;
}

.pc_programlive .programlive_left {
    width: 840px;
    float: left;
}

/* 视频推荐 */

.pc_programlive .programlive_left h3 {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

.pc_programlive .video_recommend {
    position: relative;
    margin-bottom: 25px;
}

.pc_programlive .video_recommend .line_right {
    width: 728px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    right: 0px;
    top: 30px;
}

.pc_programlive .programlive_left .video_recommend_ul li {
    width: 260px;
    height: 206px;
    margin-right: 30px;
    margin-top: 30px;
    background: #fff;
    float: left;
}

.pc_programlive .programlive_left .video_recommend_ul li:first-child, .pc_programlive .programlive_left .video_recommend_ul li:nth-child(2), .pc_programlive .programlive_left .video_recommend_ul li:nth-child(3) {
    margin-top: 0px;
}

.pc_programlive .programlive_left .video_recommend_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_programlive .programlive_left .video_recommend_ul li .img_div {
    width: 260px;
    height: 150px;
    position: relative;
}

.pc_programlive .programlive_left .video_recommend_ul li .img_div img {
    width: 260px;
    height: 150px;
    vertical-align: middle;
}

.pc_programlive .programlive_left .video_recommend_ul li .img_div .video_start {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.pc_programlive .programlive_left .video_recommend_ul li:hover .img_div .video_start {
    display: block;
}

.pc_programlive .programlive_left .video_recommend_ul li .img_div .video_start img {
    width: 41px;
    height: 41px;
    vertical-align: middle;
}

.pc_programlive .programlive_left .video_recommend_ul li .info {
    width: 228px;
    height: 40px;
    padding: 16px 16px 0px 16px;
}

.pc_programlive .programlive_left .video_recommend_ul li .info .title {
    font-size: 16px;
    color: #222;
}

.pc_programlive .teleplay_recommend {
    /*margin-top: 25px;*/
    position: relative;
}

.pc_programlive .teleplay_recommend .line_right {
    width: 709px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    right: 0px;
    top: 30px;
}

.pc_programlive .programlive_left .teleplay_recommend_ul li {
    width: 260px;
    height: 378px;
    margin-right: 30px;
    background: #fff;
    float: left;
}

.pc_programlive .programlive_left .teleplay_recommend_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_programlive .programlive_left .teleplay_recommend_ul li .img_div {
    width: 260px;
    height: 316px;
}

.pc_programlive .programlive_left .teleplay_recommend_ul li .img_div img {
    width: 260px;
    height: 316px;
    vertical-align: middle;
}

.pc_programlive .programlive_left .teleplay_recommend_ul li .info {
    width: 228px;
    height: 46px;
    padding: 16px 16px 0px 16px;
}

.pc_programlive .programlive_left .teleplay_recommend_ul li .info .title {
    font-size: 16px;
    color: #222;
}

/* 点播播放页end */

/* 电视剧显示页start */

.pc_teleplaylist {
    background: #F6F6F6;
}

.pc_teleplaylist .teleplaylist_body {
    width: 1200px;
    margin: 160px auto 0px;
    position: relative;
}

/* 轮播部分 */

.pc_teleplaylist .teleplaylist_body .lb_div {
    width: 1200px;
    height: 390px;
    /* background: pink; */
}

.pc_teleplaylist .lb_div .swiper-container {
    width: 100%;
    height: 100%;
}

.pc_teleplaylist .lb_div .swiper-container .swiper-slide {
    height: 390px;
}

.pc_teleplaylist .lb_div .swiper-container .swiper-slide img {
    width: 1200px;
    height: 390px;
    vertical-align: middle;
}

.pc_teleplaylist .lb_div .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
}

.pc_teleplaylist .lb_div .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: url(../images/swiper_gray.png) no-repeat;
    outline: none;
    opacity: 1;
}

.pc_teleplaylist .lb_div .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/swiper_blue.png) no-repeat;
}

.pc_teleplaylist .teleplaylist_content {
    margin-top: 30px;
}

.pc_teleplaylist .teleplaylist_div {
    width: 840px;
    float: left;
    /* background: #fff; */
    /* padding-bottom: 30px; */
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li {
    width: 260px;
    height: 378px;
    float: left;
    margin-right: 30px;
    margin-top: 20px;
    background: #fff;
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li:first-child, .pc_teleplaylist .teleplaylist_div .teleplaylist_ul li:nth-child(2), .pc_teleplaylist .teleplaylist_div .teleplaylist_ul li:nth-child(3) {
    margin-top: 0px;
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li .img_div {
    width: 260px;
    height: 316px;
    position: relative;
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li .img_div img {
    width: 260px;
    height: 316px;
    vertical-align: middle;
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li .img_div .mask_div {
    width: 260px;
    height: 83px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li .img_div .num {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 12px;
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li .info {
    width: 244px;
    height: 46px;
    padding: 16px 16px 0px 16px;
}

.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li .info .title {
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.pc_teleplaylist .totop {
    bottom: 102px;
}

.pc_teleplaylist .teleplay_rightPart {
    padding-bottom: 50px;
}

/* 电视剧显示页end */

/* 视频列表页start */

.pc_videolist {
    background: #F6F6F6;
}

.pc_videolist .videolist_body {
    width: 1200px;
    margin: 160px auto 0px;
    position: relative;
}

.pc_videolist .carousel {
    width: 100%;
    height: 420px;
    /* margin-bottom: 27px; */
}

.pc_videolist .carousel .picBtnTop {
    width: 1200px;
    height: 390px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.pc_videolist .carousel .picBtnTop .hd {
    width: 360px;
    height: 390px;
    position: absolute;
    right: 0;
    /*overflow: hidden;*/
    z-index: 33;
    background: #fff;
}

.pc_videolist .carousel .picBtnTop .hd ul li {
    padding: 0px 24px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    height: 78px;
    /* line-height:28px; */
    position: relative;
}

.pc_videolist .carousel .picBtnTop .hd ul li .title {
    width: 312px;
    line-height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pc_videolist .carousel .picBtnTop .hd ul li a {
    color: #333;
}

.pc_videolist .carousel .picBtnTop .hd ul li.on {
    /* height: 46px; */
    font-weight: 500;
    color: #fff;
    background:#00A7E3;
    /*background: url(../images/videolist_lb_bg.png) no-repeat -22px;*/
}
.pc_videolist .carousel .picBtnTop .hd ul li .leftAngle{
  	 width:23px;
    height:78px;
    background: url(../images/videolist_lb_bg.png) no-repeat;
    position:absolute;
    left:-23px;
    top:0px;
    display:none;
}
.pc_videolist .carousel .picBtnTop .hd ul li.on .leftAngle{
    display:block;
}




.pc_videolist .carousel .picBtnTop .hd ul li.on .title {
    color: #fff;
}

.pc_videolist .carousel .picBtnTop .bd {
    width: 840px;
    height: 390px;
    position: relative;
}

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

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

.pc_videolist .carousel .picBtnTop .bd li .pic img {
    width: 840px;
    display: block;
    height: 390px;
    margin: 0 auto;
}

/* 视频列表 */

.pc_videolist .videolist_content {
    margin-top: 30px;
}

.pc_videolist .videolist_div {
    width: 840px;
    float: left;
}

.pc_videolist .videolist_div .videolist_ul li {
    width: 260px;
    height: 218px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    background: #fff;
}

.pc_videolist .videolist_div .videolist_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_videolist .videolist_div .videolist_ul li:nth-child(1), .pc_videolist .videolist_div .videolist_ul li:nth-child(2), .pc_videolist .videolist_div .videolist_ul li:nth-child(3) {
    margin-top: 0px;
}

.pc_videolist .videolist_div .videolist_ul li .img_div {
    width: 260px;
    height: 150px;
    position: relative;
}

.pc_videolist .videolist_div .videolist_ul li .img_div .img_div_img {
    width: 260px;
    height: 150px;
    vertical-align: middle;
}

.pc_videolist .videolist_div .videolist_ul li .img_div .video_start {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.pc_videolist .videolist_div .videolist_ul li:hover .img_div .video_start {
    display: block;
}

.pc_videolist .videolist_div .videolist_ul li .img_div .video_start img {
    width: 41px;
    height: 41px;
    vertical-align: middle;
}

.pc_videolist .videolist_div .videolist_ul li .info {
    width: 228px;
    height: 58px;
    padding: 10px 16px 0px 16px;
}

.pc_videolist .videolist_div .videolist_ul li .info .title {
    font-size: 16px;
    color: #222;
    line-height: 24px;
}

/* 右侧隐藏排行 */

.pc_videolist .news_rightPart .week_div {
    display: none;
}

.pc_videolist .news_rightPart .video_recommend {
    margin-top: 0px;
}

.pc_videolist .totop {
    bottom: 32px;
}

.pc_videolist .news_rightPart {
    padding-bottom: 50px;
}

/* 视频列表页end */

/* 电视剧点播列表页start */

.pc_teleplayCon {
    background: #F6F6F6;
}

.pc_teleplayCon .teleplayCon_body {
    width: 1200px;
    margin: 160px auto 0px;
    position: relative;
}

.pc_teleplayCon .big_div {
    width: 1200px;
    height: 390px;
}

.pc_teleplayCon .big_div .img_div {
    width: 870px;
    height: 390px;
    float: left;
}

.pc_teleplayCon .big_div .img_div img {
    width: 870px;
    height: 390px;
    vertical-align: middle;
}

.pc_teleplayCon .big_div .info {
    width: 290px;
    height: 313px;
    float: right;
    padding: 77px 20px 0px 20px;
    background: #fff;
}

.pc_teleplayCon .big_div .info .title a {
    font-size: 30px;
    color: #222;
    line-height: 42px;
}

.pc_teleplayCon .big_div .info .des {
    margin-top: 30px;
}

.pc_teleplayCon .big_div .info .des a {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.pc_teleplayCon .teleplaylist_content {
    margin-top: 30px;
}

/* 列表 */

.pc_teleplayCon .teleplaylist_content .teleplaylist_div {
    width: 840px;
    float: left;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li {
    width: 260px;
    height: 206px;
    margin-right: 30px;
    margin-top: 30px;
    background: #fff;
    float: left;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li:first-child, .pc_teleplayCon .teleplaylist_content .teleplaylist_ul li:nth-child(2), .pc_teleplayCon .teleplaylist_content .teleplaylist_ul li:nth-child(3) {
    margin-top: 0px;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li:nth-child(3n) {
    margin-right: 0px;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li .img_div {
    width: 260px;
    height: 150px;
    position: relative;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li .img_div .img_div_img {
    width: 260px;
    height: 150px;
    vertical-align: middle;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li .img_div .video_start {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li:hover .img_div .video_start {
    display: block;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li .img_div .video_start img {
    width: 41px;
    height: 41px;
    vertical-align: middle;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li .info {
    width: 228px;
    height: 40px;
    padding: 16px 16px 0px 16px;
}

.pc_teleplayCon .teleplaylist_content .teleplaylist_ul li .info .title {
    font-size: 16px;
    color: #222;
}

.pc_teleplayCon .totop {
    bottom: 102px;
}

.pc_teleplayCon .teleplay_rightPart {
    padding-bottom: 50px;
}

/* 电视剧点播列表页end */

/* 通用文稿详情页start */

.pc_article {
    background: #F6F6F6;
}
.pc_article .topic,.pc_video .topic{
  margin-bottom:20px;
}

.pc_article .article_body {
    width: 1200px;
    margin: 160px auto 50px;
    position: relative;
}

.pc_article .article_body .articleCon_body {
    width: 1016px;
    background: #fff;
    padding: 52px 92px  50px 92px;
    min-height: 730px;
}

.pc_article .article_body .articleCon_body .title {
    width: 1016px;
    font-size: 40px;
    font-weight: 600;
    color: #222;
    line-height: 56px;
}

.pc_article .article_body .articleCon_body .article_info {
    margin-top: 26px;
}

/* 文稿左侧 */

.pc_article .article_info_left {
    width: 120px;
    float: left;
    /* background-color: pink; */
    position: relative;
    padding-top: 20px;
}

.pc_article .article_info_left .year {
    text-align: center;
    font-size: 14px;
    color: #222;
    position: relative;
}

.pc_article .article_info_left .year .line_left {
    width: 34px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_article .article_info_left .year .line_right {
    width: 34px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_article .article_info_left .date {
    text-align: center;
    font-size: 24px;
    color: #222;
    margin-top: 10px;
}

.pc_article .article_info_left .time {
    text-align: center;
    font-size: 14px;
    color: #222;
    margin-top: 10px;
}

.pc_article .article_info_left .fx {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 70px;
    position: relative;
}

.pc_article .article_info_left .fx .line_left {
    width: 34px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_article .article_info_left .fx .line_right {
    width: 34px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_article .article_info_left .article_share_div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 220px;
}

/* 文稿右侧 */

.pc_article .article_info_right {
    width: 830px;
    float: right;
}

.pc_article .article_info_right .article_info_body {
    font-size: 16px;
    color: #222;
    line-height: 31px;
    border-left: 1px solid #eee;
    padding-left: 88px;
}
.pc_article .article_info_right .article_info_body img {
    max-width: 741px;
}
.pc_article .article_info_right .article_info_body .info{
  color:#999;
  text-align:right;
  margin-bottom:15px;
}
.pc_article .article_info_right .article_info_body .info  .click_num{
  margin-left:35px;
}
/* 相关推荐 */

.pc_article .recommendList {
    margin-top: 60px;
    margin-left: 88px;
}

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

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

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

.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; */
    margin-left: 88px;
}

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

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

.pc_article .commentBody {
    margin-top: 25px;
    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: 584px;
    height: 90px;
    margin-left: 69px;
}

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

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

/* 评论列表 */

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

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

.pc_article .commentList .commentList_ul {
    margin-top: 10px;
}

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

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

.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: 20px;
    border-bottom: 1px solid #eee;
}

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

.pc_article .commentList .commentList_ul li .user-info .commnet-des {
    color: #666;
    margin-top: 10px;
    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;
    left: 69px;
    top: 0px; */
    margin-left: 22px;
}

/* 通用文稿详情页end */

/* 融合号文稿详情页start */

.pc_subscribeCon .subscribeCon_info {
    margin-top: 44px;
    height: 134px;
    position: relative;
}

.pc_subscribeCon .subImg_div {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.pc_subscribeCon .subImg_div .sub_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.pc_subscribeCon .sub_name {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 77px;
    width: 100%;
    text-align: center;
}

.pc_subscribeCon .sub_click {
    width: 73px;
    height: 31px;
    background: #00A7E3;
    line-height: 31px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.pc_subscribeCon .article_info_left .fx {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 84px;
    position: relative;
}

.pc_subscribeCon .article_info_left .article_share_div {
    top: 408px;
}
.pc_subscribeCon .article_info_right .article_info_body .videoDiv{
	 width: 741px;
    height: 390px;
    margin-top: 10px;
}
/* 融合号文稿详情页end */

/* 专题详情页start */

.pc_topic {
    background: #F6F6F6;
}

.pc_topic .topic_body {
    width: 1200px;
    margin: 160px auto 50px;
    position: relative;
}

.pc_topic .topicImg_div {
    width: 1200px;
    height: 390px;
}

.pc_topic .topicImg_div .topic_img {
    width: 1200px;
    height: 390px;
    vertical-align: middle;
}

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

/* 专题左侧 */

.pc_topic .topic_leftPart {
    width: 841px;
    float: left;
    background: #fff;
}

.pc_topic .tabtype {
    height: 60px;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 24px;
}

.pc_topic .tabtype li {
    height: 60px;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    margin-right: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    float: left;
    position: relative;
}

.pc_topic .tabtype li .logo {
    display: none;
    width: 17px;
    height: 20px;
    background: url(../images/position.png) no-repeat;
    margin-right: 10px;
}

.pc_topic .tabtype li.active {
    font-size: 24px;
    color: #333;
    line-height: 55px;
}

.pc_topic .tabtype li.active .logo {
    display: inline-block;
}

.pc_topic .list_ul {
    padding: 0px 24px;
}

.pc_topic .list_ul li {
    width: 793px;
    border-bottom: 1px solid #eee;
    margin: 24px 0px 0px 0px;
}

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

.pc_topic .list_ul .hasPic {
    padding-bottom: 24px;
}

.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: 242px;
    height: 135px;
    vertical-align: middle;
}

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

.pc_topic .list_ul .hasPic .info_div .title {
    width: 531px;
    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: #999999;
    margin-top: 20px;
}

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

.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: #999999;
    margin-top: 20px;
}

.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;
    vertical-align: middle;
}

/* 专题右侧 */

.topic_rightPart {
    width: 330px;
    float: right;
}

.topic_rightPart .topic_recommend {
    width: 330px;
    /* height: 300px; */
    background: #fff;
}

.topic_rightPart .topic_recommend .topic {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 16px;
}

.topic_rightPart .topic_recommend .topic_list {
    padding: 18px 20px 5px 20px;
}

.topic_rightPart .topic_recommend .topic_list .big {
    width: 290px;
    /* height: 163px; */
}

.topic_rightPart .topic_recommend .topic_list .big img {
    width: 290px;
    height: 116px;
    vertical-align: middle;
}

.topic_rightPart .topic_recommend .topic_list .big .info {
    width: 290px;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 12px 0px 0px 0px;
    border-bottom: 1px solid #eee;
}

.topic_rightPart .topic_recommend .topic_list .small {
    margin-top: 11px;
}

.topic_rightPart .topic_recommend .topic_list .small .small_ul li {
    width: 290px;
    margin-bottom: 20px;
}

.topic_rightPart .topic_recommend .topic_list .small .small_ul li .info {
    display: inline-block;
    width: 290px;
    font-size: 16px;
    color: #222;
}

.topic_rightPart .pic {
    margin-top: 30px;
}

.topic_rightPart .pic img {
    width: 330px;
    height: 187px;
    vertical-align: middle;
}

/* 专题详情页end */

/* 报料start */

.pc_report {
    background: #F6F6F6;
}

.pc_report .report_body {
    width: 1200px;
    margin: 160px auto 60px;
    position: relative;
}

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

/* 报料提交部分 */
.pc_report .win-msg {
    position: absolute;
    left: 55%;
    color: red;
    font-size: 12px;
    margin-top: 10px;
    /* display: none; */
}
.pc_report .video_div .video-name {
    width: 350px;
    display: inline-block;
    float: left;
    margin-top: -30px;
    margin-left: 200px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc_report .toReport {
    width: 760px;
    margin-bottom: 53px;
    /* 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: 627px;
    /* 100+627 */
    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: #00A7E3;
    position: absolute;
    left: 270px;
    top: 0px;
}

.pc_report .category_div .login_msg a {
    color: #00A7E3;
}

.pc_report ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 12x;
}

.pc_report ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 12px;
}

.pc_report :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 12px;
}

.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: #00A7E3;
    color: #fff;
}

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

/* 报料标题 */

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

/* 报料描述 */

.pc_report .des_div {
    height: 140px;
}

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

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

/* 上传图片 */

/*.pc_report .pic_div {
    height: 146px;
}

.pc_report .picfile_div {
    width: 627px;
    height: 146px;
}*/

.pc_report .upPicList{
    width: 578px;
    max-height: 210px;
    padding-left:100px;
    margin-bottom: 20px;
    margin-top: 20px;
	float: none;
}
.upPicList li {
    display: inline-block;
    width: 107px;
    height: 100px;
    position: relative;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.upPicList li:nth-child(5n){
   margin-right:0;
}
.upPicList li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 2;
}

.upPicList li:hover .cover {
    display: block;
}

.upPicList li .cover .close {
    background: url(../images/i-close.png) no-repeat left top;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 3;
    background-size: contain;
}
.upPicList li .cover .time{
	background: rgba(0,0,0,0.45);
    border-radius: 10px;
    height: 20px;
    display: inline-block;
    position: absolute;
    bottom: 3px;
  	right:3px;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
}
.upPicList li img {
    width: 107px;
    height: 100px;
}
.upPicList li video {
    width: 107px;
    height: 100px;
    background: #000;
}


.pc_report .picfile_div ul li {
    width: 195px;
    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: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 42px;
    transform: translateX(-50%);
}

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

/* 选择的图片 */

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

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

img[src=""], img:not([src]) {
    opacity: 0;
}

.pc_report .picfile_div li .p1 {
    width: 195px;
    font-size: 12px;
    color: #C4C4C4;
    position: absolute;
    left: 50%;
    bottom: 31px;
    transform: translateX(-50%);
    text-align: center;
}

/* 视频上传 */

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

.pc_report .videofile_div,.pc_report .picfile_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,.pc_report .picfile_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: 250px;
    height: 52px;
    line-height: 52px;
    margin-right: 30px;
    background: #00A7E3;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

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

/* 报料提交部分end */

.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 .catalogName {
    width: 48px;
    height: 20px;
    line-height: 20px;
    background: #F4F4F4;
    border-radius: 3px;
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
}

.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: 3px;
}

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

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

.pc_report .answer_yes {
    background: #F0FBFF;
    color: #00A7E3;
}

.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: 10px;
    font-size: 14px;
    color: #A4A4A4;
    line-height: 24px
}

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

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

.pc_report .css_style1 .img_list li {
    width: 242px;
    height: 136px;
    float: left;
    margin-right: 17px;
}

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

.pc_report .css_style1 .img_list li img {
    width: 242px;
    height: 136px;
}

.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: 330px;
    background: #fff;
    float: right;
    padding: 40px 0px 47px 0px;
}

.pc_report .report_right ul li {
    width: 110px;
    height: 52px;
    float: left;
    position: relative;
    padding-top: 64px;
    margin-top: 56px;
}

.pc_report .report_right ul li:first-child, .pc_report .report_right ul li:nth-child(2), .pc_report .report_right ul li:nth-child(3) {
    margin-top: 0px;
}

.pc_report .report_right ul li img {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0px;
    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;
    margin-top: 7px;
} */

/* 报料end */

/* 社区start */

.pc_community .report_ul>li .icon_div {
    margin-top: 18px;
}

.pc_community .report_ul>li .icon_div .click {
    background: url(../images/community_click.png) no-repeat left center;
    padding-left: 22px;
    margin-right: 35px;
    font-size: 14px;
    color: #999;
}

.pc_community .report_ul>li .icon_div .comment {
    background: url(../images/community_comment.png) no-repeat left center;
    padding-left: 22px;
    font-size: 14px;
    color: #999;
}

.pc_community .report_ul>li .community_name {
    display: inline-block;
    width: 64px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #F0FBFF;
    color: #00A7E3;
}

/* 社区end */

/* 融合号start */

.pc_subscribe {
    background: #F6F6F6;
}

.pc_subscribe .subscribe_body {
    width: 1200px;
    margin: 160px auto 50px;
    position: relative;
}

/* 左侧 */

.pc_subscribe .subscribe_content .subscribe_left {
    width: 840px;
    float: left;
}

/* 轮播 */

.pc_subscribe .subscribe_content .subscribe_left .lb_div {
    width: 840px;
    height: 300px;
    /* background: pink; */
}

.pc_subscribe .lb_div .swiper-container {
    width: 100%;
    height: 100%;
}

.pc_subscribe .lb_div .swiper-container .swiper-slide {
    width: 840px;
    height: 300px;
    position: relative;
}

.pc_subscribe .lb_div .swiper-container .swiper-slide img {
    width: 840px;
    height: 300px;
}

.pc_subscribe .lb_div .swiper-container .mask_div {
    width: 784px;
    height: 78px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 90px 28px 0px 28px;
}

.pc_subscribe .lb_div .swiper-container .mask_div .title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.pc_subscribe .lb_div .swiper-container .mask_div .des {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

.pc_subscribe .lb_div .swiper-pagination {
    /* left: 50%;
    transform: translateX(-50%); */
    width: 180px;
    left: 658px;
    bottom: 25px;
}

.pc_subscribe .lb_div .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: url(../images/swiper_white.png) no-repeat;
    outline: none;
    opacity: 1;
}

.pc_subscribe .lb_div .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/swiper_blue.png) no-repeat;
}

/* 订阅列表 */

.pc_subscribe .subscribelist_div {
    width: 792px;
    padding: 0px 24px;
    background: #fff;
    margin-top: 30px;
    border-radius: 5px;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li {
    width: 792px;
    height: 136px;
    border-bottom: 1px solid #eee;
    padding: 24px 0px 24px 0px;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .sublogo_div {
    width: 70px;
    height: 136px;
    /* background: pink; */
    float: left;
    position: relative;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .sublogo_div .subImg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .sublogo_div .subName {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
    position: absolute;
    top: 87px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .sublogo_div .subtime {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
    position: absolute;
    top: 120px;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .img_div {
    float: right;
    margin-left: 20px;
    position: relative;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .img_div .video_start {
    width: 32px;
    height: 39px;
    background: url(../images/subscribe_video_start.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .img_div img {
    width: 242px;
    height: 136px;
    vertical-align: middle;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li.cssSyle1 .info_div {
    width: 421px;
    height: 138px;
    float: right;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li.cssSyle2 .info_div {
    width: 683px;
    height: 138px;
    float: right;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .info_div .title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    height: 60px;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .info_div .des {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
    height: 40px;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .info_div .icon_div {
    margin-top: 10px;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .info_div .icon_div .click {
    background: url(../images/community_click.png) no-repeat left center;
    padding-left: 22px;
    margin-right: 35px;
    font-size: 14px;
    color: #999;
}

.pc_subscribe .subscribelist_div .subscribelist_ul li .info_div .icon_div .comment {
    background: url(../images/community_comment.png) no-repeat left center;
    padding-left: 22px;
    font-size: 14px;
    color: #999;
}

/* 融合号end */

/* 融合号详情start */

.pc_subscribeConList {
    background: #F6F6F6;
}

.pc_subscribeConList .subscribeConList_body {
    width: 1200px;
    margin: 160px auto 50px;
    position: relative;
}

/* 左侧 */

.pc_subscribeConList .subscribeConList_content .subscribeConList_left {
    width: 840px;
    float: left;
}

/* 当前订阅号信息 */

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div {
    width: 840px;
    height: 394px;
    background: #fff;
    position: relative;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .nowSubImg {
    width: 102px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .nowSubImg img {
    width: 102px;
    height: 102px;
    border-radius: 50%;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .nowSubName {
    font-size: 26px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
    position: absolute;
    left: 50%;
    top: 153px;
    transform: translateX(-50%);
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .nowSubDes {
    width: 534px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 193px;
    transform: translateX(-50%);
    text-align: center;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .nowInfo {
    position: absolute;
    left: 50%;
    top: 247px;
    transform: translateX(-50%);
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .articleNum_div {
    width: 50px;
    float: left;
    margin-right: 100px;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .articleNum_div p {
    text-align: center;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .articleNum_div .articleNum, .pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .clickNum_div .clickNum {
    font-size: 18px;
    color: #666;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .nowInfo .wz {
    font-size: 14px;
    color: #999;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .clickNum_div {
    width: 50px;
    float: right;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .clickNum_div p {
    text-align: center;
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .gz {
    width: 73px;
    height: 31px;
    line-height: 31px;
    background: #00A7E3;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 321px;
    transform: translateX(-50%);
    cursor: pointer;
    
}

.pc_subscribeConList .subscribeConList_content .subscribeConList_left .subInfo_div .have_gz {
    width: 73px;
    height: 31px;
    line-height: 31px;
    background: #D8D8D8;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 321px;
    transform: translateX(-50%);
    cursor: pointer;
    display: none;
}

/* 订阅列表 */

.pc_subscribeConList .subscribelist_div {
    width: 792px;
    padding: 0px 24px;
    background: #fff;
    margin-top: 5px;
    border-radius: 5px;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li {
    width: 792px;
    /* height: 136px; */
    border-bottom: 1px solid #eee;
    padding: 24px 0px 24px 0px;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li.cssSyle1 {
    height: 136px;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li .img_div {
    float: right;
    margin-left: 20px;
    position: relative;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li .img_div .video_start {
    width: 32px;
    height: 39px;
    background: url(../images/subscribe_video_start.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li .img_div img {
    width: 242px;
    height: 136px;
    vertical-align: middle;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li.cssSyle1 .info_div {
    width: 530px;
    height: 138px;
    float: left;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li.cssSyle2 .info_div {
    width: 792px;
    /* height: 138px; */
    float: left;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li .info_div .title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    /* height: 60px; */
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li.cssSyle1 .info_div .title {
    height: 60px;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li .info_div .des {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
    /* height: 40px; */
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li.cssSyle1 .info_div .des {
    height: 40px;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li .info_div .icon_div {
    margin-top: 10px;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li .info_div .icon_div .click {
    background: url(../images/community_click.png) no-repeat left center;
    padding-left: 22px;
    margin-right: 35px;
    font-size: 14px;
    color: #999;
}

.pc_subscribeConList .subscribelist_div .subscribelist_ul li .info_div .icon_div .comment {
    background: url(../images/community_comment.png) no-repeat left center;
    padding-left: 22px;
    font-size: 14px;
    color: #999;
}

/* 融合号详情end*/

/* 图集详情页 start */

.pc_galleryCon {
    background: #FDFCFA;
}

.pc_galleryCon .galleryCon_content {
    width: 1200px;
    margin: 176px 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: 1200px;
    /* 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: #00A7E3;
    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_div {
    position: absolute;
    top: 72%;
    right: 76px;
}

.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: 1200px;
}

.pc_galleryCon .gallery-thumbs {
    /* width: 760px; */
    width: 950px;
    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: 1200px;
    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;
    opacity: 1;
}

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

/*图集详情页 end*/

/* 报料详情页start */

.pc_Content {
    background: #F6F6F6;
}

.pc_Content .content_body {
    width: 1200px;
    margin: 160px auto 50px;
    position: relative;
}

.pc_Content .content_body .content_body_left {
    width: 840px;
    float: left;
}

.pc_Content .content_body .content_body_left .content_body_con {
    width: 800px;
    padding: 20px 20px 30px 20px;
    background: #fff;
    /* position: relative; */
}

.pc_Content .content_body .content_body_left .content_body_con .userInfo .img_div {
    width: 40px;
    height: 40px;
    float: left;
}

.pc_Content .content_body .content_body_left .content_body_con .userInfo .img_div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pc_Content .content_body .content_body_left .content_body_con .userInfo .info {
    padding-left: 50px;
}

.pc_Content .content_body .content_body_left .content_body_con .userInfo .info .username {
    font-size: 16px;
    color: #222;
    margin-bottom: 4px;
}

.pc_Content .content_body .content_body_left .content_body_con .userInfo .info .time {
    font-size: 12px;
    color: #A4A4A4;
    margin-top: 5px;
}

.pc_Content .content_body .content_body_left .content_body_con .con {
    margin-top: 25px;
}

.pc_Content .content_body .content_body_left .content_body_con .con .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
}

.pc_Content .content_body .content_body_left .content_body_con .con .articleContent {
    margin-top: 18px;
    /* margin-bottom: 30px; */
    font-size: 18px;
    line-height: 31px;
}

.pc_Content .content_body .content_body_left .content_body_con .con .articleContent img {
    max-width: 800px;
    margin-top: 10px;
}

.pc_Content .content_body .content_body_left .content_body_con .con .articleContent .videoDiv {
    width: 800px;
    height: 390px;
    margin-top: 10px;
}

/* 网友评论 */
.pc_Content .comment_body{
    width: 800px;
    background-color: #fff;
    padding: 20px 20px 0px 20px;
    margin-top: 20px;
}
.pc_Content .commentTextarea .comment{
    font-size:24px;
    font-weight:500;
    color:#222;
}
.pc_Content .commentTextarea .comment .info{
    font-size: 14px;
    color: #999;
    margin-left: 16px;
    font-weight: 400;
}
.pc_Content .commentBody {
    margin-top: 19px;
    position: relative;
    /* background-color: #4A90E2; */
}
.pc_Content .commentBody .user {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.pc_Content .commentBody .user .userImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.pc_Content .commentBody .userTextarea {
    /* width: 478px; */
    height: 90px;
    margin-left: 69px;
}
.pc_Content .commentBody .userTextarea textarea {
    width: 606px;
    height:62px;
    outline: none;
    resize: none;
    background: #F8F8F8;
    border: 0;
    padding: 14px 18px;
    font-size: 14px;
    color: #999;
}

.pc_Content .commentBody .commentBtn {
    width: 89px;
    height: 90px;
    line-height: 90px;
    background: #00A7E3;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
     cursor: pointer;
}

/* 评论列表 */
.pc_Content .commentList {
    margin-top: 30px;
    /* background-color: pink; */
}
.pc_Content .all_comment_title{
    font-size:18px;
    color: #222;
    font-weight:500;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.pc_Content .all_comment_title .commentNum {
    font-size: 14px;
    color: #0091FF;
    font-weight: 400;
    margin-left: 10px;
}

.pc_Content .commentList .commentList_ul li {
    position: relative;
    width: 736px;
    padding: 30px 0px 0px 64px;
    
}

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

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

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

.pc_Content .commentList .commentList_ul li .user-info .user-name{
    font-size:14px;
    color: #0091FF;

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

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



/* 首页start */

/* 轮播图 */

.pc_index {
    background: #F6F6F6;
}

.pc_index .index_body{
    margin-top:128px;
}

.pc_index .lb_bigdiv {
    height: 518px;
    background: #22262B;
}

.pc_index .lb_bigdiv .lb_div {
    width: 1200px;
    height: 518px;
    margin: 0 auto;
}

.pc_index .lb_div .swiper-container {
    width: 100%;
    height: 100%;
}

.pc_index .lb_div .swiper-container .swiper-slide {
    height: 518px;
    position: relative;
}

.pc_index .lb_div .swiper-container .swiper-slide .img_div {
    width: 762px;
    height: 518px;
    float: right;
    position:relative;
}
.pc_index .lb_div .swiper-container .swiper-slide .img_div .lb_mask{
	width:358px;
   height:518px;
   background:url(../images/index_lb_mask.png) no-repeat;
   background-size:358px 518px;
   position:absolute;
   left:0px;
   top:0px;
}

.pc_index .lb_div .swiper-container .swiper-slide .img_div img {
    width: 762px;
    height: 518px;
    vertical-align: middle;
}

.pc_index .lb_div .swiper-container .swiper-slide .info {
    width: 507px;
    height: 269px;
    position: absolute;
    top: 112px;
    left: 0px;
}

.pc_index .lb_div .swiper-container .swiper-slide .info .title a {
    font-size: 20px;
    white-space: nowrap;
    color: #fff;
    line-height: 56px;
}

.pc_index .lb_div .swiper-container .swiper-slide .info .des {
    margin-top: 26px;
}

.pc_index .lb_div .swiper-container .swiper-slide .info .des a {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.pc_index .lb_div .swiper-container .swiper-slide .info .click_more {
    display: block;
    width: 143px;
    height: 53px;
    line-height: 53px;
    /*background: url(../images/clickMore_bg.png) no-repeat;*/
    background: url(../images/clickMore_bg_red.png) no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 26px;
}

.pc_index .lb_div .swiper-pagination {
    /* left: 50%;
    transform: translateX(-50%); */
    left: 0px;
    width: 180px;
    bottom: 16px;
}

.pc_index .lb_div .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: url(../images/swiper_white.png) no-repeat;
    outline: none;
    opacity: 1;
}

.pc_index .lb_div .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/swiper_blue.png) no-repeat;
}

/* 控制居中 */

.pc_index .index_center {
    width: 1200px;
    margin: 0 auto;
}

/* 头条 */

.pc_index .top_content {
    margin-top: 10px;
    background: #fff;
    padding: 25px 20px;
    position: relative;
}

/* .pc_index .first_top {
    position: relative;
}

.pc_index .first_top .top_img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc_index .first_top .top_title {
    padding-left: 150px;
    height: 67px;
    line-height: 58px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.pc_index .first_top .top_title a{
    color: #22262B;
} */

.pc_index .first_top {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
}

.pc_index .first_top .top_img {
    vertical-align: top;
    height:55px;
}

.pc_index .first_top .top_title {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}

.pc_index .first_top .top_title a {
    color: #22262B;
}

/* 头条第二行 */

.pc_index .top_list {
    margin-top: 15px;
    margin-left:15px;
}

.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: 15px;
    /*border-right: 1px solid #999;*/
    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_content .top_rightPart {
    width: 150px;
    position: absolute;
    right: -172px;
    top: 0px;
}

.pc_index .top_content .top_rightPart .sj {
    width: 150px;
    height: 82px;
}

.pc_index .top_content .top_rightPart .sj img {
    width: 150px;
    height: 82px;
    vertical-align: middle;
}

.pc_index .top_content .top_rightPart .sz {
    width: 150px;
    height: 82px;
    margin-top: 15px;
}

.pc_index .top_content .top_rightPart .sz img {
    width: 150px;
    height: 82px;
    vertical-align: middle;
}

/* 领导邮箱 */
.pc_index .top_content .top_rightPart .leader-email {
    width: 150px;
    height: 210px;
    margin-top: 15px;
    background: url(../images/ldemail_bg.png) no-repeat;
    position: relative;
}
.pc_index .top_content .top_rightPart .leader-email .leader-text{
	font-size: 20px;
    color: #ffff;
    text-align: center;
    display: block;
    padding-top: 20px;
}
.pc_index .top_content .top_rightPart .leader-email .ewm_img {
    width: 123px;
    height: 123px;
    margin: 15px auto 0;
  	display: block;
}


/* 二维码 */

.pc_index .top_content .top_rightPart .appDown {
    width: 150px;
    height: 245px;
    margin-top: 15px;
    background: #0FA7E2;
    position: relative;
}

.pc_index .top_content .top_rightPart .appDown .ewm_div {
    width: 123px;
    height: 123px;
    position: absolute;
    background: #fff;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
}

.pc_index .top_content .top_rightPart .appDown .ewm_div .ewm_img {
    width: 107px;
    height: 107px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pc_index .top_content .top_rightPart .appDown .ios {
    position: absolute;
    left: 50%;
    top: 151px;
    transform: translateX(-50%);
    cursor: pointer;
}

.pc_index .top_content .top_rightPart .appDown .android {
    position: absolute;
    left: 50%;
    top: 196px;
    transform: translateX(-50%);
    cursor: pointer;
}

/* 原本右侧导航栏 */

.pc_index .small_nav {
    width: 1178px;
    height: 176px;
    background: url(../images/small_nav_bg.png) no-repeat;
    margin-top: 10px;
    padding: 22px 0px 0px 22px;
}

.pc_index .small_nav_left {
    width: 482px;
    float: left;
}

.pc_index .small_nav .small_box {
    margin-bottom: 2px;
}

.pc_index .small_nav .small_nav_name {
    display: inline-block;
    width: 110px;
    height: 52px;
    line-height: 52px;
    background: #F6FAFB;
    /*color: #00A7E3;*/
    color:#c60000;
    text-align: center;
}

.pc_index .small_nav .small_nav_1 .small_nav_name {
    background: url(../images/small_nav_name_bg.png);
}

.pc_index .small_nav .small_nav_ul {
    display: inline-block;
    position: absolute;
    margin-left: 30px;
}

.pc_index .small_nav .small_nav_ul li {
    width: 110px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    float: left;
    /* margin-right: 10px; */
}
.pc_index .small_nav .small_nav_ul2 li {
   height: 50px;
   line-height: 50px;
}

.pc_index .small_nav .small_nav_ul li a {
    color: #222;
}

/* 右侧 */

.pc_index .small_nav .small_nav_right {
    width: 600px;
    float: left;
}

.pc_index .small_nav .small_nav_4 .small_nav_name {
    display: inline-block;
    width: 110px;
    height: 52px;
    line-height: 52px;
    background: #F6FAFB;
       /*color: #00A7E3;*/
    color:#c60000;
    text-align: center;
}
.pc_index .small_nav .small_nav_5 .small_nav_name2 {
    height: 102px;
    line-height: 102px;
  
}

.pc_index .small_nav .small_nav_right .small_nav_ul {
    width: 571px;
}

.pc_index .small_nav .small_nav_right .small_nav_ul li {
    width: 140px;
}

/* 首页广告汇集区 */

.pc_index .ad1,.pc_index .ad13 {
    width: 1200px;
    /* height: 90px; */
    margin-top: 14px;
}

.pc_index .ad1 img,.ad12 img,.ad13 img {
    width: 1200px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad2 {
    width: 1200px;
    margin-top: 14px;
}

.pc_index .ad2 .ad_2 {
    width: 390px;
    /* height: 90px; */
    float: left;
    margin-right: 15px;
}

.pc_index .ad2 .ad_2 img {
    width: 390px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad2 .ad2_3 {
    margin-right: 0px;
}

.pc_index .ad3 {
    width: 1200px;
    margin-top: 5px;
}

.pc_index .ad3 .ad_3 {
    width: 592px;
    float: left;
    margin-right: 16px;
}

.pc_index .ad3 .ad_3 img {
    width: 592px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad3 .ad3_2 {
    margin-right: 0px;
}

.pc_index .ad4 {
    width: 1200px;
    /* height: 90px; */
    margin-top: 30px;
}

.pc_index .ad4 img {
    width: 1200px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad5 {
    width: 1200px;
    margin-top: 5px;
}

.pc_index .ad5 .ad_5 {
    width: 390px;
    /* height: 90px; */
    float: left;
    margin-right: 15px;
}

.pc_index .ad5 .ad_5 img {
    width: 390px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad5 .ad5_3 {
    margin-right: 0px;
}

.pc_index .ad6 {
    width: 1200px;
    margin-top: 5px;
}

.pc_index .ad6 .ad_6 {
    width: 592px;
    float: left;
    margin-right: 16px;
}

.pc_index .ad6 .ad_6 img {
    width: 592px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad6 .ad6_2 {
    margin-right: 0px;
}

.pc_index .ad7 {
    width: 1200px;
    /* height: 90px; */
    margin-top: 5px;
}

.pc_index .ad7 img {
    width: 1200px;
    height: 90px;
    vertical-align: middle;
}

.pc_index .ad8 {
    width: 1200px;
    /* height: 90px; */
    margin-top: 30px;
}

.pc_index .ad8 img {
    width: 1200px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad9 {
    width: 1200px;
    margin-top: 5px;
}

.pc_index .ad9 .ad_9 {
    width: 390px;
    /* height: 90px; */
    float: left;
    margin-right: 15px;
}

.pc_index .ad9 .ad_9 img {
    width: 390px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad9 .ad9_3 {
    margin-right: 0px;
}

.pc_index .ad10,.pc_index .ad11 {
    width: 1200px;
    margin-top: 5px;
}
.pc_index .ad12{
    margin-top:10px;
}
.pc_index .ad13{
    margin-top:14px;
}
,.pc_index .ad11{
    margin-top:14x;
}
.pc_index .ad10 .ad_10,.pc_index .ad11 .ad_11,.pc_index .ad12 .ad_12 {
    width: 592px;
    float: left;
    margin-right: 16px;
}

.pc_index .ad10 .ad_10 img,.pc_index .ad11 .ad_11 img,.pc_index .ad12 .ad_12 img {
    width: 592px;
    height: 70px;
    vertical-align: middle;
}

.pc_index .ad10 .ad10_2,.pc_index .ad11 .ad11_2,.pc_index .ad12 .ad12_2   {
    margin-right: 0px;
}

/* 首页公共栏目样式start */

.pc_index .column_title {
    height: 62px;
    position: relative;
}

.pc_index .column_title .column_name {
    display: inline-block;
    height: 62px;
    color: #333;
    font-size: 22px;
}

.pc_index .column_title .more {
    background: url(../images/more_right.png) no-repeat right center;
    background-size: 6px 10px;
    padding-right: 11px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_index .column_title .more:hover {
    color: #0FA7E2;
}

.pc_index .second_line .column_title .column_ul {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_index .second_line .column_title .column_ul li {
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    color: #222;
    margin-right: 0px;
    float: left;
}

.pc_index .second_line .column_title .column_ul li a {
    color: #222;
}

.pc_index .second_line .column_title .column_ul li:last-child {
    margin-right: 0px;
}

.pc_index .second_line .column_title .column_ul li .split{
	 display: inline-block;
    width: 7px;
    height: 14px;
    background: url(../images/index_topic_split.png) no-repeat center center;
    margin: 0 15px;
    background-size: 7px 14px;

}
.pc_index .second_line .column_title .column_ul li:last-child .split {
    display: none;
}

/* tab */

.pc_index .column_title .tab_column_ul {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_index .column_title .tab_column_ul li {
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    color: #222;
    margin-right: 50px;
    float: left;
}

.pc_index .column_title .tab_column_ul li.active {
    font-size: 20px;
    font-weight: bold;
}

.pc_index .column_title .tab_column_ul li a {
    color: #222;
}

.pc_index .column_title .tab_column_ul li:last-child {
    margin-right: 0px;
}

/* teleplaytab */

.pc_index .column_title .teleplaytab_column_ul {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_index .column_title .teleplaytab_column_ul li {
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    color: #fff;
    margin-right: 40px;
    float: left;
}

.pc_index .column_title .teleplaytab_column_ul li.active {
    font-size: 22px;
    font-weight: bold;
}

.pc_index .column_title .teleplaytab_column_ul li a {
    color: #fff;
}

.pc_index .column_title .teleplaytab_column_ul li:last-child {
    margin-right: 0px;
}

/* gbtab */

.pc_index .column_title .gbtab_column_ul {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_index .column_title .gbtab_column_ul li {
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    color: #222;
    margin-right: 40px;
    float: left;
}

.pc_index .column_title .gbtab_column_ul li.active {
    font-size: 22px;
    font-weight: 500;
}

.pc_index .column_title .gbtab_column_ul li a {
    color: #333;
}

.pc_index .column_title .gbtab_column_ul li:last-child {
    margin-right: 0px;
}

/* 新闻 */

.pc_index .first_line {
    margin-top: 20px;
}

.pc_index .first_line_1 {
    margin-top: 15px;
}

.pc_index .first_line_1_left {
    width: 545px;
    height: 347px;
    float: left;
    background: #fff;
    padding: 20px 20px 0px 20px;
}

.pc_index .first_line_1_left .first_line_1_left_ul li {
    font-size: 16px;
    color: #222;
    margin-bottom: 18px;
}

.pc_index .first_line_1_left .first_line_1_left_ul li a {
    color: #222;
}

.pc_index .first_line_1_left .first_line_1_left_ul li:first-child, .pc_index .first_line_1_left .first_line_1_left_ul li:nth-child(5) {
    /*font-size: 18px;
    font-weight: bold;*/
}
.pc_index .first_line_1_left .first_line_1_left_ul li:nth-child(4){
	margin-bottom: 23px;
}

.pc_index .first_line_1_left .first_line_1_left_ul li .catalog {
    display: inline-block;
    width: 44px;
    height: 22px;
    line-height: 22px;
    background: #00A7E3;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.pc_index .first_line_1_left .first_line_1_left_ul li .catalog a{
	 color: #fff;
}

.pc_index .first_line_1_left .first_line_1_left_ul li:nth-child(3) .catalog, .pc_index .first_line_1_left .first_line_1_left_ul li:nth-child(7) .catalog {
    /*border: 1px solid #00A7E3;
    color: #00A7E3;
    background: #fff;*/
}
.pc_index .first_line_1_left .first_line_1_left_ul li:nth-child(3) .catalog a, .pc_index .first_line_1_left .first_line_1_left_ul li:nth-child(7) .catalog a{
    /*color: #00A7E3;*/
}

/* 右侧 */

.pc_index .first_line_1_right {
    /* width: 585px; */
    height: 367px;
    float: right;
}

.pc_index .first_line_2 {
    margin-top: 30px;
}

.pc_index .first_line .first_ul_style2 li {
    width: 278px;
    height: 367px;
    background: #fff;
    float: left;
    margin-right: 29px;
    position:relative;
}

.pc_index .first_line .first_ul_style2 li:hover {
    transform: scale(1.13);
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.1);
}

.pc_index .first_line_1_right_ul li:nth-child(2) {
    margin-right: 0px;
}

.pc_index .first_line_2_ul li:nth-child(4) {
    margin-right: 0px;
}

.pc_index .first_line .first_ul_style2 li .img_div {
    width: 278px;
    height: 182px;
    position: relative;
}

.pc_index .first_line .first_ul_style2 li .img_div img {
    width: 278px;
    height: 182px;
    vertical-align: middle;
}
.pc_index .first_line .first_ul_style2 li .img_div .video_start{
    width: 32px;
    height: 39px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* display: none; */
}
.pc_index .first_line .first_ul_style2 li .img_div .video_start img {
    width: 32px;
    height: 39px;
    vertical-align: middle;
}
.pc_index .first_line .first_ul_style2 li .info_div {
    width: 246px;
    height: 165px;
    padding: 20px 16px 0px 16px;
}

.pc_index .first_line .first_ul_style2 li .info_div .time {
    font-size: 14px;
    color: #b4b4b4;
}

.pc_index .first_line .first_ul_style2 li .info_div .title {
    font-size: 16px;
    color: #222;
    margin-top: 12px;
    height: 60px;
}

/*.pc_index .first_line .first_ul_style2 li .info_div .catalog {
    display: inline-block;
    width: 76px;
    height: 34px;
    line-height: 34px;
    background: #F8F8F8;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}*/
.pc_index .first_line .first_ul_style2 li .catalog {
    display: inline-block;
    width: 76px;
    height: 34px;
    line-height: 34px;
    background: #F8F8F8;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 20px;
  	 position:absolute;
    left:16px;
    bottom:24px;
}
.pc_index .first_line .first_ul_style2 li .catalog a{
   color: #666;
}

/* 专题 */

.pc_index .second_line {
    margin-top: 46px;
}

.pc_index .second_line .second_line_1 {
    margin-top: 30px;
}

.pc_index .second_line .second_line_1 .second_line_1_ul li {
    width: 278px;
    height: 134px;
    background: #fff;
    float: left;
    margin-right: 29px;
}

.pc_index .second_line .second_line_1 .second_line_1_ul li:nth-child(4) {
    margin-right: 0px;
}

.pc_index .second_line .second_line_1 .second_line_1_ul li img {
    width: 278px;
    height: 134px;
    vertical-align: middle;
}

/* 视听 */

.pc_index .third_line {
    margin-top: 30px;
}

.pc_index .third_line_1 {
    width: 1200px;
    height: 212px;
    margin-top: 18px;
    position: relative;
}

/* 看电视听广播 */

.pc_index .third_line_1 .st_rightPart {
    width: 106px;
    position: absolute;
    right: -128px;
    top: 0px;
}

.pc_index .third_line_1 .st_rightPart .kds_right {
    display: inline-block;
    width: 106px;
    height: 106px;
}

.pc_index .third_line_1 .st_rightPart .kds_right img {
    width: 106px;
    height: 106px;
    vertical-align: middle;
}

.pc_index .third_line_1 .st_rightPart .tgb_right {
    display: inline-block;
    width: 106px;
    height: 106px;
    margin-top: 20px;
}

.pc_index .third_line_1 .st_rightPart .tgb_right img {
    width: 106px;
    height: 106px;
    vertical-align: middle;
}

/* ul */

.pc_index .third_line_1 .third_line_1_ul li {
    width: 278px;
    height: 212px;
    float: left;
    margin-right: 29px;
    background: #fff;
}

.pc_index .third_line_1 .third_line_1_ul li:nth-child(4) {
    margin-right: 0px;
}

.pc_index .third_line_1 .third_line_1_ul li .img_div {
    width: 278px;
    height: 162px;
}

.pc_index .third_line_1 .third_line_1_ul li .img_div img {
    width: 278px;
    height: 162px;
    vertical-align: middle;
}

.pc_index .third_line_1 .third_line_1_ul li .info_div {
    width: 278px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

/* 品牌栏目 */

.pc_index .third_line .third_line_2_column_title {
    margin-top: 20px;
    height: 34px;
    line-height: 34px;
}

.pc_index .third_line .third_line_2 {
    margin-top: 20px;
}

/* 左 */

.pc_index .third_line .third_line_2 .third_line_2_left {
    width: 585px;
    height: 486px;
    float: left;
    background: #fff;
}

.pc_index .third_line .third_line_2 .third_line_2_left .img_div {
    width: 585px;
    height: 368px;
}

.pc_index .third_line .third_line_2 .third_line_2_left .img_div img {
    width: 585px;
    height: 368px;
    vertical-align: middle;
}

.pc_index .third_line .third_line_2 .third_line_2_left .info_div {
    width: 553px;
    height: 104px;
    padding: 14px 16px 0px 16px;
}

.pc_index .third_line .third_line_2 .third_line_2_left .info_div .title {
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.pc_index .third_line .third_line_2 .third_line_2_left .info_div .des {
    color: #999;
    font-size: 14px;
    margin-top: 12px;
    line-height:20px;
}

/* 右 */

.pc_index .third_line .third_line_2 .third_line_2_right {
    width: 585px;
    height: 486px;
    float: right;
}

.pc_index .third_line .third_line_2 .third_line_2_right .third_line_2_right_ul li {
    width: 278px;
    height: 227px;
    float: left;
    margin-right: 29px;
    margin-bottom: 32px;
    background: #fff;
}

.pc_index .third_line .third_line_2 .third_line_2_right .third_line_2_right_ul li:nth-child(2n) {
    margin-right: 0px;
}

.pc_index .third_line .third_line_2 .third_line_2_right .third_line_2_right_ul li:nth-child(3), .pc_index .third_line .third_line_2 .third_line_2_right .third_line_2_right_ul li:nth-child(4) {
    margin-bottom: 0px;
}

.pc_index .third_line .third_line_2_right .third_line_2_right_ul li .img_div {
    width: 278px;
    height: 162px;
}

.pc_index .third_line .third_line_2_right .third_line_2_right_ul li .img_div img {
    width: 278px;
    height: 162px;
    vertical-align: middle;
}

.pc_index .third_line .third_line_2_right .third_line_2_right_ul li .info_div {
    width: 278px;
    height: 59px;
    padding: 6px 0px 0px 0px;
}

.pc_index .third_line .third_line_2_right .third_line_2_right_ul li .info_div .title {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    text-align: center;
}

.pc_index .third_line .third_line_2_right .third_line_2_right_ul li .info_div .des {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 8px;
}

/* 电视剧 */

.pc_index .teleplay_div {
    height: 474px;
    background: url(../images/teleplay_div_bg.png);
    width: 100%;
    margin-top: 30px;
}

.pc_index .teleplay_div .teleplay_div_center {
    width: 1200px;
    height: 474px;
    margin: 0 auto;
}

.pc_index .teleplay_div .teleplay_div_center .teleplay_column_title {
    height: 74px;
    line-height: 74px;
}

.pc_index .teleplay_div .teleplay_div_center .teleplay_div_1 {
    margin-top: 10px;
}

.pc_index .teleplay_div .teleplay_div_center .teleplay_div_1 .teleplay_div_1_ul li {
    width: 232px;
    height: 340px;
    margin-right: 10px;
    float: left;
    background: #fff;
}

.pc_index .teleplay_div .teleplay_div_center .teleplay_div_1 .teleplay_div_1_ul li:hover {
    transform: scale(1.18);
}

.pc_index .teleplay_div .teleplay_div_center .teleplay_div_1 .teleplay_div_1_ul li:hover .img_div {
    height: 248px!important;
}

.pc_index .teleplay_div .teleplay_div_center .teleplay_div_1 .teleplay_div_1_ul li:hover .img_div img {
    height: 248px!important;
}

.pc_index .teleplay_div .teleplay_div_center .teleplay_div_1 .teleplay_div_1_ul li:hover .info_div {
    height: 78px;
}

.pc_index .teleplay_div .teleplay_div_center .teleplay_div_1 .teleplay_div_1_ul li:last-child {
    margin-right: 0px;
}

.pc_index .teleplay_div .teleplay_div_1_ul li .img_div {
    width: 232px;
    height: 284px;
}

.pc_index .teleplay_div .teleplay_div_1_ul li .img_div img {
    width: 232px;
    height: 284px;
    vertical-align: middle;
}

.pc_index .teleplay_div .teleplay_div_1_ul li .info_div {
    width: 200px;
    height: 42px;
    padding: 14px 16px 0px 16px;

}

.pc_index .teleplay_div .teleplay_div_1_ul li .info_div .title {
    font-size: 16px;
    color: #222;
    text-align: center;
    font-weight: 500;
    margin-bottom: 8px;
}

.pc_index .teleplay_div .teleplay_div_1_ul li .info_div .des {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    display:none;
}
.pc_index .teleplay_div .teleplay_div_1_ul li:hover .info_div .des {
    display: block;
}
/* 底部居中    */

.pc_index .index_bottom_center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* 荆门之声 */

.pc_index .teleplay_div .fourth_line .gbtab_column_title {
    height: 74px;
    line-height: 74px;
}
.pc_index .fourth_line_1{
    height:240px;
}
.pc_index .fourth_line_1 .fourth_line_1_ul li {
    width: 278px;
    height: 110px;
    margin-right: 29px;
    margin-top: 20px;
    float: left;
    background: #fff;
    position: relative;
}

.pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(4n) {
    margin-right: 0px;
}

.pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(1), .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(2), .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(3), .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(4) {
    margin-top: 0px;
}

.pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(2), .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(4), .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(5), .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(7) {
    background: #00A7E3;
}

.pc_index .fourth_line_1 .fourth_line_1_ul li .gb_img {
    display: inline-block;
    width: 14px;
    height: 20px;
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/gb_icon.png);
}

.pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(2) .gb_img, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(4) .gb_img, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(5) .gb_img, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(7) .gb_img {
    background: url(../images/gb_icon_white.png);
}

.pc_index .fourth_line_1 .fourth_line_1_ul li .info_div {
    position: absolute;
    left: 66px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_index .fourth_line_1 .fourth_line_1_ul li .title {
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.pc_index .fourth_line_1 .fourth_line_1_ul li .time {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(2) .title, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(4) .title, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(5) .title, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(7) .title {
    color: #fff;
}

.pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(2) .time, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(4) .time, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(5) .time, .pc_index .fourth_line_1 .fourth_line_1_ul li:nth-child(7) .time {
    color: #fff;
}

/* 友情链接start */

.pc_index .link_div {
    height: 118px;
    background: #fff;
    margin-top: 30px;
}

.pc_index .link_div .link_div_div {
    width: 1200px;
    margin: 0 auto;
}

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

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

.pc_index .link_div .link_div_div .link_all .link_ul li {
    float: left;
    margin-right: 55px;
    width: 100px;
    text-align: left;
}

.pc_index .link_div .link_div_div .link_all .link_ul li:nth-child(7n) {
    margin-right: 0px;
}

.pc_index .link_div .link_div_div .link_all .link_ul li a {
    color: #666;
}

/* 友情链接end */

/* 首页end */

/* 列表页start */
.pc_list {
    background: #F6F6F6;
}

.pc_list .list_body {
    width: 1200px;
    /* height: 300px; */
    margin: 160px auto 50px;
    position: relative;
}

.pc_list .list_content_left {
    width: 841px;
    /* height: 300px; */
    background: #fff;
    float: left;
}
/* .pc_list .crumbsNav {
    height: 34px;
    border-bottom: 1px solid #eee;
} */

.pc_list .list_ul {
    padding: 0px 24px;
}

.pc_list .list_ul li {
    width: 793px;
    border-bottom: 1px solid #eee;
    margin: 24px 0px 0px 0px;
}

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

.pc_list .list_ul .hasPic {
    padding-bottom: 24px;
}

.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: 242px;
    height: 135px;
    vertical-align: middle;
}

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

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

.pc_list .list_ul .hasPic .info_div .title a {
    color: #222;
    line-height:30px;
}

.pc_list .list_ul .hasPic .info_div .info_des {
    /*width:155px;*/
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

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

.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;
    line-height:30px;
}

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

.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;
    vertical-align: middle;
}

/* 列表页end */

/*悬浮效果*/
.pc_index .top_list .top_ul .top_li a:hover,
.pc_index .small_nav .small_nav_ul li a:hover,
.pc_index .small_nav .small_nav_ul li a:hover,
.pc_index .first_line_1_left .first_line_1_left_ul li>a:hover,
.pc_index .second_line .column_title .column_ul li a:hover,
.pc_index .third_line_1 .third_line_1_ul li:hover .info_div,
.pc_index .third_line .third_line_2 .third_line_2_left:hover .info_div .title,
.pc_index .third_line .third_line_2_right .third_line_2_right_ul li:hover .info_div .title,
.news_rightPart .week_div .ranking li a:hover,
.pc_newslist .list_ul li .title a:hover,
.pc_bigeventlist .bigevent_body .bigeventlist_div .bigevent_ul li:hover .info .title,
.pc_topiclist .topiclist_body .topic_list .topic_ul li:hover .info .title,
.pc_topic .list_ul li .title a:hover,
.topic_rightPart .topic_recommend .topic_list .big:hover .info,
.topic_rightPart .topic_recommend .topic_list .small .small_ul li:hover .info,
.pc_list .list_ul li .title a:hover,
.pc_programlist .programlist_div ul li:hover .info .title,
.program_rightPart .program_rank .ranking li:hover .info,
/*.program_rightPart .program_rank .ranking li:hover .title*/
.teleplay_rightPart .teleplay_rank .ranking li:hover .title,
.teleplay_rightPart .teleplay_rank .ranking li:hover .info,
.pc_teleplaylist .teleplaylist_div .teleplaylist_ul li:hover .info .title,
.pc_programCon .programlist_content .programlist_ul li:hover .info .title,
.pc_programlive .programlive_left .video_recommend_ul li:hover .info .title,
.pc_programlive .programlive_left .teleplay_recommend_ul li:hover .info .title,
.pc_videolist .videolist_div .videolist_ul li:hover .info .title{
    color: #00A7E3!important;
}

/*文稿详情页自适应样式*/
/*pc*/
@media screen and (min-width: 768px) {
    .article_body,header,footer{
        display:block;
    }
   .wap_article{
        display:none;
    }
    
}  
 
/*wap*/
@media screen and (max-width:768px) {
    .article_body,header,footer{
        display:none;
    }
    .wap_article{
        display:block;
    }
  .wap_article .plus-material video.live{
        width:100%;
        height:4.9rem;
  }
  .article_con{margin: 0 .25rem;}
  .article_title{font-size: .42rem;line-height: .56rem;color:#333;font-weight: 500;padding: .4rem 0 .2rem 0;}
  .article_info{font-size: .22rem;line-height: .3rem;color:#999;padding-bottom: .2rem;}
  .article_info .time{padding-right: .2rem;}
  .article_main{font-size: .32rem;line-height: .52rem;color:#666;padding-bottom:.8rem;}
  .article_main p{margin-bottom: .4rem;    text-indent: 0!important;}
  .article_main img{width: 100%!important;margin-left:0!important;}
}