body {
	margin: 0 auto;
}
.maincontainer{
	width: 1200px;
	margin: 0px auto;
	text-align:left;
}
.main{
	width: 100%;
}
.leftBox {
	width: 400px;
	overflow: hidden;
	height: 100%;
	position: relative;
	float: left;
	overflow-y: scroll;
	background: #eee;
}
.leftBox p{
	padding:10px 0;
	font-size: 14px;
}

div.lmname{
	color: #be0000;
    font-weight: bold;
    padding: 15px 0;
    font-size: 20px;
    border-bottom: 1px solid;
}

div.lmname input{
	width:140px;
}

.listc{ margin:20px 10px 14px 10px; padding:4px 0 5px 10px;}
.listc:hover,.listc.on{ background-color:#f2f2f2; cursor:pointer}
.lc_tit{ height:24px; line-height:24px; font-size:14px;}
.lc_tit h4{color:#000; float:left; font-size:16px; font-weight:bold;width:280px; margin-block-start: 0px;
    margin-block-end: 0px;}
.lc_tit h4 em{ color:#f60}
.lc_tit strong{ color:#F90; display: block;float:left; margin-right:0; font-weight:bold;text-align: center;width: 28px;}
.lc_tit span{ float:right; color:#999; font-size:12px; margin-right:8px}
.lc_tit span a{ color:#368; display:none}
.listc p{clear: both;line-height:22px; padding-left:28px; color:#000; margin-block-start: 0px;
    margin-block-end: 0px;}


.pagenum{width:100%;height:30px;line-height:30px; background-color:#f4f4f4; text-align:center; color:#666;font-size:14px;}
#totalNum{color:#000000; font-weight: bold;}
.leftBox ul{
	margin: 0;
	padding: 0;
}
.leftBox ul li{
	list-style: none;
	width: 100%;
}
.title{
	background: #ddd;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.title span{
	width: 80%;
    float: left;
    text-align: center;
font-size: 18px;
}
.title .more{
	width: 15%;
    float: left;
    text-align: center;
}
.title .more a{
	display: none;
	font-size: 24px;
	text-decoration: none;
}
.title .more a.on{
	display: block;
}
.citybox{
	display: none;
}
.citybox.on{
	display: block;
}
.lmname span{
    float: right;
    font-size: 14px;
    color: #333;
font-weight: normal;
}
.ipbox{
	padding: 10px;
	/* margin:0 20px; */
	background: #ddd;
	text-align: center;
	border-bottom: 1px solid #be0000;
}
.ipbox input{
	margin-right:10px;
}