html,body, ul, li, p, input {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei";
}
body {
    font-size:100%;
    color: #3a3a3a;
    font-family: "微软雅黑","Microsoft YaHei";
		-webkit-text-size-adjust: 100%;
		font-size-adjust: none;
}
li {
    list-style: none;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:hover{
	cursor: pointer;
}
img {
    border: none;
}
a, span, i, label {
    display: inline-block;
}
input{
    outline: none;
}
input[type="button"] {
    cursor: pointer;
    outline: none;
}
input[disabled] {
    cursor: not-allowed !important;
}
.clear{
	clear: both;
}
.clear-fix:after {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.ove {
    overflow: hidden;
}
.dis-none{
	display: none;
}
.dis-inblock{
	display: inline-block;
}
/*
 * 12栅格
 */
.row {
    margin: 10px;
    /*overflow: hidden;*/
}

    .row::after {
        clear: both;
        overflow: hidden;
        content: '';
        display: block;
    }

    .row span {
        line-height: 28px;
    }

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-13, .col-14, .col-15 {
    float: left;
}

.col-15 {
    width: 60%;
}

.col-14 {
    width: 40%;
}


.col-13 {
    width: 48%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.6667%;
}

.col-10 {
    width: 83.3333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.6667%;
}

.col-7 {
    width: 58.3333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.6667%;
}

.col-4 {
    width: 33.3333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.6667%;
}

.col-1 {
    width: 8.33333%;
}

.col-right {
    float: right !important;
}

.wid-25percent {
    width:25%;
}

/*当前位置*/
.current-local {
    height: 47px;
    line-height: 47px;
    background: #9ccaed;
    font-size: 14px;
    color: #3a3a3a;
    padding-left: 3px;
}

/*内容盒子*/
.list-box{
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 20px;
	margin-bottom: 20px;
}

/*栏目标题*/
.list-title{
	height: 55px;
	line-height: 55px;
	color: #0168b7;
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
}
.list-title span{
	display: inline-block;
	height: 100%;
	padding: 0 22px;
	border-bottom: 3px solid #004d95;
	position: relative;
	top: 2px;
}
.list-title a{
	float: right;
	color: #3a3a3a;
	font-size: 14px;
	position: relative;
	top: 8px;
}

/*带左侧*/
.main-right{
	width: 905px;
	float: right;
}
.main-left{
	float: left;
	width: 230px;
	text-align: center;
}
.main-left-title li{
	height: 66px;
	line-height: 63px;
	box-sizing: border-box;
	border-bottom: 5px solid #9dc3e2;
	background-color: #0168b7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}
.main-left-one li{
	line-height: 48px;
}
.leval-one{
	background-color: #e2e9f1;
	font-size: 16px;
}
.leval-one.active,.leval-one:hover{
	background-color: #dae8f7;
}
.leval-one a{
	display: block;
	height: 100%;
	color: #3a3a3a;
}
.leval-one .leval-two{
	background-color: #f5f8fb;
	font-size: 14px;
	border-bottom: 1px solid #d3dee8;
}
.leval-one .leval-two a:hover,.leval-one .leval-two.active a{
	color: #0168b7;
}

/*公共标题*/
.common-title{
	border-bottom: 1px solid #eef3f9;
}
.common-title a{
	display: inline-block;
	height: 37px;
	line-height: 37px;
	border-bottom: 4px solid #3a98e7;
	background-color: #0168b7;
	color: #FFFFFF;
	padding: 0 15px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.mshow {
	display: none;
}
.mhidden {
	display: block;
}
.hidden{
			display: none;
		}