﻿/*互动访谈*/
@charset "utf-8";

.content{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
.content .outDaohang{
	padding-top:5px;
	background-color: white;
}
.content .searchDiv1{
	height: 40px;
	margin-bottom: 5px;
	background-color:#f4f4f4 ;
}
.content .searchDiv1 input,select{
	width: 150px;
	height: 18px;
	position: relative;
	left: 660px;
	top:10px;
}
.content .searchDiv1 select{
	width: auto;
}
.content .searchDiv1 .sear{
	width: 70px;
	height: auto;
}
.content .right2{
	border: 1px solid silver;
}
.content .daohang{
	height: 40px;
	padding-left: 20px;
	background: url(../images/icon.png) no-repeat;
	background-position:23px ;
}
.content .daohang{
	margin-top:5px;
	background-color: #f4f4f4;
}
.content .daohang p{
	line-height: 40px;
	margin-left: 20px;
}
.content .line{
	margin-left: 40px;
	margin-right: 60px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.content .line .tiaozhuan{
	line-height: 35px;
}
.content .line .tiaozhuan a{
	display: block;
	height: 35px;
}
.content .line ul{
	list-style-type:square ;
}
.content .line ul li{
	line-height: 0px;
	clear: both;
}
.content .line ul li img{
	position: relative;
	left: -15px;
	top: 4px;
}
.content .line ul li a:hover{
	background-color: #f8f8f8;
}
.content .line .leftDiv{
	float: left;
	width: 755px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content .line .rightDiv{
	float: right;
}
