html {
	width: 100%;
}
body {
	margin: 0;
	width: 100%;
}

p {
	margin: 0;
}

li {
	list-style-type: none;
}

.mont-12 {
	font-size: 12px;
}

/* .top-content {
	margin-top: 60px;
	width: 100%;
	text-align: center;
}
.top-content > img {
	width: 100%;
	vertical-align: top;
}

.banner {
	margin-top: 20px;
}

.slide {
	display: flex;
}

.slide > li {
	margin-right: 20px;
} */

.news {
	margin: 100px auto 0 auto;
	width: 80%;
	text-align: center;
}

.title {
	margin-bottom: 10px;
}

.news > .title > p {
	color: #FF4E00;
	font-size: 36px;
	text-align: center;
	margin: 0;
}

#select-year,#select-month {
	border-radius: 5px;
}

.news-columns {
	list-style: none;
	padding-left: 0;
}

.news-column {
	margin-top: 10px;
}

.news-column > .container {
	border: 1px solid #FBB50A;
}

.container > .wrapper {
	margin: 15px;
}

.tag {
	border-radius: 20px;
	display: inline-block;
	width: 120px;
	margin-right: 10px;
}

.tag > p {
	font-size: 15px;
	text-align: center;
	margin: 0;
}

.tag.info {
	background-color: #FFB40c;
}

.tag.info > p {
	color: white;
}

.tag.live {
	background-color: #20A4B4;
}

.tag.live > p {
	color: white;
}

.tag.release {
	background-color: #285CAC;
}

.tag.release > p {
	color: white;
}

.published-time > p {
	font-size: 15px;
	color: #FF4E00;
	margin: 0;
}

.article > p {
	word-break: break-all;
}

.pagination-div {
	margin: 20px 0 20px 0;
}

.no-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}

.no-item > p {
	font-size: 16px;
}

/* .button1-wrapper {
	width: 150px;
	margin: auto;
}

.button1 {
	position:relative;
	display: table-cell;
	width: 150px;
	height: 38px;
	background-color: #FF4E00;
	text-align: center;
	vertical-align: middle;
}

.button1 > .triangle-right {
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent white;
    display: inline-block;
    width: 0;
    height: 0;
	vertical-align: middle;
	position: absolute;
	top: 13px;
	right: 15px;
} */

@media only screen and (max-width: 250px) {
	.news > .title > p {
		color: #FF4E00;
		font-size: 16px;
		text-align: center;
		margin: 0;
	}
}