/*HTML5新标签兼容低版本的IE*/
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: 350px;
    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: 230px;
    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 {
    background: #efe5d0;
    padding: 60px;
    margin-left: 290px;
}

main article {
    padding-bottom: 10px;
    height: 565px;
}

main article h1 {
        color: #135CAE;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
}

main article p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
}
main article p a {
    text-decoration: none;
    font-weight: bold;
    color: blue;
}

.clinic0 {
    margin: 10px 10px 10px 10px;
    float: right;
}

.page-footer {
    padding-top: 10px;
    text-align: center;
    width: 1050px;
    height: 30px;
    color: black;
    background: #f0f0f0;
}