body {
	background-image: url(../img/pcbg.jpg);
	position: relative;
	background-size: 100% auto;
}

@media (min-width: 1240px) {
	.container {
		width: 1200px;
	}
}

.menu-item>a {
	color: #333;
}

.title {
	font-size: 36px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}

.title:after {
	content: '';
	position: absolute;
	width: 86%;
	height: 1px;
	right: 0;
	top: 50%;
	background-color: #e5e5e5;
}

.news-list {
	/* margin-bottom: 40px; */
	position: relative;
	margin: 30px auto;
}

.news-list ul {
	margin-left: -15px;
	margin-right: -15px;
}

.news-list-item {
	position: relative;
	padding-bottom: 24px;
	padding-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.news-list-item:hover {
	box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
	-webkit-box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
}

.news-list-item:hover .news-item-title {
	font-weight: bold;
	color: #5724ff;
}

.news-list-item:last-child {
	border-bottom: 0;
	margin-bottom: 60px;
}

.news-list-item .date {
	position: absolute;
	left: 15px;
	width: 52px;
	height: 54px;
	border: 1px solid #5724ff;
	top: 20px;
}

.news-list-item .news-item-cnt {
	padding-left: 76px;
}

.news-list-item .news-item-title {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}

.date-year {
	height: 50%;
	text-align: center;
	display: inline-block;
	color: #fff;
	background:#5724ff;
	line-height: 26px;
	width: 100%;
	font-size: 14px;
}

.date-month {
	text-align: center;
	display: inline-block;
	line-height: 28px;
	color: #5724ff;
	width: 100%;
	font-size: 14px;
}

.news-item-smalltext {
	color: #666;
	margin-top: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-item-more {
	color: #5724ff;
	display: inline-block;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	margin-top: 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
}

.pagination>li {
	display: block;
	float: left;
	margin-right: 30px;
	cursor: pointer;
}

.pagination>li .prev .iconfont {
	display: inline-block;
	transform: rotate(180deg);
}

.pagination>li>a,
.pagination>li>span {
	border: 0;
	background-color: transparent;
	color: #808080;
	display: inline-block;
	background-image: linear-gradient(#00a4ff, #00a4ff);
	background-position: center bottom;
	background-size: 0 2px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pagination>li>a:hover {
	background-size: 100% 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border: none;
	background-color: transparent;
	color: #00a4ff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #00a4ff;
	background-color: transparent;
}

.pagination>li .first-page,
.pagination>li .last-page {
	padding: 6px 0;
}

.pagination>li>a,
.pagination>li>span {
	padding: 6px 4px;
	margin: 0 8px;
}

.news-list ul:last-child .news-list-item:last-child {
	margin-bottom: 0;
}

.media-wrapper {
	background-color: #f2f2f2;
	overflow: hidden;
	clear: both;
}

.sponsor {
	padding-bottom: 40px;
}

.sponsor li {
	width: 12.5%;
	margin-bottom: 10px;
}

.sponsor img {
	height: 68px;
	padding: 2px 5px;
}

.more {
	background:#e4e6eb;
	    display: block;
	    width: 240px;
	    height: 44px;
	    border-radius: 5px;
	    text-align: center;
	    line-height: 44px;
	    margin-top: 20px;
	    font-weight: bold;
	    margin: 20px auto;
		    -webkit-transition: 0.3s;
		    -moz-transition: 0.3s;
		    -o-transition: 0.3s;
		    -ms-transition: 0.3s;
		    transition: 0.3s;
}
.more:hover{
	background: #006aff!important;
	color: #fff;
}
@media (max-width:1199px) {
	.sponsor img {
		height: 60px;
	}

	.title:after {
		width: 84%;
	}
}

@media (max-width:991px) {
	.title:after {
		width: 80%;
	}

	.title {
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 10px;
		position: relative;
	}

	.news-list-item .news-item-cnt {
		padding-left: 68px;
	}

	.sponsor li {
		width: 14.2%;
	}

	.sponsor img {
		height: 52px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 14px;
	}

	.sponsor li {
		width: 25%;
	}

	.sponsor ul {
		padding: 0;
	}

	.sponsor img {
		height: 48px;
	}

	.title {
		font-size: 24px;
	}

	.title:after {
		width: 70%;
	}

	.top-text {
		margin-top: 20px;
		padding: 0 14px;
		margin-bottom: 0;
		font-size: 16px;
	}

	.banner .crumb {
		display: none;
	}

	.news-list-item:last-child {
		margin-bottom: 50px;
	}

	.news-list-item .news-item-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 16px;
		line-height: 24px;
	}

	.news-list-item .date {
		width: 48px;
		height: 48px;
		top: 14px;
	}

	.news-list-item .news-item-cnt {
		padding-left: 60px;
	}

	.date-month {
		line-height: 24px;
		font-size: 14px;
	}

	.news-list-item {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.news-item-smalltext {
		font-size: 13px;
		margin-top: 6px;
		line-height: 20px;
	}

	.news-item-more {
		font-size: 12px;
	}

	.news-list .load-more {
		width: 100px;
		height: 34px;
		line-height: 34px;
		border-radius: 34px;
		color: #fff;
		background: #00a4ff;
		display: inline-block;
		text-align: center;
		-webkit-box-shadow: 0 4px 10px rgba(0, 164, 255, .3);
		box-shadow: 0 4px 10px rgba(0, 164, 255, .3);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -15px;
	}

	.news-list .load-more:hover {
		background: #0085cc;
	}
}
