@charset "utf-8";
/* 面包屑导航start */

ul,
ol,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb {
    width: 100%;
    height: 47px;
    background-color: #f7f7f7;
    line-height: 47px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 4px solid #1476d1;
}

.breadcrumb li {
    height: 100%;
    float: left;
    padding-right: 10px;
    color: #fff;
    background-color: #1476d1;
}

.breadcrumb li:first-child {
    padding-left: 20px;
}

.breadcrumb li:last-child {
    position: relative;
}

.breadcrumb li:last-child::before {
    content: '';
    border-bottom: 43px solid #fff;
    /* border-left: 50px solid transparent; */
    border-right: 27px solid transparent;
    height: 0;
    width: 32px;
    position: absolute;
    right: -52px;
    top: 0;
}

.breadcrumb li:last-child::after {
    content: '';
    border-bottom: 43px solid #1476d1;
    /* border-left: 50px solid transparent; */
    border-right: 27px solid transparent;
    height: 0;
    width: 20px;
    position: absolute;
    right: -40px;
    top: 0;
}

.breadcrumb li::after {
    content: '\22d9';
    display: inline-block;
}

.breadcrumb :last-child::after {
    content: '';
    display: inline-block;
}

.breadcrumb li a {
    font-size: 16px;
    color: #fff;
}

/* 面包屑导航end */
.ul_dq {
    max-height: 460px;
    overflow-y: auto;
}

.ul_dq li {
    height: 46px;
}

.i_dq {
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    color: #1d7bcf;
    font-size: 20px;
    cursor: pointer;
}

.body-w {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

.body-w .content-left {
    float: left;
    width: 260px;
}

.body-w .content-right {
    float: right;
    width: 900px;
}

.content-left-top {
    width: 260px;
    height: 96px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 96px;
    font-weight: 600;
    margin-bottom: 10px;
}

.content-left-body {
    width: 100%;
}

.content-left-body ul li dl {
    display: none;
}

.content-left-body-item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #111;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e5;
    cursor: pointer;
}

.content-left-body-active {
    width: 260px;
    color: #fff;
    font-size: 16px;
    border: none;
    background: #2a5cca;
}

.content-left-table {
    width: 260px;
}

.content-left-table a {
    display: inline-block;
}

.content-left-table a:not(.a_dq),
.content-left-table .p-dq {
    box-sizing: border-box;
    margin: 0;
    width: 260px;
    height: 46px;
    font-size: 16px;
    padding: 0 15px;
    line-height: 45px;
    border-left: 1px solid #e1e1e5;
    border-right: 1px solid #e1e1e5;
    border-bottom: 1px solid #e1e1e5;
}

.content-left-table a:hover,
.content-left-table a.active {
    color: #1476d1;
    font-weight: bold;
}

.content-left-table-a {
    color: #333;
}

.content-left-table a span:last-child {
    color: #999;
    font-size: 14px;
}

.data-list {
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #efefef;
    min-height: 350px;
}

.data-list li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.data-list li:last-child {
    border-bottom: none;
}

.data-list .data-bar {
    padding: 16px 0 6px 0;
    height: 22px;
    color: #666;
}

.data-bar .fl span {
    padding: 0 10px;
    line-height: 22px;
    background-color: #1d7bcf;
    color: #fff;
}

.data-bar .fr span {
    padding-left: 15px;
}

.data-list .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background-position: center center;
}

.data-list .icon_view {
    background-image: ;
}

.data-list .icon_down {
    background-image: ;
}

.data-list .icon_collect {
    background-image: ;
}

.data-title {
    line-height: 38px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #666;
}

.data-keyword {
    font-size: 16px;
    padding: 5px 0;
    line-height: 22px;
    color: #666;
}

.data-inf {
    font-size: 16px;
    line-height: 26px;
    color: #789;
}

.data-inf span {
    margin-right: 20px;
}

.data-page {
    padding: 40px 0 20px 0;
}

#js_page {
    margin: 0 auto;
    color: #666;
    display: block;
    text-align: center;
}

#js_page ul {
    font-size: 0;
    list-style: none;
    padding: 0;
}

#js_page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextpage,
.xl-prevpage {
    width: 60px;
    color: #0280e3;
    height: 28px;
}

#js_page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#js_page li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#js_page li.xl-active {
    background-color: #0280e3;
    border-color: #0280e3;
    color: #fff
}

#js_page li:hover {
    background-color: #0280e3 !important;
    border-color: #0280e3;
    color: #fff
}

#js_page li.xl-jumptext {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

#js_page li.xl-jumptext:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

#js_page li.xl-jumpbutton {
    padding: 0 5px;
}

#xljumpnum {
    width: 35px;
    margin: 0 3px;
}

#js_page input {
    height: 24px;
    border: 1px solid #dce0e0;
}

#js_page input::-webkit-outer-spin-button,
#js_page input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

#js_page input[type="number"] {
    -moz-appearance: textfield;
}


/*详情页*/

.data-content {
    padding-top: 40px;
}


.data-content li {
    box-sizing: border-box;
    line-height: 66px;
    padding: 0 30px;
    background-color: #fff;
}

.data-content li:nth-child(odd) {
    background-color: #f7faf9;
}

.data-content li .data-content-left {
    box-sizing: border-box;
    position: relative;
    width: 180px;
    padding-left: 20px;
    font-weight: bold;
}

.data-content li .data-content-left:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
    height: 20px;
    width: 3px;
    background-color: #1476de;
}

.data-content li .data-content-left {
    width: 180px;
    float: left;
}