div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.more_photo {  
  margin: 20px 10px 30px 0;  
  float: left;  
  height: 100%;
}  
.photo {
    float: left;
    clear: both;
}
.news_article_bottom  {
	float: left;
    clear: both;
    width: 100%;
    margin-top: 40px;
}

.tags {
    zoom: 1;
}

.tags:before, .tags:after {
    content: '';
    display: table;
}

ul.tags li a {
    height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    color: #9b9b9b;
    text-decoration: none;
    border: 1px solid #c1c1c1; 
    border-radius: 22px;
    vertical-align: middle;
}

ul.tags li a:hover {
        color: #65bff1; 

    border: 1px solid #65bff1; 
}


ul.tags {
	margin-top: 30px;
	padding: 0px;
    margin-bottom: 110px;
}

.tags li {
    position: relative;
    float: left;   
    list-style: none;
    margin-right: 20px;
    margin-top: 15px;
}


.blue span {
    background: #56a3d5;
    border-color: #3591cd #318cc7 #2f86be;
    background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
    background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
    background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
    background-image: linear-gradient(to bottom, #6aaeda, #4298d0);
}


.hr-r {
    width: 100%;
    height: 1px;
    color:#bebebe;
    background-color: #bebebe;
    margin-top: 40px;
    clear: both;float: left;
}

.link {
    padding-bottom: 0px;
}

.key {
    color: #65bff1;
    padding-top: 2px;
}

.val {
    padding-right: 7px;
}


.stuck {
    position:fixed;
    top:0;
}
