body, html {
    font-size: 14px;

}

.indent { text-indent: 2em; }

a{
	text-decoration: none;
	cursor: pointer;
	color:#fff;
}
a:hover { text-decoration:none; }





.header {
    height:55px;
    line-height:55px;
    align-items: center;
    margin-bottom: 1px;
}

.header .logo {
    padding-right: 8px;

}
.header .hot-number {
    padding-left: 8px;
	border-left:1px solid #ccc;

}


.m_nav {
    background-color: #737373;
    padding: 10px 0 10px 0;
}

.m_nav li {
    align-items: center;
}


.footer{
    background-color: #595959;

}

.corp{
	text-align:center;
	font-size:14px;
	color:#fff;
	padding-top: 10px;
    justify-content: center;
}

.to-top{
    text-align:center;
    padding-top: 10px;
    justify-content: center;
}


.left-menu{min-height: 400px;}

.left-menu .title{
	padding:6px 0 6px 10px;
	border-left:10px solid #737373;
	font-size:18px;
}

.left-menu .title span{
	font:14px 微软雅黑;
	color:#ccc;
}


.left-menu a {
    color: black;
}


.pr-ad-board{
	height:40px;
	background:#737373;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	line-height:40px;
	color:#fff;
	font-size:16px;
}

.pr-ad-board i{
	display: inline-block;
    height: 22px;
    margin: 10px 4px 0 12px;
    vertical-align: top;
    width: 22px;
	background: rgba(0, 0, 0, 0) url("../images/a2.png") no-repeat scroll 0 0;
}


.active1 {
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #1677ff;
    border-radius: 6px;
    margin-right: 1px;
}