/* CSS Document */
html {
    font-size: 10px;
}

body {
    padding: 0;
    margin: 0 auto;
    color: #000;
    background-color: #FFF;
    font-family: Arial, 微软雅黑,宋体;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 1.4rem;
    background: linear-gradient(to bottom, #6cbbff,#FFFFFF) no-repeat fixed;
    overflow: scroll;
}

div, ul, ol, li, p, h1, h6 {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    word-break: break-all;
    word-wrap: break-word;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

#max {
    display: block;
}

#min {
    display: none;
}

.bigMain {
    width: 990px;
    min-height: 100vh;
    background-color: white;
}

.main {
    width: 970px;
    overflow: hidden;
}

.main_top {
    border: 1px solid #6cbbff;
    padding: 5px 0 5px 5px;
    border-radius: 2px;
}

.main_top::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    width: 0;
    font-size: 0;
}

.main_top a {
    font-size: 1.2rem;
    padding: 0.5rem;
}

.top_right {
    float: right;
    font-size: 1.2rem;
    overflow: hidden;
    margin-right: 5px;
}

.top_right span {
    line-height: 1.8rem;
    margin-right: 3px;
}

.top_right a {
    color: gray;
}

.pubBT {
    background-color: darkorange;
    border-radius: 5px;
    padding: 2px 0;
}

.pubBT a {
    color: white;
}

.top_right::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    width: 0;
    font-size: 0;
}

.main_logo {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_nav {
    background-color: dodgerblue;
    overflow: hidden;
    border-radius: 2px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.main_nav li {
    flex: 1;
    line-height: 30px;
    text-align: center;
    border: 1px solid dodgerblue;
    line-height: 40px;
}

.main_nav a {
    font-size: 1.6rem;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
    display: block; /*可以使整个li充满链接*/
}

.main_nav li:hover {
    text-decoration: underline;
    color: white;
}

/*版权信息*/
.sitebottom {
    line-height: 25px;
    text-align: center;
    width: 970px;
    overflow: hidden;
    margin-top: 5px;
    padding: 20px 0 10px 0;
    color: #666;
    font-size: 12px;
    background-color:#f9f9f9;
}

.sitebottom a {
    color: #666;
    font-size: 12px;
}

.sitebottom img {
    text-align: center;
    vertical-align: middle;
}

/*分页按钮*/
.paging {
    width: 99%;
    display: inline;
    line-height: 50px;
}

.paging span {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 12px 4px 10px;
    text-align: center;
    font-family: 微软雅黑;
    margin-right: 3px;
}

.paging a {
    font-size: 14px;
}

.jubao, .jubao a {
    line-height: 30px;
    text-align: right;
    font-size: 12px;
    color: gray;
    padding-right: 2px;
}

.weiZhi {
    font-size: 12px;
    color: gray;
    line-height: 30px;
    background-color: aliceblue;
    padding-left: 5px;
    border-radius: 2px;
    margin-top: 1px;
}
#show_gzh {
    text-align:center;
}
#show_gzh img {
    margin-top:30px;
    width:36%;
}
#show_gzh p {
    text-align:left;
    color:gray;
    line-height:30px;
    margin:10px 0;
}