

.policy-content {
    width:84%;
    margin:30px 8% 0 8%;
    min-height: 600px;
}

.policy-content .leftsidebar {
    width: 20%;
    float: left;
    margin-right: 5%;
    min-width: 140px;
}

.policy-content .leftsidebar .list {
    height: 38px;
    line-height: 38px;
    color: #fff;
    padding-left: 42px;
    margin-bottom: 15px;
}

.policy-content .leftsidebar .list .arrow {
    float: right;
    margin-right: 10px;
}

.policy-content .leftsidebar .list:hover .arrow {
    transform: rotate(180deg);
    transition: all .5s;
}

.policy-content .leftsidebar .list.hover .arrow {
    transform: rotate(180deg);
}

.policy-content .leftsidebar .subnav {
    margin-bottom: 15px;
}

.policy-content .leftsidebar .subnav.bd_blue {
    border: 1px solid #3cb6e9;
}

.policy-content .leftsidebar .subnav.bd_pink {
    border: 1px solid #ff679a;
}

.policy-content .leftsidebar .subnav.bd_orange {
    border: 1px solid #ff8615;
}

.policy-content .leftsidebar .subnav li {
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
    background: #f0f0f0;
}

.policy-content .leftsidebar .subnav li:nth-child(2n+2) {
    background: #fafafa;
}

.policy-content .leftsidebar .subnav li:hover, .policy-content .leftsidebar .subnav li.hover {
    background: #adadad;
    box-shadow: 0 0 5px #808080 inset;
    color: #fff;
}

.policy-content .leftsidebar .subnav li .arrow {
    float: right;
    margin-right: 10px;
}

.policy-content .leftsidebar .subnav.bd_blue li:hover .arrow, .policy-content .leftsidebar .subnav.bd_pink li:hover .arrow,
.policy-content .leftsidebar .subnav.bd_orange li:hover .arrow, .policy-content .leftsidebar .subnav.bd_blue li.hover .arrow,
.policy-content .leftsidebar .subnav.bd_pink li.hover .arrow, .policy-content .leftsidebar .subnav.bd_orange li.hover .arrow
{
    color: #fff;
}

.policy-content .leftsidebar .subnav.bd_blue li .arrow {
    color: #3cb6e9;
}

.policy-content .leftsidebar .subnav.bd_pink li .arrow {
    color: #ff679a;
}

.policy-content .leftsidebar .subnav.bd_orange li .arrow {
    color: #ff8615;
}

.policy-content .bg_headline {
    background: #3CB5E8 url(../img/policy/icon_headline.png) 10px center no-repeat;
}
.policy-content .bg_data {
    background: #3CB5E8 url(../img/policy/icon_data.png) 10px center no-repeat;
}
.policy-content .bg_policy {
    background: #3CB5E8 url(../img/policy/icon_policy.png) 10px center no-repeat;
}
.policy-content .bg_friendlink {
    background: #3CB5E8 url(../img/policy/icon_link.png) 10px center no-repeat;
}

.policy-content .policy-main {
    width: 75%;
}

.policy-content .content_list{

    background-color: #F9F9F9;
    min-height: 260px;
    padding-top:15px;
    padding-bottom:15px;
}

.policy-content .content_list li {
    font-size:16px;
    padding-left: 60px;
    background: url(../img/policy/icon_finger.jpg) 10px center no-repeat;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

.policy-content .content_list li .title {
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.policy-content .content_list li a span {
    margin-right: 2%;
}

.policy-content .breadcrumb {
    padding: 6px 15px;
    margin-bottom: 12px;
    width: 100%;
}

.policy-content .breadcrumb li, .breadcrumb li a {
    font-size: 20px;
    
    text-decoration: none;
    color: #777;
}

.policy-content .paging {
    text-align:center;
    margin-top:20px;
}

.policy-content .paging ul li{
    text-align: center;
    font-size: 16px;
}

.policy-content .paging ul li a{
    display: inline-block;
    height: 25px;
    line-height: 25px;
}

/* 友情链接main  */
.policy-content .friend_list {
    background-color: #F9F9F9;
    font-size: 18px;
}

.policy-content .friend_list li {
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}

.policy-content .friend_list li:last-child {
    border-bottom: 0;
}

.policy-content .friend_list li .img_web {
    width: 210px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.policy-content .friend_list li .website {
    color: grey;
}