﻿@charset "utf-8";
html{font-size: 100px;}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{font-size: 100px !important;}em{font-style:normal;}
p,div,span{cursor: default;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;outline:none!important;}
a:hover{color:#355e92;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}

.w {
	width: 12rem;
	margin: 0 auto;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}


/*顶部导航*/
.
/*主导航*/
.main-nav {
	width: 100%;
	background-color: #427fda;
}

.main-nav .main-nav-menu {
	font-size: 0.16rem;
	color: #fff;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
}

/*当前位置*/
.position {
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	background-color: #ededed;
	width: 12rem;
    margin: auto;
    padding-left: 0.12rem;
}

.position .position-txt {
	/* padding-left: 0.25rem; */
	font-size: 0.14rem;
	color: #454545;
}
.big{width: 12rem;border:1px solid #ccc;margin:0 auto;background: #ffffff;min-height:5.5rem;}
/*文章正文*/
.con {
	width: 9.85rem;
	margin: 0.3rem auto;
}
.con-title{font-size: 0.26rem; color: #000; line-height: 0.5rem; text-align: center;}
.small-title{width: 100%; font-size: 0.16rem; color: #333; height: 0.5rem; line-height: 0.5rem;border-bottom: 2px #717171 solid;}
.small-title .fare{ margin-right: 0.15rem;}

.main-txt{margin-top: 10px;}
.main-txt p,.main-txt span{font-size: 0.16rem!important; color: #333; line-height: 2em!important;}
.main-corner{float: right; margin-top: 0.2rem; margin-bottom: 0.4rem;}
.main-corner div{font-size: 0.16rem!important;color: #333; line-height: 0.26rem;}

.main-word{width: 100%; height: 0.4rem; line-height: 0.4rem; padding: 0 0.2rem; background-color: #f1f1f1;}
.main-word .main-word-left{float: left;}
.main-word-left span{font-size: 0.16rem!important; font-weight: bold; color: #fa0505;}
.main-word .main-word-right{float: right;}
.main-word-right span{float: left;}
.main-word-right .printer{margin-left: 0.3rem; padding-left: 0.25rem; background: url(printer.png) no-repeat left center;}
.main-word-right .close{margin-left: 0.25rem; padding-left: 0.25rem; background: url(close.png) no-repeat left center;}
.con-main .line{border: 1px #c5c5c5 dotted; margin: 0.2rem 0;}
.con-main .prev{margin-bottom: 0.15rem;}

