@charset "UTF-8";
.cifnews-layout-part-content {
  margin-top: 0; }

.cifnews-platform-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 30px;
  font-size: 14px; }

.cifnews-platform-box .cifnews-platform-summary {
  line-height: 24px;
  color: #666; }

.cifnews-platform-box .cifnews-platform-summary-2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cifnews-platform-box .cifnews-platform-summary-2 .cifnews-platform-summary-item {
  width: 50%;
  height: auto;
  line-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px dashed #e2e2e2;
  color: #666;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 30px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cifnews-platform-box .cifnews-platform-summary-2 .cifnews-platform-summary-item span {
  font-weight: bold;
  color: #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px; }

.cifnews-platform-content {
  margin-top: 35px;
  line-height: 160%;
  color: #666; }

.cifnews-platform-content a {
  color: #ff6d00; }

.cifnews-platform-content img {
  max-width: 100%; }

/*.cifnews-platform-content .cifnews-platform-content-item{
	margin-top: 35px;	
}
.cifnews-platform-content .cifnews-platform-content-item .item-title{
	padding-left: 17px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	position: relative;
}
.cifnews-platform-content .cifnews-platform-content-item .item-title:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 18px;
	background: #4267b2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
	
}
.cifnews-platform-content .cifnews-platform-content-item .item-content{
	margin-top: 25px;
	color: #666;
	line-height: 160%;
}
.cifnews-platform-content .cifnews-platform-content-item .item-content a{
	color: #ff6d00;
}*/
.cifnews-module-box {
  margin-top: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #e5e5e5; }

.cifnews-module-box .module-title {
  line-height: 56px;
  font-size: 16px;
  padding: 0 20px;
  border-bottom: 1px solid #ebeced;
  font-weight: bold; }

.cifnews-module-box .module-content {
  padding: 30px; }

.cifnews-module-box .module-more {
  padding: 0 30px 30px; }
  .cifnews-module-box .module-more .cif-btn {
    border: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    background: #4267B2; }

/******** 平台开店 ************/
.module-platform {
  text-align: center; }

.module-platform .platform-logo img {
  display: inline-block;
  width: 170px;
  height: 78px; }

.module-platform .platform-title {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  font-weight: bold; }

.module-platform .platform-tip {
  margin-top: 20px;
  font-size: 14px;
  color: #999; }

.module-platform .platform-count {
  margin-top: 40px; }

.module-platform .platform-count .platform-count-item {
  width: 50%;
  position: relative; }

.module-platform .platform-count .platform-count-item .count {
  font-size: 16px;
  color: #666;
  font-weight: bold; }

.module-platform .platform-count .platform-count-item .label {
  color: #999;
  font-size: 12px;
  margin-top: 6px; }

.module-platform .platform-count .platform-count-item:last-child::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  position: absolute;
  top: 0;
  left: 0; }

.module-platform .platform-btn {
  margin-top: 30px;
  margin-bottom: 5px; }

.module-platform .platform-btn a {
  display: inline-block;
  width: 110px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ff6d00;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.module-platform .platform-btn .platform-btn-1 {
  color: #ff6d00; }

.module-platform .platform-btn .platform-btn-1:hover {
  background: #ff6d00;
  color: #fff; }

.module-platform .platform-btn .platform-btn-2 {
  margin-left: 8px;
  background: #ff6d00;
  color: #fff; }

.module-platform .platform-btn .platform-btn-2:hover {
  background-color: #ff8739;
  border: 1px solid #ff8739; }

/******** 跨境百科 ************/
.module-bk .module-bk-item {
  padding-bottom: 22px;
  margin-top: 25px;
  border-bottom: 1px dashed #e2e2e2;
  font-size: 14px; }

.module-bk .module-bk-item:first-child {
  margin-top: 0; }

.module-bk .module-bk-item:last-child {
  padding-bottom: 0;
  border: 0; }

.module-bk .module-bk-item .module-bk-title {
  font-weight: bold; }

.module-bk .module-bk-item .module-bk-title a {
  color: inherit; }

.module-bk .module-bk-item .module-bk-content {
  margin-top: 20px; }

.module-bk .module-bk-item .module-bk-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.module-bk .module-bk-item .module-bk-content a {
  display: inline-block;
  float: left;
  color: #999;
  width: calc(33.3% - 10px);
  margin-right: 10px;
  line-height: 24px; }

.module-bk .module-bk-item .module-bk-content a:hover {
  color: #fe6d00; }

/******** 相关专题 ************/
.cifnews-module-box .module-special {
  padding: 20px; }

.module-special .module-special-item {
  margin-top: 25px;
  display: block; }

.module-special .module-special-item:hover .module-special-title {
  color: #ff6d00; }

.module-special .module-special-item:first-child {
  margin-top: 0; }

.module-special .module-special-item .module-special-img img {
  width: 270px;
  height: 144px; }

.module-special .module-special-title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-top: 8px; }

.module-special .module-special-content {
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin-top: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

/******** 热点聚焦 ************/
.cifnews-module-box .module-hot {
  padding: 20px 20px 10px 10px; }

.cifnews-module-box .module-hot:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.cifnews-module-box .module-hot a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #8a8a8a;
  -webkit-border-radius: 13px;
          border-radius: 13px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left; }

.cifnews-module-box .module-hot a:hover {
  background: #ff6d00;
  border-color: #ff6d00;
  color: #fff; }
