body{
    background: #f2f2f2;
}
.swiper-container{
    height: 0;
}
.doc-nav-innews{
    height: 9.45rem;
}
.datasheet{
    padding: 0 0.5rem;
    font-size: 0.8rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2.2rem;
    line-height: 2.2rem;
    z-index: 500;
    width: 100%;
    background: #0979e9;
    color: #fff;
    text-align: center;
}
.ickey-action-back{
    float: left;
    color: #fff;
}
.wrapper{
    padding:2.7rem .5rem 0;
    background: #fff;
}
.empty{
    height: 9rem;
}
.search-input {
    border: 2px solid #015196;
    border-radius: .2rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    height: 2rem;
    background: #015196;
}
#search-input {
    height: 1.9rem;
    border-radius: 0;
    width: 75%;
    padding-left: 10px;
    border: none;
}
.search-input-btn {
    width: 23%;
    color: #fff;
    height: 1.8rem;
    background: #015196;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 0.8rem;
}
.swiper-container img{
    display: block;
    width: 100%;
    height: 10rem;
}
.swiper-container a{
    display: block;
}
.swiper-slide{
    position: relative;
}
.swiper-slide span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    color: #fff;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #f96b14;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    border-radius: 0;
}
.channel_box{
    text-align: center;
    overflow: hidden;
    margin: .5rem .5rem 0;
}
.channel_title{
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.channel_title span{
    font-size: .8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5rem;
}
.left{
    float: left;
}
.right{
    float: right;
}
.mid{
    display: inline-block;
}
.channel_title .chosed{
    color: #0979e9;
    border-bottom: 2px solid #0979e9;
}
.channel_content{
    width: 300%;
    overflow: hidden;
    transition: .3s;
}
.channel{
    width: 33.33%;
    float: left;
}
.detail_box{
    padding-top: .5rem;
    padding-bottom: .1rem;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}
.img_box{
    width: 4rem;
    height: 3.5rem;
    margin-right:.5rem ;
}
.img_box img{
    width: 100%;
    height: 100%;
}
.detail{
   flex: 1;
    height: 3.5rem;
    position: relative;
    line-height: 1rem;
}
.detail_title{
    font-size: .7rem;
    color: #333;
    position: absolute;
    top: .2rem;
    text-align: left;
    word-break: break-all;
}
.time{
    position: absolute;
    font-size: .6rem;
    color: #999;
    bottom: 0;
}
.more{
    color: #999;
    text-align: center;
    line-height: 1.8rem;
    font-size: .7rem;
}
.banner{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}