.location{
    width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.list_location{
    border-bottom: #DCDCDC solid 2px;
    text-align: right;
    line-height: 25px;
    font: "思源⿊体 CN Medium";
    font-size: 16px;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 15px;
}
.column{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.list_column{
    width: 1180px;
    border-bottom: #DCDCDC dotted 2px;
    position: absolute;
    margin: 0px 10px 0px 10px;
    padding: 15px 0px 15px 0px;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
li{
    float: left;
}
.list_column li a{
    display:inline;
    color: #333333;
    line-height: 36px;
    font-size: 18px;
    margin-right: 30px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border-radius: 6px;
}
li a:hover{
    background-color: #407ab7;
}
.page1200{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.content{
    width: 1180px;
    line-height: 1.8em;
    font-size: 14px;
    color: #000;
    margin: 10px;
    padding: 15px 0px 15px 0px;
    min-height: 200px;
    text-align: left;
}
h1{
    font-size: 24px;
    color: #2861b4;
    text-align: center;
    line-height: 50px;
}
table{
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}
table td{
    border: 1px solid #DCDCDC;
}
td a{
    text-align: center;
}
td a:hover{
    color: #2861b4;
}
