html,
body {
	background-color: #f7f7f7;
}

#banner {
	height: 120px;
	background-image: url(../img/infomation/banner-bg.png);
	background-position: center;
	background-size: cover;
}

#wrap .content {
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 24px;
}

#left {
	width: 880px;
}

#left .article-top {
	height: 66px;
	background-color: #fff;
	position: relative;
	font-size: 18px;
	line-height: 66px;
	padding-left: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f7f7f7;
}

#left .max-tag-container {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 20px;
}

#left .max-tag {
	margin: 0 10px;
	cursor: pointer;
}

#left .max-tag-active {
	color: #00a4ff;
}

#left .list-wrap {
	position: relative;
}

#left .list-container {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#left .news {
	width: 880px;
	height: 140px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 40px;
	justify-content: space-between;
	position: relative;
}

#left .news:hover{
	transform: scale(1.02); 
}

#left .news::after {
	content: "";
	width: 800px;
	height: 1px;
	background-color: #f7f7f7;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#left .news:last-child::after {
	height: 0;
}

#left .news-info {
	width: 580px;
}

#left .news-title {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
}
#left .news-title:hover {
	color: #2cc2ff;
}
#left .news-intro {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #ccc;
	padding: 10px 0 30px 0;
	box-sizing: border-box;
}

#left .sundry>a {
	font-size: 12px;
	color: #ccc;
	margin-right: 25px;
}

#left .news-pic {
	width: 166px;
	height: 100px;
	background-color: #e6e6e6;
	border-radius: 5px;
}

#left .news-pic img {
	width: 100%;
	height: 100%;
}

#left .news-pic img:hover{
	transform: scale(1.05); 
}

#right {
	width: 290px;
}

#right .advertising {
	height: 250px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 8px 8px 0 8px;
}

#right .advertising-pic {
	width: 274px;
	height: 166px;
	border-radius: 5px;
	background-color: #e6e6e6;
	margin-bottom: 20px;
}

#right .advertising-pic img{
	width: 100%;
	height: 100%;
}

#right .advertising-pic img:hover{
	transform: scale(1.1);
	transition: all 0.3s linear; 
}

#right .advertising-link{
	width: 228px;
	height: 44px;
	margin: 0 auto;
	background-color: #00a4ff;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}

#right .advertising-link:hover{
	background-color: #2cc2ff;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.article-content p {
   padding: 10px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 0em;
    margin-bottom: 20px;
}
#article-content p {
   padding: 10px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 0em;
    margin-bottom: 20px;
}
.article-content h1 {
   padding: 10px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 0em;
    margin-bottom: 20px;
}
.article-content h2 {
   padding: 10px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 0em;
    margin-bottom: 20px;
}