body{
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
html,iframe{
    width: 100%;
    height: 100%;
}
.container{
    position: absolute;
    top: 0.88rem;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
}

.header_nav{
    position: relative;
    top:0;
    width: 100%;
    display: block;
    z-index: 99;
}
.img_header{
    width: 100%;
    position: relative;
    top:0;
}
.top_icon_header{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: .82rem /* 30/100 */;
    line-height: .82rem;
    font-weight: normal;
    position: relative;
}
.top_icon{
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    height: .82rem;
    line-height: .82rem;
    background: #fff;
    display: inline;
    width: 100%;
}
.top_icon li{
    display: inline-block;
    height: .82rem;
    line-height: .82rem;
    width: 21%;
    /*!*float: left;*!  加了不能进行x轴滚动*/
    text-align: center;
}
.top_icon li ::after{
    clear: both;
}

.top_icon .active{
    width: 21%;
    color:#4d75bb;
    font-weight: bold;
    border-bottom: 0.05rem solid #4d75bb;
    height: .82rem;
}

.content_part{
    position: relative;
}

.fontpart{
    padding: .2rem 0 0 .2rem;
    position: absolute;
    top: 3rem;
    margin: 0 auto;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.fontpart span{
    color: #fff;
    font-weight: bold;
    padding: 0 .2rem;
    background: url(images/cover_content.png) top left repeat;
}
.listData{
    width: 100%;
    position: relative;
    top:0;
}
.list_title{
    width: 95%;
    height: .9rem;
    line-height: .9rem;
    background: #fff;
    color: #4d75bb;
    border-bottom: .01rem solid #aaaaaa;
    padding-left: .3rem;
    background-size: auto 35%;
    padding-top: .1rem;
    margin: 0 auto;
    position: relative;
    z-index: 999;
 }
.list_title img{
    position: absolute;
    right: 0;
    top: .37rem;
    height: .3rem;
    width: .2rem;
}
.list_title::before{
    border-left: .1rem solid #5675b6;
    content: '';
    height: .36rem;
    margin-left: -.25rem;
}
.list_title p{
    color:#aaaaaa;
    display: inherit;
    font-size: .28rem;
}

.list_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.tit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    background: #fff;
    height: 1.62rem;
    padding:.1rem 0;
    border-bottom: .01rem solid #dbdbdb;
}
.tit:last-child{
    border-bottom: none;
}
.tit_one{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.one_nav{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.two_nav{
    color: #aaaaaa;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .24rem;
    padding-bottom: .1rem;
}
.small_title{

}
.small_body{

}
.tit_two{
    vertical-align: middle;
    height: 1.4rem;
    line-height: 1.2rem;
}
.tit_two img{
    width: 1.6rem;
}

.bannerBox {
    width: 18px;
    height: 100%;
    float: left;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: url(images/cover_ranking.png) top left repeat;
}
.bannerBox.active {
    background: #ed4545 !important;
    z-index: 9999;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 55%;
    bottom: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.news_detail{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.45rem 0.3rem 0.25rem;
    border-bottom: 1px solid #dddddd;
}

.news_detail:first-child{
    padding: .1rem .45rem .3rem .25rem;
}

.nav_item_detail{
    flex: 1;
    height: auto;
}
.nav_item_title{
    line-height: .4rem;
}
.nav_item_date{
    width: 100%;
    height: 0.25rem;
    line-height: 0.25rem;
    margin-top:0.25rem;
    font-size: 0.26rem;
    color:#aaaaaa;
    font-weight: normal;
}
.rollImg{
    display: block;
    z-index: 999;
    position: relative;
}
.want_see_title {
    color: #4d75bb;
    font-size: 0.3rem;
    line-height: 0.6rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border-bottom: 1px solid #d1d1d1;
}
.want_see_title::before{
    content: '';
    border-left: .1rem #4d75bb solid;
    font-weight: bold;
    padding-right: .1rem;
    font-size: .25rem;
}
.want_see_title span {
    float: right;
    color: #9e9e9e;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.6rem;
}
.newsList{
    background: #fff;
    /*padding:0.45rem 0.33rem 0;*/
    z-index: 9999;
    left: 100%;
    position: fixed;
    top:0;
    width: 100%;
    overflow: auto;
}
.g-scrollview{
    background: #fff;
    /*padding:0.45rem 0.33rem 0;*/
    z-index: 9999;
    left: 100%;
    position: fixed;
    top:0;
    width: 100%;
    overflow: auto;
}
/*新闻详情*/
.newsDetailBg{
    background: #fff;
    /*padding:0.45rem 0.33rem 0;*/
    z-index: 10000;
    left: 100%;
    position: fixed;
    top:0;
    width: 100%;
    overflow: auto;
}
.newsDetailT{
    color: #333333;
    font-size: 0.38rem;
    line-height: 0.68rem;
    text-align: center;
    font-weight: normal;
}
.newsDetailTime{
    color: #aaaaaa;
    font-size: 0.26rem;
    text-align: center;
    padding:0.06rem 0 0.28rem;
    margin-bottom: 0.47rem;
    border-bottom: 1px solid #dddddd;
}
.newsDetailBg p{
    color: #666666;
    font-size: 0.3rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.6rem;
}
.newsDetailImg{
    line-height: 0;
    padding:0.08rem 0.24rem;
}

.marginB20{
    margin-bottom: 0.2rem;
}
.detail{
    padding: 0 0.33rem 0;
    position: absolute;
    top: 1.35rem;
    width: 100%;
}