div.news-detail{font-size:15px; line-height:26px;}
div.news-detail .news-date-time{
	color:#777;
	padding:0;
	display:block;
	font-size:11px;
	clear:both; padding-top:15px;
}

div.news-detail  .title_name{ font-size:18px; font-weight:bold; color:#283897; padding-bottom:20px; padding-top:10px;}

div.news-detail ul.photo_list{
	list-style:none;
	padding:0;
	margin:0;
	width:730px;
	overflow: hidden;
}

div.news-detail ul.photo_list li{
	float:left;
	padding:0;
	text-align:center;
	margin: 0 10px 10px 0;
}
div.news-detail ul.photo_list .image-block{ 
	display:block;position: relative; 
	width:155px; height:100px; 
	overflow:hidden;
	border: 1px solid #d5d5d5;
	padding:7px;
	border-radius: 4px 4px 4px 4px;
	background:#FFFFFF;
}
div.news-detail ul.photo_list .image-block:hover{border: 1px solid #3fc8f4;box-shadow:0 0 5px #3fc8f4;}
.pic_size{ height:100px; overflow:hidden;}
div.news-detail img.img_thumb{ width:100%; height:auto; margin: 0px;}

.note_item{ font-size:11px; font-style:italic; color:#666; padding-top:3px;}

/* Text */
.note_item a:link {color:#888; text-decoration:none;}
.note_item a:visited {color:#888;}
.note_item a:active {color:#888;}
.note_item a:hover {color:#333;}

/**/
.detail_social{
	padding:5px 0px;
}

a.back-to-list{
	line-height:22px;
	margin:5px 0px;
	padding:10px 0;
}

p.share{
	margin:0;
	padding:0 5px;
	display:block;
	line-height:22px;
	font-weight:bold;
	font-size:11px;
	color:#666666;
	float:right;
}


.share_social {
    border: 1px solid #E3E3E2;
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
}
.MoreRelated_box{ border-top:1px solid #CCC;}
.properties_page{font-size:12px; color: #777; padding-bottom:10px;}
.properties_page strong { color: #777;}
.tags_detail_item {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    margin-top: 8px;
    padding: 6px 10px;
}

.icon-large{
	margin-right:5px;
	width:40px;
	height:27px;
	border:1px solid #CCC;
	background:no-repeat;
	background-size: cover;
	float:left;
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
div.news-detail ul.photo_list{
	list-style:none;
	padding:0;
	margin:0;
	width:510px;
}
div.news-detail ul.photo_list .image-block{ 
	display:block;position: relative; 
	width:140px; height:90px; 
	overflow:hidden;
	border: 1px solid #d5d5d5;
	padding:7px;
	border-radius: 4px 4px 4px 4px;
	background:#FFFFFF;
}
.pic_size{ height:90px; overflow:hidden;}
}

/*  Mobile Layout: 320px.*/
@media only screen and (max-width: 767px) {
div.news-detail ul.photo_list{
	list-style:none;
	padding:0;
	margin:0;
	width:320px;
}
div.news-detail ul.photo_list .image-block{ 
	display:block;position: relative; 
	width:120px; height:70px; 
	overflow:hidden;
	border: 1px solid #d5d5d5;
	padding:6px;
	border-radius: 4px 4px 4px 4px;
	background:#FFFFFF;
}
.pic_size{ height:70px; overflow:hidden;}
}

/*  Wide Mobile Layout: 480px.*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
div.news-detail ul.photo_list{
	list-style:none;
	padding:0;
	margin:0;
	width:440px;
}
div.news-detail ul.photo_list li{
	float:left;
	padding:0;
	text-align:center;
	margin: 0 25px 15px 0;
}
div.news-detail ul.photo_list .image-block{ 
	display:block;position: relative; 
	width:170px; height:110px; 
	overflow:hidden;
	border: 1px solid #d5d5d5;
	padding:10px;
	border-radius: 4px 4px 4px 4px;
	background:#FFFFFF;
}
.pic_size{ height:110px; overflow:hidden;}
}