.container {
    font-size: 1.2em;
    color: #222222;
    line-height: 1.5em;
}
.container .center {
    text-indent: 0;
    text-align: center;
}
.container .bold {
    font-weight: bold;
}

.container .red {
    color: red;
}
.container .transparent {
    background-color: transparent;
}
.container ul {
    margin: 0 auto;
    padding: 0 auto;
    padding-left: 0;
}
 .container ol {
    margin: 0 auto;
    padding: 0 auto;
}
.container .article-content ol {
    margin-left: 2em;
}
.container .article-content ol p {
    text-indent: 0;
}
#article ul,
#article ol {
    margin: 0 auto 0 2em;
    padding: 0;
}
#article li {
    margin-left: 2em;
}
#article li p {
    text-indent: 0;
}
.container a, .container a:visited {
    color: #000000;
    text-decoration: none;
}
.container p {
    text-indent: 2em;
    margin: 0.5em 0;
    text-align: justify;
}
.container table {
    margin-top: 5px;
    margin-bottom: 5px;
}
.container a:hover {
    text-decoration: underline;
    background-color: #EEEEEE;
}
.header {
    margin-bottom: 10px;
}
.logo {
    background-image: url("../../static/images/haijia_logo_2020.jpg");
    height: 230px;
    line-height: 0;
}
.nav {
    background-image: url("../../static/images/deepblue.jpg");
    height: 35px;
    font-size: 1.05em;
    line-height: 1em;
    padding-top: 8px;
}
.nav ul {
    list-style-type: none;
    margin: 0;
}
.nav li {
    float: left;
    margin-left: 1.5em;
}
.nav li:first-child {
    margin-left: 2em;
}
.nav li a, .nav li a:visited {
    color: #006ABB;
    font-weight: bold;
    background-color: #FFFFFF;
    text-align: center;
    padding: 7px 15px;
    display: block;
}
.nav li a:hover {
    color: #FFFFFF;
    background-color: #6D98C5;
}
.location {
    margin-bottom: 1em;
}
.location h1 {
    font-size: 1em;
    display: inline;
}
.content h2:first-child {
    margin-top: 0;
}
.content h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}
.content h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}
.content h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}
.content li {
    line-height: 1.5em;
}
.content p:last-child {
    margin: 0;
}
.illustration {
    text-align: center;
    margin-bottom: 0.5em;
}
.right_sidebar h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.right_sidebar h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 2em;
}
.right_sidebar ul {
    list-style-type: none;
}
.right_sidebar li {
    line-height: 1.5em;
    padding-left: 4em;
}
.right_sidebar .contact li {
    padding-left: 2em;
}
.right_sidebar .contact h2, .right_sidebar .advantage h2 {
    text-align: left;
    padding-left: 2em;
}
.footer {
    margin-top: 10px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
}
.footer .link {
    margin-top: 10px;
}
.footer .link span {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 10px;
}
.footer .link ul {
    margin: 0;
    padding: 0;
}
.footer .link li {
    display: block;
    float: left;
    padding-right: 10px;
}
.footer .bottom_nav {
    margin-top: 10px;
}
.footer .bottom_nav p {
    text-align: center;
    line-height: 1.5em;
    margin: 0;
}
table {
    border-collapse: collapse;
}
table th, table td {
    border: 1px solid #CCCCCC;
    text-align: center;
}
#contact td {
    text-align: left;
    border: 0px;
}
#price .content li {
    margin-left: 2em;
}
#shuttlebus .content ul {
    list-style-type: none;
    margin-left: 2em;
    padding: 0;
}
#shuttlebus .content h3 {
    font-size: 1em;
    font-weight: normal;
}
#shuttlebus .map .images {
    float: left;
}
#shuttlebus .map .images p {
    text-indent: 0;
    text-align: center;
}
#shuttlebus .map .images a:hover {
    background-color: transparent;
}
#shuttlebus .map .description {
    float: left;
    width: 380px;
    margin-left: 5px;
}
#shuttlebus .map .description h3 {
    font-weight: bold;
}
#shuttlebus .map .description li {
    margin-left: 2em;
}

/* Styles for keywords */
#keywords {
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
}
#keywords p {
    text-indent: 0;
}

/* Styles for default/shuttlebus */
#shuttlebus table {
    border-collapse: collapse;
}
#shuttlebus table td {
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 10px;
}

/* Styles for default/shuttlebus/route/1 */
#route p {
    text-indent: 0;
}
#route a {
    text-decoration: underline;
}

/* Styles for default/shuttlebus/location/1 */
#map {
    height: 500px;
}

/* 最新通知 */
#home .update p {
    text-align: center;
}
#home .update a {
    color: red;
}
