@charset "utf-8";
body{
	min-width: 1400px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	background-color: #FFFFFF;
	letter-spacing: 0px;
	font-weight: normal;
	font-stretch: normal;
}

body, div, a, h3, p, ul{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	margin: 0 auto;
}

ul{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear::before,
.clear::after{
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

.area{
	width: 1100px;
	margin: 0 auto;
}           

.color{
	color: #FFFFFF;
}

/*左边部分*/
.area .fl{
	width: 500px;
}
.title{
	width: 557px;
	height: 48px;
	background: url(../images/gzdt.jpg) no-repeat left top;
	padding-left: 11px;
	background-color: #e1e9f1;
}
.area .title p{
	width: 180px;
	height: 100%;
	background-color: #d12618;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
    font-size:16px
}
.table{
    width: 505px;
    /* height: 333px; */
    padding: 19px 25px;
    border: 1px solid #ddd;
    margin-left: 11px;
    margin-top: -29px;
    background-color: #FFFFFF;
    font-size: 13px;
}
table{
	border: 1px solid #DDDDDD;
	border-top: none;
}
tr{
	display: block;
	height: 36px;
	line-height: 36px;
	border-top: 1px solid #DDDDDD;
}
td{
	width: 180px;
	padding-left: 10px;
}
.border{
	background: #f08e2f;
    padding: 0px 5px;
    color: #fff;
    margin-left: 10px;
}
.fl .table{
	width: 486px;
}
.fl .title{
	width: 538px;
}
/*右边部分*/
.area .fr{
	width: 500px;
}
.ma-l{
	width: 100px;
	padding-left: 30px;
}
.td-w{
	width: 200px;
}