p{padding:0px;}
.list {
    margin-top: 100px;
}
.listcon{
	width: 1200px;
	margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.dh{
	line-height: 40px;
}
.listleft{
	width: 230px;
	background-color: white;
	height: 540px;
	float: left;
}
.listleft div{
	text-align: center;
	line-height: 40px;
}
.lefttitle{
	background-color: #3577e6;
	color: white;
	border-radius: 5px 5px 0px 0px;
}
.listright{
	float: right;
    width: 910px;
    height: 500px;
    background-color: white;
    padding: 20px;
}
.listright>p{
	line-height: 40px;
	border-bottom: 1px solid #dedede;
}
.listright p>img{
	position: relative;
    top: 3px;
}
.seroch{
	display: inline-block;
    background-color: #3577e6;
    color: white;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}
.serochimg{
	position: relative;
    top: 3px;
    margin-right: 3px;
}
.listright p span input{
	height: 25px;
    position: relative;
    top: -1px;
    left: 1px;
}
.listtext{
	width: 700px;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.listright ul li{
	line-height: 40px;
    border-bottom: 1px dashed #dedede;
    position: relative;
}
.act{
	background-color: #e7f0ff;
}
.act a{
	color: #3577E6;
}
.titlesh span img{
	margin-left: 20px;
}
.titlesh{
	border-bottom: 1px dashed #dedede;
	cursor: pointer;
}
.sh{
	display: none;
}
.clicks{
	position: absolute;
    right: 20px;
    top: 35px;
    padding: 5px 10px;
    background-color: #5696f8;
    color: white;
    line-height: 30px;
}
.sh p a {
    font-size: 14px;
    line-height: 16px;
}

.sh p {
    line-height: 25px;
    border-bottom: 1px dashed #dedede;
    /* text-align: left; */
    padding: 3px 30px;
}