body, html {
    margin: 0;
    padding: 0;
}

* {
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    font-style: normal;
    color: inherit;
}

.epidemic-head {
    margin: 0 auto;
    width: 1200px;
}

.epidemic-head img {
    display: block;
    width: 100%;
}

.epidemic-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.epidemic-content .title {
    background-color: #fff;
    text-align: center;
}

.epidemic-content .left {

    width: 65%;

    float: left;
}

.epidemic-content .left .list {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
}

.epidemic-content .right {

    float: left;

    width: 35%;

    border: solid 1px #d9dadb;
}

.epidemic-content .right .notice {
    background: #0068b7;
    color: #fff;
    padding: 30px;
    font-size: 20px;
    text-align: center;
    /* margin-bottom: 5px; */
}

.epidemic-content .right .notice-info {
    margin: 10px;
}

.epidemic-content .right .notice-info ul {
    margin: auto;
    padding: 10px;
}

.epidemic-content .right .notice-info ul li {
    font-size: 14px;
    text-align: left;
    padding-left: 60px;
    line-height: 28px;
}

.epidemic-content .right .notice-info ul ol {
    line-height: 35px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
}

.epidemic-content .right .notice-info ul ol a {
    display: block;
    background: #f8f8f8;
    color: #666;
    line-height: 30px;
    font-size: 16px;

}
.epidemic-content .title {
    background-color: #fff;
    text-align: center;
}

.epidemic-content .title span {
    font-family: SimSun;
    display: block;
    clear: both;
    font-size: 30px;
    color: #045AA6;
    line-height: 70px;
    font-weight: bold;
    padding-top: 18px;
    letter-spacing: 0;
}

.epidemic-content .title .sub-title {
    font-size: 16px;
    padding-bottom: 20px;
    color: #999;
    text-align: left;
    /**text-indent: 2em;*/
}

.epidemic-content .list {
    padding: 20px;
}

.epidemic-content .list:after {
    clear: both;
    content: '';
    display: block;
}

.epidemic-content .list.half {
    width: 50%;
    float: left;
}

.epidemic-content .list h2 {
    line-height: 60px;
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #eee;
}

.epidemic-content .list h2 span {
    font-weight: bolder;
    color: #0073c8;
    font-size: 20px;
}

.epidemic-content .list h2 span:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 20px;
    vertical-align: middle;
    background: #0073c8;
    margin-right: 10px;
}

.epidemic-content .list h2 a {
    font-size: 14px;
    float: right;
    background: #fff;
    line-height: 35px;
    padding: 0 10px;
    color: #c0c0c0;
    border-radius: 5px;
    margin-top: 14px;
}

.epidemic-content .list ul {
    background: #fff;
}

.epidemic-content .list ul li {
    display: block;
    line-height: 45px;
    overflow: hidden;
    padding: 0 10px;
}

.epidemic-content .list ul li a {
    width: 80%;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.epidemic-content .list ul li span {
    width: 20%;
    display: block;
    float: left;
    text-align: right;
    color: #999;
    font-size: 14px;
}

.sy-footer {
    border: 1px solid #E4E7EB;
    border-bottom: 0px;
    background-color: #F3F3F3;
    padding: 20px 0px;
}

.sy-footer-first {
    height: 22px;
    line-height: 22px;
    width: 290px;
    margin: 0px auto 12px;
}

.sy-footer-first ul:after {
    content: "";
    display: block;
    clear: both;
}

.sy-footer-first ul li {
    list-style: none;
    float: left;
}

.sy-footer-first ul li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

.sy-footer-first ul li span {
    display: block;
    border-left: 1px solid #3D3C3C;
    height: 13px;
    margin: 6px 8px 0px;
    float: right;
}

.sy-footer-second {
    width: 975px;
    margin: 0 auto;
}

.sy-footer-second:after {
    content: "";
    display: block;
    clear: both;
}

.sy-footer-secondleft {
    float: left;
    font-size: 0px;
    margin-right: 7px;
    margin-top: -25px;
}

.sy-footer-secondmid {
    float: left;
    font-size: 12px;
    color: #333;
}

.sy-footer-secondmid a {
    color: #333;
    text-decoration: none;
}

.sy-footer-secondmidt {
    text-align: center;
}

.sy-footer-secondmidb {
    margin-top: 6px;
    text-align: center;
}

.sy-footer-secondmidb a {
    display: inline-block;
    margin-left: 20px;
}

.sy-footer-secondmidb a img {
    float: left;
    margin-right: 3px;
    border: 0px
}

.sy-footer-secondright {
    float: left;
    font-size: 0px;
    margin-left: 34px;
    margin-top: -20px;
}

.sy-footer-third {
    font-size: 12px;
    text-align: left;
    width: 305px;
    margin: 0 auto;
    color: #333;
}

.sy-footer-fouth {
    font-size: 12px;
    text-align: center;
    width: 424px;
    margin: 5px auto;
    color: #333;
}

.sy-footer-fouth a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.mobile-szxx {
    display: none;
}
