body{
	height: unset!important;
}
#tinymce {
	margin: 0;
}

.newArticle {
	font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
	word-break: break-word;
}

.newArticleIntro,
#tinymce.intro {
	padding: 12px 25px;
	color: #3F3F3F;
	background-color: #f6f7fb;
	line-height: 150%;
	font-size: 19px;
	padding-bottom: 12px;
	margin-right: 25px;
	font-weight: bold;
}

.newArticleSection,
#tinymce.text {
	font-size: 17px;
	padding: 12px 25px !important;
	color: #484852;
	line-height: 170%;
	clear: both;
}

.newArticleSection td {
	font-size: 17px;
}

	#tinymce.text img,
	.newArticleSection img {
		max-width: 100%;
	}

	.newArticleSection .title,
	.actionBox.text .editor .title {
		border: 0;
		color: #000;
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 15px 0;
	}

		.newArticleSection .text ul {
			list-style-type: disc;
			padding-left: 35px;
		}

		.newArticleSection .text ol {
			padding-left: 35px;
		}

		#tinymce.text .articleObject.questionnaire,
		.newArticleSection .text .articleObject.questionnaire {
			max-width: 320px;
			margin-bottom: 25px;
		}

		#tinymce.text .articleObject.questionnaire {
			max-width: 296px;
			border: 2px solid silver;
			padding: 10px;
		}

			#tinymce.text .articleObject.questionnaire.position_left,
			.newArticleSection .text .articleObject.questionnaire.position_left {
				margin-right: 25px;
				float: left;
			}

			#tinymce.text .articleObject.questionnaire.position_right,
			.newArticleSection .text .articleObject.questionnaire.position_right {
				margin-left: 25px;
				float: right;
			}

		#tinymce.text .highlight {
			background-color: #DCF7FF;
		}

		.actionBox.text .editor .text .highlight {
			border: 0;
			background: rgba(0, 0, 0, 0);
			font-weight: normal;
		}

		.newArticleSection .text .highlight {
			border: 0;
			background: rgba(0, 0, 0, 0);
		}

		#tinymce.text a,
		.newArticleSection .text a,
		.actionBox.text .editor .text a {
			color: #0d81ee;
			text-decoration: none;
		}

		#tinymce.text a:hover,
		.newArticleSection .text a:hover,
		.actionBox.text .editor .text a:hover {
			text-decoration: underline;
		}

		#tinymce.text a.specialUrl.services,
		.newArticleSection .text a.specialUrl.services,
		.actionBox.text .editor .text a.specialUrl.services {
			color: #ef5450;
			text-decoration: none;
		}

		#tinymce.text a.specialUrl.services:hover,
		.newArticleSection .text a.specialUrl.services:hover,
		.actionBox.text .editor .text a.specialUrl.services:hover {
			text-decoration: underline;
		}

	.actionBox.text .editor .title {
		padding: 12px 0 0 25px;
	}


.newArticleVideo,
.actionBox.video .editor .videoInsert {
	padding: 12px 25px;
}
		.newArticleVideo .embed *,
		.actionBox.video .editor .videoInsert .videoMain .videoEmbed * {
			width: 100%;
		}

	.newArticleVideo .info,
	.actionBox.video .editor .videoInsert .videoMain .videoInfo {
		margin-top: 10px;
	}

		.newArticleVideo .info .description,
		.actionBox.video .editor .videoInsert .videoMain .videoInfo input.videoDescription {
			color: #50555b;
			font-style: italic;
			font-size: 16px;
		}

		.newArticleVideo .info .source,
		.actionBox.video .editor .videoInsert .videoMain .videoInfo input.videoSource {
			color: #8a9398;
			font-style: italic;
			font-size: 16px;
		}

		.newArticleVideo .info .source {
			margin-left: 5px;
		}

.newArticleImage,
.actionBox.picture .editor .imageInsert {
	padding: 12px 25px;
}

	.newArticleImage .zoomType,
	.actionBox.picture .editor .imageInsert .imageMain .zoomType {
		position: relative;
		display: block;
	}

	.newArticleImage .zoomType .backIcon,
	.actionBox.picture .editor .imageInsert .imageMain .backIcon {
		background-color: rgba(0, 0, 0, 0.4);
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 8px;
		border-radius: 3px;
	}

		.newArticleImage .zoomType .backIconImage,
		.actionBox.picture .editor .imageInsert .imageMain .backIconImage {
			display: block;
			width: 36px;
			height: 36px;
			background-position: -257px -160px;
		}

	.newArticleImage img,
	.actionBox.picture .editor .imageInsert .imageMain img {
		width: 100%;
	}

	

	.newArticleImage .info,
	.actionBox.picture .editor .imageInsert .imageMain .imageInfo {
		margin-top: 10px;
	}

		.newArticleImage .info .description,
		.actionBox.picture .editor .imageInsert .imageMain .imageInfo input.imageDescription {
			color: #50555b;
			font-style: italic;
			font-size: 16px;
		}

		.newArticleImage .info .source,
		.actionBox.picture .editor .imageInsert .imageMain .imageInfo input.imageSource {
			color: #8a9398;
			font-style: italic;
			font-size: 16px;
		}

		.newArticleImage .info .source {
			margin-left: 5px;
		}


.newArticleInfo {
	margin: 12px 25px 12px 0;
	padding: 25px;
	color: #fff;
	border: 0;
	font-size: 18px;
}

.newArticleInfo.quote {
	background-color: transparent;
	color: #484852;
	font-size: 17px;
}

.newArticleInfo.info {
	background-color: #82CAE7 !important;
}

.newArticleInfo.alert {
	background-color: #e53056 !important;
}

	.newArticleInfo .icon {
		float: left;
		margin-right: 25px;
	}

	.newArticleInfo.quote .icon {
		width: 32px;
		height: 32px;
		background-position: -317px -77px;
	}

	.newArticleInfo.info .icon {
		width: 48px;
		height: 48px;
		background-position: -52px -146px;
	}

	.newArticleInfo.alert .icon {
		width: 48px;
		height: 48px;
		background-position: -2px -146px;
	}

	.newArticleInfo .text {
		margin: 0 0 0 75px;
	}

	.newArticleInfo.quote .text {
		margin-left: 52px;
	}

		.newArticleInfo .text p {
			font-style: italic;
			margin: 0;
			line-height: 150%;
		}

		.newArticleInfo.info .text p {
			font-style: normal;
			font-size: 16px;
		}

			.newArticleInfo .text p .author {
				color: #1e7b4e;
			}

			.newArticleInfo.quote .text p .author {
				color: #8e8e8e;
				font-style: normal;
			}

			.newArticleInfo.info .text p .author {
				color: #2D718C;
			}

.newArticleBtn {
	padding: 12px 25px;
	text-align: center;
}

#mobileBody .newArticleBtn {
	padding: 12px 10px;
}

.newArticleButton.type_1 {
	background-color: #eef1f8 !important;
	-webkit-border-radius: 100px 3px 3px 100px;
	-moz-border-radius: 100px 3px 3px 100px;
	border-radius: 100px 3px 3px 100px;
	overflow: hidden;
	display: table;
	width: calc(100% - 50px);
	text-decoration: none;
}

	.newArticleButton.type_1 b {
		vertical-align: middle;
		display: table-cell;
		width: 50px;
	}

		.newArticleButton.type_1 .icon {
			width: 50px;
			height: 50px;
			background-color: #1ea6e4;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			border-radius: 50px;
			float: left;
			margin: 5px 15px 5px 5px;
			position: relative;
			-webkit-transition: background-color .3s;
			-moz-transition: background-color .3s;
			-o-transition: background-color .3s;
			transition: background-color .3s;
			display: block;
		}

		.newArticleButton.type_1:hover .icon {
			background-color: #208FC2;
		}

			.newArticleButton.type_1 .icon u {
				display: block;
				width: 32px;
				height: 32px;
				background-position: -179px -28px;
				position: absolute;
				top: 50%;
				margin-top: -16px;
				left: 50%;
				margin-left: -16px;
			}

	.newArticleButton.type_1 span {
		color: #1ea6e2;
		vertical-align: middle;
		display: table-cell;
		padding: 15px 20px 15px 0;
		margin-left: 20px;
		font-size: 19px;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s;
		line-height: 160%;
		text-align: left;
	}

	.newArticleButton.type_1:hover span {
		color: #208FC2;
	}

.newArticleButton.type_2 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #4eaf51 !important;
	padding: 15px 50px;
	border-radius: 20px;
	color: #fff;
	transition: background-color .3s;
	flex-direction: row-reverse;
	font-size: 22px;
}

.newArticleButton.type_2:hover {
	background-color: #3e9640 !important;
}

	.newArticleButton.type_2 .icon {
		margin-left: 15px;
		display: block;
	}

		.newArticleButton.type_2 .icon u {
			display: block;
			width: 11px;
			height: 18px;
			background-position: -128px -35px;
		}

.newArticleButton.type_3 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #03A9F4 !important;
	padding: 15px 50px;
	border-radius: 20px;
	color: #fff;
	transition: background-color .3s;
	flex-direction: row-reverse;
	font-size: 22px;
}

.newArticleButton.type_3:hover {
	background-color: #049ce0 !important;
}

	.newArticleButton.type_3 .icon {
		margin-left: 15px;
		display: block;
	}

		.newArticleButton.type_3 .icon u {
			display: block;
			width: 11px;
			height: 18px;
			background-position: -128px -35px;
		}

.newArticleScript {
	padding: 20px;
	font-size: 15px;
}

.newArticleA {
	padding: 12px 25px;
}

	.newArticleA * {
		max-width: 100%;
	}

	.newArticleA.q .newArticleAInner {
		border: 1px solid #e4e8e9;
		border-width: 1px 0;
		padding: 15px 0;
	}

	.newArticleA .newArticleAInner .simpleCover a {
		display: block;
		width: 100%;
	}

		.newArticleA .newArticleAInner .simpleCover a img {
			display: block;
			width: 100%;
		}

	.newArticleA > .info,
	.advertisment-info {
		color: #8b9299;
		background-color: transparent !important;
		font-size: 14px;
		text-align: right;
		margin: 0 0 0 0 !important;
		padding: 0 5px 5px 5px;
		display: block;
		background-color: #fff;
	}
		#mobileBody .newArticleA > .info,
		#mobileBody .advertisment-info {
			margin-top: 0!important;
		}

.newArticleA.p {
	padding: 0 !important;
	position: relative;
	border: 1px solid #FFBA48;
}

	.newArticleA.p .attention {
		position: absolute;
		left: 15px;
		top: 15px;
	}

	.newArticleA.p a {
		display: block;
		text-align: center;
	}

		.newArticleA.p a img {
			max-width: 460px;
		}

		.newArticleA.p > .info {
			margin-left: 10px;
			margin-top: 0;
		}

.newArticleGallery {
	/*padding: 12px 25px;*/
}

		.newArticleGallery .lSAction .lSPrev,
		.newArticleGallery .lSAction .lSNext {
			background-image: none !important;
			height: 46px;
			opacity: 1.0;
			z-index: 50;
			top: 50%;
			margin-top: -50px;
			height: 100px;
			padding: 0 14px;
			background: rgba(0, 0, 0, 0.1);
			width: 26px;
			-webkit-transition: .2s;
			-moz-transition: .2s;
			-o-transition: .2s;
			transition: .2s;
		}

		.newArticleGallery .lSAction .lSPrev {
			left: -60px;
		}

		.newArticleGallery:hover .lSAction .lSPrev {
			left: 0;
		}

		.newArticleGallery .lSAction .lSNext {
			right: -60px;
		}

		.newArticleGallery:hover .lSAction .lSNext {
			right: 0;
		}

			.newArticleGallery .lSAction .lSPrev u,
			.newArticleGallery .lSAction .lSNext u {
				width: 26px;
				height: 46px;
				display: block;
				position: absolute;
				top: 50%;
				margin-top: -23px;
			}

			.newArticleGallery .lSAction .lSPrev u {
				background-position: -165px -148px;
			}

			.newArticleGallery .lSAction .lSNext u {
				background-position: -196px -148px;
			}

	.newArticleGallery .main {
		max-width: none !important;
	}
	.newArticleGallery .lSSlideWrapper {
		position: relative;
	}
	.newArticleGallery .lSSlideWrapper::before{
		content: '';
		display: block;
		position: absolute;
		top: 20px;
		right: 15px;
		width: 30px;
		height: 30px;
		border-radius: 7px;
		background-color: rgba(255,255,255,0.83);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 17px;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4wNjMiIGhlaWdodD0iMTcuMDYzIiB2aWV3Qm94PSIwIDAgMTcuMDYzIDE3LjA2MyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzRhNGE0YTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik01LjExOSwxLjcwNlYwSDBWNS4xMTlIMS43MDZWMi45TDQuOTQ4LDYuMTQzLDYuMTQzLDQuOTQ4LDIuOSwxLjcwNloiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTE3LjIzNiwxNi4wNDIsMTMuOTk0LDEyLjgsMTIuOCwxMy45OTRsMy4yNDIsMy4yNDJIMTMuODI0djEuNzA2aDUuMTE5VjEzLjgyNEgxNy4yMzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS44OCAtMS44OCkiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTEzLjgyNCwwVjEuNzA2aDIuMjE4TDEyLjgsNC45NDhsMS4xOTQsMS4xOTRMMTcuMjM2LDIuOVY1LjExOWgxLjcwNlYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuODgpIi8+PHBhdGggY2xhc3M9ImEiIGQ9Ik00Ljk0OCwxMi44LDEuNzA2LDE2LjA0MlYxMy44MjRIMHY1LjExOUg1LjExOVYxNy4yMzZIMi45bDMuMjQyLTMuMjQyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMS44OCkiLz48L3N2Zz4=");
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 1;
		pointer-events: none;

	}
	.newArticleGallery .lSSlideWrapper:hover::before{
		opacity: 1;
		visibility: visible;
	}

		.newArticleGallery .main .item {
			position: relative;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			overflow: hidden;
			background-color: #404040;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			overflow: hidden;
			padding-bottom: 72px;	
		}

		.newArticleGallery .main.loading .item {
			display: none;
		}

		.newArticleGallery .main.loading .item:first-child {
			display: block;
		}

			.newArticleGallery .main .item img {
				max-width: 100%;
				height: 460px;
				margin: 0 auto;
			}

			.newArticleGallery .main .item .zoom {
				padding: 10px;
				display: block;
				-webkit-transition: .2s;
				-moz-transition: .2s;
				-o-transition: .2s;
				transition: .2s;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;
			}

			.newArticleGallery .main .item .info {
				background: #F6F6F6;
				position: absolute;
				bottom: 0;
				color: #FFF;
				left: 0;
				right: 0;
				padding: 10px 15px;
				height: 72px;
			}

				.newArticleGallery .main .item .info .title {
					font-size: 18px;
					color: #393A3D;
					font-weight: 400;
					line-height: 27px;
					white-space: nowrap;
					overflow: hidden;
					-o-text-overflow: ellipsis;
					text-overflow: ellipsis;
					max-width: 100%;

				}

				.newArticleGallery .main .item .info .source {
					color: #9EA1AA;
					font-size: 15px;
					line-height: 27px;
					font-weight: 400;
					white-space: nowrap;
					overflow: hidden;
					-o-text-overflow: ellipsis;
					text-overflow: ellipsis;
					max-width: 100%;
				}

				.newArticleGallery .lSSlideWrapper .lSSlide {
					padding-bottom: 72px!important;
					height: 532px!important;
				}
				.newArticleGallery .lSSlideOuter .lSPager.lSGallery {
					display: none!important;
				}
				/*.newArticleGallery .lSSlideOuter .lSPager.lSGallery img {
					width: auto;
					max-height: 100px;
				}*/
				.newArticleGallery .lSAction .lSPrev,
				.newArticleGallery .lSAction .lSNext {
					width: 35px;
					height: 35px;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					-webkit-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					border-radius: 50%;
					background-color: #fff !important;
					opacity: 1 !important;
					background-image: none !important;
					-webkit-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					transition: all 0.3s ease;
					margin: 0;
					-webkit-box-shadow: 0 3px 6px #00000073;
					box-shadow: 0 3px 6px #00000073;
					padding: 0;
					margin-top: -36px;

				}
				.newArticleGallery .lSAction .lSPrev .articleSprites,
				.newArticleGallery .lSAction .lSNext .articleSprites{
					width: 14px;
					height: 20px;
					position: relative;
					top: unset;
					left: unset;
					margin: 0;
					background-repeat: no-repeat;
					background-position: center;
					background-size: contain;
					background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjU1IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgOC41NSAxNSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzhhOGM5NDt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk3LjE0MSAxNS4wMDEpIHJvdGF0ZSgtOTApIj48cGF0aCBjbGFzcz0iYSIgZD0iTTcuNSwxMDUuNjkxYTEuMDQ3LDEuMDQ3LDAsMCwxLS43NDMtLjMwN2wtNi40NS02LjQ1YTEuMDUsMS4wNSwwLDAsMSwxLjQ4Ni0xLjQ4Nkw3LjUsMTAzLjE1NWw1LjcwNy01LjcwN2ExLjA1LDEuMDUsMCwwLDEsMS40ODUsMS40ODZsLTYuNDUsNi40NUExLjA0NywxLjA0NywwLDAsMSw3LjUsMTA1LjY5MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz48L2c+PC9zdmc+") !important;
					margin-left: 2px;
				}
				.newArticleGallery .lSAction .lSPrev .articleSprites{
					margin-left: -2px;
					-webkit-transform: rotate(-180deg);
					-ms-transform: rotate(-180deg);
					transform: rotate(-180deg);
				}
				.newArticleGallery:hover .lSAction .lSNext {
					right: 5px;
				}
				.newArticleGallery:hover .lSAction .lSPrev {
					left: 5px;
				}

	.newArticleGallery .lSGallery {
		max-width: none !important;
	}

		.newArticleGallery .lSGallery li {
			padding: 0;
			background: none;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
		}

			.newArticleGallery .lSGallery li a {
				display: block;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
			}

				.newArticleGallery .lSGallery li img {
					-webkit-filter: grayscale(100%);
					-moz-filter: grayscale(100%);
					-o-filter: grayscale(100%);
					-ms-filter: grayscale(100%);
					filter: grayscale(100%); 
					-webkit-transition: .2s;
					-moz-transition: .2s;
					-o-transition: .2s;
					transition: .2s;
					-webkit-border-radius: 0;
					-moz-border-radius: 0;
					border-radius: 0;
					width: 100%;
				}

				.newArticleGallery .lSGallery li:hover img,
				.newArticleGallery .lSGallery li.active img {
					-webkit-filter: grayscale(0);
					-moz-filter: grayscale(0);
					-o-filter: grayscale(0);
					-ms-filter: grayscale(0);
					filter: grayscale(0); 
				}

.newArticleTable.type_1 {
	max-width: 100%;
	overflow-x: auto;
}

	.newArticleTable.type_1 table {
		border: 1px solid silver;
		border-collapse: collapse;
		font-size: 15px;
		color: #535353;
		min-width: 500px;
		text-align: left;
		display: table !important;
	}

	.newArticleTable.type_1 table tbody {
		display: table-row-group !important;
	}

	.newArticleTable.type_1 tr {
		display: table-row !important;
	}

	.newArticleTable.type_1 th,
	.newArticleTable.type_1 td {
		display: table-cell !important;
		padding: 10px;
		border: 1px solid #d3d3d3;
	}


	#article-box .articleContent .newArticleTable.type_1 td {
		width: auto !important;
	}

	.newArticleTable.type_1 th {
		color: #fff;
		background-color: #548feb;
		border: 1px solid #427bd2;
		text-transform: uppercase;
		font-weight: normal;
	}

	.newArticleTable.type_1 td.highlighted {
		background-color: #F3F8FF;
	}

	.newArticleTable.type_1 td.greenText {
		color: #6FBB1A;
		text-align: center;
	}

	.newArticleTable.type_1 td.redText {
		color: #DC3131;
		text-align: center;
	}

.newArticleTable.type_2 {
	background-color: #fbfeb8;
}

	.newArticleTable.type_2 table {
		border: 1px solid #949494;
		border-collapse: collapse;
		color: #333;
		min-width: 500px;
		text-align: left;
	}

	.newArticleTable.type_2 th,
	.newArticleTable.type_2 td {
		padding: 10px;
		border: 1px solid #949494;
	}

	.newArticleTable.type_2 th {
		border: 1px solid #949494;
		font-weight: normal;
	}

	.newArticleTable.type_2 a {
		color: #FF3C7A;
	}

.newArticleTable.type_3 {
	max-width: 100%;
	overflow-x: auto;
}

	.newArticleTable.type_3 table {
		border: 1px solid silver;
		border-collapse: collapse;
		font-size: 15px;
		color: #535353;
		min-width: 500px;
		text-align: left;
	}

	.newArticleTable.type_3 th,
	.newArticleTable.type_3 td {
		padding: 10px;
		border: 1px solid #d3d3d3;
	}

	.newArticleTable.type_3 th {
		color: #fff;
		background-color: #548feb;
		border: 1px solid #427bd2;
		text-transform: uppercase;
		font-weight: normal;
	}

	.newArticleTable.type_3 .woman td:first-child {
		background-color: #FFE3E8;
	}

	.newArticleTable.type_3 .man td:first-child {
		background-color: #DDF8FF;
	}

	.newArticleTable.type_3 .sum td {
		font-size: 140%;
	}

	.newArticleTable.type_3 .sum td:first-child {
		background-color: #FFFFC9;
	}

	.newArticleTable.type_3 .empty td {
		border-color: #fff;
	}


/* Exit Layer */
#exitLayerContent {
	width: auto;
	max-width: 749px;
	border-radius: 3px;
	overflow: hidden;
}

#exitLayerContent .items {
	background-color: #fff;
	padding: 25px 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

	#exitLayerContent .items .item {
		float: left;
		width: 30%;
		margin-left: 5%;
		text-align: left;
		text-decoration: none;
	}

	#exitLayerContent .items .item:first-child {
		margin-left: 0;
	}

		#exitLayerContent .items .item .itemImage {
			display: block;
			overflow: hidden;
			position: relative;
		}

			#exitLayerContent .items .item .itemImage img {
				width: 100%;
				border-radius: 3px;
			}

			#exitLayerContent .items .item .itemImage .hover {
				background-color: rgba(0, 0, 0, 0.5);
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				opacity: 0;
				-o-transition: opacity .2s;
				-ms-transition: opacity .2s;
				-moz-transition: opacity .2s;
				-webkit-transition: opacity .2s;
				transition: opacity .2s;
			}

			#exitLayerContent .items .item:hover .itemImage .hover {
				opacity: 1;
			}

				#exitLayerContent .items .item .itemImage .hover table {
					width: 100%;
					height: 100%;
				}

					#exitLayerContent .items .item .itemImage .hover table td {
						width: 100%;
						height: 100%;
						text-align: center;
					}

						#exitLayerContent .items .item .itemImage .hover table td span {
							background-color: #fff;
							padding: 12px 15px;
							color: #ff5770;
							line-height: 100%;
							border-radius: 100px;
							font-size: 15px;
						}

		#exitLayerContent .items .item .itemName {
			color: #2d2d2d;
			margin-top: 5px;
			font-size: 14px;
			display: block;
		}

	#exitLayerContent .close {
		padding: 5px;
		position: absolute;
		top: 10px;
		right: 10px;
		opacity: 0.4;
		cursor: pointer;
	}

		#exitLayerContent .close i {
			background-position: -260px -228px;
			display: block;
			width: 16px;
			height: 16px;
		}

/* Mobile */
#mobileBody .newArticleA {
	margin-right: 0;
	padding: 10px;
}

#mobileBody .newArticleA.q {
	padding: 10px 0;
}

	#mobileBody .newArticleA.q > .info {
		margin-left: 10px;
	}

#mobileBody .newArticleIntro {
	margin-right: 0;
	padding: 10px;
}

#mobileBody .newArticleButton {
	overflow: hidden;
}

#mobileBody .newArticleSection {
	padding: 5px 10px !important;
}

#mobileBody .newArticleInfo {
	margin: 0;
	padding: 15px 10px;
}

#mobileBody .newArticleGallery {
	margin-right: 0;
	padding: 12px 0 !important;
}

	#mobileBody .newArticleGallery .main {
		margin: 0;
	}

	#mobileBody .newArticleGallery .main .item {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		height: 532px;
	}

	#mobileBody .newArticleGallery .lSGallery li img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#mobileBody .newArticleGallery .main .item img{
		width: unset;
		height: unset;
		max-width: 100%;
		max-height: 100%;

	}

	#mobileBody .newArticleGallery .lSAction {
		/*display: none !important;*/
	}

#mobileBody .newArticleImage {
	padding-left: 5px;
	padding-right: 5px;
}

#mobileBody .newArticleVideo {
	padding-left: 5px;
	padding-right: 5px;
}

#mobileBody .newArticleButton {
	margin-left: 0;
	margin-right: 0;
}
#mobileBody .newArticleBtn .newArticleButton.type_1{
	width: 100%;
}

#mobileBody .newArticleInfo.quote .icon {
	margin: 10px auto;
	float: none;
	display: block;
}

#mobileBody .newArticleInfo .text {
	margin-left: 0;
}

	#mobileBody .newArticleInfo .text p {
		text-align: center;
	}
	
	#mobileBody .newArticleInfo.alert .text p,
	#mobileBody .newArticleInfo.info .text p {
		text-align: left;
	}

		#mobileBody .newArticleInfo .text p .author {
			display: inline-block;
			
		}

		
		#mobileBody .newArticleGallery .lSAction .lSPrev {
			left: 5px;
		}
		
		#mobileBody .newArticleGallery .lSAction .lSNext {
			right: 5px;
		}
		#mobileBody .newArticleGallery .lSSlideWrapper::before{
			opacity: 1;
			visibility: visible;
		}


@media screen and (max-width: 800px) {
	#mobileBody .newArticleIntro {
		font-size: 17px;
	}

	#mobileBody .newArticleSection .title {
		font-size: 19px;
	}

	#mobileBody .newArticleSection .text {
		font-size: 17px;
	}

	#mobileBody .newArticleInfo .text {
		font-size: 17px;
	}

	#mobileBody .newArticleButton.type_1 span {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	#mobileBody .newArticle.old .newArticleContent .newArticleOldHead .title h1 {
		font-size: 20px;
	}

	#mobileBody iframe {
		height: 380px;
		width: 100%;
	}

	#mobileBody .newArticleIntro {
		font-size: 15px;
	}

	#mobileBody .newArticleSection .title {
		font-size: 17px;
	}

	#mobileBody .newArticleSection .text {
		font-size: 15px;
	}

	#mobileBody .newArticleInfo .text {
		font-size: 15px;
	}

	#mobileBody .newArticleButton.type_1 span {
		font-size: 17px;
	}

	#mobileBody .newArticleGallery .main .item .info {
		padding: 8px 10px;
	}

	#mobileBody .newArticleGallery .main .item .info .title {
		font-size: 16px;
		line-height: 22px;
		/*max-height: 48px;*/
		overflow: hidden;
		/*-webkit-line-clamp: 2;*/
		/*display: -webkit-box;*/
		-webkit-box-orient: vertical;
	}

	#mobileBody .newArticleGallery .main .item .info .source {
		font-size: 14px;
		line-height: 23px;
		/*height: 25px;*/
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#mobileBody .newArticleButton.type_1 b{
		display: none;
	}
	#mobileBody .newArticleButton.type_1{
		border-radius: 0;
	}
	#mobileBody .newArticleButton.type_1 span{
		padding-left: 10px;
		padding-right: 10px;
	}
	#mobileBody .newArticleGallery {
		padding: 0 !important;
	}

}

@media screen and (max-width: 500px) {
	#mobileBody iframe {
		height: 300px;
	}
	#mobileBody .newArticleGallery .lSSlideWrapper .lSSlide,
	#mobileBody .newArticleGallery .main .item {
		height: 425px;
	}
	#mobileBody .newArticleGallery .lSSlideWrapper .lSSlide{
		height: 440px!important;
	}
	#mobileBody .newArticleGallery .lSAction .lSPrev,
	#mobileBody .newArticleGallery .lSAction .lSNext{
		top: 175px;
		margin-top: 0;
		margin-top: -17.5px;
	}
}

@media screen and (max-width: 400px) {
	#mobileBody iframe {
		height: 220px;
	}
}

@media screen and (max-width: 320px) {
	#mobileBody iframe {
		height: 150px;
	}
}
