@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Acme|Coiny|Kosugi|Kosugi+Maru|M+PLUS+1p:400,500,700,800,900|M+PLUS+Rounded+1c:400,500,700,800,900|Nanum+Gothic+Coding:400,700|Noto+Sans+SC:400,500,700,900|Quicksand:400,500,700&display=swap&subset=chinese-simplified,japanese,korean');


li {
	list-style:none;
}

h3 {
	position:static;
	display:inline-block;
	text-align:left;
}

.news {
	text-align:left;
}

.news .single {
	width:95%;
	margin:0 auto 2%;
	padding:3% 0;
	border-bottom:dotted #ff579c;
	overflow:hidden;
}

.news .topsing {
	padding:0 0 3%;
}

.news h4 {
	margin:0;
	font-size:27px;
	font-weight:800;
}

.news h4 time {
	display:block;
	color:#ff579c;
	font-size:85%;
}

.news h4 a {
	color:#000;
}

.news p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight:normal;
	font-size:15px;
	margin-top:0.5em;
}

.single_archive h4 {
	margin-bottom:1em;
}

.single_archive h4:before {
	content: '';
	margin: 0 0.5em 0 0;
	background: #ff579c;
	border: solid 2px #fff;
	width: 15px;
	height: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #ff579c;
	-webkit-box-shadow: 0 0 0 1px #ff579c;
	-moz-box-shadow: 0 0 0 1px #ff579c;
	display: inline-block;

}

.archivetxt {
	font-weight:400;
	font-size:14px;
}

.archivetxt img {
	display:block;
	max-width:60%;
	margin:2% auto;
}

.more a:before {
	content:'\00bb';
	transform:rotate(90deg);
	display:inline-block;
}

@media screen and (max-width:767px){
	.news h4{
		font-size:16px;
	}

	.news p {
		font-size:14px;
	}
}



