.component-card-news-list .component-news-list {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	background-color: #f1f1f1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90rem;
}
.component-card-news-list .component-news-list .component-news-list-item {
	background-color: #fff;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding: 2.5rem;
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}
.component-card-news-list
	.component-news-list
	.component-news-list-item:hover
	.component-news-img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	-moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-moz-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-moz-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.component-card-news-list
	.component-news-list
	.component-news-list-item:hover
	.component-news-img:after {
	background: rgba(0, 0, 0, 0.15);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	-moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-moz-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-moz-transform 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}
.component-card-news-list
	.component-news-list
	.component-news-list-item:visited {
	color: #222;
	text-decoration: none;
}
.component-card-news-list
	.component-news-list
	.component-news-list-item:active {
	text-decoration: none;
}
.component-card-news-list
	.component-news-list
	.component-news-list-item
	.mobile-new-item {
	display: none;
}
.component-card-news-list .component-news-list .component-news-img {
	background-color: #d8d8d8;
	display: block;
	max-height: 10rem;
	overflow: hidden;
	position: relative;
	-webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-webkit-transform 0.8s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-webkit-transform 0.8s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	-moz-transition: transform 0.8s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-moz-transform 0.8s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-webkit-transform 0.8s cubic-bezier(0.4, 0, 0.25, 1) 0ms,
		-moz-transform 0.8s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	width: 10rem;
}
.component-card-news-list .component-news-list .component-news-img img {
	width: 100%;
	height: 160px;
}
.component-news-info .component-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.component-card-news-list .component-news-list .component-news-img:after {
	background: transparent;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	-moz-transition: background 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	transition: background 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
	width: 100%;
	z-index: 2;
}
.component-card-news-list .component-news-list .component-news-info {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding-left: 2.625rem;
}
.component-card-news-list
	.component-news-list
	.component-news-info
	.component-title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.component-card-news-list
	.component-news-list
	.component-news-info
	.date-author {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 0.0625rem solid #eaeaea;
	color: #222;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlibabaPuHuiTi;
	font-size: 0.875rem;
	height: 2.5rem;
	justify-content: space-between;
	position: relative;
}
.component-card-news-list
	.component-news-list
	.component-news-info
	.date-author:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.component-card-news-list
	.component-news-list
	.component-news-info
	.date-author
	.component-author {
	height: 1.875rem;
	width: 4.75rem;
}
.component-card-news-list
	.component-news-list
	.component-news-info
	.date-author
	.author-arrow {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
.about-tab {
    width: 90rem;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .about-tab {
        width: 90%;
        min-height: 300px;
            
    }
	.component-card-news-list .component-news-list {
		width: 100%;
	}
	.component-card-news-list .component-news-list .component-news-list-item {
		-webkit-box-shadow: 0 0.125rem 0.625rem 0.375rem hsla(0, 0%, 97%, 0.52);
		box-shadow: 0 0.125rem 0.625rem 0.375rem hsla(0, 0%, 97%, 0.52);
		margin-bottom: 1.375rem;
		padding: 1.375rem;
		width: 100%;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item:last-child {
		margin-bottom: 0;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.component-news-img,
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.component-news-info {
		display: none;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item {
		display: block;
		width: 100%;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item
		.mobile-new-item-top {
		border-bottom: 0.0625rem solid #979797;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 1.375rem;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item
		.mobile-new-item-top
		.mobile-new-item-img {
		-ms-flex-negative: 0;
		border-radius: 1.75rem;
		flex-shrink: 0;
		height: 8rem;
		width: 8rem;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item
		.mobile-new-item-top
		.mobile-new-item-title {
		/*font-weight: 600;*/
		/*height: 3.625rem;*/
		margin-left: 1.5rem;
		margin-top: 0.1875rem;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item
		.mobile-new-item-bottom {
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 1.375rem;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item
		.mobile-new-item-bottom,
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item
		.mobile-new-item-bottom
		.mobile-new-item-author-arrow {
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item
		.mobile-new-item-bottom
		.mobile-new-item-author-arrow
		.mobile-new-item-author {
		height: 1.4375rem;
		width: 6.375rem;
	}
	.component-card-news-list
		.component-news-list
		.component-news-list-item
		.mobile-new-item
		.mobile-new-item-bottom
		.mobile-new-item-author-arrow
		.next-icon {
		color: #222;
		margin-left: 0.8125rem;
		opacity: 0.4;
	}
}
@media screen and (max-width: 767px) {
	.component-card-news-list .component-news-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	.component-card-news-list .component-news-list .component-news-list-item {
		width: 100%;
	}
    
}
 .banner-title {
	background: url(https://static.alibabagroup.com/static/823c9763-903a-4d16-a0cf-7852fe597371.jpg)
		50% / cover no-repeat;
	height: 38.1875rem;
	width: 100%;
}
 .banner-title .slogan-wrap {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 90rem;
}
 .banner-title .slogan-wrap .banner-slogan {
	bottom: 6.8125rem;
	color: #fff;
	font-family: AlibabaPuHuiTi;
	font-size: 2.5rem;
	font-weight: 700;
	left: 0;
	position: absolute;
	width: 48.375rem;
}
 .news-tab {
	margin: 0 auto;
	width: 90rem;
}
 .news-tab .next-tabs.next-medium .next-tabs-tab-inner {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlibabaPuHuiTi;
	font-size: 1.25rem;
	height: 6.25rem;
}

  .banner-title {
	height: 44.375rem;
	width: 100%;
}
  .banner-title img {
	height: 100%;
	width: 100%;
}
  .news-tab {
	margin: 0 auto;
	width: 87.5rem;
}

	
	.news-tab
	.next-tabs.next-medium
	.next-tabs-tab-inner {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlibabaPuHuiTi;
	font-size: 1.25rem;
	height: 6.25rem;
}
  .news-list {
	background-color: #f1f1f1;
}
  .news-inner,
  .top-search {
	margin: 0 auto;
	padding-bottom: 1.875rem;
	width: 90rem;
}
  .event-not-started-tips {
	color: #222;
	font-family: AlibabaPuHuiTi;
	font-size: 2.25rem;
	height: 2.875rem;
	line-height: 2.875rem;
	margin: 8.375rem 0;
	opacity: 0.13;
	text-align: center;
	width: 100%;
}
  .top-search {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 13.3125rem;
	justify-content: space-between;
}
  s-content {
	height: 4.8125rem;
	line-height: 2rem;
	margin-top: 1rem;
	opacity: 0.6;
}
  s-content a {
	color: #ff6a00;
}
  s-title:after {
	margin-bottom: 0;
}
  .pagination {
	margin-top: 2.5rem;
	text-align: center;
}
  .left {
	width: 40.6875rem;
}
  .disclaimer {
	margin-top: 3.75rem;
}
  .disclaimer p {
	color: #666;
	letter-spacing: 0;
	line-height: 2rem;
	margin: 0;
}
  .disclaimer p a {
	color: #ff6a00;
}
  .disclaimer-title {
	margin-bottom: 1.6875rem;
}
 .layout-main {
	margin: 0 auto;
	width: 90rem;
}
 .media-library {
	padding-bottom: 6.25rem;
}
 .more-news-section {
	background-color: #f1f1f1;
	padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
	 .banner-title {
		height: 22rem;
		width: 100%;
	}
   
	 .banner-title .slogan-wrap {
		overflow: hidden;
		width: 100%;
	}
	 .banner-title .slogan-wrap .banner-slogan {
		bottom: 3.375rem;
		left: 1.5rem;
		width: 100%;
	}
	 .news-tab,
	  .left,
	  .right,
	  .top-search {
		width: 100%;
	}
	  .top-search {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding-bottom: 2.5rem;
	}
	  .top-search .left {
		margin-bottom: 2.5rem;
	}
	
		
		.top-search
		.left
		s-content {
		height: auto;
	}
	  .top-search .right .filter-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
		
		.top-search
		.right
		.filter-wrap
		> span {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}
	
		
		.top-search
		.right
		.filter-wrap
		> span:last-child {
		margin-right: 0 !important;
	}
	  .news-inner {
		width: 100%;
	}
	  .news-inner .event-not-started-tips {
		color: #222;
		font-family: AlibabaPuHuiTi;
		font-size: 2.25rem;
		height: 2.875rem;
		line-height: 2.875rem;
		margin: 8.375rem 0;
		opacity: 0.13;
		text-align: center;
		width: 100%;
	}
	
		
		.news-inner
		.component-card-news-list
		.component-news-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	
		
		.news-inner
		.component-card-news-list
		.component-news-list-item {
		width: 100%;
	}
}
