@charset "utf-8"; 

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
	vertical-align: top;
}

ul,
li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
}

button {
	cursor: pointer;
}

body {
	background: #fff;
	color: #363636;
	line-height: 1.2;
	font-family: Arial, "Microsoft YaHei UI"; 
}

a,
a:link {
	color: #222;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited {}

/* a:active, a:hover { text-decoration: underline; } */
a:focus {
	outline: none;
}
 table {border-collapse: collapse;
border-spacing: 0;}

.container {
	margin: 0 auto;
}

/*清除浮动*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	min-width: 800px;
	margin: 0 auto;
	background: #f5f6f8;
}

header {
	height: 60px;
	background: #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 17px;
	width: 100%;
}

header div {
	display: flex;
	width: 80%;
	max-width: 1200px;
	height: 60px;
	margin: 0 auto;
	align-items: center;
	font-size: 20px;
	
	font-weight: 400;
	color: #222222;
	line-height: 24px;
}

header div img {
	width: 32px;
	margin-right: 6px;
}
.main{
	box-sizing: border-box;
	width: 80%;
	max-width: 1200px;
	min-width: 600px;
	background: #FFFFFF;
	padding-top: 45px;
	padding-left: 98px;
	padding-right: 98px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.center{
	text-align: center;
}
.title{
	height: 24px;
	font-size: 24px; 
	font-weight: bold;
	color: #333333;
	margin: 20px 0px;
	
}
.dateInfo{
	margin-bottom: 25px;
}
.dateInfo p{
	text-align: right!important;
	font-size: 14px;
	
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-bottom: 5px!important;
}

.footer{ 
	background: #FFFFFF;
	/* min-width: 1198px; */
	margin: 20px auto 0;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #666666; 
	width: 100%;
	box-sizing: border-box; 
		min-width: 600px;
}
.footer span {
    margin-right: 10px;
}
.footer span a { color: #666666;}

.main p{
	text-indent: 2em;
	color: #1a1a1a;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 10px;
	word-break: break-all;
}
.main h3,.main h2{
	font-size: 15px;
	
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	margin: 25px 0 15px 0px;
}
.main h2 {
	font-size: 16px;
	margin: 30px 0 20px 0px;
}
.main h1 { font-size: 18px; text-align: center; margin: 30px 0px 40px 0px;}
.main ul li{
	text-indent: 3em;
	margin-bottom: 10px;
}
.main .marginBottom{
	margin: 10px 0 6px;
}
.bold{
	font-weight: bold;
}
.main a{
	color: #1060E7;
	font-weight: bold;
}
.main h4{
	font-size: 15px;	
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	margin: 10px 0;
	text-indent: 2em;
}

.main table{
	width: 100%;
}
.tabAgrrenment { margin-top: 10px;}
.tabAgrrenment td, .tabAgrrenment th{
	border: 1px solid #777;
	 box-sizing: border-box;
	padding: 8px 12px;
}
.tabAgrrenment td { word-break: break-all;}
 
.tabAgrrenment th{
	background: #F7F9FC;
	text-align: center;
}
 
 
.tabAgrrenment p{
	text-indent: 0;
	line-height: 22px;
	margin-bottom: 5px;
}
 
.tabAgrrenment td.tonglan { text-align: center; font-weight: bold;}
.main .moreEmDiv{
	padding-left: 2em;
}
.main .moreEmDiv p{
	/* text-indent: 4em; */
}

@media(max-width:780px){
	.main{
		width: 90%;
	}
}

.moreEm{
	text-indent: 4em!important;
}


.tishi { line-height: 22px; }
.tishi div { margin-bottom: 10px;}
.tishi h3 { font-size: 15px; margin-bottom: 15px;}
.mulu { font-weight: bold; margin-top: 20px;} 
.mulu li a { color: #1a1a1a;}
.mulu li a:hover { text-decoration: underline;}
.leftit { margin-bottom: 10px;}
.histroyType { margin: 40px 0px; font-size: 16px; font-weight: bold; border-top: 1px solid #e0e0e0; padding-top: 30px; position: relative; padding-left: 90px;}
.histroyType span.histroyTit { position: absolute; left: 0px; top: 30px;}
.histroyType ul.histroyUL li { text-indent:0px}

.personalList { border-top: 1px solid #e0e0e0; padding-top: 30px; margin-top: 30px;}
/*----- 返回顶部-------*/
.return_top {
    display: none;
    width: 36px;
    height: 36px;
    text-align: center; 
    box-sizing: border-box;
    padding-top: 5px;
    border-radius: 4px;   
    position: fixed;
    right: 100px;
    bottom: 100px;
    cursor: pointer;
    background-color: #fff;
	box-shadow: 0px  0px 10px rgba(0, 0, 0, 0.05);
    fill: #666;
}
