@charset "UTF-8";


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}



/* yui3 fonts */

body {
    min-width: 998px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #333;
    background: url('../images/bg.jpg') no-repeat center bottom #fff;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #828282;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #828282;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #828282;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #828282;
}

.placeholder {
    color: #828282;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* header */

.ewb-header1{
    background: url('../images/header_bg.jpg') no-repeat center top;
}

.ewb-logo1{
    padding: 39px 0 7px;
}

/* 导航 */

.ewb-nav1{
    background: #f3790b;
}

.ewb-nav1-items li{
    margin-left: 26px;
    padding: 9px 0 8px;
    float: left;
    width: 102px;
}

.ewb-nav1-items li:first-child{
    margin-left: 0;
}

.ewb-nav1-item{
    display: block;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    color: #fff;
}

.ewb-nav1-item:hover,
.ewb-nav1-item.accfocus,
.ewb-nav1-item.cur{
    font-weight: bold;
    color: #e47a1b;
    background: #fff;
    border-radius: 5px;
}

@media(min-width: 768px) and (max-width: 979px){
    .ewb-nav1-items li{
        margin: 4px 0;
        width: 12.5%;
    }
}
 
@media (max-width: 767px){
    .ewb-logo1{
        padding: 10px 0;
    }
    .ewb-logo1 img{
        margin-left: 10px;
        width: 50%;
    }
    .ewb-nav1-items li{
        margin-left: 0;
        padding: 4px 0;
        width: 25%;
    }
    .ewb-nav1-item{
        font-size: 15px;
    }
}

/* 信息列表 */

.wb-data-items{
    padding-top: 17px;
}

.wb-data-list{
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}

.wb-data-infor{
    padding-left: 12px;
    display: block;
    margin-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    background: url('../images/dot.png') no-repeat left center;
}

.wb-data-date{
    float: right;
    margin-top: -30px;
    color: #999;
}

.wb-data-list:hover a,.wb-data-list.accfocus a{
    background-image: url('../images/dot_h.png');
}

.wb-data-list:hover a,
.wb-data-list:hover span,
.wb-data-list.accfocus a,
.wb-data-list.accfocus span{
    color: #ffb200;
}

@media(max-width: 979px){
    body{
        min-width: auto;
    }
}

/* footer */
.ewb-footer {
    background: #333;
    padding: 10px 0 30px;
}

/* 友情链接 */
.ewb-link ul {
    margin-left: -10px;
}

.ewb-link-item {
    float: left;
    width: 25%;
}

.ewb-link-box {
    margin: 10px 0 0 10px;
}

.ewb-link-data {
    width: 100%;
    height: 100%;
}

.ewb-link-box .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.ewb-link-box .chosen-container-single .chosen-single {
    border: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.ewb-link-box .chosen-container-single .chosen-single div b {
    background: url("../images/footer_down.png") left center no-repeat;
}

.ewb-link-box .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/footer_up.png") left center no-repeat;
}

.chosen-container .chosen-results {
    max-height: 120px;
}

.ewb-link-box .chosen-container .chosen-drop {
    border: 0;
}

/* pad */
@media (max-width:979px) {
    .ewb-link-item {
        width: 100%;
    }
}



.ewb-main{
	min-height: 500px;
}

/*无障碍连读效果*/
.accfocus{
 text-decoration:underline!important;
}

/* 最上方 */
.ewb-top {
    padding: 20px 0;
    background: url("../images/top_bg.jpg") bottom center no-repeat #e1313f;
}

.ewb-top img {
    display: block;
    float: left;
}

.ewb-top-left {
    float: left;
}

.ewb-top-middle {
    float: left;
    margin-left: 210px;
}

.ewb-top-right {
    float: right;
    line-height: 20px;
}

.ewb-top-right a {
    color: #f2c6c7;
    float: left;
}

.ewb-top-right a:hover {
    color: #fff;
}

.ewb-top-right span {
    color: #f2c6c7;
    float: left;
    padding: 0 10px;
}

a.ewb-top-login {
    padding-left: 24px;
    margin-left: 40px;
    background: url("../images/login_icon.png") left center no-repeat;
}

.ewb-login {
    float: left;
}

/* 小屏 */
@media (max-width:1299px) {
    .ewb-top-middle {
        margin-left: 40px;
    }

    a.ewb-top-login {
        margin-left: 10px;
    }
}


/* logo，导航 */
.ewb-header {
    background: #fafbfc;
    padding: 12px 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
}

.ewb-street {
    float: left;
    margin: 8px 0 0 140px;
    position: relative;
    cursor: pointer;
}

.ewb-street-tt {
    color: #666;
    display: block;
    line-height: 20px;
    height: 20px;
    width: 90px;
    font-size: 16px;
    padding-left: 22px;
    background: url("../images/location_icon.png") left center no-repeat;
}

.ewb-street-content {
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 17px;
    padding-top: 3px;
    width: 654px;
    display: none;
    z-index: 3;
}

.ewb-street-arrow {
    width: 13px;
    height: 9px;
    margin-left: 150px;
    position: relative;
    z-index: 2;
    background: url("../images/street_arrow.png") bottom center no-repeat;
}

.ewb-street-box {
    width: 100%;
    margin-top: -1px;
    background: #fff;
    border-radius: 10px;
    padding: 11px 0 11px 25px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
}

.ewb-street-item {
    width: 16.66%;
    float: left;
}

.ewb-street-item a {
    display: block;
    padding-left: 10px;
    line-height: 34px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/street_list_img.jpg") left center no-repeat;
}

.ewb-street-item a:hover {
    color: #d72324;
    background-image: url("../images/street_list_imgh.jpg");
}

.ewb-street:hover .ewb-street-tt {
    color: #d72324;
}

.ewb-street:hover .ewb-street-content {
    display: block;
}

/* 小屏 */
@media (max-width:1299px) {
    .ewb-street {
        margin-left: 20px;
    }

    .ewb-street-content {
        margin-left: -60px;
    }

    .ewb-street-arrow {
        margin-left: 60px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-header .container {
        position: relative;
    }

    .ewb-street-arrow {
        margin-left: 50px;
    }

    .ewb-street {
        position: static;
        margin: 0;
    }

    .ewb-street-content {
        margin-left: 0;
        width: auto;
        left: 0;
        right: 0;
        top: 20px;
        padding-top: 0;
    }
}


/* nav */
.ewb-nav {
    float: left;
    margin-left: 55px;
}

.ewb-nav-list {
    float: left;
    font-size: 0;
}

.ewb-nav-item {
    position: relative;
    width: 130px;
}

.ewb-nav-item.hasChild {
    width: 140px;
}

.ewb-nav-tt {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.ewb-nav-item:hover .ewb-nav-tt,
.ewb-nav-item.cur .ewb-nav-tt {
    font-size: 16px;
    color: #e1313f;
}

.ewb-nav-list:first-child .ewb-nav-tt {
    font-size: 18px;
    color: #e1313f;
    font-weight: bold;
}

.ewb-nav-item.hasChild .ewb-nav-tt {
    padding-right: 20px;
    background: url("../images/nav_down_icon.png") right center no-repeat;
}

.ewb-nav-item.hasChild:hover .ewb-nav-tt,
.ewb-nav-item.hasChild.cur .ewb-nav-tt {
    background-image: url("../images/nav_down_iconh.png");
}

.ewb-nav-content {
    position: absolute;
    left: 50%;
    margin-left: -345px;
    top: 30px;
    width: 610px;
    font-size: 14px;
    text-align: left;
    display: none;
    z-index: 2;
}

.ewb-nav-content .ewb-street-arrow {
    margin-left: 300px;
}

.ewb-nav-item:hover .ewb-nav-content,
.ewb-nav-item.cur .ewb-nav-content {
    display: block;
}

/* 小屏 */
@media (max-width:1299px) {
    .ewb-nav {
        margin-left: 0;
    }

    .ewb-nav-list {
        text-align: right;
    }

    .ewb-nav-content .ewb-street-arrow {
        margin-left: 275px;
    }

    .ewb-nav-content {
        margin-left: -275px;
        width: 500px;
    }

    .ewb-nav-item {
        width: 110px;
    }

    .ewb-nav-item.hasChild {
        width: 120px;
    }

}

/* pad */
@media (max-width:979px) {
    .ewb-nav {
        width: 100%;
        margin-top: 5px;
        position: relative;
    }

    .ewb-nav-list {
        width: 14.28%;
        text-align: center;
    }

    .ewb-nav-item,
    .ewb-nav-item.hasChild {
        width: 100%;
        position: static;
    }

    .ewb-nav-content {
        left: 0;
        right: 0;
        margin-left: 0;
        width: auto;
        padding-top: 9px;
    }

    .ewb-nav-content .ewb-street-arrow {
        display: none;
    }
}


/* 搜索 */
.ewb-search {
    width: 822px;
    margin: 36px auto 95px;
}

.ewb-search-service {
    float: right;
    padding: 5px;
    border-radius: 28px;
    margin-top: -56px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    background: url("../images/mask_bg_33.png");
}

.ewb-search-service a {
    display: block;
    width: 126px;
    height: 46px;
    border-radius: 23px;
    color: #fff;
    font-size: 0;
    text-align: center;
    background: no-repeat #e1313f;
}

.ewb-search-service span {
    display: inline-block;
    width: 126px;
    line-height: 46px;
    padding-left: 47px;
    font-size: 16px;
    vertical-align: middle;
    text-align: left;
    background: url("../images/search_service_icon.png") 17px 50% no-repeat;
}

.ewb-search-left {
    margin-right: 146px;
    padding: 5px;
    border-radius: 28px;
    background: url("../images/mask_bg_33.png");
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}

.ewb-search-ct {
    height: 46px;
    background: #fff;
    border-radius: 23px;
}

/* select */
.ewb-search-select {
    float: left;
    width: 120px;
    height: 46px;
    background: #e1313f;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}

.ewb-search-data {
    width: 100%;
    height: 100%;
    border: 0;
    text-indent: 20px;
    background: transparent;
    color: #fff;
}

.ewb-search-data:focus {
    outline: 0;
}

.ewb-search-select .chosen-container {
    font-size: 16px;
}

.ewb-search-select .chosen-container-single .chosen-single {
    border: 0;
    padding-left: 0;
    background: none;
    color: #fff;
    height: 46px;
    line-height: 46px;
}

.chosen-container-single .chosen-single span {
    margin-right: 30px;
}

.chosen-container-single .chosen-single div {
    width: 30px;
}

.ewb-search-select .chosen-container-single .chosen-single div b {
    background: url("../images/search_arrow_down.png") left center no-repeat;
}

.ewb-search-select .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/search_arrow_up.png") left center no-repeat;
}

.ewb-search-select .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.ewb-search-select .chosen-container-single .chosen-drop {
    margin-top: 14px;
    border-radius: 15px;
    padding: 10px 0;
    border: 0;
}

.ewb-search-select .chosen-container .chosen-results li.highlighted {
    background-color: #fff;
    color: #e1313f;
}

.ewb-search-select .chosen-container .chosen-results li {
    line-height: 36px;
    padding: 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 0;
    text-align: center;
}

option {
    color: #000;
}

/* button */
.ewb-search-btn {
    float: right;
    width: 24px;
    margin: 13px 20px 13px 0;
    height: 24px;
    background: url("../images/search_red_icon.png") no-repeat;
}

/* input */
.ewb-search-box {
    margin: 0 45px 0 120px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    height: 46px;
    font-size: 16px;
    overflow: hidden;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    height: 46px;
    line-height: 46px;
    color: #999;
    z-index: -1;
    cursor: text;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.input-box {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 0;
    background: 0 0;
}

.ewb-search-hot {
    margin: 5px 0 0 128px;
}

.ewb-search-hot label {
    color: #ea2e3d;
    float: left;
    margin-top: 10px;
    line-height: 24px;
}

.ewb-hot-box {
    margin-left: 70px;
}

.ewb-hot-item {
    margin: 10px 0 0 10px;
    width: 60px;
    height: 24px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/mask_black_44.png");
}

/* pad */
@media (max-width:979px) {
    .ewb-search {
        margin: 20px auto;
        width: 100%;
    }
}


/* 头部 手机端 单独样式 */
@media (max-width:767px) {
    body {
        background-image: url("../images/phone_bg.jpg");
        background-size: 100% auto;
    }

    .ewb-phone-top {
        height: 74px;
        padding-top: 20px;
        background-size: 100% 100%;
        position: relative;
        z-index: 6;
        background: url("../images/phone_top_bg.jpg") bottom center no-repeat #e1313f;
    }

    .ewb-phone-top a {
        display: block;
        margin: 0 auto;
        width: 200px;
        height: 34px;
    }

    .ewb-phone-top img {
        display: block;
        width: 100%;
        height: 100%;
    }

    /* 图标 */
    .ewb-phone-bottom {
        height: 39px;
        border-top: 1px solid #fff;
        margin-bottom: 77px;
        background-size: 100% 100%;
        background: url("../images/phone_top_bg2.jpg") top center no-repeat #e1313f;
        position: relative;
        z-index: 6;
    }

    .ewb-phone-nav,
    .ewb-phone-search {
        float: left;
    }

    .ewb-nav-icons {
        display: block;
        width: 47px;
        height: 38px;
        padding: 10px 10px 10px 15px;
        background: url("../images/phone_nav_icon.png") 15px 50% no-repeat;
        background-size: 22px 18px;
    }

    .ewb-search-icons {
        display: block;
        width: 38px;
        height: 38px;
        background: url("../images/phone_search_icon.png") center center no-repeat;
        background-size: 18px 18px;
    }

    .ewb-phone-nav.cur .ewb-nav-icons {
        background-color: #a8111d;
    }

    .ewb-phone-search.cur .ewb-search-icons {
        background-color: #a8111d;
    }

    /* 登录注册 */
    .ewb-phone-login {
        float: right;
        padding-top: 10px;
        margin-right: 15px;
        line-height: 20px;
        font-size: 13px;
        color: #fff;
    }

    .ewb-phone-login a {
        color: #fff;
        float: left;
    }

    .ewb-phone-login span {
        float: left;
        padding: 0 10px;
    }

    /* 手机端背景 */
    .ewb-phone-mask {
        position: fixed;
        top: 113px;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../images/phone_mask_bg.png");
        z-index: 4;
        display: none;
    }

    .ewb-phone-box {
        position: absolute;
        top: 38px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 6;
        display: none;
    }

    /* 导航按钮展开 */
    .ewb-nav-icons.cur {
        background: url("../images/phone_nav_close.png") center center no-repeat;
        background-size: 18px 18px;
    }

    .ewb-public-hd {
        padding-top: 2px;
        border-bottom: 1px solid #e1313f;
    }

    .ewb-public-item {
        float: left;
        width: 50%;
        font-size: 0;
        text-align: center;
    }

    .ewb-public-item span {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        padding: 0 5px;
        color: #666;
        height: 41px;
        line-height: 41px;
        border-bottom: 2px solid transparent;
    }

    .ewb-public-item.cur span {
        font-weight: bold;
        color: #e1313f;
        border-bottom: 2px solid #e1313f;
    }

    /* 导航栏 */
    .wb-tree {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .wb-tree-items,
    .wb-tree-item {
        cursor: pointer;
    }

    .wb-tree-tt {
        color: #666;
        display: block;
        margin-right: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .wb-tree-node {
        display: block;
        height: 38px;
        line-height: 37px;
        padding-left: 30px;
        border-bottom: 1px solid #dcdcdc;
    }

    .wb-tree-iconr {
        float: right;
        width: 15px;
        height: 9px;
        margin: 14px 15px 0 0;
        background: url('../images/public_arrow_down.png') no-repeat;
        background-size: 15px 9px;
        display: none;
    }

    .wb-tree-sub {
        display: none;
        padding: 8px 0;
    }

    .wb-tree-item {
        float: left;
        width: 33.33%;
    }

    .wb-tree-item a {
        display: block;
        line-height: 42px;
        font-size: 13px;
        text-align: center;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .hasChild .wb-tree-iconr {
        display: block;
    }

    .current .wb-tree-iconr {
        background-image: url('../images/public_arrow_up.png');
    }

    .current .wb-tree-tt,
    .wb-tree-item a.current {
        color: #e1313f;
    }

    .current .wb-tree-sub {
        display: block;
        border-bottom: 1px solid #dcdcdc;
    }

    /* 街道 */
    .ewb-public-sub {
        padding: 12px 0;
    }

    .ewb-public-node {
        float: left;
        width: 33.33%;
    }

    .ewb-public-node a {
        display: block;
        text-align: center;
        color: #666;
        font-size: 13px;
        line-height: 42px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ewb-public-node a.current {
        color: #e1313f;
    }

    /* 搜索按钮展开 */

    .ewb-choose {
        padding: 8px 15px 23px;
    }

    .ewb-choose-close {
        float: right;
        width: 15px;
        height: 15px;
        margin-top: 8px;
        background: url("../images/choose_close_btn.png") no-repeat;
        background-size: 100% 100%;
    }

    .ewb-choose-box {
        margin-right: 35px;
        height: 30px;
        border: 1px solid #d2d2d2;
        border-radius: 5px;
    }

    .ewb-choose-btn {
        float: right;
        width: 15px;
        height: 15px;
        background: url("../images/choose_search_btn.png") no-repeat;
        background-size: 100% 100%;
        margin: 7px 10px;
        padding: 0;
    }

    .ewb-choose-content {
        margin-right: 25px;
        position: relative;
        z-index: 1;
        padding-left: 8px;
        height: 28px;
        font-size: 12px;
        overflow: hidden;
    }

    .ewb-choose-content .input-placeholder {
        left: 8px;
        height: 28px;
        line-height: 28px;
    }

    .ewb-choose-content .input-box {
        height: 28px;
        line-height: 28px;
    }

    .ewb-phone-door label {
        float: left;
        font-size: 13px;
        color: #666;
        line-height: 22px;
        margin-top: 12px;
    }

    .ewb-door-box {
        margin-left: 67px;
        overflow: hidden;
    }

    .ewb-door-box ul {
        margin-left: -21px;
    }

    .ewb-door-item {
        width: 33.33%;
        float: left;
    }

    .ewb-door-item span {
        display: block;
        margin: 12px 0 0 21px;
        line-height: 22px;
        background: #e7e7e7;
        border-radius: 4px;
        color: #e1313f;
        font-size: 13px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ewb-phone-nav.cur .ewb-phone-box,
    .ewb-phone-search.cur .ewb-phone-box {
        display: block;
    }
}

#comheader .container {
    width: 1300px;
    margin: 0 auto;
    position: static;
    height: auto;
}

.ewb-phone {
    display: none;
}


.ewb-search {
    display: none;
}

.ewb-home {
    display: none;
}

/* 长者专区、无障碍按钮 */
@font-face {
    font-family: "zhenyan";
    src: url("../../../css/font/zhenyan.woff") format("woff"), url("../../../css/font/zhenyan.ttf") format("truetype"), url("../../../css/font/zhenyan.eot") format("embedded-opentype");
}
.help-btns {
    float: right;
    width: 226px;
    height: 40px;
    background: #ffeca7;
    font-family: "zhenyan";
    border-radius: 20px;
    line-height: 40px;
    color: #591919;
    text-align: center;
    font-size: 0;
    margin-top: 40px;
    margin-left: 100px;
}

.help-btns a {
    font-size: 20px;
}
.help-btns a {
    color: inherit;
    text-decoration: none;
}

.help-btns .btn-split {
    display: inline-block;
    width: 2px;
    height: 19px;
    margin: 10px 15px 0;
    background: #591919;
    vertical-align: top;
}