.yn-intro{
	padding: 0 10px;
}
.yn-intro h2.title{
	border-bottom: 1px solid #eee;
	width: 100%;
    text-align: center;
    padding: 15px;
}

.yn-intro .news_parent{
	
}
.yn-intro .news_parent .news_child {
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
	height: 90px;
	overflow: hidden;
}
.yn-intro .news_parent .news_child:first-child{
	height: auto;
	padding-top: 0;
}
.yn-intro .news_parent .news_child p.news_title{
	font-size: 18px;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.yn-intro .news_parent .news_child:first-child p.news_detail{
	display: none;
}
.yn-intro .news_parent .news_child p.news_detail{
	font-size: 14px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.yn-intro .news_parent .news_child .news_child_item{
	display: inline-block;	
}

.yn-intro .news_parent .news_child .news_child_item p{
	margin-bottom: 0px;
}
.yn-intro .news_parent .news_child .news_child_item:first-child{
	width: 34%;
    padding-right: 10px;
}
.yn-intro .news_parent .news_child .news_child_item:last-child{
	width: 65%;
}
.yn-intro .news_parent .news_child .news_child_item a{
	display:block;
}
.yn-intro .news_parent .news_child:first-child .news_child_item{
	display: block;
	width: 100%;
	padding-right: 0px;
}
.yn-intro .news_parent .news_child .news_child_item:first-child img{
	width: 100%;
	height: 70px;
}

.yn-intro .news_parent .news_child:first-child .news_child_item:first-child img{
	width: 100%;
	height: 196px;
} 
.yn-intro .news_parent.newprojects .news_child:nth-child(1) .news_title,
.yn-intro .news_parent.newslist .news_child:nth-child(1) .news_title{
   font-weight:normal;
}
.showmore{
	padding: 10px 0px;
    text-align: center;
    background: #eee;
    font-size: 20px;
}
.paragraphs-outer p {
     text-indent: 0em;
}
.paragraphs-outer img {
    width: 100%;
    height: auto !important;
}

.anchors{
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 100;
}
.share_fixed{
	width: 100%;
	height: 55px;
	position: fixed;
	bottom: 0px;
	z-index: 101;
	background: rgba(0,0,0,.7);
}
.share_fixed .fixed_item{
	display: inline-block;
	width: 40%;
	color: #fff;
	text-align: center;
	line-height: 55px;
}
.share_fixed .fixed_item:first-child{
	width: 15%;
}
.share_fixed .fixed_item img{
	width: 30px;
	vertical-align: middle;
}
.share_fixed .fixed_item:first-child img{
	width: 16px;
}


.ynmd-overlay{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 120;
	background: rgba(0,0,0,.3);
	display: none;
}
.ynmd-modal{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 130;
	background: #fff;
}
.ynmd-show{
	display: block;
}
.ynmd-content .share-parent{
	padding: 20px 10px 20px 10px;
	font-size:0;
	background: #efefef;
}
.ynmd-content .share-item{
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 14px;
}
.ynmd-content .share-item img{
	width: 60px;
    margin-bottom: 5px;
}
.reinput{
	text-align: center;
	padding: 20px 0px;
}


.make-qrcode{
	position: absolute;
    bottom: 145px;
    z-index: 100;
    display: none;
}
.make-qrcode img{
	width: 145px !important;
	height: 145px;
}
.qrcodeShow{
	display: block;
}