* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#banner {
    width: 1000px;
    margin: 0 auto;
    font-size: 0px;
}

#banner img {
    width: 1000px;
}

#nav {
    position: relative;
    width: 1000px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    background-color: #1479D7;
    color: #fff;
}

#nav h1 {
    display: inline-block;
    margin-left: 20px;
}

#nav ul {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
}

#nav ul li {
    width: 130px;
    text-align: center;
}

#nav ul li a {
    text-decoration: none;
    color: #ffff;
}

#nav ul li a:hover {
    background-color: #CBE1ED;
    color: rgb(6, 0, 0);
}


#main {
    width: 1000px;
    font-size: 0px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 30px;

}

h2 {
    position: relative;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    color: #1479D7;
    border-bottom: 1px solid #1479D7;
}

h2 span {
    position: absolute;
    right: 10px;
    font-size: 12px;
}

h2 span:hover {
    color: #062b4f;
}

#left {
    width: 245px;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 5px;
    float: left;
}

#left ul li {
    font-size: 12px;
    line-height: 25px;
}

#left ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

#left ul li a {
    color: rgb(9, 9, 9);
    text-decoration: none;
    margin-left: 10px;
}

#left ul li a:hover {
    color: #1479D7;
}

#mid {
    width: 490px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    height: 500px;
}

#article {
    width: 250px;
    display: inline-block;
}

#mid {
    position: relative;
    font-size: 12px;
    line-height: 25px;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    margin-bottom: 30px;

}

#mid ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

#mid ul li a {
    color: rgb(9, 9, 9);
    text-decoration: none;
    margin-left: 10px;
}

#mid ul li a:hover {
    color: #1479D7;
}

#news ul li {
    position: relative;
    left: 0px;
}

#news ul li span {
    position: absolute;
    right: 0px;
    color: #b3b3b3;
}

#laws {
    position: relative;
}

#laws {}

#laws ul {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 210px;
}

#laws ul li a {
    color: rgb(9, 9, 9);
    text-decoration: none;
    margin-left: 10px;
}

#laws ul li a:hover {
    color: #1479D7;
}

#laws ul li {
    position: relative;
    left: 0px;
}

#laws ul li span {
    position: absolute;
    right: 0px;
    color: #b3b3b3;
}

#laws img {
    width: 210px;
    position: absolute;
}

#jieshao {
    position: relative;
    width: 490px;
}

#jieshao p {
    text-indent: 24px;
    width: 300px;
}

#jieshao img {
    position: absolute;
    width: 150px;
    top: 10px;
    right: 15px;
}

#article {
    float: right;
    font-size: 12px;
}

#article ul li {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

#article ul li img {
    width: 180px !important;
    height: 60px;
    margin-left: 5px;
    margin-right: 20px;
}

#article ul li div p {
    font-size: 12px;
    line-height: 20px;
    color: rgb(129, 129, 129);
}

footer {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: rgb(78, 50, 50);
    font-size: 12px;
    border-top: 1px solid #ccc;
}