.news {
    padding: 15px;
}

/* 文字新闻 */
.new-font {
    z-index: 1;
    padding: 0 0 8px;
    border-bottom: 1px dashed #9b9b9b;
}

.new-font li {
    padding: 6px 0;
}

.new-font li a {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    font: 400 16px/30px '微软雅黑';
    color: #0a0205;
    background: url(../images/square_g.jpg) no-repeat 8px center;
}

.new-font li a span {
    position: absolute;
    right: 10px;
    top: 0;
}

.new-font li a:hover {
    color: #38c719;
}

/* 图片新闻 */
.new-pic {
    padding: 0 5px;
}

.new-pic a {
    position: relative;
    display: block;
    height: 120px;
    margin: 0 0 10px;
    padding: 0 0 0 175px;
}

.new-pic i {
    position: absolute;
    left: 0;
    top: 0;
    width: 165px;
    height: 120px;
    overflow: hidden;
}

.new-pic i img {
    width: 165px;
    height: 120px;
}

.new-pic-title {
    overflow: hidden;
    padding: 5px 0;
    font: 400 16px/30px '微软雅黑';
    color: #0a0205;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-pic-p {
    height: 72px;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

.new-pic-time {
    font: 400 14px/1 '微软雅黑';
    color: #000000;
}

.new-pic a:hover {
    color: #000;
}


/* 新闻详情 */
.new-er {
    padding: 18px 15px 54px;
}

.new-er-title {
    padding: 30px 10px 15px;
    text-align: center;
    border-bottom: 1px dashed #999999;
}

.new-er-name {
    font: 400 24px/36px '微软雅黑';
    color: #0a0205;
}

.new-er-detail {
    font: 400 14px/18px '微软雅黑';
    color: #999999;
}

.new-er-p {
    font: 400 16px/30px '微软雅黑';
    color: #000;
    text-align: justify;
}

.new-er-p img {
    max-width: 100%;
}


p iframe {
    width: 640px !important;
    height: 480px !important;
}

