li{list-style-type: none !important}
.info-section{padding: 30px 0 100px 0}
.info-box{width:1250px;display: flex;margin: 0 auto;justify-content: space-between;}
.info-left{width: 900px;}
.info-left article{padding: 20px}
.info-right{width: 330px;}
.info-right-box{ padding: 20px 10px;}
.xianggaun{margin-top:20px }
.info-left article, .info-right-box{box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.1); background: #fff;border-radius: 5px}
.info-title{margin-bottom:20px;border-bottom:1px solid #f5f5f5;}
.info-title .info-time{padding: 10px 0}
.info-title span, .item-meta-li{padding-right: 10px}
.info-title h3{font-size: 30px}
.entry-content{padding-bottom: 50px}
.info-right .list-box{padding: 0 10px}
.info-right ul, .xianggaun ul{padding-left: 0;border-top: .05rem solid #eee;}
.info-right ul li{padding: 5px 0;font-size: 14px;}
.info-right ul li:first-child{margin-top: 10px}
.info-right ul li a{
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.xianggaun ul{padding: 10px 0;display: flex;  flex-wrap: wrap;  justify-content: space-between;}
.info-right ul li a:hover, .next-prev a:hover, .entry-loop-default .item-title a:hover{color: #4285f4 !important}
.widget-title {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.widget-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: #3ca5f6;
  border-radius: 2px;
}
.entry-copyright{margin-top:15px;padding:15px;font-size:13px;line-height:1.6;color:#999;border:1px solid #efefef;background:#fbfbfb;border-radius:3px}
.entry-copyright a,.entry-copyright span{color:#555}
.entry-copyright p{margin-bottom:8px!important;text-indent:0!important}
.entry-copyright p:last-child{margin-bottom:0!important}

.next-prev{
    margin-top: 15px;
    background: #fbfbfb;
    border: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    padding: 15px 8px;
    border-radius:3px;
}
.next-prev .pian {display: flex;padding: 5px; font-size: 16px;width: auto}
.next-prev .pian .artnpx{width: 75px}
.next-prev a{
    width: 90%;
    color: #3ca5f6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.entry-loop-default .item {
  position: relative;
  padding: 15px 0;
  display: flex;
  width: 50%;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  transition: all .3s ease 0s;
}
.entry-loop-default img{display: flex;max-width: unset; width: 80px; height: 60px;border-radius: 3px}
.entry-loop-default .item-title a {
  color: #333;
  overflow: hidden;
  max-height: 56px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumb{
	padding:0 0 8px 0 !important;
	list-style:none;
	border-radius:4px;
	margin: 0 !important;
	color: #999;
	background: #fff;
	border-radius: 0;
	border-bottom: 1px solid #f7f7f7;
}
.breadcrumb>li{display:inline-block}
.breadcrumb>li+li:before{content:"/";padding:0 5px;color:#ccc}
.breadcrumb a{color: #555}

.sec-panel-head {
  position: relative;
  margin-bottom: 15px;
}
.sec-panel-head h2{
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
  border-bottom: 2px solid hsla(0,0%,39%,.1);
}
.sec-panel-head h1 span, .sec-panel-head h2 span, .sec-panel-head h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.sec-panel-head span {
  color: #3ca5f6;
}
.sec-panel-head h1 span::before, .sec-panel-head h2 span::before, .sec-panel-head h3 span::before {
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #3ca5f6;
  content: "";
}
.article-list .article-item {
	display: flex;
  padding: 15px;
  border-bottom: 1px solid #efefef;
}
.article-list .media-left a {
  display: block;
  width: 175px;
  max-height: 110px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.embed-responsive img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 0;
}
.article-list .article-intro {
  height: 44px;
  line-height: 22px;
  color: #828a92;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.article-list .article-title {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.45;
  white-space:unset;
}
.img-zoom:hover img {
  transform: scale(1.1);
}
.img-zoom img {
  transition: all 0.3s;
}
.article-list .article-title a{color: #000;font-weight: 500}
.article-list .media-body {
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  line-height: 25px;
  height: 110px;
  max-height: 110px;
}
.article-list .article-item:hover {
  border-radius: 2px;
  box-shadow: 0 5px 24px 0 rgba(159,169,176,.15),0 5px 24px 0 rgba(159,169,176,.15);
  transform: translateY(-2px);
}

.pagination {
	margin: 0;
	padding: 30px 20px 0 20px;
	text-align: center;
	font-size: 14px;
	display: block;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0
}
.pagination ul > li {
	display: inline;
	margin: 3px !important;
  float: left;
}
.pagination ul > li > a,
.pagination ul > li > span {
	margin: 0 2px;
	float: left;
	padding: 3px 11px !important;
	background-color: #fff;
	color: #666;
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	opacity: .88
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
	opacity: 1
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #45B6F7;
	color: #fff
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	cursor: default
}
.pagination ul > li > span,
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999999;
	background-color: transparent;
	cursor: default
}

.pagination-loading{font-size: 16px;text-align: center;color: #999;padding: 15px 0;}
.pagination-loading img{width: 80px}

.ias_trigger{margin: 15px 0 0;}
.ias_trigger a{display: block;background-color: #e6e6e6;line-height: 32px;text-align: center;color: #999;}
.ias_trigger a:hover{display: block;background-color: #ddd;color: #666;}

.article-list .media-body .article-tag span.views {
  margin: 0 8px;
}
.article-list .media-body .article-tag {
  color: #aaa;
  font-size: 14px;
}


.tx-info-module-box, .tx-info-module-box * {
    margin:0!important;
    padding:0!important;
    font-size:1em!important;
    border:0!important;
    -webkit-box-sizing:border-box!important;
    box-sizing:border-box!important;
    list-style:none!important;
    max-width:none!important;
    max-height:none!important;
    line-height:1!important;
}
.tx-info-module-box {
    margin:.5em 0 1.5em 0!important
}
.tx-info-module-btn {
    display:inline-flex!important;
    height:2.4em!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 1em!important;
    border-radius:5px!important;
    color:#fff!important;
    transition:all .35s ease 0s!important
}
.tx-info-module-btn1 {
    display:inline-flex!important;
    height:3.5em!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 1em!important;
    border-radius:5px!important;
    background-color:var(--tx-module-color1)!important;
    color:#fff!important;
    transition:all .35s ease 0s!important
}
.tx-info-module-btn:hover {
    opacity:.9!important;
    color:#fff!important
}
.tx-info-module-btn1:hover {
    opacity:.9!important;
    color:#fff!important
}
.tx-info-module-warning-tips {
    color:#a94442!important;
    background-color:#f2dede!important;
    border:1px solid #ebccd1!important;
    display:flex!important;
    align-items:flex-start!important;
    padding:1em 1.5em!important;
    border-radius:5px!important
}
.tx-info-module-warning-tips::before {
    content:""!important;
    width:4em!important;
    height:4em!important;
    margin:0 2em 0 0!important;
    background:url(../img/ico-tips.png) no-repeat 0 0!important;
    background-size:100% auto!important
}
.tx-info-module-shop-box {
    display:flex!important;
    align-items:center!important;
    justify-content:center!important
}
.tx-info-module-shop-box>a {
    display:flex!important;
    align-items:center!important
}
.tx-info-module-imgbox img {
    width:100%!important;
    border:0!important;
    vertical-align:middle!important;
    line-height:1!important;
    border-radius:5px!important
}
.tx-info-module-shop1-box>a {
    background-color:rgba(0, 0, 0, .04)!important;
    border-radius:5px!important;
    padding:1em!important;
    flex:auto!important;
    max-width:600px!important;
    align-items:stretch!important
}
.tx-info-module-shop2-box>a {
    background-color:rgba(0, 0, 0, .04)!important;
    border-radius:5px!important;
    padding:1em!important;
    flex:auto!important;
    flex-direction:column!important;
    max-width:400px!important
}
.tx-info-module-shop1-box .tx-info-module-imgbox {
    max-width:200px!important;
    flex:none!important
}
.tx-info-module-shop1-box .tx-info-module-imgtxt {
    flex:auto!important;
    margin:0 0 0 1.5em!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important
}
.tx-info-module-txt-title {
    font-size:1.25em!important;
    line-height:1.4!important;
    max-height:2.8em!important;
    margin:0 0 .2em 0!important;
    overflow:hidden!important;
    flex:none!important;
    color: #f04949;
    font-weight: bold;
}
.tx-info-module-txt-info {
    line-height:1.4!important;
    overflow:hidden!important;
    flex:auto!important;
    display:block!important;
    font-size:14px!important;
    text-indent: 0em!important
}
.tx-info-module-imgtxt-span {
    display:flex!important;
    align-items:center!important;
    flex:none!important;
    margin:1em 0 0 0!important
}
.tx-info-module-imgtxt-span span.tx-info-module-price {
    flex:auto!important;
    font-size:1.2em!important;
    color:red!important;
    font-weight:700!important
}
.tx-info-module-imgtxt-span span.tx-info-module-btn {
    flex:none!important
}
.tx-info-module-btn1 {
    flex:none!important
}
.tx-info-module-shop2-box .tx-info-module-imgtxt {
    flex:auto!important;
    width:100%!important;
    margin:1.5em 0 0 0!important;
    display:flex!important;
    flex-direction:column!important
}
.tx-info-module-down1-box>section {
    background-color:#fffcf9 !important;
    border-radius:5px!important;
    padding:1em!important;
    display:flex!important;
    align-items:center!important;
    position:relative!important;
    border:1px solid #cedebd!important
}
.tx-info-module-down1-box .tx-info-module-imgbox {
    width:4em!important;
    overflow:hidden!important;
    border-radius:8px!important;
    flex:none!important
}
.tx-info-module-down1-box .tx-info-module-down-txt {
    flex:auto!important;
    padding:0 0 0 1.5em!important
}

.tx-info-module-down1-box .tx-info-module-btn {
    height:2.5em!important;
    font-size:1.1em!important;
    padding:0 2em!important;
    background-color:#43ab04!important;
    flex:none!important
}
.tx-info-module-btn1 {
    height:2.5em !important;
    font-size:1.1em !important;
    padding:0 2em !important;
    background-color:#ec3030 !important;
    margin:0 0 0 1em !important;
    flex:none !important;
}
.tx-info-post-txt1-box, .tx-info-post-txt2-box {
    background-color:rgba(0, 0, 0, .04)!important;
    padding:1em 1.5em!important;
    border-left:4px solid rgba(0, 0, 0, .1)!important
}
.tx-info-post-txt1-box li {
    line-height:2!important;
    height:2em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important
}
.tx-info-post-txt2-box li {
    line-height:1.4!important;
    padding:.4em 0!important
}
.tx-info-post-img1-box li {
    padding:.6em 0!important
}
.tx-info-post-img1-box li>a {
    display:flex!important;
    align-items:center!important
}
.tx-info-post-img1-box li .tx-info-module-imgbox {
    width:8em!important;
    height:6em!important;
    overflow:hidden!important;
    flex:none!important;
    margin:0 1em 0 0!important
}
.tx-info-post-img1-box li .tx-info-module-imgbox img {
    width:100%!important;
    height:100%!important;
    object-fit:cover!important
}
.tx-info-post-img1-box .tx-info-module-txt-info, .tx-info-post-img1-box .tx-info-module-txt-title {
    line-height:1.4!important;
    max-height:2.8em!important;
    overflow:hidden!important
    
}
.tx-info-post-img2-box ul {
    display:flex!important;
    flex-wrap:wrap!important;
    margin-left:-.5em!important;
    margin-right:-.5em!important
}
.tx-info-post-img2-box ul li {
    width:25%!important;
    padding:0 .5em!important;
    margin:.5em 0!important
}
.tx-info-post-img2-box li .tx-info-module-imgbox {
    overflow:hidden!important;
    display:block!important;
    position:relative!important;
    width:100%!important;
    height:0!important;
    padding-top:70%!important
}
.tx-info-post-img2-box li .tx-info-module-imgbox img {
    position:absolute!important;
    left:0!important;
    top:0!important;
    width:100%!important;
    height:100%!important;
    font-size:0!important;
    z-index:1!important;
    object-fit:cover!important
}
.tx-info-post-img2-box li section {
    line-height:1.4!important;
    height:2.8em!important;
    overflow:hidden!important;
    margin:.3em 0 0 0!important
}
.info-right .coin-box{display: flex;justify-content: space-between;align-items: center;}
.info-right .coin-box img{width: 35px;height: 35px}
.info-right .huobi-info{display: flex;align-items: center;}
.info-right .huobi-info .logo-box{display: flex}
.info-right .huobi-name{display: flex;flex-direction: column;padding-left: 10px}
.info-right .coin-box .coin-price{width:85px;text-align: left;font-size: 14px !important;font-weight: inherit;}
.info-right .coin-box .percent-box {
  width: 62px;
  display: inline-block;
  height: 23px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff !important;
  text-align: center;
  background: #797676;
}
.info-right .huobi-name .en{color: #000}
.info-right .huobi-name .cn{color: #9194a4;font-size: 12px;width: 50px;}
.red{background:#E1322D !important; }
.green{background:#02b36d !important;}
@media (max-width: 767px) {
	.info-right{display: none}
	.info-box,.info-left,.info-right, .entry-loop-default .item{width: 100%}
	.info-box, .next-prev, .xianggaun ul{flex-direction: column;}
	.info-title h3{font-size: 22px}
	.article-list .media-left a {
	    display: block;
	    width: 85px;
	    max-height: 130px;
	  }

	  .article-list article{padding: 20px 5px}
 .article-list .article-title {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
  .article-list .article-intro{height:auto;-webkit-line-clamp: 1;}
.article-list .media-body {
    padding-left: 10px;
    height: 70px;
    max-height: 100px;
  }

  .tx-info-post-img2-box ul li {
        width:50%!important
    }
    .tx-info-module-down1-box>section {
        align-items:flex-start!important;
        flex-wrap:wrap!important
    }
    .tx-info-module-down1-box .tx-info-module-imgbox {
        position:absolute!important;
        left:1em!important;
        top:1em!important
    }
    .tx-info-module-down1-box .tx-info-module-down-txt {
        margin:0!important;
        padding-left:5.5em!important
    }
    .tx-info-module-down1-box .tx-info-module-btn {
        margin:1em 0 0 0!important;
        flex:auto!important;
    }
    .tx-info-module-down1-box .tx-info-module-btn1 {
        margin:1em 0 0 0!important;
        flex:auto!important;
    }
    .tx-info-module-shop1-box .tx-info-module-imgbox {
        max-width:30vw!important
    }
    .tx-info-module-shop1-box .tx-info-module-txt-info {
        display:none!important
    }
}