.banner-article-outer{
	border-top: 0.14rem solid rgba(255, 255, 255, 0.32);
	padding: 2.4rem 0 3.2rem;
	margin-top: -15.3rem;
	position: relative;
	z-index: 1;
}
.article-item{
	display: block;
	width: 100%;
	align-items: flex-start;
    flex-wrap: wrap;
}
.article-title .fw-18 *,
.article-title .fw-20 *{
	overflow: hidden;
	max-height: 6.5rem;
   	display: -webkit-box;
   	-webkit-line-clamp: 3;
    line-clamp: 3; 
   	-webkit-box-orient: vertical;
}
.article-sidebar .article-title .fw-18 *{
  letter-spacing: 0;
}
.article-title .fw-20 *{
	max-height: 7.2rem;
}
.article-item:hover .article-title .fw-18 *,
.article-item:hover .article-title .fw-20 *{
	text-decoration: underline !important;
}
.article-list li{
	padding: 2rem 0;
	border-bottom: 1px solid #E1E1E1;
}
.article-list li:first-child{
	padding-top: 0;
}
.article-list li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.article-post img{
	width: 100%;
}
.article-video-list li{
	border-bottom: 1px solid #E1E1E1;
	padding: 2.4rem 0;
}
.article-video-list li:first-child{
	padding-top: 0;
}
.article-video-list li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.bg-black .article-video-list li{
	border-bottom-color: #3A3A3A;
}
.article-img-outer{
	width: 8.8rem;
	position: relative;
	margin-top: 0.45rem;
}
.article-img img{
	width: 100%;
	height: 8.8rem;
	object-fit: cover;
}
.article-img-outer + .article-info{
	width: calc(100% - 8.8rem);
	padding-left: 2.4rem;
}
.bg-black .article-title *{
	color: #fff;
}
.article-play-icon{
	position: absolute;
	top: calc(50% - 1.6rem);
	left: calc(50% - 1.6rem);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.32);
	height: 3.2rem;
	width: 3.2rem;
	border: 0.15rem solid #FFF;
	border-radius: 50%;
	backdrop-filter: blur(2px)
}
.article-play-icon img {
    display: block;
    margin-left: 3px;
    margin-bottom: 0;
}
.article-sidebar-head{
	margin-top: 2.8rem;
}
.img-wrapper img {
  max-width: 100%;
}
.text-right {
  text-align: right;
}
.article-box-img img {
  max-height: 270px;
}
.article-see-more {
padding: 5px 10px 35px 10px;
}
.journal-content-article > p > a {
  text-decoration: underline!important;
}
.card-box-contact > .card-box > div > img {
  width: 100%;
  height: auto;
}
.portlet-content {
  word-wrap: break-word;
}
.aside-block .global-btn a {
  width: 100%!important;
}
.download-box {
  overflow-wrap: anywhere;
}
@media(min-width:1200px) and (max-width:1307.98px){
	.banner-article-outer {
        padding: 2.4rem 0 2.4rem;
        margin-top: -14.5rem;
    }
    .article-video-list li {
    	padding: 2rem 0;
	}
}
@media(min-width:992px) and (max-width:1199.98px){
	.banner-article-outer {
        padding: 2.4rem 0 2.4rem;
        margin-top: -14.5rem;
    }
    .article-video-list li {
    	padding: 1.4rem 0;
	}
	.article-video-list .article-title .fw-18 *, 
	.article-video-list .article-title .fw-20 * {
    	max-height: 4.3rem;
     	-webkit-line-clamp: 2;
    	line-clamp: 2;
    }
    .article-img-outer {
    	width: 8rem;
    }
    .article-img img {
    	height: 8rem;
    }
    .article-img-outer + .article-info {
    	width: calc(100% - 8rem);
    	padding-left: 2rem;
	}
}
@media(min-width:768px) and (max-width:991.98px){
	.banner-article-outer {
    	padding: 2.4rem 0 2.2rem;
    	margin-top: -14.3rem;
    }
    .article-title .fw-20 * {
    	max-height: 6.3rem;
	}
}
@media(max-width:767.98px){
	.banner-article-outer {
    	padding: 3.8rem 0 4rem;
    	margin-top: 0;
	}
	.banner-article-outer .col-md-4 .article-item{
		border-bottom: 1px solid #E1E1E1;
		padding: 2rem 0;
	}
	.banner-article-outer .col-md-4:first-child .article-item{
		padding-top: 0;
	}
	.banner-article-outer .col-md-4:last-child .article-item{
		padding-bottom: 0;
		border-bottom: 0;
	}
	.banner-article-outer .article-title .fw-18 *, 
	.banner-article-outer .article-title .fw-20 * {
    	color: #000 !important;
	}
	.article-list li:last-child {
    	padding-bottom: 2rem;
    	border-bottom: 1px solid #E1E1E1;
    }
    .article-play-icon {
    	top: calc(50% - 1.8rem);
    	left: calc(50% - 1.8rem);
    	height: 3.6rem;
    	width: 3.6rem;
    }
    .article-play-icon img {
    	margin-bottom: 0px;
	}
}