div.news-detail{
	border-bottom:1px dotted #CCCCCC;
}

div.news-detail h1{
	line-height:28px;
}

p.event_date{

}

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;}

div.news-detail a.register_form:link,
div.news-detail a.register_form:visited,
div.news-detail a.register_form:active{
	display:block;
	padding:15px 10px;
	width:250px;
	margin:10px auto;
	background: #00aeef;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

div.news-detail a.register_form:hover{
	background: #004DB9;
}

.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; overflow:hidden;}
.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;
}

/*************************************/
div.form-detail{
	/*font-family: supermarket;
	font-size:17px;
	line-height:19px;*/
}

.news-detail-block{
	clear:both;
	/*border-bottom:1px solid #CCC;*/
	padding:10px 0;
}
.form-detail span.txt-head{
	font-size:15px;
	color:#069;
	font-style:italic;
}
.form-detail span.txt-head2{
	color:#666;
}
.detail-date,
.detail-by,
.detail-tel,
.detail-email
{
	padding-left:26px;
	height:24px;
	line-height:24px;
}
.detail-date{
	background:url(images/icon-date.gif) no-repeat;
	font-style:italic;
	color:#999;
	/*float:left;*/
	font-size:15px;
}
.detail-by{
	background:url(images/icon-by.gif) no-repeat;
	font-style:italic;
	color: #999;
	/*float:right;*/
	font-size:15px;
}
.detail-tel{
	background:url(images/icon-tel.gif) no-repeat;
	font-style:italic;
	color:#999;
}
.detail-email{
	background:url(images/icon-email.gif) no-repeat;
	font-style:italic;
	color:#999;
}
.detail-name{
	padding:5px 0;
	line-height:24px;
	font-style:italic;
	color:#999;
}
.news-detail-footer .news-detail-left{
	/*float:left;*/
	width:100%;
	/*height:100px;*/
	/*border-right:1px solid #CCC;*/
	border-bottom:1px solid #CCC;
}
.news-detail-footer .news-detail-right{
	/*float:right;*/
	/*text-align:right;*/
	font-style:italic;
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
.news-detail-footer .news-detail-right a:link,
.news-detail-footer .news-detail-right a:visited,
.news-detail-footer .news-detail-right a:active
{
	color:#999;
}

/* 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;}


/**/
.detail-date, .detail-by{
	float:none;
}
.news-detail-footer .news-detail-left{
	float:none;
	width: auto;
	height: auto;
	border-right:0;
}
.news-detail-footer .news-detail-right{
	float:none;
	text-align:left;
	margin-top:30px;
}
}

/*  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;}

/**/
.detail-date, .detail-by{
	float:none;
}
.news-detail-footer .news-detail-left{
	float:none;
	width: auto;
	height: auto;
	border-right:0;
}
.news-detail-footer .news-detail-right{
	float:none;
	text-align:left;
	margin-top:30px;
}
}

/*  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;}
}