@charset "utf-8";
/*css reset 整体布局*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
}
li,
ol {
    list-style: none;
}
i,
em {
    font-style: normal;
}
a {
    text-decoration: none;
}
input,
textarea {
    -webkit-appearance: none;
}

img{ border: 0;}
html {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
    font-size: .28rem;
    color: #333;

}
.super_topic{width: 7.5rem;overflow: hidden}
.down-footer{
    padding-bottom: 0;
}
.add-info{
    /*padding:0 .8rem;*/
    text-align: center;
    font-size: .2rem;
    color: #999;
    line-height: .48rem;
}
.copyright {
    width: 7rem;
    padding: .3rem .25rem 1rem;
}
.copyright span {
    overflow: hidden;
    display: block;
    font-size: .22rem;
    text-align: center;
    margin-bottom: .1rem;
}
.top-topic{
    background: #f7f7f7;
    box-sizing: border-box;
    padding-bottom: .2rem;
}
.top-topic .layout-1{
    background: #fff;
    padding:.4rem .3rem;
    line-height: .48rem;
}
.topic .layout-1 .topic-title{
    font-size: .32rem;
    color: #003355;
    font-weight: bold;
}
.topic .layout-1 .topic-sub{
    font-size: .28rem;
    color: #333;
}
.topic .layout-2{
    padding: .5rem .3rem;
    background: #f7f7f7;
}
.topic .layout-2 .item-1{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.topic .layout-2 .item-1 .label{
    font-size:.24rem ;
    color: #fff;
    padding:.1rem .2rem;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    display: inline-block;
    background: rgba(0,0,0,.7);
}
.topic .layout-2 .item-1  .label.blue{
    background: #4a84ee;
}
.topic .layout-2 .layout-content{
    background: #fff;
    margin-bottom: .3rem;
    border-radius: 0.15rem;
    padding: 0.3rem;
    position: relative;
    display: block;
}
.topic .layout-2 .topic-ing .layout-content .news-label {
    background-color: #d9001b;
}
.topic .layout-2 .topic-end .layout-content .news-label {
    background-color: #7f7f7f;
}
.topic .layout-2 .topic-furture .layout-content .news-label {
    background-color: #ff5722;
}
.topic .layout-2 .layout-content .news-label {
    position: absolute;
    top: 0.15rem;
    right: -0.1rem;
    font-size: 0.22rem;
    color: #fff;
    padding: 0.06rem 0;
    width: 1rem;
    text-align: center;
    border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
    font-weight: bold;
}
.topic .layout-2 .layout-content .news-label.news-label-joined {
    top: 0.66rem;
    background-color: #3479a0;
}
.topic .layout-2 .layout-content .news-label:after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.1rem 0.1rem 0 0;
    border-color: #bebebe transparent transparent transparent;
}
.layout-content .item-1{
    display: block;
}
.status{
    font-size: 0;
}
.status  img{
    width: .34rem;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: .1rem;
}
.topic .layout-2 .item-1 {
    font-size: 0.23rem;
}
.topic .layout-2 .item-1 .news-people {
    color: #333;
    display: inline-block;
}
.topic .layout-2 .item-1 .news-time {
    color: #AAAAAA;
    display: block;
    float: right;
}
.topic .layout-2 .item-1 .label.red{
    background: #ee4a4a;
}
.topic .layout-2 .item-1 .label.grey{
    background: #ff8500;
}
.topic .layout-2 .item-1 .count{
    position: absolute;
    bottom: 0;
    right: 0;
}
.topic .layout-2 .item-1 .count-content{
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size:.24rem ;
    padding:.1rem .3rem;
    border-top-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
}
.topic .layout-2 .item-2{
    padding-bottom: .7rem;
}

.topic .layout-2 .item-2 .news-title{
    font-size: .32rem;
    font-weight: bold;
    color: #333;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding-right: 0.6rem;
}
.topic .layout-2 .item-2 .news-time{
    font-size: .26rem;
    color: #999;
    margin-top: .1rem;
}
.topic .layout-2 .item-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topic .layout-2 .item-3 img{
    display: inline-block;
    width: .34rem;
    vertical-align: middle;
    margin-right: .05rem;
}
.topic .layout-2 .item-3{
    margin:.2rem 0 .3rem ;
}
.topic .layout-2 .item-3 .news-time{
    font-size: .24rem;
    color: #333;
}
.topic .layout-2 .item-3 .news-title{
    font-size: .24rem;
    color: #333;
}
.load-more{
    font-size: .28rem;
    color: #333;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    margin: .5rem auto .1rem;
}
.load-more:active{
    background: #666;
}

.future-popup{
    position: absolute;
    top:30%;
    left: 50%;
    width: 4rem;
    height: .8rem;
    line-height: .8rem;
    border-radius: .5rem;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: .28rem;
    text-align: center;
    margin-left: -2rem;
    margin-top: .04rem;
    display: none;
<<<<<<< HEAD
}

=======
}
>>>>>>> 6257def3f83dd4510bcd2bb729ea2204762fcbae
