.presentation-details{
	width:100%;
	min-height:436px;
	border:1px solid #cc0001;
    border-top:4px solid #cc0001;
}
.icon-caret-down{
	width:8px;
	line-height:8px;
	display:inline-block;
	background:#cc0001;
	padding:4px 2px 3px 2px;
	border-radius:8px;
	margin-right:10px;
}
.icon-down{
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
}
.presentation-details span{
	line-height:35px;
	margin-left:20px;
	font-size:0.9em;
	color:#cc0001;
}
.presentation-details-content{
	text-align:center;
	padding:15px 20px;
	color:#434343;
	border-top:1px solid #cc0001;
}
.presentation-details-content h5{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:100;
	padding-bottom:10px;
}
.presentation-details-content p{
	text-align:left;
	font-size:0.9em;
	line-height:30px;
	text-indent:2em;
}
.presentation-details-content img{
	width:35em;
	height:25em;
}
.presentation-details-content .cont-left{
	margin:0;
	padding:0;
	text-indent:0em;
}
.presentation-details-content .cont-right{
	margin:0;
	padding:0;
	margin-right:1em;
	line-height:25px;
	text-align:right;
}
/*table*/
table{
	border-collapse:collapse;
	text-align:cenenter;
	color:#434343;
}
table td{
	text-align:cenenter;
	padding:10px 10px;
	border:1px solid #434343;
}
table td span{
	margin:0!important;
	color:#434343!important;
}
table tr td:first-child{
	width:100px;
}
table tr td:last-child{
	width:100px;
}
table td p{
	margin:0;
}
/*简报*/
.presentation-details-content h4{
	color:#fb8081;
	font-size:1em;
}
.presentation-details-content h3{
	color:#fb8081;
	font-size:2em;
}
.cont-right-sp{
	float:right;
	position:relative;
	top:-60px;
}