.sepcial .sepcial-container {
	/* height: 280px; */
}
.sepcial .sepcial-container .sepcial-item {
	/* width: 280px; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(241, 247, 254, 1) 50%, rgba(241, 247, 254, 1) 100%);
}
.sepcial .sepcial-container .sepcial-item .logos img {
	/* width: 200px; */
	height: 66px;
}
.sepcial .sepcial-container .sepcial-item .title {
	font-weight: normal;
	font-weight: 24px;
}
.sepcial .sepcial-container .sepcial-item .rate-value {
	font-size: 28px;
	font-weight: 700;
	color: #da0000;
}
.sepcial .sepcial-container .sepcial-item .btn-primary {
	width: 100%;
	background-color: #5179cd;
}

.sepcial-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 66px !important;
	background-color: #5179cd;
	border-radius: 4px;
}
.article {
	min-height: 500px;
	background: url("../img/wdjr/wdjr_szjr_03.png") no-repeat;
}
.article-list {
	width: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
}
.article-list .article-item {
	border-bottom: 1px dashed #999;
}
.article-list .article-item p {
	margin-bottom: 0;
}
.article-list .article-item .btn {
	min-width: 120px;
}