﻿@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: 30px;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 1px;
        border-bottom: 1px solid #eae7e7;
        color: #6c6c6c;
    }
    .menuR p{
        margin:20px 0;
        font-size: 16px;
        text-indent:2em;
        line-height:25px;
    }
    .menuR img{
        min-width:200px;
        max-width:100%;
        display:block;
        margin:20px 0;
        border-style:none;
    }


