article, aside, footer, header, section, footer, nav, figure, main {
    display: block;
}

/*页面样式初始化*/
* {
    text-decoration: none;
    padding: 0;
    margin: 0;
    font: inherit;
}

/*通用样式*/
body {
    background-color: #ffffff;
    font: 14px Arial;
    color: #333333;
}

ul {
    list-style-type: none;
}

/*外层盒子*/
.wrap {
    width: 1050px;
    margin: 0 auto;
    background: #f0f0f0;
}

/*头部*/
.top-header {
    height: 150px;
    background-color: #017101;
}

.header {
    width: 1050px;
}

/*导航*/
.top-menu {
    background-color: #177213;
    width: 830px;
    height: 35px;
    float: left;
    font-size: 16px;
    padding-left: 220px;
}

.top-menu ul {
    margin-top: 5px;
}

.top-menu ul li {
    display: inline;
    padding: 25px 0 0 40px;
}

.top-menu ul li a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

/*侧边栏*/
.left-aside {
    float: left;
    width: 280px;
}

.menu {
    height: 250px;
    background: #EFE5D0;
    padding: 25px 40px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.menu ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #135CAE;
}

.menu ul li a:hover {
    text-decoration: underline;
    color: #ab57ab;
    font-size: 17px;
    font-weight: 700;
}

ul li ul.dropdown {
    width: 200px; /* Set width of the dropdown */
    height: 70px;
    background-color: #EFE5D0;
    display: none;
    position: absolute;
    z-index: 999;
    left: 350px;
    top: 325px;
}

ul li:hover ul.dropdown {
    display: block; /* Display the dropdown */
}

ul li ul.dropdown li {
    display: block;
}
.news {
    height: 420px;
    background: #EFE5D0;
}

.menu2 {
    height: 30px;
    background-color: #177213;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 30px;
    padding-top: 12px;

}

.container {
    width: 250px;
    height: 300px;
    margin-top: 0;
    margin-left: 15px;
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
    box-sizing: border-box;
}

#cong {
    text-decoration: none;
    padding-top: 12px;
    margin-top: 15px;
    margin-left: 15px;
    width: 250px;
    color: #FD9600;
    height: 35px;
    background-color: #f0f0f0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.marquee {
    margin-top: 10px;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0% {
        top: 128px
    }
    100% {
        top: -176px
    }
}

/* Make it look pretty */
.news1 .marquee {
    margin: 0;

    padding: 0 16px;
    line-height: 24px;
    font: 15px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.news1 .marquee p {
    margin-top: 15px;
    text-decoration: none;
}

.news1 .marquee p a {
    text-decoration: none;
    color: #333333;
}

.cong1 {
    font-weight: bold;
    color: #0000ff;
    text-decoration: none;
}

.new1:before, .news1::before,
.news1:after, .news1::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 32px;
    background-image: linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
}

.new1:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.new1:before, .microsoft::before {
    top: 0;
}

/*主内容区域*/
main {
    height: 720px;
    padding: 33px 0 13px 30px;
    background: #efe5d0 top left;
    margin-left: 290px;
}

.quarter {
    margin: 15px;
    font-size: 15px;
    text-align: center;
}

#sub {
    margin-top: 10px;
    font-weight: bold;
}

.notice {
    margin: 0 15px 0 15px;
    font-size: 14px;
    color: red;
}

#address {
    margin-top: 5px;
    color: red;
}

.schedule {
    margin-top: 10px;
    background-color: white;
    width: 679px;
    height: 586px;
    text-align: center;
}

#title {
    padding-top: 10px;
    font-weight: bold;
    width: 95px;
    height: 28px;
    background-color: #E9B4A2;
}

.table {
    width: 705px;
    height: 700px;
}

.row1 {
font-size: 12px;
    margin-top: 5px;
        border-style: solid;
    border-width: 1px;
    border-color: black;
    width: 702px;
    height: 25px;
}

.col1 {
        font-weight: bold;
    float: left;
    border-right: solid;
    border-width: 1px;
    border-color: black;
    width: 90px;
    height: 25px;
}
.col1 p {
    text-align: center;
    margin-top: 5px;
}

.col2 {
    float: left;
    font-weight: bold;
    border-color: black;
    border-right: solid;
    border-width: 1px;
    width: 260px;
    height: 25px;
}

.col2 p {
    text-align: center;
    margin-top: 5px;
}
.col3 {
    float: left;
    font-weight: bold;
    width: 340px;
    height: 25px;
    border-width: 1px;
}
.col3 p {
    text-align: center;
    margin-top: 5px;
}

.row2 {
    font-size: 12px;
    border-style: none solid solid solid;
    border-width: 1px;
    width: 702px;
    height: 60px;
}

.col1_1 {
             float:left;
    border-right: solid;
    border-width: 1px;
    width: 90px;
    height: 60px;
}
.col1_1 p {
    text-align: center;
    margin-top: 18px;
}
.col2_1 {
    float: left;
    border-color: black;
    border-right: solid;
    border-width: 1px;
    width: 260px;
    height: 60px;
}

.col2_1 p {
    margin: 5px;
}
.col3_1 {
    float: left;
    width: 340px;
    height: 60px;
}

.col3_1 p {
    margin: 5px;
}

.row3 {
    font-size: 12px;
    border-style: none solid solid solid;
    border-width: 1px;
    width: 702px;
    height: 70px;
}

.col1_3 {
    float:left;
    border-right: solid;
    border-width: 1px;
    width: 90px;
    height: 70px;
}
.col1_3 p {
    text-align: center;
    margin-top: 20px;
}
.col2_3 {
    float: left;
    border-color: black;
    border-right: solid;
    border-width: 1px;
    width: 260px;
    height: 70px;
}

.col2_3 p {
    margin: 5px;
}
.col3_3 {
    float: left;
    width: 340px;
    height: 70px;
}

.col3_3 p {
    margin: 5px;
}

.page-footer {
    padding-top: 10px;
    text-align: center;
    width: 1050px;
    height: 30px;
    color: black;
    background: #f0f0f0;
}