/*
Theme Name: m-eet
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, textarea {
	font-size: initial;
}

input[type="search"]::-ms-clear {
	/* removes close icon - IE */
	
	display: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

body {
	font-family: -apple-system, sans-serif, Arial, Helvetica, 'Microsoft YaHei', STHeiti, SimSun, sans-serif;
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8;
	position: relative;
	cursor: auto;
}

a {
	text-decoration: none;
}

a:visited {
	color: #777;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.ad-center {
	text-align: center;
	margin: 0 auto;
}

.one_article {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.one_article .image {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.one_article .time {
	position: absolute;
	right: 0;
	top: 0;
	background-color: red;
	color: #fff;
	padding-left: 5px;
	padding-right: 7px;
}

.one_article .title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 7px !important;
	color: #000;
	font-weight: 600;
	font-family: Georgia;
	display: block;
}

.one_article .excerpt {
	font-size: 13px;
	line-height: 17px;
	color: #999;
	height: 36px;
	overflow-y: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.one_article .date {
	font-size: 13px;
	line-height: 17px;
	color: #999;
	display: block;
	margin-bottom: 5px !important;
}


.newsletter .image {
	display: grid;
}

.newsletter .image img {
	max-width: 100%;
}

.newsletter .subscribe_now {
	padding: 10px 0;
	background-color: #1b2677;
	width: 100%;
	text-align: center;
}

.newsletter .subscribe_now a {
	color: #fff;
	font-family: Georgia;
	font-size: 21px;
	line-height: 24px;
	font-weight: 900;
}