article {
	max-width: 1100px;
	margin: 100px auto;
}

.whitebg {
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

/*htitle*/
.htitle {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	color: #484848;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
	overflow:hidden;
}
.htitle:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #000;
	left: 0;
	bottom: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.htitle:hover:after {
	width: 80px;
}

/*bloglist*/
.bloglist ul {
	padding: 10px 0 0
}
.bloglist li {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: #eee 1px dashed;
	padding-bottom: 20px;
	position: relative;
	min-height: 120px;
}
.blogtitle {
	margin: 0 0 10px 0;
	font-size: 18px;
	overflow: hidden;
}
.bloglist li a {
    color: #241d6d;
}
/* .bloglist li:hover .blogtitle a {
	color: #337ab7;
} */
.blogtitle b {
	color: #F00
}
.blogpic {
	float: left;
	width: 23.2%;
	margin-right: 20px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	max-height: 140px;
}
.blogpic i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-style: normal;
	padding: 3px 5px;
	background: rgba(18,182,221,.8);
	font-size: 14px;
}
.blogpic i a {
	color: #FFF
}
.bplist {
	display: block;
	overflow: hidden
}
.bplist a {
	display: block;
	float: left;
	width: 25%;
	overflow: hidden
}
.bplist a img {
	border-radius: 3px;
	width: 200px;
	height: 140px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.bplist a img:hover {
	transform: scale(1.05)
}
.blogtext {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 20px
}
.bloginfo {
	margin-top: 20px;
	overflow: hidden;
	color: #999;
	line-height: 34px;
}
.bloginfo span {
	/* margin: 0 5px */
}
.bloginfo span a {
	color: #096
}
.imgscale img {
	width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.imgscale:hover img {
	transform: scale(1.1);
}

@media only screen and (max-width: 480px) {
.blogtitle {
	font-size: 16px
}
.blogpic {
	width: 100px;
	margin-right: 10px;
	max-height: 76px;
}
.blogpic i {
	display: none
}
.blogtext {
	margin-top: 15px
}
}

.center {
    text-align: center;
}

.read_more_bt {
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0;
    border: 1px solid #4a3fbf;
    padding: 10px 31px;
    border-radius: 3px;
    color: #4a3fbf;
    font-weight: 600;
}



.index-news .module-title {
	max-width: 450px;
	font-size: 50px;
	line-height: 60px;
	margin: 0 auto 1.5em;
	text-align: center;
}

.index-news .list {
	display: grid;
	grid-template-columns: repeat(3, 32%);
	grid-gap: 20px 2%;
	justify-content: flex-end;
}

.index-news .list .item {
	background-color: #2cd4d9;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.index-news .list .item:hover {
	transform: translateY(-10px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.index-news .list .item .img {

	height: 50vh;
	overflow: hidden;
}

.index-news .list .item .img img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index-news .list .item .info {
	padding: 10% 13%;
	text-align: center;
}

.index-news .list .item .name {
	line-height: 1.4em;
	font-size: 24px;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.index-news .list .item .time {
	line-height: 1.1em;
	font-size: 18px;
	margin-top: 20px;
	color: #eee;
}

.view-more {
	width: fit-content;
	font-size: 16px;
	color: #2cd4d9;
	padding: 10px 30px;
	border: 1px solid #2cd4d9;
	border-radius: 3px;
	margin: 20px auto 0;
	text-align: center;
	display: block;
}

.recommended-articles {
	background-color: #fff;
	padding: 10px 20px;
	margin: 20px auto;
	border-radius: 3px;
	text-align: right;
}

.recommended-articles .title {
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.recommended-articles .list {
	display: grid;
	grid-template-columns: repeat(3, 32%);
	grid-gap: 20px 2%;
	direction: rtl;
}

.recommended-articles .list .item {
	overflow: hidden;
}

.recommended-articles .list img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}

.recommended-articles .list .name {
	font-size: 18px;
}

.recommended-articles .list .time {
	color: #aaa;
}


@media only screen and (max-width: 980px) {
	.index-news .module-title {
		font-size: 28px;
	}

	.index-news .list {
		grid-template-columns: repeat(2, 49%);
		grid-gap: 20px 2%;
	}
	.index-news .list .item .img {
		height: 30vh;
	}

	.recommended-articles .list {
		grid-template-columns: repeat(2, 49%);
		grid-gap: 20px 2%;
	}
}

@media only screen and (max-width: 640px) {
	.index-news .list {
		grid-template-columns: repeat(1, 100%);
	}

	.recommended-articles .list {
		grid-template-columns: repeat(1, 100%);
	}
}

