﻿@charset "utf-8";

.pbanner {
    margin-top: 10px;
    width: 100%;
    height: 421px;
    background: url("../img/news.jpg") no-repeat top center;
}

.content {
    margin-bottom: 20px;
}

.content_inner {
    margin: 20px auto;
    width: 1070px;
}

    .content_inner .h2 {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

.menu {
    margin: 20px auto;
    width: 200px;
    border-bottom: none;
    -webkit-user-select: none;
}

    .menu p a {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        background: #fff url("../img/jtright.png") no-repeat 180px center;
        width: 180px;
        color: #333333;
    }

        .menu p a:hover {
            background: #efefef url("../img/jtrightY.png") no-repeat 180px center;
            ;
            color: #FF6600;
        }

    .menu li {
        border-bottom: 1px solid #ccc;
    }

.menuList {
    display: none;
    padding: 5px 0 5px 20px;
    overflow: hidden;
}

    .menuList li {
        height: 30px;
        line-height: 30px;
        border-bottom: none;
    }

        .menuList li a {
            color: #6c6c6c;
        }

            .menuList li a:hover {
                color: #FF6600;
            }


.menuR {
    width: 100%;
    margin-top: 20px;
}

    .menuR h2 {
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 1px;
        border-bottom: 1px solid #eae7e7;
        color: #6c6c6c;
    }

.news {
    margin: 20px 0;
    padding: 10px;
}

    .news li {
        position: relative;
        padding: 10px 0;
        height: 180px;
        border-bottom: 1px dashed #ccc;
    }

        .news li div {
            position: absolute;
            top: 20px;
            left: 0;
            width: 200px;
            height: 150px;
        }

            .news li div img {
                display: block;
                width: 100%;
                height: 100%;
                border: 0;
            }

        .news li p {
            margin: 20px 0 0 225px;
            height: 60px;
        }

            .news li p a {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 16px;
                color: #313131;
            }

                .news li p a:hover {
                    color: #FF6600;
                }

            .news li p i {
                font-style: normal;
            }

            .news li p span {
                display: block;
                line-height: 30px;
                font-size: 14px;
                color: #616161;
            }
