@charset 'utf-8';
@import url('global.css');
/* 通用样式 start */
p{
    color: #666;
    font-family: 'Microsoft YaHei';
    word-break: break-all;
    white-space: wrap;
    font-weight: normal;
    font-size: 14px;
    background: none;
    border: none;
    line-height: 25px;
}

/* info_list start */
.info_list a:hover{
    color: #bc0114
}
/* info_list end */

/* recom_item_title start */
.recom_item_title img{
    width: 1000px;
    max-width: 1000px;
    height: 73px;
    max-height: 73px;
}
/* recom_item_title end */

/* margin-top-25 start */
.margin-top-25{
    margin-top: 25px!important;
}
/* margin-top-25 end */
/* 通用样式 end */
/* 头部背景 start */
.recom_bg{
    overflow: hidden;
    height: 220px;
    background: url(../images/recom_banner_bg.jpg) repeat-x;
    background-size:150px 220px;
}
.recom_bg .container img{
    display: block;
    width: 950px;
    height: 220px;
    max-height: 254px;
    max-width: 1000px;
    margin: 0 0 0 50px;
}
/* 头部背景 end */

/* 头条 start */
.headline_info .container{
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}
.headline_info .container .headline_bg{
    width: 40px;
    float: left;
}
.headline_info .container .headline_bg img{
    width: 40px;
    height: 58px;
    max-height: 71px;
}
.headline_info .container .info{
    width: 960px;
    line-height: 40px;
    float: right;
    text-align: center;
}
.headline_info .container .info a{
    color: #666;
}
.headline_info .container .info a h1{
    font-size: 35px;
    color: #bc0114;
    font-weight: bold;
    letter-spacing: normal;
}
.headline_info .container .info a:nth-child(2):hover{
    color: #bc0114;
}
/* 头条 end */

/* 轮播图区域 start */
.recom_lb{
    margin: 20px 0 0 0;
}
.recom_lb .container{
    overflow: hidden;
}
.recom_lb .carousel{
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 320px;
    float: left;
}
.recom_lb .carousel ul li{
    position: relative;
    display: none;
    float: left;
    width: 500px;
    height: 320px;
}
.recom_lb .carousel ul .vis{
    display: block;
}
.recom_lb .carousel ul li a{
    display: block;
}
.recom_lb .carousel ul li a img{
    width: 100%;
    height: 320px;
    max-height: 320px;
}
.recom_lb .carousel ul li span{
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    bottom: 0;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
}
.recom_lb .carousel ul li span strong{
    display: block;
    width: 80%;
    color: white;
    text-align: center;
    margin: 0 0 0 10px;
    font-size: 16px;
}
.recom_lb .carousel ol{
    position: absolute;
    bottom: 22px;
    right: 6px;
    z-index: 999;
}
.recom_lb .carousel ol li{
    float: left;
    width: 6px;
    height: 6px;
    margin: 0 5px 0 5px;
    background: #ccc;
    cursor: pointer;
}
.recom_lb .carousel ol .cols{
    background: #bc0114;
}
.recom_lb .recom_lb_tuijian{
    width: 480px;
    float: right;
}
.recom_lb .recom_lb_tuijian>a{
    font-size: 18px;
    font-weight: bold;
    color: black;
    font-family: 'Microsoft YaHei';
    line-height: 30px;
}
.recom_lb .recom_lb_tuijian p{
    margin: 15px 0 0 0;
    padding: 0 0 25px 0;
    border-bottom: 1px dotted #ccc;
}
.recom_lb .recom_lb_tuijian p a:hover{
    color: #bc0114;
}
/* 轮播图区域 end */

/* items_title start */
.items_title img{
    width: 1000px;
    max-width: 1000px;
    height: 48px;
    max-height: 48px;
}
/* items_title end */
/* videos_area start */
.videos_area .container{
    overflow: hidden;
}
.videos_area .container>div{
    float: left;
}
.videos_area .container>div b{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #bc0114;
    font-weight: bold;
    font-size: 25px;
}
.videos_area .container .video_intView{
    width: 480px;
    margin-right: 20px;
    float: left;
}
.videos_area .container .video_intView ul li{
    overflow: hidden;
/*    float: left;*/
/*    width: 238px;
    margin: 0 0 0 20px;*/
}
.videos_area .container .video_intView ul li:nth-child(1){
    margin: 0;
}
.videos_area .container .video_intView ul li:nth-child(3){
    margin: 0;
}
.videos_area .container .video_intView ul li a{
    position: relative;
    display: block;
    display: table;
}
.videos_area .container .video_intView ul li a img{
    width: 238px;
    max-width: 238px;
    height: 160px;
    max-height: 160px;
}
.videos_area .container .video_intView ul li a i{
    position: absolute;
    display: block;
    font-size: 38px;
    left: 100px;
    top: 61px;
    color: white;
    z-index: 999;
}
.videos_area .container .video_intView ul li a i:hover{
    color: #bc0114;
}
.videos_area .container .video_intView ul li a p{
    width: 228px;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.videos_area .container .video_intView ul li a p:hover{
    color: #bc0114;
}
.videos_area .container .video_excl{
    width: 484px;
}
.videos_area .container .video_excl b{
    background: url(../images/recom_banner_bg01.jpg) no-repeat 110px 0;
    background-size: 300px 28px; 
}
.videos_area .video_excl_list .main_excl{
    margin: 0 0 10px 0;
}
.videos_area .video_excl_list .main_excl a{
    position: relative;
    overflow: hidden;
    display: block;
    height: 310px;
}
.videos_title{
    position: absolute;
    display: block;
    width: 464px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0 10px;
    text-align: center;
}
.videos_title:hover{
    color: #bc0114;
}
.videos_area .video_excl_list .main_excl a img{
    width: 484px;
    max-width: 484px;
    height: 330px;
    max-height: 330px;
}
.videos_area .video_excl_list .videos_list{
    height: 110px;
}
.videos_area .video_excl_list .videos_list a{
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 158px;
    margin: 0 0 0 5px;
}
.videos_area .video_excl_list .videos_list a .videos_title{
    width: 138px;
    height: 30px;
    line-height: 30px;
}
.videos_area .video_excl_list .videos_list a:nth-child(1){
    margin: 0;
}
.videos_area .video_excl_list .videos_list a img{
    width: 158px;
    height: 110px;
    max-height: 110px;
    transition: all 0.8s;
}
.videos_area .video_excl_list .videos_list a img:hover{
    transform: scale(1.2,1.2);
}
/* videos_area end */

/* 论坛声音 start */
.forum .container{
    overflow: hidden;
}
.forum .forum_item{
    float: left;
    width: 320px;
    margin: 0 0 0 20px;
}
.forum .forum_item:nth-child(1){
    margin-left: 0;
}
.forum .forum_item:nth-child(4){
    margin-left: 0;
}
.forum .forum_item .forum_item_box a{
    display: block;
    float: left;
}
.forum .forum_item .forum_item_box a:first-child{
    overflow: hidden;
    width: 140px;
    height: 100px;
    margin-right: 15px;
}
.forum .forum_item .forum_item_box a:first-child img{
    width: 140px;
    max-width: 140px;
    height: 100px;
    max-height: 100px;
    transition: all 0.8s;
}
.forum .forum_item .forum_item_box a:first-child img:hover{
    transform: scale(1.2,1.2);
}
.forum .forum_item .forum_item_box a:last-child{
    display: table;
    width: 165px;
    height: 100px;
}
.forum .forum_item .forum_item_box a:last-child p{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.forum .forum_item p{
    margin: 15px 0 20px 0;
}
/* 论坛声音 end */

/* 精彩瞬间 start */
.wonder .wonder_list .wonder_item ul li{
    position: relative;
    width: 320px;
    height: 210px;
    float: left;
    margin: 0 0 20px 20px;
}
.wonder .wonder_list .wonder_item ul li:nth-child(1){
    margin: 0
}
.wonder .wonder_list .wonder_item ul li:nth-child(4){
    margin: 0
}
.wonder .wonder_list .wonder_item ul li a{
    position: relative;
    display: block;
    overflow: hidden;
}
.wonder .wonder_list .wonder_item ul li a img{
    width: 100%;
    height: 210px;
    max-height: 210px;
    transition: all 0.8s;
}
.wonder .wonder_list .wonder_item ul li a img:hover{
    transform: scale(1.2,1.2);
}
.wonder .wonder_list .wonder_item ul li a .wonder_item_title{
    position: absolute;
    display: block;
    width: 300px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}
.wonder .wonder_list .wonder_item ul li a .wonder_item_title:hover{
    color: #bc0114;
}

/* 箭头 start */
.wonder .jiantou{
    position: absolute;
    top: 195px;
    z-index: 999;
}
.wonder .jiantou i:hover{
    color: #bc0114;
    cursor: pointer;
}
.wonder .zuojian{
    left: -40px;
}
.wonder .youjian{
    right: -40px;
}
.wonder .jiantou i{
    font-size: 40px;
    color: #666;
}
/* 箭头 end */
/* 精彩瞬间 end */

/* 媒荣报道 start */
.repoter{
    height: 375px;
    margin: 20px 0;
}
.repoter .container{
    overflow: hidden;
}
.repoter .container>div{
    float: left;
    margin: 0 0 0 20px;
}
.repoter .container>div:first-child{
    margin: 0;
}
.repoter .container .repoter_datu{
    width: 600px;
}
.repoter .container .repoter_list{
    width: 380px;
}
.repoter .container .repoter_list .repoter_item{
    height: 90px;
}
.repoter .container .repoter_list .repoter_item a{
    display: block;
}
.repoter .container .repoter_list .repoter_item a:nth-child(1){
    overflow: hidden;
    float: left;
    width: 150px;
    height: 90px;
    margin-right: 15px;
}
.repoter .container .repoter_list .repoter_item a:nth-child(2){
    float: left;
}
.repoter .container .repoter_list .repoter_item a:nth-child(1) img{
    width: 150px;
    height: 105px!important;
    max-height: 105px;
    transition: all 0.8s;
}
.repoter .container .repoter_list .repoter_item a:nth-child(1) img:hover{
    transform: scale(1.2,1.2);
}
.repoter .tempWrap{
    height: 325px!important;
}
.repoter .tempWrap .item{
    height: 110px!important;
    padding: 0;
}
.repoter .tempWrap .item:first-child{
    margin-top: 58px;
}
/* 箭头 start */
.repoter .jiantou{
    text-align: center;
    width: 380px;
    height: 25px;
    line-height: 25px;
}
.repoter .jiantou:hover{
    color: #bc0114;
    cursor: pointer;
}
.repoter .jiantou i{
    font-size: 25px;
}
/* 箭头 end */
/* 媒荣报道 start */

/* 往期回顾 start */
.review ul li{
    float: left;
    width: 320px;
    margin: 0 0 0 20px;
}
.review ul li:first-child{
    margin: 0;
}
.review ul li>a{
    display: block;
    overflow: hidden;
}
.review ul li>a img{
    width: 100%;
    height: 200px;
    max-height: 200px;
    transition: all 0.8s;
}
.review ul li>a img:hover{
    transform: scale(1.2,1.2);
}
.review ul li .info_list a:first-child{
    border-bottom: 1px dotted #ccc;
}
.review ul li .info_list a:nth-child(3){
    border-bottom: 1px dotted #ccc;
}
/* 往期回顾 end */

