@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

html.fix,
html.fix body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, "sans-serif";
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-width: 750px;
  margin: 0 auto;
  font-size: .3rem;
  -webkit-font-smoothing: antialiased;
}

html {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

input {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

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

.db {
  display: block;
}

.dn {
  display: none;
}

.fn-text-overflow,
.fn-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-pt {
  padding-top: 0;
}

/* 20180207 */
#header {
  width: 100%;
  max-width: 750px;
  height: .96rem;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 .3rem;
  z-index: 111;
  background: #CC0000;
  background-size:100% 100%;

  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header img{
  max-height: 0.7rem;
}

#header .login {
  margin-top: .24rem;
}

#header .login img {
  width: .5rem;
  height: .5rem;
  vertical-align: middle;
}

#header .logo {
  margin-top: .1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#header .logo img {
  width: 2.34rem;
  vertical-align: middle;
}

.head-l {
  position: relative;
}

.head-l h1 {
  font-size: .26rem;
  line-height: .34rem;
  color: #666;
  margin: .5rem 0 0 .1rem;
}

.head-l h1 i {
  content: "";
  width: .2rem;
  height: .18rem;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-44deg) translateY(-0.1rem);
  transform: rotate(-44deg) translateY(-0.1rem);
  margin-left: .2rem;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.head-l h1.active i {
  -webkit-transform: rotate(136deg);
  transform: rotate(136deg);
  top: .12rem;
}

.head-r {
  font-size: 0;
  /*margin-top: .26rem;*/
}

#header .search {
  margin-top: .24rem;
  width: .55rem;
  height: .55rem;
  background: url(../images/shape.png) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

#wrapper {
  bottom: 0;
  width: 100%;
  max-width: 750px;
  overflow: hidden;
  z-index: -1;
}

#scroller {
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.drop-nav {
  top: .96rem;
}

.site-nav {
  display: inline-block;
}

.dropmenu-click {
  background: url(../images/dropmenu.png) 0 0 no-repeat;
  width: .88rem;
  height: .88rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.dropmenu-click.active {
  background-image: url(../images/close.png);
  width: .88rem;
  height: .88rem;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.drop-menu {
  display: none;
}

.drop-nav {
  position: absolute;
  background: #fff;
  z-index: 3;
  padding: .14rem 0 .22rem;
  width: 100%;
  max-width: 750px;
}

.drop-nav dl {
  margin-left: .62rem;
  font-size: .3rem;
  line-height: .54rem;
  overflow: hidden;
}

.drop-nav dl dt {
  color: #333;
  float: left;
  font-weight: bold;
}

.drop-nav dl dd {
  margin-left: .96rem;
}

.drop-nav dl dd a {
  margin: 0 .4rem;
  color: #666;
  float: left;
}

.drop-sub-nav {
  background: #f9f9f9;
  padding: 0;
}

.drop-sub-nav dl {
  margin: 0 .32rem;
  line-height: .66rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: .12rem;
  margin-top: .12rem;
}

.drop-sub-nav dl:last-child {
  border-bottom: none;
}

.drop-sub-nav dl dd {
  margin-left: .92rem;
  margin-right: -.6rem;
}

.drop-sub-nav dl dd a {
  margin-right: .58rem;
  margin-left: 0;
}

.index-nav {
  left: 0;
  top: .96rem;
  width: 100%;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(212, 212, 212, 0.5);
          box-shadow: 2px 2px 3px 0 rgba(212, 212, 212, 0.5);
  background-color: #fff;
  z-index: 20000;
}

.index-nav ul {
  font-size: 0;
  padding: 0 .3rem;
}

.index-nav ul.active {
  height: 1.2rem;
  overflow: hidden;
}

.index-nav li {
  display: inline-block;
  font-size: .26rem;
  line-height: .6rem;
  overflow: hidden;
  text-align: center;
  margin-right: .15rem;
}

@media screen and (max-width: 414px) {
  .index-nav li {
    margin-right: .15rem;
  }
}

@media screen and (max-width: 320px) {
  .index-nav li {
    margin-right: .1rem;
  }
}

.index-nav li a {
  color: #333;
}

.hot-nav {
  margin: .2rem .3rem;
  overflow: hidden;
}

.hot-nav h3 {
  /*height: .4rem;*/
  line-height: .56rem;
  font-size: .24rem;
  color: #666;
  background: url(../images/hot.png) 0 center no-repeat;
  background-size: .4rem .4rem;
  margin-right: .22rem;
  padding-left: .44rem;
}

#hot-items-wrap {
  position: relative;
  height: 1.3rem;
}

.hot-nav .hot-items {
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 1.3rem;
}

.hot-nav .hot-items li {
  float: left;
  width: 1.46rem;
  height: 1.3rem;
  text-align: center;
}

.hot-nav .hot-items li img {
  width: .8rem;
}

.hot-nav .hot-items li a {
  font-size: .26rem;
  width: 100%;
  height: 100%;
  color: #707070;
  display: inline-block;
}

.hot-nav .hot-items li a p {
  margin-top: .1rem;
}

.container {
  padding: 0 .3rem;
}

/*图片轮播*/
.main-swiper .swiper-wrapper {
  height: 4rem;
}

.main-swiper .swiper-wrapper img {
  width: 100%;
}

.main-swiper .swiper-slide p {
  position: absolute;
  width: 100%;
  height: .72rem;
  line-height: .72rem;
  background: rgba(0, 0, 0, 0.6);
  font-size: .3rem;
  color: #fff;
  left: 0;
  bottom: 0;
  padding-left: .1rem;
}

.main-swiper .swiper-slide p a {
  color: #fff;
}

.head-news {
  border-bottom: 1px solid #e9e9e9;
  font-size: .34rem;
  font-weight: 600;
  line-height: .48rem;
  color: #333;
  padding: .26rem 0;
}

.head-news h3 {
  width: .78rem;
  height: .38rem;
  background-size: contain;
  display: block;
  color: #E5565E;
  text-indent: 5px;
  margin-top: 0;
  font-size: .25rem;
  transform: translateY(0.04rem);
  -webkit-transform: translateY(0.04rem);
}

.head-news a {
  color: #333;
}

.news-list > li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: .24rem;
  margin-top: .24rem;
  overflow: hidden;
}

.news-list > li h3 {
  font-size: .34rem;
  line-height: .48rem;
  color: #333;
  font-weight: 600;
}

.news-list .thumb {
  font-size: 0;
}

.news-list .mult-pic .thumb {
  margin-top: .1rem;
}

.news-list .mult-pic img,
.news-list .one-pic img {
  width: 2.2rem;
  height: 1.5rem;
  margin-right: .08rem;
}

.news-list .one-pic img {
  margin-right: 0;
}

.news-list .mult-pic .item-info {
  line-height: .36rem;
  margin-top: .12rem;
}

.news-list .item-info span {
  font-size: .26rem;
  color: #b4b4b4;
}

.news-list .one-pic .info-wrap {
  width: 4.4rem;
  float: left;
}

.news-list .one-pic .thumb {
  float: right;
}

.news-list .ad img {
  width: 100%;
  max-height: 3.56rem;
}

.news-list .ad .thumb {
  margin-bottom: .16rem;
}

.news-list .item-info .ad-flag {
  font-size: 12px;
  width: 30px;
  height: 17px;
  line-height: 17px;
  border: 1px solid #bebebe;
  border-radius: 4px;
  text-align: center;
  color: #bebebe;
  background: #fff;
}

/*行业管理*/
.toolbar {
  width: 100%;
  height: .96rem;
  line-height: .96rem;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.toolbar .title {
  font-size: .38rem;
}

.toolbar span {
  display: block;
  text-align: center;
}

.toolbar span a {
  color: #333;
}

.toolbar .backBtn {
  width: .88rem;
  height: .88rem;
  background: url(../images/back2x.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.controlBlock {
  width: 100%;
}

.controlBlock .controlTitle {
  display: block;
  padding: 0 .3rem;
  line-height: .92rem;
  font-size: .26rem;
  color: #666;
}

.controlBlock .controlTitle .all {
  font-size: .3rem;
  color: #75b3fc;
}

.controlBlock .mark {
  color: red;
}

.controlBlock .controlDetail {
  margin: 0 .3rem;
  font-size: 0;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.channelFigure {
  display: inline-block;
  font-size: .3rem;
  color: #333;
  width: 1.62rem;
  height: .62rem;
  line-height: .62rem;
  margin: 0 .14rem .16rem 0;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: .04rem;
  -webkit-animation: zoomIn .3s ease;
  animation: zoomIn .3s ease;
  overflow: hidden;
}

.channelFigure:nth-child(4n) {
  margin-right: 0;
}

.channelFigure a {
  color: #333;
  display: block;
}

.selected-control li {
  background: #96c7ff;
}

.selected-control .channelFigure {
  border: none;
  color: #fff;
}

.selected-control .channelFigure a {
  color: #fff;
}

.addDetail li {
  line-height: .54rem;
}

/*搜索页面*/
.search-wrap {
  height: 1.04rem;
  background: #fff;
  padding: 0 .3rem;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.search-wrap input[type='text'] {
  font-size: .3rem;
  width: 86%;
  height: 1.04rem;
  color: #a5a5a5;
  border: none;
  outline: none;
}

.search-wrap .back {
  background: url(../images/close.png) 0 0 no-repeat;
  width: .88rem;
  height: .88rem;
  background-size: contain;
  display: inline-block;
  margin: .06rem 0 0 0;
}

.hot-search h3 {
  font-size: .26rem;
  line-height: .32rem;
  color: #666;
  margin: .32rem 0;
  text-align: center;
}

.hot-search nav {
  font-size: 0;
  margin: 0 0 0 .32rem;
}

.hot-search nav a {
  display: inline-block;
  font-size: .3rem;
  line-height: .3rem;
  color: #666;
  height: .6rem;
  line-height: .6rem;
  padding: 0 .2rem;
  background: #eaeaea;
  border-radius: .04rem;
  margin-right: .16rem;
  margin-bottom: .28rem;
}

.search-body {
  background: #fafafa;
}

/*内页首页*/
.sub-nav {
  background: #f2f2f2;
  overflow: hidden;
  margin-bottom: .18rem;
}

.sub-nav li {
  float: left;
  font-size: .3rem;
  height: .72rem;
  line-height: .72rem;
  margin-right: .28rem;
}

.sub-nav li:last-child {
  margin-right: 0;
}

.sub-nav li.active {
  color: red;
}

.sub-nav li a {
  color: #333;
}

.sub-nav li.active a {
  color: red;
}

#dropmenu-subsite {
  display: none;
}

#dropmenu-subsite nav {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: .96rem;
  padding: 0 .3rem .22rem;
  color: #333;
  background: #fafafa;
}

#dropmenu-subsite nav header {
  height: .9rem;
  line-height: .9rem;
  overflow: hidden;
  margin-top: .06rem;
}

#dropmenu-subsite nav header a {
  font-size: .26rem;
  color: #75b3fc;
}

#dropmenu-subsite nav header span {
  font-size: .88em;
  color: #fff;
}

#dropmenu-subsite nav h2 {
  font-size: .26rem;
  color: #666;
}

#dropmenu-subsite nav ul {
  border-radius: 6px;
}

#dropmenu-subsite nav li {
  float: left;
  width: 1.64rem;
  height: .64rem;
  line-height: .64rem;
  font-size: .3rem;
  text-align: center;
  margin: 0 .1rem .24rem 0;
  border: 1px solid #b4b4b4;
  border-radius: .04rem;
}

#dropmenu-subsite nav li:nth-child(4n) {
  margin-right: 0;
}

#dropmenu-subsite nav li:before,
#dropmenu-subsite nav li:after {
  content: "";
  display: table;
}

#dropmenu-subsite nav li:after {
  clear: both;
}

#dropmenu-subsite nav li a {
  display: block;
  font-size: .3rem;
  vertical-align: middle;
  color: #333;
}

#dropmenu-subsite nav li a em {
  color: #1a4991;
}

/*加载中动画*/
.loadmoretip {
  text-align: center;
  height: .8rem;
  line-height: .8rem;
  color: #999;
  font-size: .26rem;
}

.loadmoretip .loading,
.pulldown-tips .loading {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 6px;
  border: 1px solid #999;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.refresh-tips {
  background: rgba(213, 233, 247, 0.9);
  height: .56rem;
  line-height: .56rem;
  font-size: .26rem;
  color: #5690d4;
  text-align: center;
  position: absolute;
  left: .3rem;
  right: .3rem;
  z-index: 1;
  -webkit-animation: changeOpa 2s forwards;
  animation: changeOpa 2s forwards;
}

@-webkit-keyframes changeOpa {
  0% {
    opacity: .01;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes changeOpa {
  0% {
    opacity: .01;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#back-top {
  position: fixed;
  bottom: 1.16rem;
  right: .2rem;
  width: .86rem;
  height: .86rem;
  background: url(../images/back-top.png) 0 0 no-repeat;
  background-size: contain;
  opacity: .8;
  z-index: 999;
}

/*文章详情页*/
.cnt-news {
  background: #fafafa;
}

.cnt-news .news-content {
  padding: 15px 0;
}

.cnt-news .news-content h1 {
  font-size: .48rem;
  line-height: .66rem;
  color: #333;
}

.cnt-news .news-content .from {
  position: relative;
  margin-top: 10px;
  font-size: .3rem;
  color: #b4b4b4;
}

.cnt-news .news-content .from .author {
  margin: 0 .2rem;
}

.cnt-news .news-content article {
  word-wrap: break-word;
}

.cnt-news .news-content article p {
  margin: .52rem 0;
  font-size: .34rem;
  line-height: .52rem;
  color: #333;
}

.cnt-news .news-content article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: .5em auto;
}

.cnt-news .news-content article .art-pic {
  margin: .5rem 0;
  text-align: center;
}

.cnt-news .news-content article .art-pic .pic {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.cnt-news .news-content article .art-pic .des {
  margin: 5px 0 0;
}

.m-page {
  margin: .32rem 0 .48rem;
}

.m-page:before,
.m-page:after {
  content: "";
  display: table;
}

.m-page:after {
  clear: both;
}

.m-page > a {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  color: #4990e2;
  font-size: .3rem;
  text-align: center;
  vertical-align: top;
}

.m-page > .prev {
  float: left;
  margin-right: 9px;
  width: 80px;
}

.m-page > .next {
  float: right;
  margin-left: 9px;
  width: 80px;
}

.m-page > .disabled {
  color: #b4b4b4;
}

.w-cnt-hd {
  margin-left: -10px;
  margin-right: -10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 2px solid #dbdbdb;
}

/*相关推荐*/
.news-related {
  margin-top: .44rem;
}

.cnt-news .news-related .from {
  margin: 1rem 0;
  text-align: right;
  font-size: .68rem;
  color: #666;
}

.m-title {
  font-size: .3rem;
  line-height: .42rem;
  color: #333;
  padding-bottom: .12rem;
  border-bottom: 1px solid #eb6161;
}

.related-site {
  font-size: 0;
}

.related-site a {
  display: inline-block;
  min-width: 1.16rem;
  height: .52rem;
  line-height: .5rem;
  border: 1px solid #d5d5d5;
  border-radius: .04rem;
  font-size: .3rem;
  color: #666;
  margin-left: .2rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-related header {
  margin-bottom: .12rem;
}

.cnt-news .news-related .from span {
  margin-left: 1rem;
}

.cnt-news .news-related .w-list-item {
  height: auto;
}

.w-list-item {
  line-height: .42rem;
  border-bottom: 1px solid #dedede;
  font-size: .3rem;
  padding: .22rem 0;
}

.w-list-item > a {
  display: block;
  color: #333;
}

.cnt-news .news-related .w-list-item a {
  max-height: 48px;
  line-height: 24px;
  white-space: normal;
  color: #333;
}

.cnt-news .news-recommed .w-art a,
.cnt-news .news-recommed .w-list a {
  color: #000;
}

.m-ad {
  margin: 0 -.3rem;
}

.m-ad img {
  width: 100%;
}

.cnt-news .news-comment {
  margin: 20px 0;
  padding: 0 10px;
}

.cnt-news .news-comment > h3 {
  margin: 10px 0;
  font-size: .9rem;
  font-weight: bold;
  color: #000;
}

.cnt-news .news-comment .comment-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.cnt-news .news-comment .comment-reply .avatar {
  display: block;
  margin-right: 5px;
  width: 50px;
  overflow: hidden;
  text-align: center;
}

.cnt-news .news-comment .comment-reply .avatar img {
  width: 100%;
  height: 50px;
}

.cnt-news .news-comment .comment-reply .avatar span {
  display: block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: .68rem;
  color: #1a4991;
}

.cnt-news .news-comment .comment-reply .tarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.cnt-news .news-comment .comment-reply .tarea textarea {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  box-flex: 1;
  padding: .1rem .2rem;
  height: 62px;
  border: 1px #d1d1d1 solid;
  border-radius: 3px;
  font-size: .8em;
  color: #444;
  background-color: #f8f8f8;
}

.cnt-news .news-comment .comment-reply .tarea .tips {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  font-size: .88rem;
  background: #ebc2c2;
}

.cnt-news .news-comment .comment-bar {
  margin: 10px 0;
  padding-bottom: 3px;
  border-bottom: 1px #f1f1f1 solid;
  text-align: right;
}

.cnt-news .news-comment .comment-bar label {
  font-size: .8rem;
  color: #444;
  vertical-align: middle;
}

.cnt-news .news-comment .comment-bar label input {
  width: 10px;
  height: 10px;
  border: 1px #8e8f8f solid;
  vertical-align: 1px;
}

.cnt-news .news-comment .comment-bar button {
  margin-left: 10px;
  padding: 0 8px;
  height: 22px;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-size: .8rem;
  background: #d40000;
}

.cnt-news .news-comment .comment-hot > h3 {
  margin: 10px 0 15px;
  border-left: 2px #d40000 solid;
  padding-left: 5px;
  line-height: 1;
  font-size: .9rem;
}

.cnt-news .news-comment .comment-hot .comment-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px #f1f1f1 solid;
  word-wrap: break-word;
}

.cnt-news .news-comment .comment-hot .comment-list li:last-child {
  border: none;
}

.cnt-news .news-comment .comment-hot .comment-list li .avatar {
  display: block;
  margin-right: 10px;
  width: 40px;
  overflow: hidden;
}

.cnt-news .news-comment .comment-hot .comment-list li .avatar img {
  width: 100%;
  height: 40px;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt > h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: .68rem;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt > h4 a {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1a4991;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt > h4 time {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  color: #666;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt > p {
  margin-top: 2px;
  font-size: .8rem;
}

.cnt-news .pagenav-ft {
  margin-top: 2rem;
  margin-bottom: -30px;
  padding-bottom: 30px;
  background: #f3f3f3;
}

.cnt-news .pagenav-ft .nav-list {
  background: none !important;
}

.cnt-news .pagenav-ft .nav-list a {
  height: 37px;
  line-height: 37px;
  border: 0 solid #c5c5c5;
  border-right-width: 1px;
  border-bottom-width: 1px;
  color: #1a4991 !important;
  font-size: 14px;
  background: #f3f3f3;
}

.cnt-news .pagenav-ft .nav-list a:nth-child(4n) {
  border-right-width: 0;
}

.cnt-news .pagenav-ft .nav-list a.more:after {
  border-top-color: #1a4991;
}

.cnt-news .pagenav-ft .nav-list a.more.fold:after {
  border-top-color: transparent;
  border-bottom-color: #1a4991;
}

html.article #footer {
  border-top: 0;
}

.share_wrap {
  padding-bottom: 10px;
}

.share_wrap:before,
.share_wrap:after {
  content: "";
  display: table;
}

.share_wrap:after {
  clear: both;
}

.back_home,
#sharebtn {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}

.back_home {
  color: #5d5d5d;
  float: left;
}

.back_home:before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 100%;
  background: url("https://m.ofweek.com/newsite/images/ico_back.png") no-repeat 50% 50%;
  background-size: 20px;
  vertical-align: top;
}

#sharebtn {
  display: block;
  text-align: center;
  color: #575757;
  float: right;
}

#sharebtn:after {
  content: '';
  margin-left: 12px;
  display: inline-block;
  width: 78px;
  height: 100%;
  background: url("https://m.ofweek.com/newsite/images/icon-sharebtn.png") no-repeat 50% 50%;
  background-size: 78px;
  vertical-align: top;
}

.next_article {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: none;
}

.next_article:before,
.next_article:after {
  content: "";
  display: table;
}

.next_article:after {
  clear: both;
}

.next_article vertical,
.next_article .next {
  float: left;
  background: #f3f3f3;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  font-size: 1.2rem;
  margin-right: 10px;
}

.next_article .next_link {
  color: #1a4991;
  line-height: 1.1;
  font-size: 1.1rem;
}

.download-tips {
  height: .8rem;
  line-height: .8rem;
  background: #ec6161;
  font-size: .3rem;
  text-align: center;
  border-radius: .08rem;
}

.download-tips a {
  display: block;
  color: #fff;
}

#fix_gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 45px;
  display: none;
}

#fix_gotop .fix_gotop {
  background: url("https://m.ofweek.com/newsite/images/ico_gotop.png") no-repeat 50% 50%;
  background-size: 45px;
  height: 100%;
  vertical-align: middle;
  display: block;
  width: 45px;
}

#pinglun {
  width: 100%;
  font-size: .8rem;
}

.dl_title {
  width: auto;
  height: .42rem;
  margin: 0 auto;
  line-height: .42rem;
  overflow: hidden;
  margin: .36rem 0 .14rem;
}

.dl_title .title_left {
  float: left;
}

.dl_title .title_left h4 {
  float: left;
  font-size: .3rem;
}

/* 评论数量及参与人数统计*/
.comment_show header a {
  color: #333;
}

.comment_data {
  float: left;
  padding: 0 0 0 5px;
  font-size: .3rem;
  color: #333;
}

#join_comment_num,
#join_login {
  font-weight: normal;
  font-size: .3rem;
  color: #cc0000 !important;
}

.comment_data a:link,
.comment_data a:hover {
  color: #333;
}

.comment_data a:visited {
  text-decoration: underline;
}

/* 评论-登录 注册||用户名 退出*/
.comment_head_right {
  float: right;
  padding-right: 10px;
  font-size: .3rem;
  color: #4990e2;
}

.chl_link:link,
.chl_link:visited {
  color: #4990e2;
}

.chl_link:hover {
  color: #06c;
  text-decoration: underline;
}

.chl_logging {
  display: none;
}

.chl_username {
  font-weight: bold;
}

.chl_exit:link,
.chl_exit:visited {
  color: #828282;
}

.chl_exit:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* 评论输入域*/
.pinglun_con {
  border: 0;
  font-size: 0;
  position: relative;
}

.pinglun_con .txtarea {
  width: 100%;
  height: 1.96rem;
  padding: .1rem;
  font-size: .3rem;
  line-height: .42rem;
  color: #b4b4b4;
  border: 1px solid #ccc;
  background: #f2f2f2;
  outline: none;
  -webkit-appearance: none;
}

.txtarea_tips {
  font-size: 12px;
  position: absolute;
  left: 12px;
  top: 11px;
  color: #ccc;
}

.comment_foot {
  height: 36px;
  margin-top: 10px;
  font-size: .8rem;
  line-height: 36px;
}

.comment_btn_left {
  float: left;
}

.comment_tips {
  padding-left: 20px;
  line-height: 36px;
  color: #cc0000;
  display: none;
}

.comment_submit {
  float: right;
  width: 1.98rem;
  height: .64rem;
  padding: 0;
  font-size: .3rem;
  color: #fff;
  line-height: .64rem;
  text-align: center;
  border: 0;
  background: #ec6161;
  cursor: pointer;
  border-radius: .08rem;
}

.comment_ok {
  background-color: #fdf4e9 !important;
}

.comment_ok .comment_tips {
  font-size: .26rem;
  color: #ff0000;
  display: block;
}

/* 评论显示*/
.comment_show {
  width: 100%;
  margin-top: 20px;
}

.comment_classify_btn {
  width: 100%;
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #ddd;
}

.comment_classify_btn li {
  float: left;
  margin-left: 10px;
  font-family: microsoft yahei;
  font-size: 1rem;
}

.comment_classify_btn a {
  display: block;
  height: 26px;
  margin-top: -1px;
  font-weight: bold;
}

.comment_classify_btn a.current {
  border-top: 2px solid #cc0000;
}

/* 对新闻评论*/
.comment_show_content {
  width: 100%;
  overflow: hidden;
}

.comment_sc {
  width: auto;
  padding: .8rem .6rem .6rem;
  margin-top: -1px;
  border-top: 1px dashed #e7e7e7;
  position: relative;
}

.comment_sc_hd {
  width: auto;
  height: 26px;
  font-size: .8rem;
  line-height: 26px;
}

.comment_user_name {
  float: left;
}

.comment_un:link,
.comment_un:visited {
  margin-right: 10px;
  color: #000;
}

.comment_un_add:link,
.comment_un_add:visited {
  color: #999;
}

.comment_time {
  float: right;
  color: #999;
}

.comment_txt {
  width: auto;
  font-size: 1.2rem;
  line-height: 24px;
  color: #555;
}

.comment_txt p {
  line-height: 24px;
}

.comment_txt_p {
  display: inline;
  line-height: 24px;
  font-size: .26rem;
}

.comment_txt_add {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
}

.comment_show_btn:link,
.comment_show_btn:visited {
  color: #379be9;
  white-space: nowrap;
}

.comment_show_btn:hover {
  text-decoration: none;
}

.comment_this_tips {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}

.have_comment_floor {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}

.floor_reply_new {
  padding: 12px 0 0 9px;
  line-height: 24px;
}

.frn_p {
  display: inline;
}

.comment_floor_number {
  float: right;
  text-align: right;
  color: #555;
  white-space: nowrap;
}

.ctf_msg {
  padding-bottom: 3px;
  font-size: .8rem;
}

/* 对楼层回复*/
/* 定义显示输入框动画*/
@keyframes floor_reply {
  from {
    height: 0;
  }
  to {
    height: 131px;
  }
}

@-webkit-keyframes floor_reply
/* Safari 和 Chrome*/ {
  from {
    height: 0;
  }
  to {
    height: 131px;
  }
}

.reply_to_floor {
  width: auto;
  margin: 5px 0 20px;
  border: 1px solid #ccc;
  position: relative;
  height: 0;
  display: none;
}

.rtf_textarea textarea {
  display: block;
  width: 100%;
  height: 80px;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 20px;
  border: 0;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rtf_btn {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-top: 1px solid #c9c9c9;
}

.rtf_btn .chl_login_reg,
.rtf_btn .chl_logging {
  float: left;
  padding-left: 10px;
  font-size: 1rem;
}

.rtf_btn_box {
  float: right;
  padding: 5px 10px 0 0;
  line-height: normal;
}

.rtf_bb_btn {
  width: 75px;
  height: 36px;
  padding: 0;
  margin-top: 0px;
  border: 0;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #379be9;
  cursor: pointer;
}

.rtf_arrows {
  width: auto;
  color: #ccc;
  position: absolute;
  right: 25px;
  top: -16px;
  background: #fff;
  z-index: 0;
}

/* 评论点赞、回复按钮*/
.comment_sc_fd {
  width: auto;
  height: 40px;
  margin-left: 50px;
  line-height: 40px;
}

.comment_reply_btn,
.comment_praise_btn {
  float: right;
  font-size: 1rem;
  color: #379be9;
  cursor: pointer;
}

.comment_reply_btn .iconfont,
.comment_praise_btn .iconfont {
  margin-right: 6px;
  font-size: 1.4rem;
}

.comment_reply_btn .iconfont {
  position: relative;
  top: 2px;
}

.comment_reply_btn {
  padding-right: 20px;
}

.comment_praise_btn {
  margin-right: 15px;
}

.cpt_once {
  color: #999;
  cursor: text;
}

/* 点击查看更多评论*/
.show_more_comment {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #f5f5f5;
}

.smc_txt {
  padding-right: 5px;
  font-family: microsoft yahei;
  font-size: 1rem;
  color: #a5a5a5;
}

.show_more_comment a {
  display: block;
}

.show_more_comment a:link,
.show_more_comment a:visited {
  color: #a5a5a5;
}

.show_more_comment a:hover {
  text-decoration: none;
}

/* 加载*/
.upLoad {
  width: 32px;
  height: 32px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  display: none;
  background: url(https://m.ofweek.com/newsite/images/loading.png) center no-repeat;
  background-size: 32px;
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  animation: upLoad linear 10s infinite;
  -webkit-animation: upLoad 10s linear infinite;
}

@keyframes upLoad {
  from {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
  }
  to {
    transform: rotateZ(3600deg);
    -webkit-transform: rotateZ(3600deg);
  }
}

@-webkit-keyframes upLoad
/* Safari 和 Chrome*/ {
  from {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
  }
  to {
    transform: rotateZ(3600deg);
    -webkit-transform: rotateZ(3600deg);
  }
}

/*搜索结果页*/
.search-hd {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1.04rem;
}

.search-content {
  margin-top: 1.24rem;
  padding-bottom: .7rem;
}

.search-content .news-list li:last-child {
  border-bottom: none;
}

.load-search {
  height: .84rem;
  line-height: .84rem;
  border: 1px solid #a4c7f0;
  border-radius: .08rem;
  display: block;
  text-align: center;
  color: #4990e2;
  font-size: .3rem;
}

.iScrollVerticalScrollbar {
  width: 5px !important;
}

#pullDown,
#pullUp,
.pulldown-tips {
  height: 40px;
  line-height: 80px;
  text-align: center;
}

.pulldown-tips {
  /* position:absolute;  
    top:-35px;  
    left:0;  */
  width: 100%;
  color: #5d5d5d;
}

.pulldown-tips i {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  transition: -webkit-transform 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.pulldown-tips i.up-icon {
  /*  transform: rotate(180deg);
   -webkit-transform: rotate(180deg); */
  -webkit-animation: move 1s forwards;
          animation: move 1s forwards;
}

@-webkit-keyframes move {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
}

/*新闻中心*/
.news-header h2 {
  text-align: center;
  line-height: .96rem;
}

.news-header .back {
  position: absolute;
  left: .3rem;
  top: .3rem;
  width: .2rem;
  height: .34rem;
  background: url(../images/arrow.png) 0 0 no-repeat;
  background-size: contain;
}

.news-header .head-r {
  position: absolute;
  right: .3rem;
  top: 0;
}

/*底部悬浮广告*/
.float-AD {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.float-AD img {
  width: 100%;
}

.float-AD .close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  background: rgba(210, 210, 210, 0.7);
  position: absolute;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.online-exhibition {
  margin: .49rem -.3rem 0 0;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
}

.online-exhibition h3 {
  width: 1.2rem;
  height: 1.2rem;
  background: #cc0000;
  font-size: .28rem;
  line-height: .45rem;
  color: #fff;
  text-align: center;
  border: 1px solid #efefef;
  padding-top: .13rem;
  border-radius: .05rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

#exhi-wrap {
  position: absolute;
  left: 1.28rem;
  height: 1.2rem;
  top: 0;
  z-index: 2;
  width: 5.9rem;
}

.online-exhibition .exhibitors {
  position: absolute;
  height: 1.2rem;
  left: 0;
  top: 0;
}

.online-exhibition ul {
  white-space: nowrap;
  font-size: 0;
}

.online-exhibition ul li {
  display: inline-block;
  margin-right: .08rem;
  height: 1.2rem;
}

.online-exhibition li a {
  display: block;
  width: 1.8rem;
  height: 1.2rem;
  border: 1px solid #efefef;
  border-radius: .05rem;
  text-align: center;
  line-height: 1.2rem;
  position: relative;
}

.online-exhibition li a.living:after {
  position: absolute;
  background: #f00;
  color: #fff;
  font-size: .18rem;
  content: '\6B63\5728\76F4\64AD';
  right: 0;
  top: 0;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 0 6px 0 6px;
}

.online-exhibition li a img {
  max-width: 1.7rem;
  max-height: 1.2rem;
  vertical-align: middle;
}

/* 遮罩层 */
.nav-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 10000;
}

/* 下箭头 */
#xiala {
  position: absolute;
  right: .26rem;
  z-index: 10001;
}

#xiala img {
  width: 1rem;
  height: .5rem;
}

/*2018-04-19 s*/
.index-nav ul.active {
  height: 1.26rem;
}

.index-nav {
  display: block;
  border-bottom: .02rem solid #E0E0E0;
}

.first-li-fold,
.first-li-unfold {
  padding-top: .125rem;
  padding-bottom: .14rem;
}

.hot-nav {
  min-height: 3.4rem;
  /*border-top:1px solid #E9E9E9;*/
  border-bottom: 1px solid #E9E9E9;
  margin: 0 .3rem;
  padding: .2rem 0;
}

/*展台按钮*/
.hot-items {
  width: 8.88rem;
}

.hot-nav .hot-items li {
  margin-bottom: .4rem;
  width: 1.28rem;
}

/*广播推荐s*/
#wrapper {

}

.index-nav .li-add {
  display: inline-block;
  height: .63rem;
  line-height: .63rem;
  padding-left: .43rem;
}

.index-nav .li-add a {
  text-decoration: none;
  font-size: .28rem;
  color: #333333;
  font-family: PingFangSC-Regular;
}

.index-nav .first-li-unfold {
  display: none;
}

.li-add .li-add-arrow {
  position: relative;
}

/*上面箭头的定位*/
.l_arrow_box {
  position: absolute;
  right: -0.25rem;
  bottom: -0.22rem;
}

/*下拉和上啦箭头*/
#xiala {
  display: inline-block;
  height: .63rem;
  line-height: .63rem;
  font-size: .31rem;
  color: #333333;
  font-family: PingFangSC-Regular;
}

/*箭头大小*/
#xiala .iconfont,
.first-li-unfold .xiajiantou-top .iconfont {
  font-size: .36rem;
}

/*全部展示的箭头父盒子*/
.l_blocking .xiajiantou-top {
  display: inline-block;
  width: .5rem;
  height: .63rem;
  vertical-align: bottom;
  padding-top: .03rem;
}

.l_recommend {
  width: 100%;
}

.l_recommend_content {
  /*padding:.22rem 0  .2rem 0;*/
  padding-top: .16rem;
}

.l_recommend_content .l_recommend_title {
  font-family: PingFangSC-Medium;
  font-size: .38rem;
  line-height: .6rem;
  color: #333333;
  /*margin-top: .22rem;*/
}

.l_recommend_img {
  margin-top: .16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_recommend_img .l_recommend_img_son {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*display: inline-block;*/
  width: 2.24rem;
  height: 1.54rem;
  margin-left: .17rem;
  background-color: #DEDEDE;
}

.l_recommend_img .l_recommend_img_son:nth-of-type(1) {
  margin-left: 0rem;
}

.l_recommend_img .l_recommend_img_son img {
  width: 100%;
  height: 100%;
}

.l_recommend_footer {
  font-size: .24rem;
  margin-top: .16rem;
  overflow: hidden;
}

.l_recommend_footer .recommend_top {
  display: inline-block;
  height: .43rem;
  line-height: .43rem;
  width: .68rem;
  /*padding-top: .035rem;*/
  border-radius: .08rem;
  text-align: center;
  background-color: #E5565E;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
}

.l_recommend_footer .recommend_time {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: .26rem;
  color: #B4B4B4;
  display: inline-block;
  margin-left: .16rem;
  vertical-align: middle;
}

.l_recommend li {
  margin: 0 .3rem;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: .24rem;
  /*margin-top: .52rem;*/
  margin-top: .32rem;
  overflow: hidden;
}

.l_recommend li:nth-of-type(3) {
  /*border-bottom:0px;*/
}

.l_recommend li h3 {
  font-size: .38rem;
  line-height: .6rem;
  color: #333;
  font-weight: 600;
}

.l_recommend .thumb {
  font-size: 0;
}

.l_recommend .mult-pic img,
.l_recommend .one-pic img {
  width: 2.2rem;
  height: 1.5rem;
  margin-right: .08rem;
}

.l_recommend .one-pic img {
  margin-right: 0;
}

.l_recommend .mult-pic .item-info {
  line-height: .36rem;
  margin-top: .12rem;
}

.l_recommend .item-info span {
  font-size: .26rem;
  color: #b4b4b4;
}

.l_recommend .one-pic .info-wrap {
  width: 4.4rem;
  float: left;
}

.l_recommend .one-pic .thumb {
  float: right;
}

.l_recommend .ad img {
  width: 100%;
  max-height: 3.56rem;
}

.l_recommend .ad .thumb {
  margin-bottom: .16rem;
}

.l_recommend .item-info .ad-flag {
  border: 1px solid #96c7ff;
  border-radius: .04rem;
  width: .62rem;
  height: .34rem;
  color: #a1cdff;
  font-size: .26rem;
  margin-right: .2rem;
}

/* app下载引导 */
.app-download {
  position: fixed;
  z-index: 9900;
  width: 100%;
  height: 0.9rem;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .3rem;
  padding-top: .17rem;
}

.app-download .logo {
  width: .56rem;
  height: .56rem;
  background: url("../../img/app-download-logo.png") center no-repeat;
  background-size: 100% 100%;
}

.app-download .info {
  padding-left: .2rem;
}

.app-download .info .name {
  font-size: .28rem;
  font-family: PingFang-SC-Regular;
  color: #fff;
  line-height: 1;
}

.app-download .info .slogn {
  padding-top: .09rem;
  font-size: .22rem;
  font-family: PingFang-SC-Regular;
  color: #CCCCCC;
  line-height: 1;
}

.app-download .open-app {
  position: absolute;
  width: 1.44rem;
  height: .56rem;
  background-color: #D33934;
  border-radius: 5px;
  right: .91rem;
  top: .17rem;
  font-size: .28rem;
  font-family: PingFang-SC-Regular;
  color: #fff;
  line-height: .56rem;
  text-align: center;
}

.app-download .close-btn {
  position: absolute;
  width: .26rem;
  height: .26rem;
  background: url("../../img/app-download-closebtn.png") center no-repeat;
  background-size: 100% 100%;
  top: .32rem;
  right: .20rem;
}

/*广播推荐e*/
/*2018-04-19 s*/
.advertising {
  height: 1.18rem;
  background-color: #ddd;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.advertising a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.advertising a img{
	position:absolute;
	max-width:100%;
	max-height:100%;
	top:0;
	bnottom:0;
	left:0;
	right:0;
	margin:auto;
	
}


.moveup {
  -webkit-animation: moveup .4s ease forwards;
          animation: moveup .4s ease forwards;
}

@-webkit-keyframes moveup {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -1.18rem;
  }
}

@keyframes moveup {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -1.18rem;
  }
}

.news-list li.OFweek-live {
  padding: 0;

  padding-top: 0.116rem;
}

.news-list li.OFweek-live .top {
  height: .6rem;
  line-height: .48rem;

}

.news-list li.OFweek-live .top .join-live {
  height: .48rem;
  width: auto;
  float: right;
  border-radius: 2px;
  text-align: center;
  font-size: .3rem;
  color: #999;
  clear: none;
}

.top .live-tag {
  height: .48rem;
  line-height: .48rem;
  font-size: .34rem;
  color: #202329;
  position: relative;
  padding-left: .16rem;
}

.top .live-tag .line {
  position: absolute;
  height: .34rem;
  width: .04rem;
  background-color: #000;
  left: 0;
  top: .09rem;
}

.mian-content-layout {
  margin-top: .226rem;
}

.live-item {
  border: none;
  margin-right: .15rem;
}

.live-item:last-child {
  margin-right: 0;
}

.live-item.expo a {
  position: relative;
}

.live-item.expo a .expo-tag {
  position: absolute;
  width: .94rem;
  height: .30rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B3B3B3;
  line-height: .30rem;
  text-align: center;
  font-size: .22rem;
  color: #9D9D9D;
  right: 0.1rem;
  bottom: 0.00rem;
}

.live-item a {
  display: block;
}

.live-item a .pic {
  width: 2.2rem;
  height: 1.454rem;
  position: relative;
}

.live-item a .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.live-item a .live-item-name {
  width: 2.2rem;
  line-height: .32rem;
  height:.64rem;
  font-size: .22rem;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=main_index.css.map */

news-list li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: .24rem;
    margin-top: .24rem;
    overflow: hidden;
}
.news-list li a {
  display: block;
  width: 100%;
  height: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
}

.news-list li a .out-ad-flag {
  position: absolute;
  width: 30px;
  height: 17px;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  font-size: 11px;
  color: #BEBEBE;
  line-height: 17px;
  text-align: center;
  left: 0;
  bottom: 0;
}

.news-list li h3 {
    font-size: .34rem;
    line-height: .48rem;
    color: #333;
    font-weight: 600;
}
