.business_box_a{display:block !important}
.business_box_b{display:none}
.content_r h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: rgb(102, 102, 102);
    font-family: 微软雅黑;
    margin: 0px auto;
}

.content_r .show .list_ul {
    display: block !important;
}

.list_main {
    text-indent: 5px;
    position: relative;
}

.list_ul {
    position: absolute;
    z-index: 15;
    width: 100%;
    top: 29px;
    left: 0px;
    display: none;
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    border-image: initial;
    cursor: pointer
}

.list_ul li {
    height: 30px;
    line-height: 30px;
    display: list-item;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.list_ul li:hover {
    background-color: #f2f2f2;
}


.menu {
    width: 600px;
}

.header {
    z-index: 101 !important;
}

a {
    text-decoration: none;
}

a:hover {
    color: #778fbd;
}

.con {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.con_left {
    float: left;
    width: 228px;
    height: 100%;
    background-color: #e9f7ff;
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
    box-sizing: border-box;
}

.con_left .list2 li {
    padding: 5px 0;
    line-height: 16px;
    color: #666;
    cursor: pointer;
    background: url(/uiFramework/commonResource/zip/cn/cn/images/arrow_3.gif) no-repeat left 3px;
    text-indent: 3.5em;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
}

.con_left .list2 li.active {
    background-color: rgb(194, 210, 248);
    font-weight: bold;
    color: #666;
}

.con_left .list2 li:hover {
    color: #778fbd;
}

.bg_red {
    width: 100%;
    height: 10px;
    background: #ca1921;
}

.bg_b {
    width: 100%;
    height: 30px;
    background: #0e86c3;
}

.con_left>div p {
    color: #4e6591;
    background: #dae6f2;
    border-radius: 10px;
    padding: 10px;
    margin: 15px;
}

.con_right {
    float: left;
    width: 70%;
}

.con_right .tit {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: #ce1921;
}

.con_right .tit p {
    width: 140px;
    background: #a40001;
    color: #fff;
    padding-left: 20px;
    border-right: 1px dashed #fff;
}

.con_right h3 {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #CC0033;
    font-size: 16px;
    border-bottom: 1px solid #bbb;
    margin: 0 5px;
}

.con_right .text {
    padding: 20px;
}

.con_right .text p {
    font-size: 14px;
    /*text-indent: 28px;*/
    line-height: 30px;
}

.con_left .list2 li {
    list-style: disc;
    position: relative;
}

.con_left .list2 li:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #0066b3;
    position: absolute;
    left: 28px;
    top: 10px;
}

.login_domain {
    position: relative;
}

.select_list {
    width: 140px;
}