* {margin: 0; padding: 0; font-size: inherit; font-style: inherit; font-family: 'MicrosoftYaHei'; box-sizing: border-box; -webkit-text-size-adjust: 100%;}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
.report_detail{
	display: none;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.small-nav {
	font-size: 16px;
	color: #6A6A6A;
	margin: 40px 0;
}
.page-selection {}
.page-selection > ul {
	border-bottom: 1px solid #0080BC;
}
.page-selection > ul > li {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	color: #444444;
	cursor: pointer;
}
.page-selection > ul > li.on {
	color: #0080BC;
}
.page-selection > ul > li > div:last-child {
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
    border-bottom-color: #0080BC;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    display: none;
}
.page-selection > ul > li.on > div:last-child {
	display: block;
}
.page-change{
	padding-bottom: 74px;
}
.page-change > div {
	display: none;
}
.year-choose {
	margin: 40px 0;
	font-size: 16px;
}
.year-choose > span {
	border-right: 1px solid #A0A0A0;
	padding: 0 10px;
}
.year-choose > span.on {
	font-weight: bold;
}
.year-choose > span:last-child {
	border: none;
}
.down-info{
	overflow: hidden
}
.down-info > ul > li {  
	text-align: center;
	display: inline-block;
	margin-left: 30px;
}
.down-info > ul > li:first-child {
	margin-left: 0;
}
.down-info > ul > li >img{
	width:280px;
	height:377px;
}
.down-info > ul > li > a {
	color: #009976;
	padding: 5px 22px;
	border: 1px solid #009976;
	border-radius: 3px;
	margin-top: 17px;
	display: inline-block;
}
.down-info > ul > li > div {
	margin-top: 5px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.Report-form > ul > li {
	width: 100%;
	height: 53px;
	background: #F7F6F6;
	font-size: 16px;
	margin-top: 5px;
}
.Report-form > ul > li > div {
	margin: 20px 20px 0 30px;
}
.Report-form  div.pagination{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Report-form  div.pagination > div.page{
	margin: 0px 20px;
	
}
.Report-form  div.pagination > div{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.Report-form  div.pagination > div.page > span{
	vertical-align: 2px;
	
}

.activity-log {
	text-align: center;
	padding-bottom: 60px;
}
.activity-title {
	font-size: 18px;
	font-weight: bold;
	margin: 38px 0;
}
.activity-time {
	font-size: 18px;
}
.activity-text {
	font-size: 18px;
	margin-top: 20px;
}
.activity-text > pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	text-align: justify;
}

.paging-N {
	margin-top: 40px;
	font-size: 16px;
}
.paging-N > a {
	color: #0080BC;
}
.Presentation-title {
	font-size: 24px;
	font-weight: bold;
	margin: 33px 0;
	text-align: center;
}
.Presentation-text-P {
	font-size: 18px;
	color: #0080BC;
	margin-bottom: 23px;
}
.Presentation-text-N {
	font-size: 18px;
	color: #444444;
}
.enterprise-text {
	font-size: 16px;
	margin: 40px 0;
	
	/*许 font-weight: bold;*/
	line-height: 1.8;
}
.enterprise-title {
	font-size: 18px;
	color: #0080BC;
	font-weight: bold;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
}
.enterprise-member {
	margin-top: 16px;
	padding-top: 31px;
}
.enterprise-member > div{
	vertical-align: top;
	font-size: 16px;
	display: inline-block;
	width: 40%;
}
.enterprise-member > div:last-child {
	width: 12%;
}
.enterprise-member > div > div:first-child {
	font-weight: bold;
	margin-bottom: 18px;
}
.notice-content > div {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.notice-content > div:first-child {
	padding-right: 30px;
}
.notice-list > ul {
	margin-top: 25px;
}
.notice-list > ul > li {
	padding: 15px 20px 15px 20px;
	background: #F7F7F7;
	margin-top: 5px;
}
.notice-img > img {
	margin-top: 25px;
}
.notice-list div.pagination{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.notice-list  div.pagination > div.page{
	margin: 0px 20px;
	
}
.notice-list  div.pagination > div{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.notice-list div.pagination > div.page > span{
	vertical-align: 2px;
	
}
.plan p {
	margin: 0;
	overflow-wrap: break-word;
}

.plan .title {
	color: #C6A02E;
	font-size: 26px;
	margin-bottom: 16px;
	margin-top: 20px;
}

.plan .content {
	margin: 0;
	font-size: 17px;
	white-space: pre-wrap;
	text-overflow: ellipsis;
}
.plan .file a{
	margin-bottom: 16px;
	font-size: 17px;
	color: #ED7D31;
	display: block;
}

.plan .tip {
	font-size: 12px;
	white-space: pre-wrap;
	font-style: italic;
	text-overflow: ellipsis;
}