/* 样式清除 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 500px;
    background: #e3e9ef;
}

ul,
li,
dl {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: 0;
}

input {
    outline: none;
}

/* 通用样式 */
.f_right {
    float: right;
}

.f_left {
    float: left;
}

.w_1100 {
    margin: 0 auto;
    width: 1100px;
}

.borBox {
    border: 1px solid #333;
}

/* 自定义样式 */

/* 页头 */
.Ybj_headBox {
    width: 100%;
    height: 200px;
    background: url("Ybj_headBg.jpg") no-repeat center center;
}

.Ybj_top {
    padding-top: 10px;
    height: 30px;
}

.Ybj_top p {
    font-size: 13px;
    color: #999;
}

.Ybj_top a {
    color: #999;
}

.Ybj_searchBox {
    margin-top: 32px;
    width: 297px;
    height: 40px;
    background: #fff;
}

.Ybj_searchText {
    padding-left: 10px;
    width: 215px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border: 1px solid #74a9e9;
}

.Ybj_searchBtn {
    width: 82px;
    height: 40px;
    border: 0;
    background: url("Ybj_searchBtn.jpg") no-repeat 0 center;
}

.Ybj_navBox {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #136ad5;
}

.Ybj_navBox ul {
    height: 50px;
}

.Ybj_navBox li {
    float: left;
    width: 137px;
}

.Ybj_navBox a {
    display: block;
    text-align: center;
    color: #fff;
}

.Ybj_navBox a:hover {
    background: #009af0;
}

/* 页尾 */
.Ybj_footerBox {
    width: 100%;
    height: 140px;
    font-size: 13px;
    color: #d0cfcf;
    background: #434343;
}

.Ybj_footer {
    margin: 0 auto;
    padding-top: 20px;
    width: 830px;
    height: 110px;
    text-align: center;
}

.Ybj_footer p {
    margin-left: 35px;
    padding-top: 10px;
    line-height: 27px;
}

.Ybj_footer #_span_jiucuo img {
    padding-top: 10px;
}

/* 页面内容 */
.Ybj_nowBox {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 13px;
    background: url("Ybj_now.png") no-repeat 0 center;
}

.Ybj_nowBox a {
    font-size: 13px;
}

.Ybj_conBox {
    margin-bottom: 20px;
    padding: 20px;
    min-height: 700px;
    background: #fff;
}

.Ybj_conBox:after {
    margin: 0;
    padding: 0;
    display: block;
    content: "";
    clear: both;
}

.Ybj_conLmList {
    width: 244px;
    min-height: 700px;
}

.Ybj_lmListTop {
    padding-left: 45px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bolder;
    color: #fff;
    background: #136ad5;
}

.Ybj_conLmList ul {
    padding-top: 10px;
    min-height: 650px;
    background: #efefef;
}

.Ybj_conLmList li {
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #e3e3e3;
}

.Ybj_conLmList li>a {
    display: block;
    padding-left: 30px;
    background: url("Ybj_lmIcon.jpg") no-repeat 10px center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.Ybj_conLmList li>a:hover {
    padding-left: 30px;
    font-weight: bolder;
    color: #1363c5;
    background: #c2d3e7 url("Ybj_lmIcon_hover.png") no-repeat 10px center;
    border-left: 5px solid #136ad5;
}

.Ybj_conLmList li>a.lm_on {
    padding-left: 30px;
    font-weight: bolder;
    color: #1363c5;
    background: #c2d3e7 url("Ybj_lmIcon_hover.png") no-repeat 10px center;
    border-left: 5px solid #136ad5;
}

.Ybj_conTitList {
    padding: 0 10px 0 20px;
    width: 795px;
    min-height: 700px;
    border: 1px solid #dedede;
}

.Ybj_conTitList li {
    padding-left: 10px; 
    line-height: 45px;
    background: url("Ybj_titIcon.jpg") no-repeat 0 center;
    border-bottom: 1px dashed #e8e8e8;
}

.Ybj_conTitList li>a {
    font-size: 17px;
    color: #333;
}




/* 新增切换查询 */

.Ybj_con_tab {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    border: 1px solid transparent;
}

.Ybj_tab_btn {
    margin: 0 auto;
    width: 250px;
    height: 50px;
}

.Ybj_tab_btn p {
    float: left;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #0087e3;
    border-radius: 10px;
    cursor: pointer;
}
.Ybj_tab_btn p.active {
    background: #0086e5;
    color: #fff;
    transition: .5s;
}

/* .Ybj_tab_btn p.Ybj_tab_btn_1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.Ybj_tab_btn p.Ybj_tab_btn_2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
} */

.Ybj_tab_list {
    margin-top: 30px;
    padding: 5px;
    width: 100%;
    height: 120px;
}
.Ybj_tab_list ul{
    display: none;
}
.Ybj_tab_list ul.list_active{
    display: block;
}

.Ybj_tab_list li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 254px;
    height: 45px;
    line-height: 45px;
}

.Ybj_tab_list li.no_margin {
    margin: 0;
}

.Ybj_tab_list li a {
    display: block;
    padding-left: 50px;
    background: #eee;
    border-left: 3px solid transparent;
    border-radius: 10px;
    transition: .5s;
}
.Ybj_tab_list li a:hover{
    color: #0086e5;
    border-left-color: #0086e5;
}
.Ybj_list_icon{
    position: absolute;
    left: 7px;
    top: 4px;
}