/** reset **/
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,code,em,img,q,small,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,table,tbody,tr,th,td,input{
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    font-size: .32rem;
    color: #444;
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    font-family: 'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,a:active,a:hover,a:focus,a:visited{
    text-decoration: none;
    color: #444;
}
a,img{
    -webkit-touch-callout: none;
}
ol,ul,li{
    list-style: none;
}

/** icon font **/
@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1496655056252'); /* IE9*/
  src: url('iconfont.eot?t=1496655056252#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff?t=1496655056252') format('woff'), /* chrome, firefox */
  url('iconfont.ttf?t=1496655056252') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1496655056252#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-unfold:before { content: "\e661"; }
.icon-back:before { content: "\e679"; }
.icon-fold:before { content: "\e6de"; }
.icon-attentionfill:before { content: "\e73c"; }
.icon-fenxiang:before { content: "\e739"; }
.icon-unfold, .icon-fold {
    color: #fff;
}

.clearfix {}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/** header **/
header {
    background-color: #cf3a34;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: .8rem;
    position: relative;
    z-index: 101;
}

.menu-container {
    position: relative;
}

/** menu **/
.menu-wrap {
    position: relative;
    top: 0;
    background-color: #cf3a34;
    border-top: 1px solid #bb231d;
    box-sizing: border-box;
    width: 100%;
    height: .75rem;
    padding-right: .9rem;
    overflow: hidden;
    z-index: 99;
}
.fixed-top {
    position: fixed;
}
.fixed640 {
    width: 640px;
}
.menu-wrap::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: .75rem;
    width: .4rem;
    z-index: 2;
    background: linear-gradient(to right, rgb(207, 58, 52) 0, rgba(207, 58, 52, 0) 100%);
}
.menu-wrap::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: .9rem;
    height: .75rem;
    width: .4rem;
    z-index: 2;
    background: linear-gradient(to left, rgb(207, 58, 52) 0, rgba(207, 58, 52, 0) 100%);
}
.menu {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: .95rem;
    line-height: .75rem;
    white-space: nowrap;
    padding: 0 .1rem;
    font-size: .32rem;
    -webkit-overflow-scrolling: touch;
}
.menu .item {
    display: inline-block;
    margin: 0 .15rem;
}
.menu .item.last {
    padding-right: .3rem;
}
.menu a {
    color: #fff;
    opacity: .7;
}
.menu .active a {
    font-size: 0.34rem;
    font-weight: bold;
    opacity: 1;
}
.menu .item span {
    padding-bottom: .09rem;
}
.menu .active span {
    padding-bottom: .09rem;
    font-weight: normal;
    font-size: inherit;
    border-bottom: 0;
    position: relative;
}
.menu .active span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.03rem;
    border-top: #fff solid 1px;
    width: 100%;
}
.menu-wrap .switch {
    position: absolute;
    top: 0;
    right: 0;
    width: .8rem;
    height: 100%;
    line-height: .75rem;
    text-align: center;
    font-size: .32rem;
    z-index: 3;
    transition: .5s;
}
.menu-wrap .switch.expanded {
    transform: rotateX(180deg);
}

/** nav mask **/
.nav-mask {
    position: fixed;
    left: 0;  
    right: 0; 
    top: 0;
    width: 100%;
    height: 0rem;
    padding: 3rem .3rem .3rem .3rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    z-index: 98;
    opacity: 0;
    backface-visibility: hidden;
    pointer-events: none;
    transition: .5s;
    margin: 0 auto;  
}
.nav-mask.fixed640 {
    width: 640px;
}
.nav-mask.show {
    opacity: 1;
    height: 13.5rem;
    transition: .5s;
    pointer-events: auto;
}
.nav-mask.fixed {
    padding: 1rem .3rem .3rem .3rem;
}
.nav-mask .nav-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
}
.nav-mask.show .nav-icons {
    opacity: 1;
    transition: 1s cubic-bezier(0.35,2,0.35,1),opacity 1s;
}
.nav-mask .nav-icons > div {
    box-sizing: border-box;
    padding: .2rem;
    width: 25%;
    text-align: center;
}
.nav-mask .nav-icons img {
    width: 80%;
}
.nav-mask .nav-icons span {
    display: block;
    text-align: center;
    padding: .2rem;
}
.nav-mask .bottom {
    margin-top: 1rem;
    width: 100%;
    height: 3rem;
    padding: 0 .2rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
}
.nav-mask.show .bottom {
    opacity: 1;
    transition: 1s cubic-bezier(0.35,2,0.35,1),opacity 1s;
    transition-delay: .2s;
}
.nav-mask .bottom > div {
    padding: .1rem;
    width: 25%;
    text-align: center;
}
.nav-mask .bottom img {
    width: 70%;
}
.nav-mask .bottom span {
    display: block;
    text-align: center;
    padding: 0rem;
}

/** slide **/
.slide {
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
}
.slide img {
    width: 100%;
    height: 3.8rem;
    background: url(../images/holder.png) center center no-repeat;
    background-size: contain;
}
.slide-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 8%,rgba(0,0,0,0.24) 40%,rgba(0,0,0,0.29) 47%,rgba(0,0,0,0.65) 95%);
    height: .8rem;
    line-height: 1rem;
    padding-left: .2rem;
    color: #fff;
    font-size: .32rem;
}
.slide-title span {
    display: block;
    width: 5.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/** article list **/
.article-list {
    position: relative;
}
.article-list img {
    background: url(../images/holder.png) center center no-repeat;
    background-size: contain;
}
.article-list .item {
    font-size: .24rem;
    padding: .2rem 0;
    border-bottom:  1px solid #e5e5e5;
    margin: 0 .3rem;
    overflow: hidden;
}
.article-list .en-item {
    font-size: .24rem;
    padding: .2rem 0;
    border-bottom:  1px solid #e5e5e5;
    margin: 0 .3rem;
    overflow: hidden;
}
.article-list a {
    color: #444;
}
.article-list .item .info {
    font-size: .24rem;
    line-height: .24rem;
    overflow: hidden;
}
.article-list .item .info-l {
    float: left;
}
.article-list .item .info-r {
    float: right;
    color: #adadad;
    padding-right: 0.05rem;
    padding-top: 0.03rem;
}
.article-list .item .info .icon {
    display: inline-block;
    border-radius: .05rem;
    padding: 1px 2px;
    margin-right: .1rem;
}
.article-list .item .info .icon-red {
    color: #cf3a34;
    border: 1px solid #cf3a34;
}
.article-list .item .info .icon-blue {
    color: #0054ff;
    border: 1px solid #0054ff;
}
.article-list .item .info .time {
    display: inline-block;
    color: #adadad;
}
.article-list .item .info-r i {
    padding-right: .05rem;
    font-size: .28rem;
}

/** img set **/
.article-list .imgset-title {
    font-size: .34rem;
    line-height: .42rem;
}
.article-list .imgset-imgs {
    margin: .22rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.article-list .imgset-imgs > div {
    -webkit-box-flex: 1;
    flex: 1;
    justify-content: space-between;
    display: block;
    width: 0%;
}
.article-list .imgset-imgs img {
    width: 2.2rem;
    height: 1.65rem;
    margin-right: 0.14rem;
    object-fit: cover;
}
.article-list .imgset-imgs > div:last-child img {
    margin-right: 0;
}
.article-list .item .img {
    float: left;
    width: 1.86rem;
    height: 1.4rem;
    margin-right: .2rem;
    object-fit: cover;
}

/** article **/
.article-list .article-img {
    float: left;
    width: 27%;
    overflow: hidden;
    position: relative;
    margin-right: .2rem;
    height: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.article-list .article-img img {
    height: 100%; 
    width: 100%; 
    object-fit: cover;
}
.article-list .article-txt {
    overflow: hidden;
    padding-bottom: 4px;
}
.article-list .article-title {
    font-size: .34rem;
    line-height: .42rem;
    margin-bottom: .2rem;
    display: -webkit-box;
    /**-webkit-line-clamp: 2;
    overflow: hidden;
    **/
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    min-height: .85rem;
}

/** big img **/
.article-list .bigimg-title {
    font-size: .34rem;
    line-height: .42rem;
}
.article-list .bigimg-img {
    margin: .22rem 0;
}
.article-list .bigimg-img img {
    width: 100%;
    height: 3.45rem;
    object-fit: cover;
}

/** video **/
.article-list .video {
    position: relative;
    margin: .22rem 0;
}
.article-list .video img {
    width: 100%;
    height: 3.45rem;
    object-fit: cover;
}
.article-list .video .txt {
    position: absolute;
    left: 0;
    bottom: .05rem;
    z-index: 2;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 8%,rgba(0,0,0,0.24) 40%,rgba(0,0,0,0.29) 47%,rgba(0,0,0,0.65) 95%);
    height: 2rem;
    padding: 0 .2rem;
    color: #fff;
    font-size: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.article-list .video .txt .play {
    width: .5rem;
    height: .5rem;
    margin-top: .7rem;
    margin-right: .2rem;
    background: url(../images/icon-video.png) no-repeat;
    background-size: contain;
}
.article-list .video .txt .title {
    width: 5.8rem;
    line-height: .42rem;
    margin-top: .8rem;
}
.article-list .video-title {
    font-size: .34rem;
    line-height: .42rem;
}

.pager {
    margin: .2rem .3rem;
    text-align: center;
    overflow: hidden;
}
.pager .prev {
    float: left;
    width: 45%;
    text-align: center;
    background: #cf3a34;
    height: .6rem;
    line-height: .6rem;
    font-size: .32rem;
    color: #fff;
    border-radius: .1rem;
}
.pager .next {
    float: right;
    width: 45%;
    text-align: center;
    background: #cf3a34;
    height: .6rem;
    line-height: .6rem;
    font-size: .32rem;
    color: #fff;
    border-radius: .1rem;
}
.pager .next.disabled,
.pager .prev.disabled {
    background: #ccc;
    color: #aaa;
}

/** footer **/
footer {
    margin-top: .2rem;
    background: #f0eded;
    color: #747474;
    font-size: .28rem;
    text-align: center;
    padding: .2rem;
    line-height: .4rem;
    font-size: .24rem;
    /**margin-bottom: 1.2rem;**/
}
footer a {
    display: inline-block;
    color: #747474;
    margin: 0 .1rem;
    font-size: .24rem;
}

/** view **/
.view-header {
    position: fixed;
    width: 100%;
}
.view-header.fixed640 {
    width: 640px;
}
.topbar {
    line-height: .8rem;
    padding: 0 .2rem 0 .1rem;
}
.topbar-l {
    float: left;
    font-size: .5rem;
    color:  #fff;
}
.topbar-l a {
    color: #fff;
}
.topbar-r {
    float: right;
    font-size: .5rem;
    color:  #fff;
}
article {
    padding: .8rem .3rem .4rem .3rem;
}
article .head {
    padding: .54rem 0 0 0;
    border-bottom: 1px solid #eee;
    margin-bottom: .2rem;
}
article .head h1 {
    font-size: .46rem;
    padding: 0 0 .2rem 0;
}
article .head .info {
    font-size: .28rem;
    margin: 0 0 .12rem 0;
    color: #888;
} 
article .head .time {
    padding-right: .2rem;
}
article .content {
    width: 100%;
    font-size: .36rem;
    line-height: 1.5em;
    word-break: break-all;
}
article .content p {
    margin: .2rem 0;
    text-align: justify;
    /** text-indent: 2em; **/
    box-sizing: border-box;
}
article .content .info-source {
    color: #7f7f7f;
    font-size: .3rem;
}
article .content .extinfo {
    color: #7f7f7f;
    font-size: .3rem;
}
article .content table {
    width: 100%;
}
article .content table td{
    border: 1px solid #ccc;
    padding: .2rem;
}
article .content table p {
    margin: 0;
}
article .content img {
    display: block;
    max-width: 100%;
    margin: auto;
}
article .video-player {
    width: 100%;
    background: #000;
}
article .report12377{
    margin-top:1em;
}
article .extinfo {
    margin-top: .3rem;
    font-family: sans-serif;
}

.hot-list {
    border-top: 2px solid #eee;
    font-size: .36rem;
    color: #cf3a34;
    padding: .3rem .3rem 0 .3rem;
}

.share-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 102;
    display: none;
    backface-visibility: hidden;
}
.share-mask.show {
    display: block;
}
.share-mask .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(255, 255, 255, .9);
    padding: .4rem;
    box-sizing: border-box;
    z-index: 103;
}
.share-mask .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
.share-mask .icons > div {
    width: 33%;
    text-align: center;
    font-size: .28rem;
}
.share-mask .btn-cancel {
    margin-top: .3rem;
    width: 100%;
    border: 1px solid #ddd;
    height: .8rem;
    background: #fff;
    font-size: .32rem;
}

.live-head {
    position: relative;
    padding-top: .8rem;
    transition: .5s;
    font-size: 0;
}
.live-head.shrink {
    height: 2.2rem;
    transition: .5s;
}
.video-wrap .video {
    width: 100%;
    height: 4.2rem;
    background: #000;
}
.live-head .title {
    padding: .3rem;
    text-align: center;
    font-size: .36rem;
    line-height: 1.2;
}
.live-tabs {
    height: .84rem;
    line-height: .80rem;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: .32rem;
}
.live-tabs .item {
    display: inline-block;
    margin: 0 .8rem;
    cursor: pointer;
}
.live-tabs .item.active {
    border-bottom: 2px solid red;
}
.live-content {
    background: #f6f6f6;
    height: 9rem;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.live-content .tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .28rem;
    color: #444;
    display: none;
}
.live-content .c {
    display: none;
    font-size: .32rem;
}
.live-content .c.active {
    display: block;
}
.post-list {
    padding-bottom: 4rem;
}
.post-list .item {
    padding: .3rem;
    border-bottom: 1px solid #dedede;
}
.post-list .item .head {
    height: .4rem;
    line-height: .4rem;
    overflow: hidden;
    font-size: .30rem;
    margin-bottom: .2rem;
}
.post-list .item .head .l {
    float: left;
    color: #7185d0;
}
.post-list .item .head .r {
    float: right;
    text-align: right;
    color: #eb413d;
}
.post-list .item .img-wrap {
    overflow: hidden;
    margin-bottom: .2rem;
}
.post-list .item .img-wrap > div {
    float: left;
}
.post-list .item .img-wrap img {
    object-fit: cover;
}
.post-list .item .message {
    line-height: .46rem;
}
.post-list .item .ref {
    border: 1px solid #ddd;
    padding: .3rem;
    background: #eee;
    color: #666;
    margin-top: .2rem;
}
.post-list .item .ref .user {
    margin-bottom: .2rem;
}
.reply-list {
    padding-bottom: 4rem;
}
.reply-list .item {
    padding: .3rem;
    border-bottom: 1px solid #ddd;
}
.reply-list .item .head {
    height: .4rem;
    line-height: .4rem;
    overflow: hidden;
    font-size: .30rem;
    margin-bottom: .2rem;
}
.reply-list .item .head .l {
    float: left;
    color: #7185d0;
}
.reply-list .item .head .r {
    float: right;
    text-align: right;
    color: #eb413d;
}
.reply-list .item .img-wrap {
    margin-bottom: .2rem;
}
.reply-list .item .message {
    line-height: .46rem;
}

.btn-reply {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    color: #999;
}
.reply-box-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
    backface-visibility: hidden;
}
.reply-box-mask.show {
    display: block;
}
.reply-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background: rgba(255, 255, 255, .9);
    box-sizing: border-box;
    padding: 0 .3rem;
    z-index: 101;
}
.reply-box .head {
    text-align: center;
    font-size: .36rem;
    overflow: hidden;
    height: .8rem;
    line-height: .8rem;
}
.reply-box .head .cancel {
    float: left;
    font-size: .32rem;
}
.reply-box .head .send {
    float: right;
    text-align: right;
    font-size: .32rem;
}
.reply-box input {
    width: 100%;
    height: .6rem;
    font-size: .32rem;
    margin-bottom: .2rem;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.reply-box textarea {
    width: 100%;
    height: 2rem;
    font-size: .32rem;
    padding: .2rem;
    box-sizing: border-box;
}

.loading {
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .28rem; 
}

/** ad **/
.float-ad {
    position: fixed;
    right: 10px;
    bottom: 1.2rem;
    width: 2rem;
    z-index: 8;
    font-size: 0;
}
.float-ad img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-ad-wrap {
    display: none;
}
.list-ad {
    position: relative;
    font-size: 0;
}
.list-ad img {
    width: 100%;
    max-height: 3rem;
}
.list-ad .badge {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: .6rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: rgba(0, 0, 0, .5); 
    color: #fff;
    font-size: .24rem;
}

.head-ad-wrap {
    display: none;
}
.head-ad {
    position: relative;
    z-index: 99;
    overflow: hidden;
    font-size: 0;
}
.head-ad img {
    width: 100%;
}
.head-ad .badge {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: .6rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: rgba(0, 0, 0, .5); 
    color: #fff;
    font-size: .24rem;
}
.head-ad .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    background: rgba(0, 0, 0, .5); 
    color: #fff;
    font-size: .28rem;
    border-radius: 0 0 0 50%;
}

.content-ad {
    position: relative;
    font-size: 0;
    margin-top: .5rem;
}
.content-ad img {
    width: 100%;
}
.content-ad .badge {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: .6rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: rgba(0, 0, 0, .5); 
    color: #fff;
    font-size: .24rem;
}

.list-ad .imgset-title {
    font-size: .34rem;
    line-height: .42rem;
}
.list-ad .imgset-imgs {
    margin: .22rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.list-ad .imgset-imgs > div {
    -webkit-box-flex: 1;
    flex: 1;
    justify-content: space-between;
}
.list-ad .imgset-imgs img {
    width: 2.2rem;
    height: 1.65rem;
    margin-right: 0.14rem;
    object-fit: cover;
}
.list-ad .imgset-imgs > div:last-child img {
    margin-right: 0;
}
.list-ad .item .img {
    float: left;
    width: 1.86rem;
    height: 1.4rem;
    margin-right: .2rem;
    object-fit: cover;
}

.list-ad .ad-img {
    float: left;
    width: 27%;
    overflow: hidden;
    position: relative;
    margin-right: .2rem;
    height: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.list-ad .ad-img img {
    height: 100%; 
    width: 100%; 
    object-fit: cover;
}
.list-ad .ad-txt {
    overflow: hidden;
    padding-bottom: 4px;
}
.list-ad .ad-title {
    font-size: .34rem;
    line-height: .42rem;
    margin-bottom: .2rem;
    /**
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    **/
    min-height: .85rem;
}

.list-ad .bigimg-title {
    font-size: .34rem;
    line-height: .42rem;
}
.list-ad .bigimg-img {
    margin: .22rem 0;
}
.list-ad .bigimg-img img {
    width: 100%;
    height: 2.3rem;
    object-fit: cover;
}

#slide img {
    object-fit: cover;
}


/** topic **/
.article-list .topic-title {
    font-size: .34rem;
    line-height: .42rem;
}
.article-list .topic-img {
    margin: .22rem 0;
}
.article-list .topic-img img {
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
}
.topic-head {
    position: relative;
    padding-top: .8rem;
    transition: .5s;
    font-size: 0;
}
.topic-head img {
   width: 100%; 
}
.topic-tags {
    padding: .2rem .2rem .05rem .2rem;
    clear: both;
}
.topic-tags a {
    display: inline-block;
    border: 1px solid #d0d0d0;
    border-radius: 14px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    margin: 0 5px 5px 0;
    color: #828282;
    padding: 0 7px;
}
.topic-tag-head {
    padding-left: .28rem;
    height: .57rem;
    line-height: .57rem;
    color: #1f1f1f;
    font-size: .24rem;
    font-weight: bold;
    background: #eef1f6;
    position: sticky;
    top: 0;
    z-index: 9;
}