﻿/*分页*/
#Paging a {
    text-decoration: none;
}

#Paging a:hover {
    text-decoration: none;
}

#Paging {
    color: #ccc;
    text-align: center;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    margin: 0 auto;
    height: 30px;
}

#Paging a {
    display: inline-block;
    color: #8a8282;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    vertical-align: middle;
}

#Paging a:hover {
    text-decoration: none;
    border: 1px solid #4b4487;
    background-color: #4b4487;
    color: #fff;
}

#Paging span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #4b4487;
    border: 1px solid #4b4487;
    vertical-align: middle;
}

#Paging span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    /* background: #f2f2f2; */
    border: 1px solid #bfbfbf;
    vertical-align: middle;
}
/*文章*/
.Article {
    width: 80%;
    margin: 0 auto;
}

.Article img {
    max-width: 100%;
    height: !important auto;
}

.Article .Article_title {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #c2281f;
}

.Article .Article_time {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    border-bottom: 1px dotted #222222;
    color: #222222;
    margin-bottom: 25px;
}

.Article .Article_content {
    width: 100%;
    padding-top: 10px;
    height: auto !important;
    min-height: 450px;
    line-height: 28px;
    color: #222222;
    font-size: 14px;
}
