﻿@charset "utf-8";
/* CSS Document */
body, ul, h1, li {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

img {
    padding: 0;
    margin: 0;
    border: 0;
}

.clearfix {
    clear: both;
}

body {
    background-color: #FFF4EE;
    background-size: cover;
    width: 100%;
    min-width: 1000px;
    overflow-y: hidden;
    overflow-x: hidden;
}


/*返回按钮*/
.back img {
    width: 79px;
    height: 79px;
}

.back {
    position: absolute;
    top: 6%;
    right: 4%;
    margin-left: -65px;
}


/*标题*/
.biaoti {
    margin-left: 6%;
    margin-top: 2%;
}

.biaoti img {
    width: 56px;
    height: 56px;
    float: left;
}

.biaoti span {
    font-family: "微软雅黑";
    float: left;
    margin-left: 10px;
    font-size: 30px;
    color: #f70;
    line-height: 56px;
    text-shadow: 1px 1px 1px #685f5f;
}

/*内容*/
.nr-center {
    top: 15%;
    position: absolute;
    width: 100%;
    height: 80%;
}

.nr-center .btn_left img {
    width: 100%;
    height: 100%;
}

.nr-center .btn_left {
    width: 41px;
    height: 73px;
    left: 2%;
    position: absolute;
    top: 40%;
}

.nr-center .wenzi {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 1%;
    height: 93%;
}

.nr-center .wenzi img {
    width: auto;
    max-width: 100%;
}

    /*图片组*/
    /*.nr-center .wenzi img{
	width: 100%;
    height: auto;
}*/
.nr-center .btn_right {
    width: 41px;
    height: 73px;
    right: 2%;
    position: absolute;
    top: 40%;
}

.nr-center .btn_right img {
    width: 100%;
    height: 100%;
}
/*增加小节*/
.xj {
    margin-left: 22%;
    width: 55%;
    overflow: hidden;
}

.xj li {
    float: left;
    margin-left: 5px;
    margin-right: 48px;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #f70;
    line-height: 24px;
    margin-bottom: 15px;
    height: 30px;
}

.xj li .current {
    color: #f70;
    font-size: 22px;
}

.xj li a {
    color: #333333;
    text-decoration: none;
}

    .xj li a:hover {
        font-family: "微软雅黑";
        font-size: 20px;
        color: #f70;
        line-height: 20px;
        text-shadow: 1px 1px 1px #685f5f;
    }
