﻿a {
    text-decoration: none;
}

img {
    border: none;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.bodyDiv {
    overflow: hidden;
    background-color: #e7e7e7;
}

.mainDiv {
    width: 1024px;
    min-height:701px;
    margin: 0px auto;
    background-color: #fff;
}

.News {
    overflow: hidden;
    padding: 38px;
}

    .News > h2 {
        overflow: hidden;
        font-family: 微软雅黑;
        font-size: 18px;
        color: #000;
        text-align: center;
    }

    .News > div {
        overflow: hidden;
        text-align: center;
        padding: 10px 0px;
        border-bottom: dashed 1px #808080;
        margin-bottom: 10px;
    }

        .News > div > span {
            overflow: hidden;
            font-family: 微软雅黑;
            font-size: 13px;
            color: #363636;
            text-align: center;
            margin: 5px 30px 20px 5px;
        }

            .News > div > span > b {
                color: #0481ca;
                font-weight: 400;
            }

    .News > p {
        display: block;
        overflow: hidden;
        line-height: 35px;
        font-family: 微软雅黑;
        font-size: 16px;
        color: #313131;
    }

        .News > p > span {
            overflow: hidden;
            display: block;
            width: 100%;
        }
