h1 {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}

img {
	max-width: 100%;
	height: auto;
}

a, a:hover, a:visited {
	color: #000;
}

#main.hongkong .time, #main.hongkong .ymk_social {
	margin-top: 12px;
}

.time, .ymk_social .share_link .share, .ymk_social .cmt_link .comments {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #E6E6E6;
	margin: 24px auto;
}

.row_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 16px;
}

.row_4 .image {
	margin-bottom: 6px;
}

.section_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 29px;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 24px;
}

.section_title.closer {
	margin-bottom: 16px;
}

.one_post {
	position: relative;
	display: inline-block;
	width: 100%;
}

.one_post .title {
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #232323;
	margin-bottom: 6px;
}

.read_more {
	position: relative;
	margin-top: 24px;
	padding-right: 16px;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.read_more:before, .read_more:after {
	position: absolute;
	content: '';
	display: inline-block;
	height: 1px;
	width: 8px;
	top: 7px;
	right: 0;
	background-color: #000;
	transform: rotate(45deg);
}

.read_more:before {
	top: 12px;
	transform: rotate(-45deg);
}

main {
	max-width: 1240px;
	margin: 48px auto 80px;
	padding: 0 20px;
	line-height: 1;
	font-family: 'ET Text', sans-serif;
	color: #000000;
}

main .title, main .title a {
	font-family: 'Source Serif', sans-serif;
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}

.three_most {
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.four_most {
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.sub_header .heading {
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin-bottom: 12px;
	font-size: 40px;
	line-height: 40px;
}

.hongkong .sub_header .heading:before {
	content: 'Uncensored HK News';
	position: absolute;
	top: -21px;
	left: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.sub_header .menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 8px auto 36px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow-x: scroll;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.sub_header .menu::-webkit-scrollbar {
	display: none;
}

.sub_header li {
	list-style: none;
	margin: 0 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 36px;
}

.hongkong .sub_header li {
	margin: 0 20px;
}

.sub_header li:first-child {
	margin-left: 0;
}

.featured_one {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.featured_one .detail {
	padding-right: 24px;
}

.featured_one .image {
	flex: 0 0 65%;
}

.featured_one .image img {
	width: 100%;
}

.featured_one .cat {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #E00000;
	margin-bottom: 4px;
}

.featured_one .title {
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 12px;
}

.featured_one .excerpt {
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 8px;
}

.upper .row_4:first-child .one_post {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #E3E3E3;
}

.most_read_grid {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(3, 1fr);
	grid-auto-flow: column;
	grid-gap: 32px;
	width: calc(100% - 300px);
	padding-right: 32px;
}

.most_read_grid .one_post {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.most_read_grid .place {
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 56px;
	color: #000000;
}

.most_read_grid .one_post .title {
	padding: 0 16px;
}

.most_read_grid .image {
	flex: 0 0 35%;
}

.most_read_grid .image img {
	width: 100%;
}

.opinion {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
}

.opinion .detail, .opinion .wrapper .one_post {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.opinion .thumbnail {
	margin-bottom: 16px;
}

.opinion .detail .title, .cat_feature .first_post .title {
	font-size: 30px;
	line-height: 40px;
	color: #000000;
}

.opinion .wrapper .one_post {
	margin-bottom: 36px;
}

.opinion .avatar_wrapper {
	flex: 0 0 80px;
}

.opinion .avatar {
	border-radius: 50%;
}

.opinion .text {
	padding-left: 16px;
}

.opinion .name {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 8px;
}

.cat_feature {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.cat_feature .first_post {
	flex: 0 0 49%;
}

.cat_feature .right_side {
	padding-left: 26px;
}

.cat_feature .first_post .image {
	margin-bottom: 12px;
}

.cat_feature .right_side .one_post {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
}

.cat_feature .right_side .one_post .image {
	width: 35.5%;
	float: left;
	margin-right: 12px;
}

.cat_feature .right_side .title {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.side_ad_top {
	float: right;
}

/* start China News */
.lead_stories_complex {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lead_stories_complex .text {
	flex-basis: 28%;
	padding-right: 16px;
}

.lead_stories_complex .text .title {
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
}

.lead_stories_complex .text .excerpt {
	max-height: 80px;
	margin-top: 12px;
	margin-bottom: 8px;
	font-family: 'ET Text';
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
}

.lead_stories_complex .time {
	margin-right: 16px;
}


.lead_stories_complex .thumbnail {
	flex-basis: 44%;
}

.lead_stories_complex .thumbnail a {
	position: relative;
}

.lead_stories_complex .sub_list {
	flex-basis: 28%;
	padding-left: 32px;
}

.lead_stories_complex .sub_list .one_post {
	border-bottom: 1px dashed #E3E3E3;
	margin-bottom: 16px;
	padding-bottom: 8px;
}

.lead_stories_complex .sub_list .one_post:last-child {
	border-bottom: unset;
}

.lead_stories_complex .sub_list .image {
	float: right;
	width: 40%;
	text-align: right;
}

.lead_stories_complex .sub_list .title {
	width: 57%;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 20px;
}

.lead_stories_complex .share_link, .lead_stories_complex .cmt_link {
	margin-left: 0;
}

.eet_3posts_list .one_post {
	border-bottom: 1px dashed #E3E3E3;
	padding: 12px 0;
}

.eet_3posts_list .one_post .image {
	margin-bottom: 6px;
}

.eet_3posts_list .one_post:first-child {
	padding-top: 0;
}

.eet_3posts_list .one_post:last-child {
	border-bottom: unset;
}

#footer {
	position: relative;
	z-index: 2;
	background-color: #343434;
}

#footer .toprow {
	border: none;
	padding: 0;
}

#footer .toprow .logo {
	float: none;
	display: block;
	margin: auto;
	text-align: center;
}

#footer .copyright {
	border: none;
	padding: 0;
	margin-bottom: 0;
	color: #fff;
}

.chinanews .right_side .premium_headlines .one_post {
	display: inline-block;
	border-top: 1px dashed #E3E3E3;
	width: 100%;
	padding-top: 9px;
	padding-bottom: 6px;
}

.chinanews .right_side .premium_headlines .one_post:nth-child(2) {
	padding-top: 0;
	border-top: none;
}

.chinanews .block .one_cat .name {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 6px;
}

.chinanews .pageview {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	float: right;
	margin-left: 8px;
	padding-top: 3px;
}

.chinanews .pageview:before {
	content: '\f1b5';
	display: inline-block;
	font-size: 15px;
	font-family: 'Genericons';
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 4px;
	vertical-align: top;
}

.chinanews .opinions .ymk_social, .chinanews .opinions.hot .pageview {
	margin-top: 5px;
}

.chinanews .section_title {
	margin-bottom: 16px;
}

.chinanews .most_read .section_title {
	margin-bottom: 0;
}

.chinanews .opinions.hot .section_title {
	margin-top: 20px;
	font-size: 19px;
	line-height: 22px;
}

.chinanews .left_side .opinions .read_more_cat, .chinanews .right_side .most_read .one_post:last-child {
	border-bottom: unset;
	margin-bottom: 0;
}

#main.chinanews {
	margin-top: 40px;
}

.chinanews.main_content .top_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.chinanews .top_block .left_side {
	flex: 0 0 25%;
	order: -1;
}

.chinanews .top_block .middle_side {
	padding: 0 16px;
	margin: 0 0 20px 16px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.chinanews .top_block .right_side {
	flex: 0 0 316px;
	padding-left: 16px;
}

.chinanews .title, .chinanews .title a {
	letter-spacing: normal;
}

.chinanews .ymk_social .share, .chinanews .ymk_social .comments {
	font-family: 'Roboto', sans-serif;
}

.chinanews .top_news {
	margin-top: 0;
	padding-top: 0;
	border-top: unset;
}

.chinanews .opinions_list .title_author .author, .chinanews .opinions_list .title_author .author a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
}

.chinanews .hp_article_list li:first-child {
	margin-top: 0;
}

.chinanews .hp_article_list li:last-child {
	border-bottom: 1px dashed #E3E3E3;
}

.chinanews .block {
	padding-bottom: 36px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0 ,0, 0.1);
}

.chinanews .topics .eet_3posts_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 36px 16px;
}

.chinanews .categories .eet_3posts_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px 16px;
}

.chinanews .block.hongkong {
	padding-top: 24px;
}

.chinanews .block .row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.chinanews .block .row > div {
	flex: 1 0 0;
	padding: 0 8px;
	border: unset;
}

.chinanews .block .row > div:first-child {
	padding-left: 0;
}

.chinanews .block .row > div:last-child {
	padding-right: 0;
}

.chinanews .video_5posts .title {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	color: #232323;
	margin-bottom: 12px;
}

.chinanews .video_5posts .num_5 .title a {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	color: #000000;
}

.chinanews .eet_video_icon {
	left: unset;
	right: 12px;
	bottom: 12px;
}

/* start Markets */
.markets .widget {
	position: relative;
	width: 100%;
	padding-top: 840px;
}

.markets .widget iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.markets .section_title {
	margin-bottom: 16px;
}

.markets .cat_feature {
	margin-bottom: 32px;
}

.markets .eet_3posts_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 16px;
	padding-bottom: 32px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.markets .eet_3posts_list .name {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 6px;
}

.cat_feature .right_side .one_post .image {
	float: right;
	margin-left: 12px;
	margin-right: 0;
}

.markets .cat_feature .title {
	margin-bottom: 8px;
}

.markets .eet_3posts_list .ymk_social .share_link {
	margin-left: 0;
}

.markets .cats_rankings {
	display: grid;
	grid-template-columns: auto 25%;
	grid-column-gap: 48px;
}

.markets .most_read_grid {
	display: block;
	width: 100%;
	margin-bottom: 24px;
	padding-right: 0;
}

.markets .most_read_grid .place {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #5D667B;
}

.markets .most_read_grid .place:after {
	content: '.';
}

.markets .most_read_grid .one_post {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.markets .most_read_grid .one_post:last-child {
	border-bottom: unset;
}

.markets .most_read_grid .one_post .title {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #000000;
	padding: 0 8px;
}

@media only screen and (max-width: 1025px) {
	.lead_stories_complex {
		flex-wrap: wrap;
	}
	.lead_stories_complex .text {
		flex-basis: 40%;
	}
	.lead_stories_complex .thumbnail {
		flex-basis: 60%;
	}
	.lead_stories_complex .sub_list {
		flex: 1 0 100%;
		margin-top: 24px;
		padding-left: 0;
		padding-top: 8px;
		border-top: 1px dashed #E3E3E3;
	}
	.chinanews .left_side .opinions {
		width: 100%;
	}
	.chinanews .opinions.hot .section_title {
		margin-top: 0;
	}
	.chinanews .topics .eet_3posts_list {
		grid-template-columns: repeat(3, 1fr);
	}
	.cat_feature .right_side .title {
		font-size: 17px;
		line-height: 22px;
	}
	.cat_feature .first_post .image {
		margin-bottom: 6px;
	}
	.opinion .detail .title, .cat_feature .first_post .title {
		font-size: 26px;
		line-height: 29px;
	}
	.markets .cats_rankings {
		grid-template-columns: auto 30%;
	}
}

@media only screen and (max-width: 960px) {
	#main.chinanews {
		padding: 0 20px;
	}
	.chinanews .sub_header li {
		margin: 0 6px;
		font-size: 14px;
	}
	.chinanews.main_content .top_block {
		flex-wrap: wrap;
	}
	.chinanews .top_block .left_side {
		flex-basis: 100%;
		order: 1;
	}
	.chinanews .top_block .middle_side {
		flex: 0 0 calc(100% - 320px);
		margin-left: 0;
		padding-left: 0;
		border-left: unset;
	}
	.most_read_grid {
		width: 100%;
		padding-right: 0;
	}
	.side_ad_top {
		float: unset;
		margin-top: 28px;
		padding: 16px 0;
		background-color: #e6e6e6;
	}
	.markets .cats_rankings {
		display: block;
	}
	.markets .rankings {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 24px;
	}
}

@media screen and (max-width: 768px) {
	.chinanews .categories .eet_3posts_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.featured_one .title {
		font-size: 27px;
		line-height: 32px;
	}
	.featured_one .image {
		flex: 0 0 55%;
	}
	.opinion .detail .title, .cat_feature .first_post .title {
		font-size: 22px;
		line-height: 26px;
	}
	.opinion .name {
		font-size: 22px;
		line-height: 22px;
	}
	.cat_feature .right_side .title {
		font-size: 17px;
		line-height: 20px;
	}
	.markets .most_read_grid .one_post .title {
		font-size: 17px;
		line-height: 20px;
	}
}
@media screen and (max-width: 650px) {
	.section_title {
		margin-bottom: 16px;
	}
	.section_title.closer {
		margin-bottom: 12px;
	}
	.row_4 {
		grid-template-columns: auto;
		grid-column-gap: 0;
	}
	.row_4 .image {
		float: right;
		width: 40%;
		margin-left: 12px;
		margin-bottom: 0;
	}
	.row_4 .one_post {
		padding-bottom: 0;
		margin-bottom: 16px;
		border-bottom: unset;
	}
	.read_more {
		text-align: center;
	}
	.read_more:before, .read_more:after {
		right: unset;
		margin-left: 8px;
	}
	.read_more:before {
		margin-left: 72px;
	}
	main {
		padding: 0 16px;
	}
	.sub_header .heading {
		font-size: 32px;
		line-height: 32px;
	}
	.sub_header .menu {
		margin-bottom: 16px;
	}
	.featured_one {
		flex-flow: column-reverse;
	}
	.featured_one .detail {
		padding-right: 0;
		padding-top: 16px;
	}
	.featured_one .title {
		font-size: 24px;
		line-height: 28px;
	}
	.upper .row_4:first-child .one_post {
		padding-bottom: 0;
		margin-bottom: 16px;
		border-bottom: unset;
	}
	.most_read_grid {
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-auto-flow: unset;
	}
	.most_read_grid .place {
		font-size: 36px;
		line-height: 36px;
	}
	.most_read_grid .image {
		flex: 0 0 40%;
	}
	.opinion {
		grid-template-columns: auto;
		grid-gap: 0;
	}
	.opinion .avatar_wrapper {
		flex: 0 0 48px;
	}
	.opinion .text {
		padding-left: 12px;
	}
	.opinion .one_post, .opinion .wrapper .one_post {
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.opinion .wrapper .one_post:last-child {
		border-bottom: unset;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.opinion .detail .title, .cat_feature .first_post .title, .opinion .name {
		font-size: 17px;
		line-height: 20px;
	}
	.cat_feature {
		flex-flow: column;
	}
	.cat_feature .right_side {
		padding-left: 0;
	}
	.cat_feature .first_post {
		margin-bottom: 20px;
	}
	.cat_feature .right_side .one_post {
		margin-bottom: 16px;
	}
	.cat_feature .right_side .one_post .image {
		width: 40%;
		float: right;
		margin-left: 12px;
		margin-right: 0;
	}
	.side_ad_top {
		padding: 0;
		background-color: unset;
	}
	#main.chinanews.main_content, #main.markets {
		margin-top: 28px;
	}
	.lead_stories_complex {
		flex-direction: column;
	}
	.lead_stories_complex .text {
		margin-bottom: 12px;
	}
	.lead_stories_complex .sub_list {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 24px;
	}
	#footer {
		padding: 20px;
	}
	.chinanews .block .row {
		flex-direction: column;
	}
	.chinanews .block .row > div {
		margin-bottom: 20px;
		padding: 0;
	}
	.markets .eet_3posts_list, .chinanews .topics .eet_3posts_list, .chinanews .categories .eet_3posts_list {
		grid-template-columns: unset;
	}
	.chinanews .video_5posts .one_post {
		width: 100%;
		max-width: 100%;
		float: unset;
		margin: 0 auto 12px;
	}
	.chinanews.main_content .top_block {
		display: block;
	}
	.chinanews.main_content .top_block .middle_side {
		float: none;
		border-left: none;
		border-right: none;
		width: 100%;
		padding: 0;
		margin: 0;
		min-height: 100px;
	}
	.chinanews.main_content .top_block .right_side {
		position: relative;
		right: unset;
		width: 100%;
		padding-left: 0;
	}
	.chinanews.main_content .top_news ul li:nth-child(n+9) {
		display: inline-block;
	}
	.chinanews.main_content .top_news .read_more_cat {
		border-top: none;
	}
	.chinanews.main_content .left_side .opinions {
		float: none;
		margin: 0 auto 28px;
		width: 100%;
	}
	.chinanews .right_side .premium_headlines.read_more_cat {
		display: inline-block;
	}
	.markets .widget {
		padding-top: 980px;
	}
	.markets .rankings {
		grid-template-columns: unset;
	}
}

@media screen and (max-width: 400px) {
	.markets .widget {
		padding-top: 1040px;
	}
}
