body{
	font-family: "microsoft yahei";
}
.main{
	background-color: #ffffff;
	background: url(mainbg.png) no-repeat;
	background-position: bottom;
	padding-bottom: 100px;
}
/* 当前位置 */
.dqwz p{
	margin-top: 30px;
	height: 30px;
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	line-height: 14px;
	border-bottom: 1px dashed #E5E5E5;
}
.dqwz p a{
	font-size: 14px;
	line-height: 14px;
	color: rgba(0,0,0,0.60);
}
/* 列表 */
.wenzhanglist{
	padding: 30px;
	background-color: #ffffff;
	margin-top: 30px;
	box-shadow: 0 0 12px 0 rgba(68,138,240,0.1);
}
.wenzhanglist h1{
	line-height: 76px;
	margin-top: -30px;
	border-bottom: 2px solid rgba(0,0,0,.8);
}

.wenzhanglist h1 a{
	font-size: 18px;
	color: #666666;
	letter-spacing: 0;
	margin-right: 40px;
	display: block;
	float: left;
	cursor: pointer;
}
.wenzhanglist h1 a:first-child {
	margin-left: 0;
}

.wenzhanglist li{
	font-size: 18px;
	color: #333333;
	text-align: left;
	line-height: 25px;
	margin: 30px 0;
	background: url(listdianicon.png) no-repeat left;
	padding-left: 15px;
}
.wenzhanglist li span{
	float: right;
	font-size: 16px;
	color: #999999;
	text-align: right;
}
.onmouse{
	border-bottom: 5px solid #1677ff;
	font-size: 28px !important;
	color: #333333!important;
	letter-spacing: 0;
	/*margin-left: 40px;*/
	border-bottom: 5px solid #1677ff;
	cursor: auto;
}
.fanye {
    text-align: center;
    margin: 30px 0 0px;
    font-size: 14px;
    color: #73777A;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px !important;
}
.fanye a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 30px;
	border-right: 0px;
}
.fanye a:nth-last-of-type(1) {
    border-right: 1px solid #999999 !important;
}
p.fanye input {
    width: 40px;
    height: 30px;
    border: 1px solid #999999;
    padding-left: 6px;
}
.fanye button{
	width: 40px;
	height: 30px;
	border: 1px solid #1677FF ;
	color: #1677FF ;
	background-color: #FFFFFF;
}
.fanye span, .fanye button{
	margin: 0 12px;
}
.mouseon{
	background-color: #1677ff;
	color: #ffffff;
}
p.fanye a:hover {
    background-color: #1677ff;
    color: #ffffff;
}
.hide{
	display: none;
}