.lylMainBanner{
	width: 100%;
	
}
.lylMainBanner img.lylMainBannerImg{
	display: block;
	width: 100%;
	
}

/* 详情样式 */
.lylNewsDetailsView{
	width: 1200px;
	margin: 79px auto;
	overflow: hidden;
}
.lylNewsDetailsContLeft{
	width: 830px;
	
}
.lylNewsDetailsContLeftDate .lylSpan1{
	color: #006634;
	font-size: 38px;
	font-weight: bold;
}
.lylNewsDetailsContLeftTitle{
	width: 90%;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	overflow: hidden;
}
.lylNewsDetailsContentLeft{
	padding-right: 30px;
	border-right: 1px solid #676767;
}
.lylNewsDetailsContLeftSource{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	line-height: 36px;
	color: #989898;
	border-bottom: 1px solid #676767;
	padding-bottom: 8px;
}
.lylNewsDetailsContLeftShareDiv{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	position: relative;
}
.lylNewsDetailsContLeftShareDiv .lylShareWeixinView{
	position: absolute;
	top: 37px;
	left: -87px;
    padding: 10px;
    width: 240px;
    height: 330px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
    display: none;
}
.lylShareWeixinView .lylTitle{
	font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}
.lylShareWeixinView .lylTitle .lylWeixinPopupClose{
	width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}
.lylShareWeixinView .lylWeiXinQrCode{
	
	padding: 15px 10px;
    min-height: 150px;
}
.lylShareWeixinView .lylWeiXinFooter{
	font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}
.lylNewsDetailsContLeftShareDiv span.lylSpan{
	cursor: pointer;
}
.lylNewsDetailsContLeftShareDiv .lylSpan3,.lylNewsDetailsContLeftShareDiv .lylSpan4{
	margin: 0 5px;
}
.lylNewsDetailsContLeftIntroduce .lylNewsDetailsContP{
	margin-top: 20px;
	overflow: hidden;
}
.lylNewsDetailsContLeftIntroduce p{
	line-height:24px;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
}
.lylNewsDetailsContLeftIntroduce p span{
	line-height:24px;
}
.lylNewsDetailsContLeftIntroduce p img{
	/* display: block;
	width: 100%;
	height: 100%; */
}
.lylNewsDetailsContLeftIntroduce .lylNewsDetailsContP img.lylImg{
	/* display: block;
	width: 100%;
	height: 100%; */
}
.lylNewsDetailsContLeftIntroduce .lylNewsDetailsContP .lylH5{
	font-size: 14px;
	font-weight: bold;
}
.lylNewsDetailsContLeftIntroduce .lylNewsDetailsContP img.lylImg:nth-child(2){
	margin: 0 30px;
}
.lylNewsDetailsContPieceView{
	border-top: 1px solid #676767;
	margin-top: 20px;
}
.lylNewsDetailsContPieceDiv{
	margin-top: 10px;
}
.lylNewsDetailsContPieceDiv .lylPiecA{
	display: inline-block;
	color: #333333;
	line-height: 30px;
}
.lylNewsDetailsContRight{
	width: 320px;
	height: 100%;
	padding-left: 20px;
	margin-top: 70px;
}
.lylNewsDetailsContRightList .lylNewsDetailsContRightListTitle{
	font-size: 16px;
	font-weight: bold;
}
.lylNewsDetailsContRightList ul .lylNewsDetailsContRightListLi{
	padding-left: 40px;
	margin-top: 15px;
	position: relative;
	
}
.lylNewsDetailsContRightList ul .lylNewsDetailsContRightListLi .lylspan1{
	position: absolute;
	width: 6px;
	height: 6px;
	top: 8px;
	left: 20px;
	background: #08603a;
}
.lylNewsDetailsContRightList ul .lylNewsDetailsContRightListLi .lylListA{
	display: block;
	width: 90%;
	line-height: 20px;
	color: #333333;
	
}
