.news h2 {
   /* background-color: #e2e2e2;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.36rem;
    color: #161616;
    padding-left: 0.3rem;
    font-weight: 500; */
	
	display: flex;
	
	justify-content: space-between;
	
	align-items: center;
	
	padding: 0 0.5rem;
	
	position: relative;
	margin: 0 -0.25rem;
	/* background: #17141c url('../mimg/case_head_bg.png') no-repeat left top; */
	background: #fff;
		background-size: 100% 100%;
		height: 1.16rem;
		line-height: 1.16rem;
		color: #333;
		font-size: 0.36rem;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	
}

.news .article {
	padding: 0 0.32rem;    /* background-color: #e2e2e2; */
}

.news .article .article-cell {	padding: 0.4rem 0;
    /* background-color: #fff; */    display: block;    /* margin-bottom: 0.3rem; */
	position: relative;
}

.news .article-cell-content {
    /* border-bottom: 1px solid #181818; */
    display: flex;
    /* background-color: #fff; */
    /* padding-bottom: 0.35rem; */
	position: relative;
}

.news .article .article-cell:last-child {
    border-bottom: none;
}

.news .article .article-cell .img {
    /* width: 2.52rem;
	display: block;

    height: 1.82rem; */
	    min-width: 2.54rem;
	    max-width: 2.54rem;
	    height: 1.8rem;    border-radius: 6px;
}

.news .article .article-cell .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .article .article-cell .wrap {
    padding-left: 0.3rem;
    color: #000;
}

.news .article .article-cell .wrap .title {
    font-size: 0.3rem;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    color: #F3E9AD;
}

.news .article .article-cell .wrap .content {
    font-size: 0.22rem;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}

.news .article .article-cell .go {
    text-align: right;
    display: block;
    margin-top: 0.15rem;
}

.news .article .article-cell .go img {
    width: 0.4rem;
}

body{
	background: #fff;
}


.news .article .article-cell::after{
	content: "";
	display: block;
	width: 100%;
	background: linear-gradient(90deg, #B68131 0%, #F6EFB4 97%);
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news .article .article-cell:nth-last-child(1)::after{
	display: none;
}
.more{
	text-align: center;
	display: block;
	padding: 5px 0;
}

.footer{
	background: #fff;
}

.footer .link .link-cell{
	color: #333;
	border-color: #333;
}

.footer .company{
	color: #fff;
	opacity: 0;
}