@charset "UTF-8";
.hidden{
    display:none;
}
.totop {
    position: absolute;
    z-index: 99;
    right: -143px;
    bottom: -18px;
    width: 118px;
    height: 118px;
    background: url(../images/toTop.png);
}

.totop a {
    width: 118px;
    display: block;
    cursor: pointer;
    height: 118px;
}

/* 隐藏百度云播放器的小图标 */

.jw-icon-barlogo-new {
    display: none!important;
}

/* 控制文字在一行之内，多余部分显示... */

.oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 控制文字在两行之内，多余部分显示... */

.twoLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

/* 控制文字在三行之内，多余部分显示... */

.threeLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

/* 公共头部start */

header {
    height: 128px;
    /*background: #00A7E3;*/
    background: url(../images/redBg.png) no-repeat;
    background-size: 2250px 384px;
    position: fixed;
    width: 100%;
    z-index: 99999999;
    top: 0;
}

.header_center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}

.logo_div {
    width: 284px;
    height: 104px;
    background: url(../images/header_logo_bg.png);
    position: absolute;
    left: 0px;
    bottom: -12px;
    z-index: 99999;
}

.logo_div img {
    width: 217px;
    height: 52px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 第一行 */

.header_firstline {
    height: 62px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

/* 用户 */

.header_user {
    width: 32px;
    height: 62px;
    float: right;
    position: relative;
    margin-left: 38px;
  	 cursor: pointer;
}

.header_user_img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 已登录的情况 */
.login_already{
    width: 84px;
    height: 62px;
    float: right;
    position: relative;
    margin-left: 38px;
    /* background: #fff; */
}
.login_already .user{
    width: 32px;
    height: 62px;
    float: left;
    position: relative;
}
.login_user_img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login_already .layout{
    float: right;
    height: 62px;
    line-height: 62px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
/* 搜索start */

header .header_firstline .search {
    width: 208px;
    height: 62px;
    float: right;
    position: relative;
    margin-left: 40px;
}

header .header_firstline .search form {
    height: 32px;
    width: 208px;
    /*background: #1FB1E6; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .header_firstline .search form .search_input {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 162px;
    padding-left: 8px;
    font-size: 14px;
    /*color: rgba(255, 255, 255, 0.7);*/
    /*background: #1FB1E6; */
}

header .header_firstline .search form .search_btn {
    float: right;
    display: block;
    background: url("../images/header_search_btn.png") no-repeat center center;
    background-size: 38px 32px;
    cursor: pointer;
    width: 38px;
    height: 32px;
}

header .search form .search_input::-webkit-input-placeholder {
    /* WebKit browsers */
    /*color: rgba(255, 255, 255, 0.7);*/
    font-size: 12x;
}

header .search form .search_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
   /* color: rgba(255, 255, 255, 0.7);*/
    font-size: 12px;
}

header .search form .search_input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    /*color: rgba(255, 255, 255, 0.7);*/
}

/* 搜索end */

header .weather {
    float: right;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}
header .weather1 {
    float: right;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}
header .position {
    float: right;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

header .week {
    float: right;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

header .date {
    float: right;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #fff;
}

/* 第二行 */

.header_secondline {
    height: 65px;
    position: relative;
}

/* 导航栏start */

header .header_secondline .nav_div {
    position: absolute;
    top: 0px;
    right: -26px;
}

header .header_secondline .nav_div .nav_ul .nav_li {
    float: left;
    height: 65px;
    line-height: 65px;
    padding: 0px 15px;
    font-size: 18px;
    position: relative;
}

header .header_secondline .nav_div .nav_ul .nav_li a {
    color: rgba(255, 255, 255, 0.84);
}

header .header_secondline .nav_div .nav_ul .nav_li.active, header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li:hover {
    font-size: 22px;
}

header .header_secondline .nav_div .nav_ul .nav_li.active a, header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li:hover a {
    color: rgba(255, 255, 255, 1);
}

/* 导航栏end */

/* 公共头部end */

/* 公共底部start */

footer {
    width:100%;
    height: 450px;
    background: #211E1E;
    padding: 104px 0px 0px 0px;
}

footer .footer_first {
    width: 1200px;
    margin: 0 auto;
    height: 94px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

footer .footer_first .title {
    height: 52px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 52px;
    float: left;
}

footer .footer_first .title img {
    width: 217px;
    height: 52px;
    vertical-align: middle;
}

footer .footer_first .footer_link {
    float: right;
    margin-top: 4px;
}

footer .footer_first .footer_link .footer_link_ul li {
    margin-right: 60px;
    float: left;
}

footer .footer_first .footer_link .footer_link_ul li:last-child {
    margin-right: 0px;
}

footer .footer_first .footer_link .footer_link_ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.47);
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

footer .footer_first .footer_link .footer_link_ul li:hover a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

footer .footer_second {
    width: 1200px;
    margin: 46px auto 0px;
}

footer .footer_second_left {
    float: left;
}

.footer_left_first {
    width: 130px;
    height: 160px;
    float: left;
    margin-right: 38px;
}

.footer_left_first .phone {
    width: 130px;
    height: 130px;
    border: 1px solid rgba(52, 58, 65, 1);
    position: relative;
}

.footer_left_first .phone img {
    width: 112px;
    height: 112px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer_left_first p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.footer_left_second {
    width: 140px;
    height: 160px;
    float: left;
    position: relative;
}

.footer_left_second .wechat {
    width: 130px;
    height: 130px;
    border: 1px solid rgba(52, 58, 65, 1);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.footer_left_second .wechat img {
    width: 112px;
    height: 112px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer_left_second p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 142px;
}

footer .footer_second_right {
    float: right;
    position: relative;
    padding-top: 88px;
}

footer .footer_second_right .ewm_div {
    position: absolute;
    right: 0px;
    top: 8px;
}

footer .footer_second_right .ewm_div .ewm_link {
    width: 125px;
}

footer .footer_second_right .ewm_div .ewm_link li {
    float: left;
    width: 29px;
    height: 25px;
    margin-right: 25px;
    cursor: pointer;
}

footer .footer_second_right .ewm_div .ewm_link li:last-child {
    width: 17px;
    margin-right: 0px;
}

footer .footer_second_right .phone {
    background: url(../images/footer_phone.png) no-repeat left center;
}

footer .footer_second_right .wechat {
    background: url(../images/footer_wechat.png) no-repeat left center;
}

footer .footer_second_right .weblog {
    background: url(../images/footer_weblog.png) no-repeat left -1px;
}

footer .footer_second_right .info {
    margin-bottom: 8px;
    color: #fff;
    text-align: right;
    font-size: 14px;
}

footer .footer_second_right .infolast {
    margin-bottom: 0px;
}

/* 公共底部end */

/* 加载更多start */

.get_more {
    text-align: center;
    padding: 50px 0px;
}

.get_more .clickGetMore {
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

/* 加载更多end */

/* 公共面包屑start */

.crumbsNav {
    height: 44px;
}

.crumbsNav li {
    float: left;
    color: #999;
    font-size: 14px;
}

.crumbsNav .split {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../images/crumbsNav_split.png) no-repeat center center;
    margin: 0 5px;
}

.crumbsNav li:last-child .split {
    display: none;
}

.crumbsNav a {
    color: #999;
}

/* 公共面包屑end */

/* 分享start */

.share_div {
    display: inline-block;
    width: 233px;
    height: 21px;
    line-height: 21px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.share_div .share_to {
    width: 50px;
    height: 21px;
    font-size: 14px;
    color: #999;
    line-height: 21px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.share_div .share_icon {
    display: inline-block;
    position: absolute;
    left: 53px;
    bottom: 0px;
}

.share_div .bdshare-button-style1-24 a {
    display: inline-block;
    height: 21px;
    padding-left: 27px;
    margin: 0px 0px 0px 19px;
}

.share_div .bdshare-button-style1-24 .bds_tsina {
    background: transparent url(../images/share_sina.png) no-repeat;
}

.share_div .bdshare-button-style1-24 .bds_weixin {
    background: transparent url(../images/share_wechat.png) no-repeat;
}

.share_div .bdshare-button-style1-24 .bds_sqq {
    background: transparent url(../images/share_qq.png) no-repeat;
}

.share_div .bdshare-button-style1-24 .bds_qzone {
    background: transparent url(../images/share_qzone.png) no-repeat;
    margin-top: 0px;
    margin-left: 15px;
}

.share_div .bdshare-button-style1-24 .bds_tsina:hover {
    background: transparent url(../images/share_sina_hover.png) no-repeat;
}

.share_div .bdshare-button-style1-24 .bds_weixin:hover {
    background: transparent url(../images/share_wechat_hover.png) no-repeat;
}

.share_div .bdshare-button-style1-24 .bds_sqq:hover {
    background: transparent url(../images/share_qq_hover.png) no-repeat;
}

.share_div .bdshare-button-style1-24 .bds_qzone:hover {
    background: transparent url(../images/share_qzone_hover.png) no-repeat;
}

/* 分享end */

/* 文稿分享样式start */

.article_share_div {
    display: inline-block;
    width: 40px;
    height: 190px;
    line-height: 21px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.article_share_div .share_icon {
    display: inline-block;
}

.article_share_div .bdshare-button-style1-24 a {
    display: block;
    width: 40px;
    height: 40px;
    padding-left: 0px;
    /* margin: 0px 0px 0px 19px; */
    margin: 0px 0px 13px 0;
    float: none;
}

.article_share_div .bdshare-button-style1-24 .bds_tsina {
    background: transparent url(../images/article_share_sina.png) no-repeat;
}

.article_share_div .bdshare-button-style1-24 .bds_weixin {
    background: transparent url(../images/article_share_wechat.png) no-repeat;
}

.article_share_div .bdshare-button-style1-24 .bds_sqq {
    background: transparent url(../images/article_share_qq.png) no-repeat;
}

.article_share_div .bdshare-button-style1-24 .bds_qzone {
    background: transparent url(../images/article_share_qzone.png) no-repeat;
    /* margin-top: 0px; */
    margin-left: -2px;
    margin-bottom: 18px;
}

.article_share_div .bdshare-button-style1-24 .bds_tsina:hover {
    background: transparent url(../images/article_share_sina_hover.png) no-repeat;
}

.article_share_div .bdshare-button-style1-24 .bds_weixin:hover {
    background: transparent url(../images/article_share_wechat_hover.png) no-repeat;
}

.article_share_div .bdshare-button-style1-24 .bds_sqq:hover {
    background: transparent url(../images/article_share_qq_hover.png) no-repeat;
}

.article_share_div .bdshare-button-style1-24 .bds_qzone:hover {
    background: transparent url(../images/article_share_qzone_hover.png) no-repeat;
}

/* 文稿分享样式end */

/* 栏目右侧start */

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

/* 栏目榜单 */

.program_rightPart .program_rank {
    width: 330px;
    background: #fff;
}

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

.program_rightPart .program_rank .ranking {
    padding: 20px 20px 6px 20px;
}

.program_rightPart .program_rank .ranking li {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.program_rightPart .program_rank .ranking li:first-child, .program_rightPart .program_rank .ranking li:nth-child(2), .program_rightPart .program_rank .ranking li:nth-child(3) {
    height: 167px;
}

.program_rightPart .program_rank .ranking li .rank_num {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #c5c5c5;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}

.program_rightPart .program_rank .ranking li .title {
    width: 260px;
    height: 36px;
    padding: 37px 15px 0px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 100%);
}

.program_rightPart .program_rank .ranking li .rank_mask {
    position: absolute;
    width: 66px;
    height: 39px;
    left: -6px;
    top: 0px;
}

.program_rightPart .program_rank .ranking li:first-child .rank_mask {
    background: url(../images/rank_1.png) no-repeat;
}

.program_rightPart .program_rank .ranking li:nth-child(2) .rank_mask {
    background: url(../images/rank_2.png) no-repeat;
}

.program_rightPart .program_rank .ranking li:nth-child(3) .rank_mask {
    background: url(../images/rank_3.png) no-repeat;
}

.program_rightPart .pro_img {
    width: 290px;
    height: 167px;
    vertical-align: middle;
}

.program_rightPart .program_rank .ranking li .info {
    width: 253px;
    height: 24px;
    font-size: 16px;
    display: inline-block;
    color: #222;
    vertical-align: middle;
    line-height: 20px;
}

/* 广告 */

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

.program_rightPart .pic img {
    width: 330px;
    height: 206px;
    vertical-align: middle;
}

/* 栏目右侧end */

/* 电视剧右侧start */

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

.teleplay_rightPart .teleplay_rank {
    width: 330px;
    background: #fff;
}

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

.teleplay_rightPart .teleplay_rank .ranking {
    padding: 20px 20px 2px 20px;
}

.teleplay_rightPart .teleplay_rank .ranking li {
    font-size: 14px;
    color: #333;
    margin-bottom: 26px;
    position: relative;
}

.teleplay_rightPart .teleplay_rank .ranking li:first-child, .teleplay_rightPart .teleplay_rank .ranking li:nth-child(2), .teleplay_rightPart .teleplay_rank .ranking li:nth-child(3) {
    height: 152px;
    margin-bottom: 10px;
}

.teleplay_rightPart .teleplay_rank .ranking li:nth-child(3) {
    margin-bottom: 24px;
}

.teleplay_rightPart .teleplay_rank .ranking li .rank_num {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #c5c5c5;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}

.teleplay_rightPart .teleplay_rank .ranking li .rank_mask {
    position: absolute;
    width: 66px;
    height: 39px;
    left: -6px;
    top: 0px;
}

.teleplay_rightPart .teleplay_rank .ranking li:first-child .rank_mask {
    background: url(../images/rank_1.png) no-repeat;
}

.teleplay_rightPart .teleplay_rank .ranking li:nth-child(2) .rank_mask {
    background: url(../images/rank_2.png) no-repeat;
}

.teleplay_rightPart .teleplay_rank .ranking li:nth-child(3) .rank_mask {
    background: url(../images/rank_3.png) no-repeat;
}

.teleplay_rightPart .pro_img {
    width: 120px;
    height: 152px;
    vertical-align: middle;
}

.teleplay_rightPart .teleplay_rank .ranking li .title {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    position: absolute;
    left: 134px;
    top: 49px;
}

.teleplay_rightPart .teleplay_rank .ranking li .des {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    position: absolute;
    left: 134px;
    top: 89px;
}

.teleplay_rightPart .teleplay_rank .ranking li .info {
    width: 253px;
    height: 24px;
    font-size: 16px;
    display: inline-block;
    color: #222;
    vertical-align: middle;
    line-height: 20px;
}

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

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

/* 电视剧右侧end */

/* 新闻右侧start */

.news_rightPart {
    width: 330px;
    /* height: 300px; */
    float: right;
    /* background: blue; */
}

/* 本周排行 */

.news_rightPart .week_div {
    width: 330px;
    /* height: 316px; */
    background: #fff;
}

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

.news_rightPart .week_div .ranking {
    /* margin-top: 20px; */
    padding: 12px 16px 3px 16px;
}

.news_rightPart .week_div .ranking li {
    font-size: 14px;
    color: #333;
    margin-bottom: 24px;
}

.news_rightPart .week_div .ranking li span {
    height: 46px;
    line-height: 46px;
    color: #D4D4D4;
    font-size: 40px;
    font-weight: normal;
    width: 23px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
    font-style: normal;
    ;
}

.news_rightPart .week_div .ranking li:first-child span {
    color: #FF458A;
}

.news_rightPart .week_div .ranking li:nth-child(2) span {
    color: #FF7345;
}

.news_rightPart .week_div .ranking li:nth-child(3) span {
    color: #FFC145;
}

.news_rightPart .week_div .ranking li a {
    width: 247px;
    height: 46px;
    font-size: 16px;
    display: inline-block;
    color: #222;
    vertical-align: middle;
    line-height: 26px;
}

.news_rightPart .video_recommend {
    width: 330px;
    /* height: 300px; */
    background: #fff;
    margin-top: 20px;
}

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

.news_rightPart .video_recommend .video_list {
    padding: 18px 20px 5px 20px;
}

.news_rightPart .video_recommend .video_list .big {
    width: 290px;
    height: 163px;
    position: relative;
}

.news_rightPart .video_recommend .video_list .big img {
    width: 290px;
    height: 163px;
    vertical-align: middle;
}

.news_rightPart .video_recommend .video_list .big .info {
    width: 266px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 43px 12px 0px 12px;
}

.news_rightPart .video_recommend .video_list .big .video_start {
    width: 32px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news_rightPart .video_recommend .video_list .big .video_start img {
    width: 32px;
    height: 39px;
    vertical-align: middle;
}

.news_rightPart .video_recommend .video_list .small {
    margin-top: 11px;
}

.news_rightPart .video_recommend .video_list .small .small_ul li {
    width: 140px;
    height: 133px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.news_rightPart .video_recommend .video_list .small .small_ul li .video_start{
    width: 32px;
    height: 39px;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.news_rightPart .video_recommend .video_list .small .small_ul li .video_start img {
    width: 32px;
    height: 39px;
    vertical-align: middle;
}
.news_rightPart .video_recommend .video_list .small .small_ul li:hover .video_start{
    display: block;
}

.news_rightPart .video_recommend .video_list .small .small_ul li:nth-child(2n) {
    margin-right: 0px;
}

.news_rightPart .video_recommend .video_list .small .small_ul li .img_a img {
    width: 140px;
    height: 83px;
    vertical-align: middle;
}

.news_rightPart .video_recommend .video_list .small .small_ul li .info {
    display: inline-block;
    width: 140px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-top: 6px;
}

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

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

/* 新闻右侧end */

/* 订阅号右侧start */

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

.subscribe_rightPart .subscribe_recommend {
    width: 330px;
    /* height: 300px; */
    background: #fff;
    /* margin-top: 20px; */
}

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

.subscribe_rightPart .subscribe_recommend .subscribe_list {
    padding: 0px 20px 0px 20px;
}

.subscribe_recommend_ul li {
    padding: 20px 0px 20px 60px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.subscribe_recommend_ul li:last-child {
    border-bottom: none;
}

.subscribe_recommend_ul li .sub_img {
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0px;
    top: 24px;
}

.subscribe_recommend_ul li .sub_img img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.subscribe_recommend_ul li .sub_name {
    font-size: 16px;
    color: #222;
}

.subscribe_recommend_ul li .sub_des {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

/* 订阅号右侧end */

/* 报料右侧start */
.report_right {
    width: 330px;
    /* height: 300px; */
    background: #fff;
    float: right;
    padding: 40px 0px 47px 0px;
}

.report_right ul li {
    width: 110px;
    height: 52px;
    float: left;
    position: relative;
    /* background: #0084ff; */
    padding-top: 64px;
    margin-top: 56px;
}

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

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

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

.report_right ul li .num {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 7px;
}
/* 报料右侧end */