.news_detail {
	position: relative;
}
.news_detail .cat_title {
   display: none;
}
.news_detail .title {
    border-bottom: 1px solid #CCCCCC;
    color: #0E5FA3;
    font-family: tahoma;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none;
}
.news_detail .hit_share{
	position: absolute;
	right: 0;
	top: 6px;
}

.news_detail .news_time {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}
.news_detail .summary {
 color: #505050;
    font-weight: bold;
    margin: 0 0 20px;
}
.news_detail .summary {
 color: #505050;
    font-weight: bold;
    margin: 0 0 20px;
}
.news_detail  .relate_t {
    margin-bottom: 22px;
}
.news_detail  .relate_t a{
    color: #0E5FA3;
    font-weight: bold;
}
.news_detail .related {
    padding: 10px;
}

.news_detail .relate_title {
    color: #222222;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news_detail .related .relate_content {
    background: url("../images/line-relate.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #EEEEEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.comments {
    max-width:600px;
}
.news_tags h2.tag, .news_tags font {
    float: left;
    font-weight: normal;
}
.news_tags h2.tag a {
    color: #333333;
}
.news_detail .description p,.news_detail .description ul li, .news_detail .description div {
    margin-bottom: 12px;
}
.news_tags{
	margin-top: 20px;
}
.tags_title{
	float: left;
    font-size: 13px;
    margin-right: 10px;
    text-transform: uppercase;
}