﻿.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.widthauto {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fleft {
    float: left;
}

.policy-l {
    width: 230px;
    border: 1px solid #d8d7d7;
    background: #fff;
    border-radius: 5px;
}

.policy-l p {
    font-size: 20px;
    color: #e22323;
    height: 45px;
    line-height: 37px;
    padding-left: 56px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f1f1f1;
}

ul {
    list-style: none;
}

.policy-l ul li .ontrends {
    color: #e22323;
}

.policy-l ul li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-indent: 60px;
    position: relative;
    cursor: pointer;
}

ul li {
    list-style-type: none;
}

li {
    list-style: none;
}

.policy-l ul li i {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 24px;
    width: 24px;
    height: 26px;
}

.policy-l ul li span {
    display: inline-block;
    positon: absolute;
    top: 20px;
    right: 20px;
    width: 6px;
    height: 9px;

}

.fright {
    float: right;
}

.trends-r {
    width: 940px;
    padding-top: 0px;
    background: #fff;
    padding-top: 14px;
    margin-bottom: 20px;
    border: 1px solid #cecbcb;
}
.bottom-p p{
    text-indent: 2em;
    padding: 35px;
    color: #9b9b9b;
    line-height: 1.5em;
    font-size: 15px;
    background: #f0f0f0;

}

.bottom-btn-div {
    width: 100%;
    text-align: center;
    margin-top: 21px;
    padding-left: 53px;
}

.bottom-btn-div .red {
    margin-top: 20px;
    font-size: 16px;
    color: black;
}

.red {
    color: #fa0000;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42827143;
    text-align: center;
    white-space: nowrap;
    vertical-align: center;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

a {
    text-decoration: none;
    outline: none;
}

.bottom-p {
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
}

img {
    border: 0;
}



