﻿.newsdetails-r1 {
	width: 100%;
	min-width: 1200px;
	height: 480px;
	text-align: center;
	color: #FFF;
	background: url(../images/news/newsDetailsTopBackground.jpg) top center no-repeat;
}

	.newsdetails-r1 h2 {
		font-size: 80px;
		text-shadow: 3px 3px 3px #000;
		letter-spacing: 5px;
		line-height: normal;
	}

	.newsdetails-r1 p:nth-of-type(1) {
		font-size: 40px;
		font-family: Arial;
		text-shadow: 3px 3px 3px #000;
		margin-bottom: 30px;
	}

.newsdetails-r2 {
	width: 1200px;
	margin: -110px auto 0;
}

	.newsdetails-r2 .newsdetails-r2-left {
		width: 940px;
		height: auto;
		float: left;
	}

		.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c1 {
			width: 100%;
			height: 55px;
			line-height: 55px;
			border-top-left-radius: 5px;
			-webkit-border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			margin-top: 55px;
			overflow: hidden;
			background: rgba(241,241,241,0.7);
		}

			.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c1 h3 {
				display: table-cell;
				padding-left: 20px;
				float: left;
				font-size: 22px;
				color: #d8000b;
				text-shadow: 1px 1px 0 #FFF;
			}

				.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c1 h3 span {
					font-size: 16px;
					padding-left: 10px;
				}

			.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c1 .newsdetails-c1-span {
				display: table-cell;
				float: right;
				padding-right: 10px;
				color: #303030;
			}

				.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c1 .newsdetails-c1-span a {
					color: #303030;
				}

					.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c1 .newsdetails-c1-span a:hover {
						color: #d8000b;
					}

		.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c2 {
			width: 100%;
			padding: 40px 20px 20px;
			height: auto;
			text-shadow: 1px 1px 0 #FFF;
			background: #f1f1f1;
		}

			.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c2 h2 {
				font-size: 24px;
			}

			.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c2 p {
				font-size: 14px;
				margin-top: 15px;
				padding-left: 20px;
				background: url(../Images/news/newsListTime.png) left center no-repeat;
				background-size: 15px auto;
			}

	.newsdetails-r2 .newsdetails-r2-right {
		width: 240px;
		height: auto;
		float: right;
	}

	.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c3 {
		width: 100%;
		min-height: 500px;
		padding: 30px 20px 20px;
		background: #f1f1f1;
	}

		.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c3 p {
			font-size: 14px;
			/*line-height: 200%;
			text-indent: 2em;*/
			margin-bottom: 10px;
			text-shadow: 1px 1px 0 #FFF;
		}

		.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c3 img {
			display: block;
			max-width: 900px;
            width:100%;
			height: auto;
			margin: 0 auto;
		}

	.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c4 {
		width: 100%;
		height: auto;
		padding: 20px 50px 20px 20px;
		background: #999;
	}

		.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c4 li {
			padding: 5px 0;
		}

			.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c4 li span {
				display:inline-block;
				color: #FFF;
				float: left;
				padding:5px 8px;
				margin-right:10px;
				background:#303030;
			}

			.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c4 li a {
				padding:5px 0;
				color:#FFF;
				float: left;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
			}

				.newsdetails-r2 .newsdetails-r2-left .newsdetails-r2-c4 li a:hover {
					color: #d8000b;
				}

	.newsdetails-r2 .newsdetails-r2-right h2 {
		width: 100%;
		height: 110px;
		font-size: 24px;
		color: #FFF;
		padding: 40px 0 0 30px;
		line-height: normal;
		background: url(../Images/news/newsRigthTitle.png) no-repeat;
	}

		.newsdetails-r2 .newsdetails-r2-right h2 span {
			font-size: 16px;
			font-family: Arial;
			font-weight: normal;
		}

	.newsdetails-r2 .newsdetails-r2-right ul {
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}

		.newsdetails-r2 .newsdetails-r2-right ul li {
			line-height: 55px;
			padding-left: 40px;
			border-bottom: 1px solid #e0e0e0;
		}

			.newsdetails-r2 .newsdetails-r2-right ul li a {
				font-weight: bold;
				padding-left: 15px;
				color: #303030;
				background: url(../Images/news/newsTitlePic.png) left center no-repeat;
				background-size: 6px auto;
			}

				.newsdetails-r2 .newsdetails-r2-right ul li a:hover {
					color: #d8000b;
					background: url(../Images/news/newsTitlePicHover.png) left center no-repeat;
					background-size: 6px auto;
				}

			.newsdetails-r2 .newsdetails-r2-right ul li .active {
				color: #d8000b;
				background: url(../Images/news/newsTitlePicHover.png) left center no-repeat;
				background-size: 6px auto;
			}
