.detail-header{
	display: block;
}
.subchannel .mod .green{
	color: #65bf29;
}
.subchannel .mod .green .txt{
	display: inline-block;
}
.subchannel .mod.withborder h2 {
    padding-bottom: 20px;
    border-bottom: 2px solid #d6d6d6;
 
}
.subchannel .mod {
    margin-top: 40px;
}
.subchannel .mod h2{
	       font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}
.subchannel .mod.withborder h2 .iconwraper{
	background: #65bf29;
	color: #fff;
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
}
.subchannel .mod .asidetimeline {
    border-left: 1px solid #bfc3c4;
    margin: 25px 0 0 10px;
    padding: 0 0 0 25px;
}
.subchannel .mod .asidetimeline .time {
    border: 1px solid #bfc3c4;
    background: #fff;
    padding: 0 8px;
    position: relative;
    display: inline-block;
    line-height: 24px;
}
.subchannel .mod .asidetimeline .time.today i {
    border-right-color: #85bc0f;
}
.subchannel .mod .asidetimeline i.arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-right-color: #85bc0f;
    border-left-width: 0;
    left: -8px;
    margin-top: -8px;
    top: 50%;
    
}
.subchannel .mod .asidetimeline .time {
    border: 1px solid #85bc0f;
    background: #fff;
    padding: 0 8px;
    position: relative;
    display: inline-block;
    line-height: 24px;
    color: #85bc0f;
}
.subchannel .mod .asidetimeline span.click {
    font-size: 12px;
    float: right;
    color: #999;
}
.subchannel .mod .asidetimeline .time.today code {
    border-color: #85bc0f;
}
.subchannel .mod .asidetimeline code {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 1px solid #bfc3c4;
    border-radius: 11px;
    left: -32px;
    top: 50%;
    padding: 0;
    margin-top: -5px;
}
.subchannel .mod .asidetimeline h3 {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0.75em 0 1.25em 0;
    font-weight: normal;
}

.content {
    background: #FFF  center top no-repeat;
    padding-top: 40px;
}
.iconfont{
	background: url(../images/sprite.png);
}
.thunews-line-daodu{
	width:26px;
	height: 26px;
	margin:3px;
	display: block;
	background-position: 0 0;
}
.thunews-eye{
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/sprite.png);
    background-position:0 -50px ;
    float: left;
}
/*详情*/
.detail-header{
	display: block;
}
.detail-title{
	color: #4ca92f;
	font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.25em;
    text-align: center;
    /* border-bottom: 1px solid #ccc; */
}
.detail-meta{
    margin: 0 0 20px;
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.detail-meta-txt{
	padding-top: 5px;
}
.detail-meta .detail-meta-txt span{
	margin-right: 10px;
	
	font-family:inherit;
	font-size: 14px;
	color: #333333;
}
.detail-body{
	padding-top: 30px;
}
.detail-body p{
	font-size: 16px;
	padding: 0.75em 0;
	line-height: 24px;
	/*background-color: #ffffff !important;*/
}
/*.detail-body p img{
	max-width: 800px;
}*/
.detail-footer .nextorprev{
	margin-top: 6px;
}
.detail-footer .nextorprev a{
	border-radius: calc(8px);
	border-radius: -moz-calc(8px);
	border-radius: -webkit-calc(8px);
	padding: 5px 10px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.detail-footer .share{}
