.content{
    background: #fff;
    padding: 20px 0;
    border: 1px solid #e6e6e6;
}
.listcontent{
    width: 820px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*分享样式*/
.content .dayin{
    /*width: 200px;*/
    position: absolute;
    right: 6px;
    top: 24px;
}
.content .dayin div{
    float: left;
    line-height: 28px;
    margin-right: 5px;
}

/*分享图标样式设置*/
.content .dayin .share_wrap a{
    float: none;
    display: inline-block;
    height: 23px;
    width: 23px;
    margin: 0 3px;
    border-radius: 26px;
    background-color: #333;
    position: relative;
    top: -3px;
    opacity: 0.75;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.content .dayin .share_wrap a:hover{
    opacity: 1;
}
.content .dayin .share_wrap a.bds_weixin{
    background: #66d354  no-repeat;
    background-size: cover;
}
.content .dayin .share_wrap a.bds_tsina{
    background: #66d354  no-repeat;
    background-size: cover;
}
.content .dayin .share_wrap a.bds_sqq{
    background: #66d354  no-repeat;
    background-size: cover;
}
.relevant_policies .tit_block{
    height: 40px;
    background: url(/uploads/image/rcwsimg/tit_bg.jpg) repeat-x top left;
    border: 1px #c0c0c0 solid;
    box-sizing: border-box;
    overflow: hidden;
}
.relevant_policies .tit_block .tit_text{
    float: left;
    padding: 0 30px;
    font-size: 18px;
    line-height: 38px;
    background: url(/uploads/image/rcwsimg/tit_text_bg.jpg) repeat-x top left;
    border-right: 1px #a2c0ec solid;
}
.relevant_policies .policies_links{
    padding: 15px 0;
}
.relevant_policies .policies_links .policies_list a{
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}
.relevant_policies .policies_links .policies_list a::before{
    content: "";
    float: left;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50px;
    margin: 9.5px;
}
