.f-l {
    float: left;
}

.contpd {
    position: relative;
}

.title-wrapper {
    overflow: hidden;
    padding: 0 18px;
    padding-top: 22px;
    border: 1px solid #e5e5e5;
}

.title-wrapper .title-text {
    font-size: 0px;
    color: #1076ab;
}

.title-wrapper .title-text .text {
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
}

.text-wrapper {
    margin-right: 9px;
    vertical-align: middle;
    display: inline-block;
    padding: 0px 7px;
    height: 20px;
    line-height: 22px;
    font-size: 0;
    background-color: #fc6a5f;
    border: #e53b2f 1px solid;
    border-radius: 2px;
}

.desc-wrapper {
    margin-top: 10px;
    color: #7f7f7f;
}
.desc-wrapper-fw{
    margin-top: 10px;
}
.desc-wrapper .desc {
    margin-right: 18px;
}

.desc-wrapper .desc+.desc::before {
    content: '|';
    padding-right: 18px;
}

.text-wrapper>* {
    vertical-align: middle;
}

.text-wrapper .icon-text {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    margin-left: 5px;
}

.tag-wrapper {
    margin-top: 15px;
    overflow: hidden;
}

.tag {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.tag .icon-text {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #71a5ca;
    border-radius: 3px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 0px #6895b8;
}

.tag .desc-text {
    color: #8b8b8b;
}

@media screen and (max-width: 1220px) {
    .btn-wrapper {
        float: left;
        text-align: left;
        margin-top: 10px;
    }
}

.right-box {
    float: right;
    text-align: center;
}

.btn-wrapper button {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #0e6fa2;
    color: #0e6fa2;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.btn-wrapper button.right-btn {
    border-color: #1382b4;
    background-color: #1382b4;
    background-image: linear-gradient(to top, #0f67a1, #1488b8);
    color: #fff;
    margin-left: 10px;
}

.table-box-wrapper {}

.table-box-wrapper .tab-list {
    padding-top: 1px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    width: 100%;
    padding-left: 1px;
    /* 27 */
    /* 27 */
}

.table-box-wrapper .tab-list::after {
    position: absolute;
    /* content: ''; */
    background-color: #d8d8d8;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.tab-content .content {
    /* display: none; */
}

.tab-content .content:first-child {
    display: block;
}

.tab-content .content.alert {
    display: none;
}

.table-box-wrapper .tab-list .tab-item {
    float: left;
    padding: 10px 20px;
    background-color: #f7f7f7;
    color: #444444;
    cursor: pointer;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: -1px;
    border-right: 1px solid #d8d8d8;
}

.table-box-wrapper .tab-list .tab-item:last-child {
    border-right: 1px solid #d8d8d8;
}

.table-box-wrapper .tab-list .tab-item.active {
    border-top-width: 2px;
    border-top-color: #1788c2;
    margin-top: -1px;
    background-color: #fff;
    color: #1788c2;
    z-index: 10;
    position: relative;
    border-bottom: #fff 1px solid;
}

.tab-content {
    padding: 17px 0;
    /* border: 1px solid #d8d8d8; */
    /* border-top: none;27 */
    /* 27 */
    margin-top: -6px;
    text-align: center;
    /* 27 */
}

.table {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    border-spacing: 0;
    color: #525252;
}

.table tr {}

.table tr td {
    border-top: 1px solid #d8d8d8;
    padding-left: 7px;
    border-left: 1px solid #d8d8d8;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

tr td.key {
    background-color: #f1f8fb;
    width: 15%;
}
tr td.value1{
    text-align: left;
}
tr td.value:last-child {
    border-right: 1px solid #d8d8d8;
}

.text-title {
    font-size: 14px;
    font-weight: 700;
    color: #444444;
}

.text-content {
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
}

@media screen and (max-width: 1200px) {
    .title-wrapper .btn-wrapper {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
        min-width: 280px;
    }
}

.main-wrapper {
    position: relative;
}

.title-line {
    height: 36px;
    line-height: 36px;
    color: #00629b;
    position: relative;
}

.title-line .title-text {
    position: relative;
    padding-left: 24px;
    padding-right: 12px;
    background-color: #fff;
    z-index: 5;
    display: inline-block;
    font-size: 16px;
}

.title-line .title-text::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00629b;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.title-line .line-bg {
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    background-color: #d5d5d5;
    height: 1px;
    width: 100%;
}

/* ±νΈρ */

.l-table {
    border-spacing: 0px;
}
.key1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.l-table {
    width: 100%;
}

.l-table tr {
    height: 42px;
    line-height: 42px;
    color: #fff;
}

.l-table tr th {
    border: none;
    outline: none;
    background-color: #0f6aa3;
}

.l-table tr th .l-table tr th.line-1 {
    width: 20%;
}

.tab-content .content {
    height: 206px;
    overflow: hidden;
}

.tab-content .slide-btn {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
}

.tab-content .slide-btn .text {
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 27px;
    line-height: 27px;
    color: #393939;
}

.l-box-wrapper {
    width: 100%;
    float: left;
}

.tt-box {
    margin-right: 267px;
}

.table-box-wrapper .tab-list.tabListFixed {
    position: fixed;
    top: 0;
    margin-top: -2px;
    z-index: 10;
}
.l-table tr td{
    border-left: 1px solid #dfdfdf;
    color: #525252;
}
.l-table tr td:first-child {
    text-align: left;
    color: #525252;
    padding-left: 14px;
}

.r-box-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 215px;
    border: 1px solid #d5d5d5;
    background-color: #f7f7f7;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 9px;
    margin-left: -252px;
}

.r-box-wrapper .btn-wrapper-c {
    text-align: center;
    border-radius: 5px;
    background-color: #1073aa;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.p-wrapper .title {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    color: #166ba1;
    position: relative;
}

.p-wrapper .content {
    text-align: left;
    font-size: 14px;
    color: #424242;
    line-height: 1.6;
}

.r-box-wrapper .btn-wrapper-c:hover {
    background-color: #41aada;
}

.btn-list .btn-item {
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #1367a5;
    color: #1367a5;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.btn-list .btn-item.btn-collect.active {}

.btn-item.btn-progress:hover {
    background-color: #1176ac;
    color: #fff;
}

.r-box-wrapper.rightBoxFixed {
    position: fixed;
    top: 50px;
}

.td_last {
    border-right: 1px solid #dfdfdf
}

.l-table td {
    border-bottom: 1px solid #dfdfdf
}

.line-1 {
    width: 25%;
}

.i-bg.collect {
    vertical-align: middle;
    width: 20px;
    height: 17px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/1_01.png) no-repeat;
}

.btn-item.btn-collect.active .i-bg.collect {
    background-position-x: -20px;
}

.i-bg {
    vertical-align: middle;
    width: 20px;
    height: 17px;
    overflow: hidden;
    display: inline-block;
}

.i-bg.progress {
    background: url(../images/2_01.png) no-repeat;
}

.btn-item.btn-progress:hover .i-bg.progress {
    background-color: #1176ac;
    color: #fff;
    background-position-x: -20px;
}

.i-bg.result {
    background: url(../images/icon-2_06.png) no-repeat;
}

.i-bg.center {
    background: url(../images/icon-3_09.png) no-repeat;
}

.i-bg.share-icon {
    background: url(../images/share.png) no-repeat;
}

.btn-item.btn-share:hover .i-bg.share-icon {
    background-position: -25px;
}

.table-slide {
    margin-top: 10px;
    display: inline-block;
    width: 80px;
    height: 27px;
    line-height: 27px;
    color: #393939;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    margin-bottom: 16px;
    cursor: pointer;
}

.l-table-wrapper {
    text-align: center;
}

.down-list {
    text-align: left;
    margin-top: 1px;
}

.down-list .down-item {
    text-align: left;
    font-size: 14px;
    min-height: 25px;
    line-height: 25px;
    padding: 10px 0px;
    padding-left: 13px;
    position: relative;
    border: 1px solid #d8d8d8;
    margin-top: -1px;
    overflow: hidden;
}

.down-list .down-item:first-child {
    margin-top: 0;
}

.down-list .down-item img {
    margin-right: 6px;
    color: #363636;
}

.slide-btn-wrapper {
    float: right;
    right: 4px;
    z-index: 1;
    margin-top: -3px;
}

.slide-btn-wrapper .slide-btn-item {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    border-radius: 5px;
    margin-right: 6px;
    padding: 0 22px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.slide-btn-wrapper .slide-btn-item.dw {
    background-color: #0f6aa3;
}

.slide-btn-wrapper .slide-btn-item.dw:hover {
    background-color: #6fc1fb;
}

.slide-btn-wrapper .slide-btn-item.fl {
    background-color: #fff;
    border: 1px solid #0f6aa3;
    color: #0f6aa3;
}

.slide-btn-wrapper .slide-btn-item.fl:hover {
    background-color: #fff;
;
    border: 1px solid#6fc1fb;
;
    color: #6fc1fb;
;
}

.box-wrapper.no-more {
    padding: 38px;
    text-align: center;
    color: #878787;
    font-size: 14px;
}

.box-wrapper.yj {
    color: #2f2f2f;
    padding-bottom: 12px;
    padding-left: 9px;
    font-size: 14px;
    line-height: 1.5;
}

.btn-item.btn-result:hover {
    background-color: #1176ac;
    color: #fff;
}

.btn-item.btn-result:hover .i-bg.result {
    background-position-x: -20px;
}

.btn-item.btn-center:hover {
    background-color: #1176ac;
    color: #fff;
}

.btn-item.btn-center:hover .i-bg.center {
    background-position-x: -20px;
}

.slide-arrow {
    display: inline-block;
    height: 29px;
    background: url(../images/arrow_1.png) no-repeat;
    width: 20px;
    vertical-align: middle;
    background-position-y: -10px;
    background-position-x: -48px;
}

.slide-arrow.active {
    background-position-x: 0px;
}

.slide-btn {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    margin-bottom: 11px;
;
}
img{
    vertical-align: middle;
}

.slide-btn .text {
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 27px;
    line-height: 27px;
    color: #393939;
}
.p-wrapper{
    padding: 10px 0;
}
.p-wrapper .title:before{
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2.5px;
    left: 0;
    background-color: #1176ac;
}
.btn-list .btn-item:hover{
    background-color: #1176ac;
    color: #fff;
}
.btn-list .btn-item.btn-collect:hover .i-bg.collect {
    background-color: #1176ac;
    color: #fff;
    background-position-x: -42px;
}

.btn-list .btn-item.btn-collect.active:hover .i-bg.collect {
    background-color: #1176ac;
    color: #fff;
    background-position-x: -22px;
}

.box-item.bllc {

    text-align: center;
}
.box-item.bllc  .title-line{
    text-align: left;
}
.box-item.bllc img{
    padding: 20px 0;
}
.box-item{
    margin-top: 15px;
}

/* 20180913 */

.e-code-wrapper {
    display: none;
    opacity: 0;
    position: absolute;
    text-align: center;
    right: 108%;
    width: 121px;
    height: 121px;
    top: -80px;
    z-index: 8999;
    transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-color: #fff;
}


.btn-list .btn-item {
    position: relative;
}

.e-code-wrapper img {
    height: 100%;
    width: 100%;
}

.btn-item.btn-share:hover .e-code-wrapper {
    display: block;
    opacity: 1;padding: 2px;
    border: 2px solid #e5e5e5
}
.pop-up-title h2 {
    font-size: 18px;
    color: #000;
}

.table-box-wrapper .tab-list {
    width: auto;
}
.table-box-wrapper .tab-list.tabListFixed{
    left: 150px;
    right: 150px;
    margin: -2px auto 0 auto;
}
.table-box-wrapper .tab-list .tab-item{
    font-size: 15px;
    padding: 10px 8px;
}


.sub-title-wrapper {}

.sub-title-wrapper .sub-title {
    height: 50px;
    line-height: 50px;
    color: #404040;
    font-size: 0;
    white-space: nowrap;
}

.sub-title-wrapper .sub-title .text {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 700;
}

.sub-title-wrapper .sub-content {
    font-size: 14px;
    line-height: 1.5;
    color: #404040;
}

/*  */
.table tr td{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.l-table tr td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.down-list .down-item .down-item-text {
    margin-right: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}

.slide-btn-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15.5px;
}