body{
	background: #fbfbfb;
}
.information-details{
	margin-top: 40px;
	width: calc(70% - 40px);
	background: #fff;
	padding: 20px 0;
	position: relative;
}

.details-title{
	line-height: 36px;
	font-size: 24px;
	padding:0 20px ;
	border-bottom: 1px solid #ddd;
}
.details-title p{
	font-size: 14px;
}
.details-title p a {
    display: inline-block;
	margin-left: 25px;
	height: 50px;
	line-height: 50px;
	color: #2b2b2b;
	border-bottom: 3px solid #fff;
}
.details-title p a:first-child{
    margin-left: 0px;
}
.active{
	border-bottom: 3px solid #6dc3ea !important;
}
.catalog{
    border-bottom:1px solid #0026ff;
}
.details-tabs{
	height: 70px;
	padding:0 20px ;
}
.details-tabs a{
	display: inline-block;
	margin-right: 35px;
	height: 50px;
	line-height: 50px;
	color: #2b2b2b;
	border-bottom: 3px solid #fff;

}
.details-tabs a.active{
	border-bottom: 3px solid #6dc3ea;
}
.information-list li{
	overflow: auto;
	padding: 20px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.item-pic{
	width: 200px;
	overflow: hidden;
    max-height:150px;
}
.item-pic img{
	width: 100%;
}
.item-text {
	width: calc(100% - 230px);
	/*height:175px;*/
}
.item-title{
	font-size: 22px;
	height: 36px;
	line-height: 36px;
	color:#333;
}
.item-text p{
	font-size: 12px;
	line-height: 1.5em;
    word-break: break-all;
}
.item-text a{
	font-size: 14px;
	color: #0090ff;
}
/*.details-title p a{ 
    border-bottom:1px solid #0026ff;
}*/

.item-other{
	/*position: absolute;
	right: 20px;
	bottom: 20px;
	width: calc(100% - 270px);
	font-size: 12px;*/
    /* position: absolute; */
	/* right: 20px; */
	/* bottom: 20px; */
	/* margin-bottom: -9px; */
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
}
.item-tag span{
	height: 30px;
	line-height: 30px;
	color: #0090ff;
}
.browse,.comment{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
}
.browse{
	background: url(../images/information/browse.png) no-repeat center left;
	background-position: 5px
}
.comment{
	background: url(../images/information/comment.png) no-repeat center left;
	background-position: 5px
}
.time{
	padding-right: 20px;
}


