@charset "utf-8";
body,html{
	background-color:#f6f6f6;
}
div{
	margin:0;
}
.container{
	width:1200px;
	margin:0 auto;
}
.cont-main{
	margin-top:20px;
	overflow:hidden;
}
.main{
	float:right;
	width:1200px;
	margin-top:20px;
	background-color:#fff;
	border-radius:4px;
	margin-bottom:40px;
}
.main .position{
	padding-left:30px;
	background-color:#d0d6dc;
	height:40px;
}
.main .position a{
	float:left;
	line-height:40px;
	color:#999999;
	font-size:16px;
}
.main .position a span{
	color:#333333;
	margin:0 10px;
}
.main .cont li{
	position:relative;
	overflow:hidden;
	padding-left:30px;
	cursor:pointer;
	height:52px;
}
.main .cont li a{
	position:relative;
	display:block;
	border-bottom:1px solid #dfe2e7;
	background-image:url(../images/trg.png);
	background-repeat:no-repeat;
	background-position:left center;
	overflow:hidden;
	height:51px;
}
.main .cont li a h2{
	position:relative;
	float:left;
	line-height:52px;
	font-size:14px;
	color:#666666;
	margin-left:20px;
	font-weight:normal;
}
.main .cont li a:hover h2{
	font-weight:bold;
	color:#153452;
}
.main .cont li a span{
	position:relative;
	float:right;
	font-size:14px;
	color:#666666;
	margin-right:20px;
	line-height:52px;
}
.main .cont li a h2 span{
	display:inline;
	clear:both;
	float:none;
	position:none;
	color:#333;
	font-weight:bold;
}
.main .page{
	width:100%;
	margin:20px auto;
	overflow:hidden;
}
.main .page li{
	float:left;
	width:30px;
	border:1px solid #dedede;
	text-align:center;
	line-height:30px;
	margin-left:4px;
	margin-right:4px;
}
.main .page a{
        color:#545454;
}
@media screen and (min-width: 200px) and (max-width:840px){
	.container{
		width:100%;
		min-width:10px;
	}
	.banner{
		height:auto;
		overflow:hidden;
                 margin-top:.0rem;
	}
	.banner img{
		display:block;
		width:100%;
 
	}
	.sidebar{
		display:none;
	}
	.cont-main{
		margin-top:0;
	}
	.main{
		width:100%;
		margin-top:0;
		margin-bottom:0;
		padding-bottom:.1rem;
	}
	.main .position{
		width:100%;
		padding:0;
	}
	.main .position a{
		margin-left:.1rem;
		font-size:.12rem;
	}
	.main .cont{
		width:auto;
		margin:0 .1rem;
	}
	.main .cont li{
		width:100;
		padding-left:0;
		height:auto;
	}
	.main .cont li a{
		height:auto;
	}
	.main .cont li a h2{
		font-size: .12rem;
    line-height: .34rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 140px);
	}
	.main .cont li a span{
		    position: relative;
    float: left;
    line-height: 52px;
    font-size: 14px;
    color: #666666;
    margin-left: 20px;
    font-weight: normal;
	}
}




























































