@charset "utf-8";

body {
	margin: 0 auto;
}
.clearfix::after{
	display: block;
	visibility: hidden;
	content: '';
	clear: both;
	overflow: hidden;
}
.maincontainer{
	width: 1200px;
	margin: 0px auto;
	text-align:left;
}
.maincontainer>.pos{
	font-size:16px;
}
.main{
	width: 100%;
	max-height: 900px;
	overflow: hidden;
}
.main>#container{
	max-height: 900px;
}
.leftBox {
	width: 400px;
	overflow: hidden;
	height: 100%;
	position: relative;
	float: left;
	overflow-y: scroll;
	background: #eee;
}
.leftBox p{
	padding:10px 0;
	font-size: 14px;
}
.leftBox p.szname {
    padding-left: 25px;
    border-bottom: 1px solid #ccc;
}
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 0 14px 0; 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:#368; float:left; font-size:14px; font-weight:normal;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:#666; 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%;
	text-align: left;
}
.title{
	background: #ddd;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.title>span,
.title2>span{
	width: 85%;
    float: left;
    text-align: center;
font-size: 18px;
}
.title .more,
.title2 .more2{
	width: 15%;
    float: left;
    text-align: center;
}
.title .more>a,
.title2 .more2>a{
	display: none;
	font-size: 18px;
	text-decoration: none;
}
.title .more>a.on,
.title2 .more2>a.on{
	display: block;
}
.citybox{
	display: none;
}
.citybox.on{
	display: block;
}
.citybox.on>.fl{
	background:#eee ;
}
.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;
}
a.wordpos{
	font-weight: normal;
	font-size: 12px;
	padding: 0 5px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
}

.foot .changepcbtn span.phone.active {
    position: fixed;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 90px;
    left: 0px;
    bottom: 200px;
    text-align: center;
    background: #be0000;
    box-sizing: border-box;
}


@media(max-width:1200px){
	.maincontainer{
		width:100%;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.main{
		padding-bottom: 20px;
	}
	div.lmname>*{
		display:
		block;
		margin: 0px;
		float: none;
		padding: 0px;
		line-height: 24px;
		font-size: 14px;
	}
	a.wordpos{
		margin-top:10px;
	}
	.citybox{
		max-height:200px;
		overflow:auto;
	}
	.pos{
		 line-height: 25px;
		padding: 20px 0px;
		box-sizing: border-box;
		height: auto;
		min-height: 65px;
	 }
	.title span{
		font-size:16px;
	}
	.leftBox,.main>#container{
		width:100%;
	}
	.leftBox,div.lmname{
		height: auto !important;
	}
	div.lmname{
		font-size:18px;
	}
	.main>#container{
		max-height:300px;
	}
}

