﻿/*互动访谈*/
@charset "utf-8";
.content{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.content .right2{
	padding-top:5px;
	border: 1px solid silver;
}
.content .daohang{
	height: 40px;
	padding-left: 20px;
	background: url(../images/icon.png) no-repeat;
	background-position:23px ;
}
.content .daohang{
	background-color: #f4f4f4;
}
.content .daohang p{
	line-height: 40px;
	margin-left: 20px;
}
.content .content2{
	width: 90%;
	margin: 20px auto 20px auto;
	border: 2px solid #F3D8A2;
	-moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius:15px; 
    background-color: white;
   /*  background-color: #F4F4F4; */
}
.content .title{
	width: 90%;
	margin: 10px auto 10px auto;
	text-align: center;
}
.content .title p{
	margin-top:15px;
	font-size: 28px;
	font-weight: 600;
}
.content .title .time{
	font-size: 15px;
	font-weight: 500;
}
.content .detail{
	width: 90%;
	min-height:300px;
	margin: 10px auto 20px auto;
	text-indent:10px;
	letter-spacing:3px;
	line-height: 30px;
}
.content .detail img{
	max-width: 800px;
}
.content .detail span{
	margin: 0;
	padding: 0;
	font-size:18px;
	font-family: "微软雅黑","宋体";
}
.content .detail table {
	 border-collapse:collapse;
}
.content .detail table td{
	border-width: 1px; border-style: solid; border-color: windowtext; 
}
ol{
	list-style-type:demical;
}
ol li{ 
	list-style-position:outside;
}

