/* CSS Document */
body{
	overflow-x: hidden;
	background-color: #f3f3f3;
}


/*主体部分*/
.mainIndex{
	width: 7.5rem;
	margin: 0.2rem auto;
	/*margin-top: -240px;*/
}

	/*新闻轮播*/
	.newsPageCarousel{
		width: 7.2rem; 
		height: 9.2rem;
		margin: 0.2rem auto;

	}
		.newsPageCarouselContent{
			width: 100%; 
			height: 9.2rem;
			position: relative;
		}
			.newsPageCarouselLink{
				width: 100%; 
				height: 9.2rem;
				position: absolute;
				top: 0;
				left: 0;
				background-color: #282828;
				display: none;
			}
			.newsPageCarouselText{

				width: 7.2rem;
				height: 3.1rem;
				position: absolute;
				top: 5.6rem;
				left: 0rem;
			}
				.newsPageCarouselText>h1{
					width: 6.8rem;
					height: 0.4rem;
					margin: 0 auto;
					font-size: 0.3rem;
					color: #ffffff;
					line-height: 0.4rem;
					display: -webkit-box;
					overflow: hidden;
					white-space: normal;
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;	
					text-overflow: ellipsis;
					text-align: left;
				}
				.newsPageCarouselText>span{
					width: 6.8rem;
					height: 0.4rem;
					margin: 0 auto 0.1rem auto;
					display: block;
					font-size: 0.24rem;
					line-height: 0.4rem;
					color: #ffffff;
				}
				.newsPageCarouselText>p{
					width: 6.8rem;
					height: 1.66rem;
					margin: 0 auto;
					font-size: 0.24rem;
					color: #ffffff;
					text-align: justify;
					line-height: 0.34rem;
					display: -webkit-box;
					overflow: hidden;
					white-space: normal;
					-webkit-line-clamp: 5;
					-webkit-box-orient: vertical;	
					text-overflow: ellipsis;
				}
				.newsPageCarouselText>div{
					width: 1.8rem;
					height: 0.48rem;
					border: solid 1px #ffffff;
					border-radius: 0.3rem;
					font-size: 0.24rem;
					line-height: 0.46rem;
					color: #ffffff;
					text-align: center;
					margin: 0.2rem 0 0 0.2rem;
				}
			.newsPageCarouselimg{
				
				display: block;
				width: 7.2rem;
				height: 5.4rem;
				position: absolute;
				top: 0rem;
				left: 0rem;
			}
		/*轮播按钮*/
		.newsPageCarouselCtrl{
			width: 2rem;
			height: 0.3rem;
			overflow: hidden;
			position: relative;
			top: -4.2rem;
			left: 2.95rem;	
		}

			.newsPageCarouselCtrl>div{
				width: 0.2rem;
				height: 0.2rem;
				border-radius: 50%;
				float: left;
				margin-left: 0.1rem;
				font-weight: bold;
				margin-top: 0.05rem;
				background-color: #ffffff;
				opacity: 0.4;
			}
			.newsPageCarouselCtrl>div:hover{
				cursor: pointer;
			}

	/*新闻列表*/
	.newsListContent{
		width: 7.2rem;
		margin: 0px auto;
	}
		.newsListPublic{
			width: 7.2rem;
			margin: 0px auto;
		}
		.newsListPublic>li{
			width: 7.2rem;
			height: 1.2rem;
			margin: 0rem auto 0.2rem auto;
			background-color: #ffffff;
		}
			.newsLinkContent{
				width: 7.2rem;
				height: 1.2rem;
				margin: 0rem auto;
				overflow: hidden;
			}
				.newsLinkContent>div{
					float: left;
					height: 1.2rem;
				}
				.newsLinkTime{
					width: 1.4rem;
					background-color: #52a2df;
				}
					/*月份日期*/
					.newsLinkMDay{
						width: 1.4rem;
						height: 0.5rem;
						font-size: 0.32rem;
						line-height: 0.5rem;
						color: #ffffff;
						text-align: center;
						font-weight: bold;
						margin-top: 0.2rem;
					}
					/*年份*/
					.newsLinkYear{
						width: 1.4rem;
						height: 0.3rem;
						font-size: 0.18rem;
						line-height: 0.3rem;
						color: #ffffff;
						text-align: center;
						font-weight: bold;
					}
					.newsLinkYear>span{
						padding: 0 0.04rem;
					}
				.newsLinkText{
					width: 5.6rem;
					height: 1.6rem;
					margin: 0rem 0.1rem;
				}
					.newsLinkText>h1{
						width: 5.6rem;
						height: 0.36rem;
						font-size: 0.28rem;
						font-weight: bold;
						line-height: 0.36rem;
						color: #333333;
						display: -webkit-box;
						overflow: hidden;
						white-space: normal;
						-webkit-line-clamp: 1;
						-webkit-box-orient: vertical;	
						text-overflow: ellipsis;
						margin: 0.1rem auto 0.1rem auto;	
					}
					.newsLinkText>p{
						width: 5.6rem;
						height: 0.56rem;
						font-size: 0.24rem;
						line-height: 0.28rem;
						color: #999999;

						display: -webkit-box;
						overflow: hidden;
						white-space: normal;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;	
						text-overflow: ellipsis;	
					}					


			.newsLinkContent:hover{
				cursor: pointer;
				box-shadow: 0px 2px 10px #888888;
			}

			.newsLinkContent:hover .newsLinkText>h1{
				text-decoration: underline;
			}
			.newsLinkContent:hover .partyNewsLinkTitle{
				
				color: #ff4400;
				
			}



