
/*资讯头部栏目*/
.pub-menu{
    padding-bottom: .2rem;
}
.pub-menu ul{
    justify-content: flex-start;
}
.pub-menu ul li{
    width: 1.6rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    margin-left: .15rem;
    margin-top: .2rem;
}
.pub-menu ul li:nth-child(4n+1){
    margin-left: 0;
}
.pub-menu ul li a{
    display: block;
    color: #666666;
    font-size: .28rem;
    background: #f5f5f5;
    border-radius: .1rem;
}
.pub-menu ul li.active a{
    background: #00c26e;
    color: #fff;
}


.public-menu{
    line-height: .5rem;
}

.public-menu ul{
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
/* for Chrome 隐藏滚动条*/
.public-menu ul::-webkit-scrollbar {
    display: none;
}

.public-menu ul li{
    position: relative;
    min-width: 1.2rem;
}
.public-menu ul li:after{
    display: block;
    content: "";
    width: 1.2rem;
    height: .11rem;
    margin-top: -.05rem;
}
.public-menu ul li+li{
    margin-left: .4rem;
}
.public-menu ul li a{
    display: block;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: .28rem;
}

.public-menu ul li.active:after{
    background: url("../image/after1.png")no-repeat;
    background-size: 1.2rem .11rem;
}
.public-menu ul li.active a{
    color: #00c26e;
    font-size: .3rem;
    font-weight: bold;
}







/*-------------------------------------------*/

/*详情内容*/
.informationContent {
    padding-bottom: .2rem;
}

.informationContentTitle {
    padding-top: .2rem;
}

.informationContentTitle h1 {
    font-size: .36rem;
    color: #333333;
    text-align: center;
}

.informationContentTime {
    line-height: .8rem;
    border-bottom: 1px solid #cdcdcd;
}

.informationContentTime span {
    font-size: .24rem;
    color: #999999;
}

.informationContentTime span + span {
    /*margin-left: .2rem;*/
}

.informationContentText p {
    color: #666666;
    font-size: .28rem;
    line-height: .5rem;
}

.informationContentText img {
    max-width: 6.35rem;
    /*height: 3.1rem;*/
    margin: .2rem auto;
}
.informationContentText iframe {
    display: block;
    width: 6.9rem !important;
    height: auto !important;
    text-indent: -2em;
}
/*游戏信息*/
.informationContentGame {
    padding: .2rem;
    border: 1px solid #00c26e;
}

.informationContentGameIcon {
    margin-right: .2rem;
}

.informationContentGameTitle p img {
    width: 1.5rem;
    height: .3rem;
}
.informationContentGameIcon a img {
    width: 1.5rem;
    height: 1.5rem;
}

.informationContentGameTitle p + p {
    margin-top: .1rem;
}
.informationContentGameTitle{
    width: 2.8rem;
}

.informationContentGameTitle p a strong {
    display: block;
    max-width: 2.8rem;
    font-size: .3rem;
    color: #333333;
    font-weight: normal;
}

.informationContentGameTitle p:last-child {
    color: #999;
    font-size: .24rem;
    line-height: .4rem;
    justify-content: flex-start;
}

.informationContentGameRight a {
    background: #00c26e;
    color: #fff;
    font-size: .26rem;
    padding: .1rem .3rem;
    border-radius: .5rem;
}


/*!*相关文章*!*/
/*.relevant-information{*/
    /*padding: .4rem .3rem;*/
/*}*/
/*.relevant-information .information-list ul li:last-child{*/
    /*border-bottom: none;*/
/*}*/


/*相关图集*/
.photo-tj{
    padding-bottom: .2rem;
}
.photo-tj ul{
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow-x: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
/* for Chrome 隐藏滚动条*/
.photo-tj ul::-webkit-scrollbar {
    display: none;
}
.photo-tj ul li{
    width: 2.8rem;
}
.photo-tj ul li+li{
    margin-left: .4rem;
}
.photo-tj ul li a{
    display: block;
    width: 2.8rem;

}
.photo-tj ul li a img{
    width: 2.8rem;
    height: 1.8rem;
}
.photo-tj ul li a p{
    color: #333333;
    font-size: .28rem;
    text-align: center;
}




