* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei","Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

a {
    text-decoration: none;
}

.top {
    width: 100%;
    height: 10px;
    background: #81291f;
}

.logo {
    width: 50%;
    height: auto;
    max-width:  200px;
}

.logo img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
}

.header {
    width: 100%;
    height: 70px;
    padding-top: 10px;
    background: #81291f;
}


.nav ul li {
    float: left;
    list-style: none;
    width: 25%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-top: 5px;
}

.search {
    width: 100%;
    height: 45px;
    background: #9f4c3f;
    padding-left: 10px;
    padding-top: 10px;
}

.search input {
    width: 70%;
    height: 28px;
    padding-left: 10px;
}

.search button {
    width: 26%;
    height: 28px;
}

.nav {
    height: 70px;
    width: 100%;
    background: #81291f;
}

.news-top {
    text-align: center;
    margin-top: 15px;
}

.news-top a {
    color: #000;
    text-decoration: none;
}

.news-top h1 {
    font-size: 18px;
    width: 90%;
    font-weight: bold;
    margin: 10px auto;
}

.news-top p {
    font-size: 14px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.top-li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;

}

.slider-li {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    position: relative;
}

.slider-li img {
    width: 100%;
    height: auto;
}

.slider-title {
    position: absolute;
    width: 100%;
    padding: 10px 5px;
    bottom: 5px;
    left: 0;
    background: rgba(0,0,0,.5);
    color: #fff;

}

.news-all {
    width: 100%;
    padding: 0 15px;
    height: auto;
}

.news-all a {
    color: #333;
}

.news-article {
    width: 100%;
    font-size: 16px;
    color: #000;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.news-article:last-child {
    border: none;
}

.news-more {
    width: 98%;
    height: 45px;
    background: #eee;
    border-radius: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #666;
}


.others {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    min-height: 580px;
}

.others-title {
    width: 100%;
    height: 36px;
    font-weight: bold;
    border: 1px solid #eee;
    border-bottom: none;
    background: #f2f6fb;
    /*background: url("../image/nw/other.jpg") center repeat-x;*/
}

.others-h1 {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #81291f;
    padding: 0 10px;
    margin-left: 1px;
    background: #fff;
    /*background: url("../image/nw/other-title.jpg") center repeat-x;*/
}

.others-top {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top-article {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}

.top-article a {
    display: block;
    width: 28%;
    min-height: 4.5rem;
    max-width: 10.5rem;
    float: left;
}

.top-article a img {
    width: 100%;
    height: auto;
}

.top-article-title {
    float: left;
    width: 72%;
    font-size: 18px;
    line-height: 24px;
    padding-left: 0.6rem;
    box-sizing: border-box;
    height: 4.2rem;
}

.top-article-title a {
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    color: #333;
}

.others-list a {
    color: #333;
}

.others .others-list .news-article:last-child {
    border-bottom: none;
}

.others-feature {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.feature-article {
    width: 48%;
    float: left;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 175px;
}

.feature-article:nth-child(2n) {
    margin-left: 4%;
}

.feature-article img {
    width: 100%;
    height: auto;
}

.feature-article a {
    color: #333;
}

.guoji {
    min-height: 500px;
}

.feature-footer {
    width: 100%;
    height: 10px;
}

.footer {
    width: 100%;
    height: 90px;
    background: #81291f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
}

.new-li a{
    color: #fff;
}

.oa {
    width: 98%;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    margin-bottom: 5px;

}

.oa-btn {
    width: 100%;
    height: 45px;
    background: #9f4c3f;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
}
