
/*滚动条*/
::-webkit-scrollbar {
    width: 0px;
}

.news_banner {
    width: 100%;
    height: 499px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
}

    .news_banner h3 {
        padding-top: 200px;
        margin: auto;
        width: 693px;
        font-weight: 600;
        font-size: 35px;
        color: white;
    }

@font-face {
    font-family: "方正力黑";
    src: url(../font/力黑体/MFLiHei_Noncommercial-Regular.otf);
}
.header_left a{display:block;}
.news {
    width: 1024px;
    margin: auto;
}

    .news li:first-child {
        border-top: 1px dashed #999999;
    }

    .news li {
        border-bottom: 1px dashed #999999;
        padding: 30px 0;
        height: 100px;
    }

        .news li div {
            float: right;
            width: 99%;
        }

            .news li div a {
                float: right;
                font-size: 14px;
                color: #F77676;
                margin-right: 10px;
                margin-top: -5px;
            }

            .news li div span {
                float: right;
                font-size: 12px;
                color: #999999;
                margin-right: 20px;
            }

        .news li img {
            width: 120px;
            margin-left: 15px;
            float: left;
        }

        .news li div h3 {
            font-size: 18px;
            padding-bottom: 10px;
            margin-top: 10px;
        }

        .news li div p {
            height: 50px;
        }

.hides {
    display: none;
}

.more {
    width: 36%;
    height: 30px;
    background: #DDDDDD;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    margin-top: 40px;
    cursor: pointer;
}

    .more a {
        color: white;
    }

    .more:hover {
        background: #999999;
    }

footer .w p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
    font-family: "微软雅黑";
    line-height: 100px;
}

footer {
    margin-top: 100px;
    width: 100%;
    height: 100px;
    background: #f7f7f7;
}

.type {
    width: 1024px;
    height: 50px;
    margin: 0 auto;
}

    .type li {
        width: 100px;
        height: 30px;
        float: left;
        margin-left: 10px;
        line-height: 30px;
        text-align: center;
        border: 2px solid #FFF;
        border-radius: 20px;
        cursor: pointer;
    }

#news h3:hover {
    color: #3388FF;
    cursor: pointer;
}

.nav {
    width: 1024px;
    height: 50px;
    margin: 0 auto;
}

    .nav li {
        float: left;
        /*width: 50px;*/
        height: 30px;
        text-align: left;
    }

.page {
    color: #000;
    width: 1024px;
    margin: 50px auto;
    font-size: 16px;
}

    .page span {
        cursor: pointer;
        width: 400px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

        .page span:hover {
            color: #00a8ff;
        }

#pageUp {
    float: left;
}

#pageDown {
    float: right;
}

.DetailedContent ul {
    width: 1145px;
    height: 30px;
    font-size: 18px;
    margin: 0 auto;
}

.DetailedContent li {
    float: left;
    color: #3388FF;
    cursor: pointer;
}

    .DetailedContent li:last-child {
        cursor: initial;
        color: #000;
        /*width: 500px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;*/
    }

textarea {
    overflow: hidden;
}

a {
    cursor: pointer;
}
