﻿.tagheader{
	height: auto;
    overflow: hidden;
	background-color:#dceefb;
	margin-bottom:10px;
	border-radius: 5px;
}
.tagheader .tagimg{
	float:right;
	width:200px;
}
.tagheader .tagimg img{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width:100%;
}
.tagheader .tagtitle,.tagheader p.taginfo{
	float:left;
	width:800px;
}
.tagtitle{height:36px;}
.tagheader .tagtitle{

	font-weight:900;
	margin:10px 0 0 10px;
	float:left;
}
.tagheader .tagtitle span{
	float: left;
	margin-top:1px;
	margin-left: 10px;
	font-size: 14px;
}
.tagheader h1{
	color:red;
    margin-left: 5px;
    font-size:20px
}
.tagheader p.taginfo{text-indent:2em;
	font-size:13px;
	margin:0 0 10px 10px;
	text-align:justify;
}
.related{
	margin-bottom:10px;
	font-size:20px;
}
.related span{
	color:#f00;
}
.taglist{
	width:800px;
	float:left;
	border: 1px #e8eff5 solid;
	background-color:#fff;
	border-radius: 5px;
    padding: 10px;
}
.taglist ol{padding-left:22px;}
.taglist ol li{float:left; width:32%;  height: 32px; line-height: 32px;  border-bottom: 1px solid #f3f3f3;  list-style-type:decimal; }
.tagsb{float:left; width:98%; padding-left:2%; white-space: nowrap; overflow: hidden; height:19px; padding-top:12px; font-size:12px;  border-bottom: 1px #efeeee solid;}
.tagsb a{float:left; padding-left:3px; height:16px; line-height:16px;}
.tagsb h2{float:left;  height:16px; line-height:16px; font-size:15px; color:blue;}

.notag{text-align:center;font-size: 16px;font-weight: 600;}
.tagright{
	float:right;
	width:208px;
}
.tagright .newtag{
	border: 1px #e8eff5 solid;
    padding:0 10px;
}
.tagright .newtag h3{
	border-bottom: 3px solid #e8eff5;
    line-height: 30px;
	font-size: 16px;
}
.tagright .newtag{
	font-size:15px;
	margin:5px 0;
	line-height:35px;
	text-align:justify;
}
.tagright .newtag a{
    padding: 5px;
    background: #f7f7f7;
    border-radius: 2px;
}
.newtaglist a{
    padding: 5px;
    background: #f7f7f7;
    border-radius: 2px;
}
.tagright .newtag .newtaglist a:hover{
	background: #ccc;
}