@charset "UTF-8";
*{margin: 0;padding: 0;}
html{
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 16px;
}

@font-face {font-family: "iconfont";
  src: url('http://m.news.cn/m/css/font/iconfont.eot?t=1482931310891');
  src: url('http://m.news.cn/m/css/font/iconfont.eot?t=1482931310891#iefix') format('embedded-opentype'),
  url('http://m.news.cn/m/css/font/iconfont.woff?t=1482931310891') format('woff'),
  url('http://m.news.cn/m/css/font/iconfont.ttf?t=1482931310891') format('truetype'),
  url('http://m.news.cn/m/css/font/iconfont.svg?t=1482931310891#iconfont') format('svg');
}
/*@font-face {font-family: "iconfont";
    src: url('font/iconfont.eot?t=1482931310891');
    src: url('font/iconfont.eot?t=1482931310891#iefix') format('embedded-opentype'),
    url('font/iconfont.woff?t=1482931310891') format('woff'),
    url('font/iconfont.ttf?t=1482931310891') format('truetype'),
    url('font/iconfont.svg?t=1482931310891#iconfont') format('svg');
}*/
.iconfont {
    font-family:"iconfont" !important;
    font-size:28px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
}
.icon-pause:before { content: "\e600"; }
.icon-search:before { content: "\e674"; }
.icon-text:before { content: "\e842"; }
.icon-live:before { content: "\e706"; }
.icon-font:before { content: "\e63f"; }
.icon-close:before { content: "\e604"; }
.icon-video-play:before { content: "\e60e"; }
.icon-laud:before { content: "\e65d"; }
.icon-pic:before { content: "\e66a"; }
.icon-live-play:before { content: "\e659"; }
.icon-home:before { content: "\e629"; }
.icon-top:before { content: "\e61d"; }
.icon-video:before { content: "\e737"; }
.icon-play:before { content: "\e62e"; }
.icon-gongnengcaidan:before { content: "\e6a0"; }
.icon-audio:before { content: "\e68f"; }
.icon-more:before { content: "\e63c"; }

body{background-color: #EDEDED;}
a{text-decoration: none;color: #000000;}
img{width: 100%!important;height: auto!important;}
ul.unList{list-style: none;}
ul.inline{list-style: none;display: block;}
ul.inline:after{clear: both;}
ul.inline:before,ul.inline:after{
    display: table;
    content: "";
}
ul.inline li{
    display: inline-block;
    float: left;
}
.ht0{height: 0;overflow: hidden;}
.bg-pink{background-color: rgb(255,106,146);}
.bg-blue{background-color: #43b3ee;}
.bg-purple{background-color: rgb(246,105,248);}
.bg-cyan{background-color: #67d085;}
.bg-purple2{background-color: rgb(144,118,254);}
.bg-yellow{background-color: #fea64c;}
.bg-pink2 {background-color: rgb(233,49,255);}
.bg-red {background-color: red;}
.color-white{color: white;}
.float-l{float: left;}
.float-r{float: right;}
.h1{font-size: 20px;}
.hidden{display: none;}
.img-full img{width: 100%!important;height: auto!important;}
.text-center{text-align: center;}
.unfix:after { clear: both; }
.unfix:before, .unfix:after {
    display: table;
    content: " ";
}

.bo-main{font-size: 16px;}
/*导航*/
.bo-nav{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    clear: both;
}
.bo-nav>a{
    display: inline-block;
    float: left;
    padding-left: 15px;
    color: #656a71;
}
.bo-nav .nav{background-color: #fafafa;}
.bo-nav .nav:after{
    display: inline-block;
    float: right;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #ededed;
    border-left: 16px solid transparent;
    border-bottom: 20px solid #ededed;
}
.bo-header{
    position: fixed;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    transition: 1s;
}
.bo-header li{width: 33.3333%;}
.bo-header .font-size{
    width: 80px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
}
.bo-header .font-size .font-s{
    font-size: 20px;
    height: 25px;
    padding-top: 15px;
}
.bo-header .font-size .font-m{
    height: 32px;
    padding-top: 8px;
}
.bo-header .font-size .font-b{
    font-size: 36px;
    height: 40px;
}
.bo-slide{
    padding: 15px 30px 30px;
    position: relative;
}
.bo-slide .slide-way{
    padding: 2px;
    background-color: #cbcbcb;
    border-radius: 2px;
}
.bo-slide .slide-box{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 143px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    box-shadow: 2px 2px 2px #cbcbcb;
}
/*module*/
.bo-back{
    width: 20px;
    height: 34px;
    margin-top: 3px;
    margin-left: 6px;
}
.bo-font{
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    background-color: #11a1fe;
    border-radius: 50%;
    box-shadow: 3px 5px 8px 0 rgba(24, 164, 254, 0.137);
    border: 2px solid rgb(255, 255, 255);
    font-size: 24px;
    line-height: 26px;
}
.bo-like{
    text-align: center;
    background-color: #ff5d5e;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    box-shadow: 3px 5px 8px 0 rgba(255, 95, 98, 0.137);
}
.bo-like .inc{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    right: -45px;
    top: 20px;
    background-color: #ff5d5e;
    border-radius: 10px;
    padding: 0 10px;
}
/*模块样式*/
.bo-box{padding: 12px;background-color: white;}
.bo-flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}
.bo-flex>.img-full{
    max-width: 40%;
    margin-right: 10px;
}
.bo-flex>.content{
    flex: 3;
    -webkit-box-flex: 3;
    /*position: relative;*/
}
.bo-flex>.content>.source{
    display: none;
    /*position: absolute;*/
    /*bottom: 0;*/
    color: #959595;
}
.bo-main .bo-box{margin-top: 10px;}
.bo-header>.bo-box{background: none;}
.bo-box .bo-title{
    padding-bottom: 10px;
    margin: 0 -12px;
    /*border-bottom: 1px solid #ededed;*/
}
.bo-box .bo-title .h1{
    padding-left: 10px;
    border-left: 4px solid #3f72eb;
}
/*recommend*/
.bo-recommend li{padding: 15px 0;border-bottom: 1px solid #EDEDED;}
/*.bo-recommend li:last-child{border-bottom: none;}*/
.bo-recommend .content{
    overflow: hidden;
    line-height: 1.5em;
}
/*keyword*/
.bo-keyword ul{color: white;margin: 9px -6px 0 -6px;font-size: 20px;}
.bo-keyword li{padding: 6px;}
.bo-keyword span{padding: 4px 10px;display: block;color: white;border-radius: 6px;}
/*video*/
.video-box{position: relative;}
.video-box .video-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icon-video.png") no-repeat center center;
    background-size: 50px 50px;
}
.video-box video{width: 100%;height: 100%;background-color: #000000;}
.video-box .video-iframe{width: 100%;height: 100%;}
/*to top*/
.bo-to-top{
    position: fixed;
    bottom: 50px;
    right: 15px;
}
.bo-to-top .icon-top{
    opacity: 0;
    transition: 1s;
    font-size: 16px;
}
.bo-to-top .icon-top.on{opacity: 1;}
/**/
.bo-video li{width: 33.3333%;}
.dot{
    animation: sploosh 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: sploosh 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes sploosh {
    0% {box-shadow: 0 0 0 0 rgba(255, 93, 94, 0.8);}
    100% {box-shadow: 0 0 0 15px rgba(255, 93, 94, 0);}
}
@-webkit-keyframes sploosh {
    0% {box-shadow: 0 0 0 0 rgba(255, 93, 94, 0.8);}
    100% {box-shadow: 0 0 0 15px rgba(255, 93, 94, 0);}
}
#JS-audio{position: fixed;bottom: 0;}
#JS-font{height: 0;overflow: hidden;transition: 1s;}
/*二维码*/
.qr-code .img-full{width: 50%;margin: 0 auto;}
.qr-code p{margin-top: 12px;}