﻿@charset "utf-8";
.news-index-outer {
    margin-top: 20px;
    display: none;
}

.news-index-top a {
    display: block;
    overflow: hidden;
    padding: 24px 40px 24px 30px;
}

.news-index-top .pic {
    height: 238px;
    width: 384px;
    overflow: hidden;
    float: left;
}

.news-index-top .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.news-index-top .txt {
    float: right;
    width: 700px;
}

.news-index-top .tit {
    font-size: 16px;
    color: #000;
    margin-top: 23px;
    line-height: 1.4;
}

.news-index-top .date {
    font-weight: bold;
    color: #ed6d00;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.news-index-top .info {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    text-align: justify;
    margin-top: 10px;
}

.news-index-top .info p {
    margin-bottom: 10px;
}

.news-index-top,
.news-index-item {
    border-bottom: 1px solid #e5e5e5;
}

.news-index-item a {
    display: block;
    overflow: hidden;
    padding: 24px 30px 24px 40px;
}

.news-index-item .pic {
    float: left;
    overflow: hidden;
    width: 248px;
    height: 154px;
}
.news-index-item .pic img{
width:100%;
height:100%;
}
.news-index-item .txt {
    float: right;
    width: 840px;
}

.news-index-item .info {
    overflow: hidden;
    line-height: 20px;
    color: #ed6d00;
    margin-top: 18px;
}

.news-index-item .tit {
    font-size: 16px;
    float: left;
}

.news-index-item .date {
    font-size: 14px;
    float: right;
}

.news-index-item .detail {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    text-align: justify;
    margin-top: 18px;
}

.news-index-item a:hover,
.news-index-top a:hover {
    background: #f9f4ec;
}

.page-box {
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}

.page-box>a,
.page-box>span,
.page-box>input {
    display: inline-block;
    font-size: 14px;
}

.page-box .num,
.page-box .prev,
.page-box .next,
.page-box .go,
.page-box .submit {
    border: 1px solid #e5e5e5;
    background: #fff;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    color: #444;
}

.page-box .num {
    width: 32px;
}

.page-box .go {
    width: 48px;
}

.page-box .prev,
.page-box .next {
    width: 76px;
}

.page-box .dot {
    margin: 0 8px;
}

.page-box .total {
    margin: 0 18px;
}

.page-box .go {
    margin: 0 9px;
    text-align: center;
    padding: 0;
}

.page-box .submit {
    background: #fff;
    padding: 0;
    width: 48px;
    height: 34px;
    margin-left: 10px;
    cursor: pointer;
}

.page-box .num.on {
    background: #ed6d00;
    color: #fff;
    border-color: #ed6d00;
}

.page-box input {
    vertical-align: baseline;
}