.settings {
	width: 100%;
	height: 30vw;
}
.settings img {
	width: 100%;
	height: 100%;
}
.tailorisms {
	width: 100%;
	margin-bottom: 3vw;
}
.tailorisms_box {
	width: 75vw;
	margin: auto;
}
.news_list {
	width: 100%;
	margin-top: 2vw;

}
.news_li {
	width: 100%;
	margin-bottom: 1vw;

}
.news_li a {
	display: block;
	width: 100%;
	padding: 2vw;
	background-color: #eee;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.news_li a:hover {
	box-shadow: 5px 5px 10px #dcdfe6;
}
.news_li a:hover .news_InfoSTitle {
	color:#0c8cd0 ;
}
.news_li_img {
	width: 40%;
	height: 18vw;
}
.news_li_img img {
	width: 100%;
	height: 100%;
}
.news_li_right {
	width: 57%;
	position: relative;
}
.news_InfoSTitle {
	font-size: 1vw;
}
.news_InfoSContent {
	margin-top: 2vw;
	font-size: 0.8vw;
	line-height: 2vw;
	text-align: justify;
}
.news_timeca {
	width: 100%;
	display: flex;
	margin-top: 2vw;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
}