*{
	padding:0;
	margin:0;
}
.standard *{
	box-sizing: border-box;
}
.standard .container{
	width:1200px;
	margin:auto;
}
.standard{
	font-size:14px;
	line-height: 22px;
	color:#333333;
}
.standard img{
	border:none;
	vertical-align: middle;
}
.standard .banner img{
	width:100%;
}
/*表格*/
.standard table {
  background-color: transparent;
}
.standard  caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.standard  th {
  text-align: left;
}
.standard  .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.standard  .table > thead > tr > th,
.standard  .table > tbody > tr > th,
.standard  .table > tfoot > tr > th,
.standard  .table > thead > tr > td,
.standard  .table > tbody > tr > td,
.standard  .table > tfoot > tr > td {
  padding: 10px 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.standard .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.standard  .table > caption + thead > tr:first-child > th,
.standard  .table > colgroup + thead > tr:first-child > th,
.standard  .table > thead:first-child > tr:first-child > th,
.standard  .table > caption + thead > tr:first-child > td,
.standard  .table > colgroup + thead > tr:first-child > td,
.standard  .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.standard  .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.standard  .table .table {
  background-color: #fff;
}
.standard  .table-condensed > thead > tr > th,
.standard  .table-condensed > tbody > tr > th,
.standard  .table-condensed > tfoot > tr > th,
.standard  .table-condensed > thead > tr > td,
.standard  .table-condensed > tbody > tr > td,
.standard  .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.standard  .table-bordered {
  border: 1px solid #a7a7a7;
}
.standard  .table-bordered > thead > tr > th,
.standard  .table-bordered > tbody > tr > th,
.standard  .table-bordered > tfoot > tr > th,
.standard  .table-bordered > thead > tr > td,
.standard  .table-bordered > tbody > tr > td,
.standard  .table-bordered > tfoot > tr > td {
  border: 1px solid #a7a7a7;
}
.standard .table-bordered > thead > tr > th,
.standard .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.standard .table-bordered>tbody>tr>td, 
.standard .table-bordered>tbody>tr>th, 
.standard .table-bordered>tfoot>tr>td, 
.standard .table-bordered>tfoot>tr>th, 
.standard .table-bordered>thead>tr>td, 
.standard .table-bordered>thead>tr>th {
    border: 1px solid #a7a7a7;
}
.standard table {
    border-spacing: 0;
    border-collapse: collapse;
}
.standard  .category_table{
	margin-top:20px;
	text-align: center;
}
.standard  thead tr{
	background: #f8f8f8;
}
.standard .download_table{
	padding-bottom: 30px;
}
.standard .download_table .title{
	padding:35px 0;
	font-size:40px;
	text-align: center;
}
.standard .download_table .title .year{
	color:#1f92ec;
}
.standard .download_table .title .year{
	color:#ff9c03;
}
.standard .download_table .title .summary{
	color:#1f92ec;
	font-size:15px;
}
.standard .download_table{
	text-align: center;
}
.standard .download_table td{
	vertical-align: middle !important;
}
.standard .download_table td .load_link{
	color:#fff;
	text-decoration: none;
	display: block;
	width: 100px;
	background: #ff7e00;
	margin:auto;
	margin-top:5px;
	border-radius: 10px;
}

.standard .whole{
	background: url(../images/load_bg.jpg)no-repeat center;
	height:440px;
	
}
.standard .whole .right{
	float: left;
	width:450px;
	padding:32px 20px 20px 0px;
}
.standard .whole .left img{
	max-width: 100%;
}
.standard .whole .left{
	float: left;
	width:750px;
	padding:110px 50px 0 40px;
}
.standard .whole .container:after{
	content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.standard .whole .cell{
	border-radius: 10px;
	border:1px solid #a7a7a7;
	width:410px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom:20px;
}
.standard .whole .cell .icon{
	padding:15px 15px 5px 15px;
	width:150px;
	float: left;
	height:110px;
	border-right:1px solid #a7a7a7;
	box-sizing: border-box;
	line-height: 80px;
}
.standard .whole .cell:after{
	display: block;
	clear: both;
	content: "020";
	height: 0;
	visibility: hidden;
}
.standard .whole .cell .text{
	float: left;
	width:258px;
	padding:0;
	
	box-sizing: border-box;
}
.standard .whole .cell .name{
	border-bottom: 1px solid #a7a7a7;
	height:60px;
	display: table-cell;
	vertical-align: middle;
	width: 258px;
	font-size:15px;
}
.standard .whole .cell  img{
	max-width: 100%;
	max-height: 100%;
}
.standard .whole .cell .icon_file{
	padding-right: 0;
	padding-bottom: 0;
}
.standard .whole .load_btn{
	background: #fb9138;
	display: block;
	width:136px;
	margin:auto;
	color:#fff;
	border-radius: 15px;
	padding:3px;
	text-decoration: none;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
    position: relative;
}
.standard .whole .whole_link{
	padding:10px;
}
.standard .whole .cell.mt{
	margin-top:20px;
}
.standard .whole .load_btn .file_icon{
	position: absolute;
	width:18px;
	height:18px;
	background: url(../images/down_icon.png)no-repeat;
	left:28px;
	top:6px;
}
.standard .whole .load_btn span{
	padding-left: 22px;
}
