
.news-banner {
	background: url(../images/news_banner.png) no-repeat center top;
	background-size: cover;
	height: 580px;
	position: relative;
}
.news-text {
	color: #ffffff;
	font-weight: 600;
	font-size: 38px;
	width: 245px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 29px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translate(-50%, 0);
	/* color: transparent;
	background-image: linear-gradient(to bottom, #d3f1fd, #fff 50%);
	-webkit-background-clip: text;
	background-clip: text; */
}
.news-text::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/news-bg.png) no-repeat center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.news-img {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
}

/* 焦点图列表 */
.thumbnail-list-left a {
	display: block;
	height: 440px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.thumbnail-list-left a p {
    position: absolute;
    padding: 20px 40px 15px 38px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background: linear-gradient(to bottom,
    rgba(24, 24, 24,0),
    rgba(24, 24, 24,0.2),
     rgba(24, 24, 24,0.5),
     rgba(24, 24, 24,0.7));
    color: #ffffff;
	font-size: 20px;
}
.thumbnail-list-left a p::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 22px;
	border-radius: 5px;
	background: linear-gradient(#82e4fc,#3f90e6);
	left: 18px;
	top: 34px;
	transform: translate(0,-50%);
}

.thumbnail-list {
	width: 38%;
	margin-left: 25px;
}
.thumbnail-item {
	margin-bottom: 25px;
}
.thumbnail-item a {
	height: 130px;
	background-color: #eff4f8;
	border-radius: 6px;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	color: #343434;
}
.thumbnail-item a img {
	width: 173px;
    max-height: 106px;
}
.thumbnail-item :last-child {
	margin-bottom: 0;
}
.thumbnail-item a:hover {
	border: 2px solid #5ea6ff;
	background-color: #ffffff;
	color: #2878f5;
}
.thumbnail-item a p {
	font-size: 18px;
	line-height: 32px;
	margin-left: 20px;
}
.news-more {
	display: block;
	font-size: 18px;
	text-align: right;
	color: #2878f5;
}
.btn-news,
.btn-xwsd-more::after {
	background-image: url(../images/icon-news-arrow.png);
	background-size: 45px 23px;
}
.news-more i.btn-news {
	display: inline-block;
	width: 9px;
	height: 15px;
	background-position: 0 0;
	vertical-align: -1px;
}
/* 新闻速递 */
.news-title {
	font-size: 40px;
	font-weight: 900;
	background: linear-gradient(to bottom, #1e6dce, #1c4d97);
    -webkit-background-clip: text;
	color: transparent;
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.news-title::before,
.news-title::after {
	content: '';
	height: 6px;
	border-radius: 5px;
	left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
    bottom: -20px;
}
.news-title::before {
	width: 33px;
	background: #5abfec;
    z-index: 1;
}
.news-title::after {
	width: 125px;
	background: #e0ecf2;
}
.news-xwsd-list {
	justify-content: space-between;
}
.news-xwsd-list li {
	width: 48.3%;
	margin-bottom: 35px;
}
.xwsd-time {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	padding: 5px;
	background-color: #ddeffc;
	position: relative;
}
.xwsd-time::before,
.xwsd-time::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 6px;
	border-radius: 3px 3px 0 0;
	background-color: #ddeffc;
	top: -6px;
}
.xwsd-time::before {
	left: 20px;
}
.xwsd-time::after {
	right: 20px;
}
.xwsd-time .xwsd-time-month {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(180deg, #00a2ff, #2764f2);
}
.xwsd-time span {
	display: block;
}

.xwsd-time .xwsd-time-day {
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	font-size: 40px;
	font-weight: bold;
	color: #2764f2;
	border-radius: 0 0 5px 5px;
}
.xwsd-content {
	width: 80%;
	margin-left: 15px;
}
.xwsd-content h2 {
	color: #313547;
	font-size: 18px;
}
.news-xwsd-list li:hover .xwsd-content h2 {
	color: #2878f5;
}
.xwsd-content p {
	color: #6a6a6a;
	line-height: 30px;
	margin-top: 10px;
}
.btn-xwsd-more {
	display: block;
	width: 210px;
	height: 64px;
	line-height: 60px;
	border: 2px solid #cbe8fd;
	border-radius: 32px;
	text-align: center;
	font-size: 24px;
	color: #2878f5;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
}
.btn-xwsd-more:hover {
	color: #fff;
	background: linear-gradient(90deg, #00a2ff, #2764f2);
}
.btn-xwsd-more::after {
	content: '';
	position: absolute;
	width: 14px;
	height: 22px;
	background-position: -13px 0;
	right:  35px;
	top: 49%;
	transform: translateY(-50%);
}
.btn-xwsd-more:hover::after {
	background-position: -31px 0;
}
/* 头条新闻 */
.news-xw-nav {
	padding: 40px 0 35px;
}
.xw-nav-item {
	width: 220px;
	height: 70px;
	line-height: 66px;
	border-radius: 35px;
	border: 2px solid #5186f9;
	text-align: center;
	color: #5186f9;
	font-size: 26px;
	margin: 0 10px;
	font-weight: 600;
}
.xw-nav-item:hover,
.xw-nav-item.active {
	border: 0;
	color: #fff;
	box-shadow: inset 0px 1px 1px #ffffff;
	background: linear-gradient(90deg, #52ddec, #2d6df8);
}
.news-xw-list {
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 10px;
	margin-bottom: 10px;
}
.news-xw-list li {
    padding: 20px 20px 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
	position: relative;
}
.news-xw-list li:last-child {
	border-bottom: 0;
}
.news-xw-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #2a77ff;
}
.news-xw-list li a {
	font-size: 20px;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #151515;
}
.news-xw-list li a:hover {
    color: #2a77ff;
	font-weight: bold;
}
.news-xw-list li span {
	color: #acacac;
	font-size: 20px;
}
/* 新闻详情页 */
.news-detail-box {
	border-radius: 10px;
	padding: 50px;
}
.news-detail-head {
	padding-bottom: 10px;
	text-align: center;
}
.news-detail-head h1 {
	color: #151515;
	font-size: 26px;
	margin-bottom: 8px;
}
.detail-time {
	color: #646464;
}
.news-detail-content p {
	text-indent: 2em;
	font-size: 18px !important;
	color: #151515;
	line-height: 36px !important;
	padding: 15px 0;
}
.news-detail-content img {
	display: block;
	margin: 5px auto;
}

/* 图片缩放动画 */
.thumbnail-list-left a img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	width: 100%;
    height: 100%;
}
.thumbnail-list-left a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}