img{max-width: 100%;}
.header{background: url("../images/index_top.png") no-repeat;background-size: 100% 100%;overflow: hidden;}
.header .logo{margin: 1em 6em 0;display: flex;align-items: center;}
.header .logo img{max-height: 4em;}
.header .weui-tab{box-sizing: border-box;margin: 0 1em;padding: 0;}
.header .weui-tab .weui-navbar{width: 100%;padding: 0;background: none;display: block;text-align: center;position: relative;}
.header .weui-tab .weui-navbar .weui-navbar__item{
    height: 20px;
    text-align: center;
    color: #bcbcbc;
    margin: 0 20px 0 0;
    position: relative;
    background: none;
    padding: 0;
    display: inline-block;
}
.header .weui-tab .weui-navbar .weui-navbar__item:after{display: none;}
.header .weui-tab .weui-navbar:after{display: none;}
.header .weui-tab .weui-navbar .weui-bar__item--on{
    color: #fff;
}
.header .weui-tab .weui-navbar .weui-bar__item--on::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 0;
    top: initial;
    right: initial;
    border: none;
    -webkit-transform-origin: initial;
    transform-origin: initial;
    -webkit-transform: initial;
    transform: initial;
}
.header .weui-tab .weui-tab__bd{
    padding: 0 0 1em 0;
    margin-top: 8px;
}
.header .weui-tab .tab-row{
    width: 100%;
    padding: 8px 5%;
    box-sizing: border-box;
}
.header .weui-tab .tab-row p{
    width: 100%;
    border-radius: 20px;
    height: 30px;
    background: #fff url(../images/search.jpg) no-repeat 7px;
    background-size: 16px 16px;
    line-height: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #80848f;
}
.hot-search {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 20px;
}
.hot-search .keywords{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
}
.hot-search li .hot::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 3px;
}
.hot-search li .hot{
    font-size: 14px;
    position: relative;
    width: 46px;
    color: #fff;
    margin-right: 5px;
    line-height: 20px;
    text-align: center;
}
.hot-search li .hot-split{line-height: 12px;}
.hot-search li span{
    padding: 0 4px;
    font-size: 12px;
    color: #f6faff;
}
.hot-search .keywords .hot-item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.weui-grid{width: 25%;}
.swiper-pagination-bullet-active {
    background:#f7a8ad;
}
.news-tab{height: auto;}
.news-tab .weui-navbar {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    height: 44px;
    position: relative;
}
.news-tab .weui-navbar .weui-navbar__item{
    display: block;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(180deg, #e5e5e5,#e5e5e5, hsla(0,0%,90%,0)) 0 100% no-repeat;
    background-size: auto;
    background-size: 100% 1px;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    border: none;
    color: #000;
}
.news-tab .weui-navbar .weui-navbar__item:before,.news-tab .weui-navbar .weui-navbar__item:after{display: none;}
.news-tab .weui-navbar .weui-navbar__item span{
    position: relative;
    z-index: 12;
    padding-bottom: 11px;
}
.news-tab .weui-navbar .weui-bar__item--on span{
    color: #d00112 !important;
    border-bottom: 3px solid #d00112;
}

#news-swiper{padding: 0;}
.content-padded a{
    color: #000;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
    border-bottom: 3px solid #ededed;
    overflow: hidden;
    display: flex;
    align-items: start;
}
.content-padded a .detail_left{
    float: left;
    width: 26%;
}
.content-padded a .detail_left img {
    transition: opacity .5s ease-in-out;
    max-width: 100%;
}
.content-padded a .detail_right{
    float: right;
    width: 74%;
    padding-left: 10px;
    box-sizing: border-box;
}
.content-padded a .detail_right .detail_title{
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content-padded a .detail_right .detail_content{

    font-size: 12px;
    color: #505050;
    padding-bottom: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content-padded a .detail_right .detail_footer{
    font-size: 12px;
}

.weui-loadmore{display: flex;align-items: center;justify-content: center;}
.weui-loadmore i{font-size: 14px;}
