body {
    background: #f2f3f9;
}
.banner {
    padding-top: 120px;
    padding-right: 130px;
    color: #ffffff;
    background: url('../images/environmental-report/4.jpg') no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 440px;
}
.banner p {
    text-align: right;
}
.banner p.small {
    font-size: 30px;
    margin-bottom: 15px;
}
.banner p.large {
    font-size: 50px;
    font-weight: bold;
}
.content {
    width: 100%;
    padding-bottom: 100px;
}
.left_div {
    width: 300px;
    float: left;
}
.left_div>div {
    font-size: 18px;
    color: #222222;
    line-height: 60px;
    padding-left: 135px;
    position: relative;
}
.left_div.en>div {
    padding-left: 55px;
}
.left_div div i {
    font-size: 25px;
    color: #b6b6b6;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.left_div.en div i {
    left: 20px;
}
.left_div ul li {
    position: relative;
}
.left_div ul li:hover {
    background: #d4181c;
}
.left_div ul li:hover a {
    color: #ffffff;
}
.left_div ul li a{
    display: block;
    padding-left: 135px;
    line-height: 60px;
    color: #777777;
    font-size: 16px;
    font-weight: bold;
}
.left_div.en ul li a {
    padding-left: 55px;
}
.left_div ul li.active {
    background: #d4181c;
}
.left_div ul li.active a {
    color: #ffffff;
}
.left_div ul li div {
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    right: 5px;
    top: 29px;
}
.right_content {
    width: calc(100% - 300px);
    padding-left: 50px;
    background: #ffffff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    margin-top: -80px;
    padding-bottom: 100px;
    float: left;
}
.right_content .crumbs_box {
    padding: 30px 0;
    padding-left: 35px;
    border-bottom: 2px solid #777777;
    position: relative;
}
.right_content .crumbs_box a {
    font-size: 16px;
    color: #222222;
}
.right_content .crumbs_box a:last-child {
    cursor: inherit;
}
.right_content .crumbs_box i {
    font-size: 25px;
    color: #b6b6b6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.right_content dl {
    padding-top: 60px;
    text-align: center;
}

