
html {
    font-size: 62.5%;
}
body{line-height: 1.5;}

@media (min-width: 651px) {
    body {
        width: 50%;
        margin: 0 auto;
    }
}

#banner img {
    width: 100%;
    height: auto;
}

#content {
    margin-top: 1rem;
    width: 96%;
    margin: 0 auto;
}

#content h1 {
    text-align: center;
    font-size: 2.4rem;
}

#content .sub_title {
    text-align: center;
    font-size: 2rem;
    margin: 1rem 0;
    color: #999;
}

#content-body img {
    width: 90%;
    margin: 1rem 5%;
    display:block;
}

#content p {
    font-size: 1.8rem;
    margin: 0 0.5rem;
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#content .prenext {
    font-size: 1.8rem;
    margin: 1rem;
    font-weight: 300;
    color: #4d4d4d;
}
#content .prenext a{
    color: #4d4d4d;
}

#content .prenext div {
    margin-bottom: .8rem;

}

#content .abouts-wrapper {
    padding-left: 1rem;
    position: relative;
    margin: 1rem 0 2rem 0;
}

#content .abouts-wrapper h2 {
    height: 2.6rem;
    line-height: 2.6rem;
    color: #333;
    font-size: 2.2rem;
}

#content .abouts-wrapper ul li {
    font-weight: 300;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#footer .copyright {
    color: #000;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
    padding: 10px 0;
    background-color: #999;
}

#footer .copyright img {
    width: 1.5rem;
    height: 1.5rem;
}

.float-bottom {
    position: fixed;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 6rem;
    background-color: #A6E4D9;
    list-style: none;
}

.zhan {
    width: 100%;
    height: 6rem;
}

.float-bottom li {
    flex: 1;
    text-align: center;
}

.float-bottom li img {
    margin: 0.65rem 0;
    width: 2rem;
}

.float-bottom .middle {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.float-bottom li p {
    font-size: 1.6rem;
}
video{
    display: inline-block;
    width: 90%;
    height: auto;
    margin: 1rem 0 1rem 4%;
    border: .2rem solid #888;
    border-radius: 1rem;        
}
.issue-map {
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.issue-map {
    font-size: 14px;
    color: #a6a6a6;
}
.newfont {
    color: #222 !important;
}

.pageBox{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	padding-top: 30px;
}
.pageBox ol {
	display: inline-block;
}
.pageBox ol li{
	float: left;
	border: 1px solid #ccc;
	padding: 2px 10px;
	margin: 0 5px;
	cursor: pointer;

}
.pageBox ol li:hover{
	background: #5FC987;
	border: 1px solid #5FC987;
	color: #fff;
}
.pageBox ol li:hover a{
	color: #fff;
}
