#i-header {
    width: 100%;
    /*background: #1C599D;*/
}

#i-header .title {
    height: 130px;
    position: relative;
    display: flex;
    align-items: center;
}

#i-header .title .headLogo {
    display: flex;
    align-items: center;
    float: left;
    cursor: pointer;
}

#i-header .title .headLogo img {
    height: 62px;
    width: 376px;
    border-right: 1px solid #000;
}

#i-header .title .headName {
    color: #000000;
    float: left;
    padding: 0 20px;
}

#i-header .title .site {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
}

#i-header .title .site:hover .site-list {
    display: block;
}

#i-header .title .site .site-list {
    display: none;
    position: absolute;
    top: 40px;
    width: 480px;
    background: #fff;
    box-shadow: 0 0.15rem 1.5rem 0 rgba(9, 41, 77, .15);
    padding: 10px;
    font-size: 14px;
    color: #333333;
    z-index: 10;
}

#i-header .title .site .site-list .row {
    padding: 10px 0;
    line-height: 24px;
    margin-left: 0;
    margin-right: 0;
}

#i-header .title .site .site-list .row .name {
    text-align: right;
    color: #333333;
    float: left;
    padding-top: 3px;
}

#i-header .title .site .site-list .row .list {
    margin-left: 50px;
    text-align: left;
}

#i-header .title .site .site-list .row .list ul > li {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    width: 25%;
}

#i-header .title .site .site-list .row .list ul > li p {
    display: inline-block;
    cursor: pointer;
    height: 32px;
    padding: 0 8px;
    line-height: 32px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 14px;
}

#i-header .title .site .site-list .row .list ul > li p:hover {
    background: #6797e7;
    color: #fff;
}

#i-header .title .site .site-list .row + .row {
    border-top: 1px solid #dddddd;
}

#i-header .nav {
    width: 100%;
    height: 51px;
    /*background: #1C599D;*/
    box-shadow: 3px 3px 3px #ccc;
    color: #ffffff;
    font-size: 12px;
}

#i-header .nav a {
    color: #333333;
}

#i-header .nav .nav-list {
    height: 50px;
}

#i-header .nav .nav-list ul {
    height: 50px;
    line-height: 50px;
}

#i-header .nav .nav-list ul > li {
    display: inline-block;
    width: 14%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

#i-header .nav .nav-list ul > li.active {
    /*background: #2669b9;*/
    border-bottom: 3px solid #1C599D;
    transition: 0.5s;
}
#i-header .nav .nav-list ul > li.active > a{
    color: #1C599D;
    font-weight: bold;
}
#i-header .nav .nav-list ul > li.hover > a{
    color: #1C599D;
    font-weight: bold;
}
#i-header .nav .nav-list ul > li:hover {
    /*background: #2669b9;*/
    border-bottom: 3px solid #1C599D;
}

#i-header .title .nav-right {
    position: absolute;
    right: 0;
    height: 20px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

#i-header .title .nav-right i {
    font-size: 20px;
    cursor: pointer;
}

#i-header .title .nav-right span {
    padding: 0 10px;
    color: #fff;
}

/*右侧导航栏*/
#i-container {
}

#i-container .nav-bar {
    cursor: pointer;
    position: fixed;
    width: 72px;
    height: 454px;
    top: 200px;
    right: 0px;
    z-index: 9999;
}
#i-container .nav-bar img{
    display: block;
    width: 34px;
    height: 34px;
    margin: auto auto 5px;
}

#i-container .nav-bar .info {
    background: #FFFFFF;
    padding: 0 6px;
    box-shadow: 0px 0px 20px rgba(0, 78, 163, 0.2);
    border-radius: 4px;
}

#i-container .nav-bar .item,
#i-container .nav-bar .back-top {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    display: block;
    width: 100%;
    height: 74px;
    padding: 10px 0;
}
#i-container .nav-bar .item{
    border-bottom: 1px solid #EAEAEA;
}
#i-container .nav-bar .item:last-child{
    border-bottom: 0;
}

#i-container .back-top {
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 78, 163, 0.2);
    border-radius: 4px;
}

#i-container .banner {
    border-bottom: 1px solid #bbbbbb;
}

#i-container .banner .carousel {
    height: 518px;
    margin: auto;
    max-width: 1200px;
}

#i-container .banner .carousel .caro-main ul > li img {
    width: 100%;
    height: 100%;
}

#i-container .banner .carousel .caro-tab {
    left: 80%;
}

#i-container .banner .carousel .caro-tab ul > li {
    width: 12px;
    height: 12px;
    background: #f0f5fc;
}

#i-container .box .box-title {
    text-align: center;
    position: relative;
    font-size: 24px;
    color: #333333;
    padding: 50px 0 40px 0;
}

#i-container .box .box-title span {
    position: relative;
}

#i-container .box.service {
    height: 570px;
}

#i-container .box.winning {
    height: 434px;
}

#i-container .box.exposure {
    height: 458px;
}



#i-container .box .box-body {
    width: 100%;
}

#i-container .box .box-body .tab-head {
    overflow: hidden;
    border-bottom: 1px solid #DFE9F5;
}

#i-container .box .box-body .tab-head ul > li:nth-child(1) {
    margin-left: calc(50% - 180px);
    margin-right: 120px;
}

#i-container .box .box-body .tab-head ul > li {
    position: relative;
    float: left;
    width: 120px;
    height: 55px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    /*cursor: pointer;*/
    font-size: 30px;
    font-weight: bold;
    color: #999999;
}

#i-container .box .tab-head .arrow {
    display: none;
}

/*当前活动tab页签的箭头样式*/
#i-container .box .tab-head .active .arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #1C599D;
    bottom: -10px;
    left: calc(50% - 8px);
}

/*标题箭头样式*/
#i-container .box .active .arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 25px;
    border: 10px solid transparent;
    border-top-color: #1C599D;
    left: calc(50% - 8px);
}

#i-container .box .box-body .tab-head ul > li.active {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}

#i-container .box .box-body .tab-headul ul > li.active {
    font-size: 16px;
}
#i-container .box .box-body .tab-headul ul > li {

    font-size: 16px;
}
#i-container .box .box-body .tab-headul ul{
    float: left;
}
#i-container .box .box-body .tab-headul ul > li.active span:nth-child(1) {
    border-bottom: 4px solid #1c559d !important;
    cursor: pointer;
}

#i-container .box .box-body .tab-headul ul > li:nth-child(1) {
    margin-left: 60px;
    margin-right: 0px;
}
#i-container .box .tab-head .active .arrownew {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border:7px solid transparent;
    border-top-color: #1C599D;
    bottom: -7px;
    left: calc(50% - 8px);
}
#i-container .box .box-title.active {
    position: relative;
    color: #333333;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

#i-container .box .box-body .tab-head ul > li.active span:nth-child(1) {
    border-bottom: 6px solid #1C599D;
}

#i-container .box.news .tab-body {
    padding: 0px 40px;
    background: #ffffff;
    position: relative;
}

#i-container .box.news .tab-body ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
}

#i-container .box.news .tab-body ul > li .time {
    float: right;
    color: #333333;
}

#i-container .box .bid-notice {
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    box-sizing: border-box;
}
.bid-content{
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    box-sizing: border-box;
}

#i-container .box .bid-notice .swiper-slide {
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    width: 285px;
    height: 358px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 78, 163, 0.1);
    border-radius: 12px;
}

#i-container .box .bid-notice .swiper-slide .notice-header {
    width: 100%;
    height: 160px;
    padding-top: 116px;
}

#i-container .box .bid-notice .swiper-slide .notice-header p {
    padding-left: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#i-container .box .bid-notice .swiper-slide .notice-body {
    padding: 20px 20px 0;
}

#i-container .box .bid-notice .swiper-slide .notice-body p {
    margin: 0;
}

#i-container .box .bid-notice .swiper-slide .notice-body .title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;

}

#i-container .box .bid-notice .swiper-slide .notice-body .unit {
    background: url("../../assets/img/icon-unit.png") no-repeat left;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

#i-container .box .bid-notice .swiper-slide .notice-body .price {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    color: #E96525;
}

#i-container .box .bid-notice .swiper-slide .notice-footer .endDate {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 36px;*/
    /*background: #F7F9FF;*/
    /*box-shadow: 0px 0px 5px rgba(0, 78, 163, 0.1);*/
    /*border-radius: 0px 0px 12px 12px;*/
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    /*line-height: 36px;*/
    padding-left: 40px;
    background: url("../../assets/img/icon-timer.png") no-repeat 20px center;
    background-size: 16px 16px;
    bottom: 0;
}
#i-container .box .bid-notice .swiper-slide .notice-footer{
    position: absolute;
    width: 100%;
    height:73px;
    box-shadow: 0px 0px 5px rgba(0, 78, 163, 0.1);
    border-radius: 0px 0px 12px 12px;
}

#i-container .box .swiper-button-next,
#i-container .box .swiper-button-prev {
    width: 32px;
    height: 32px;
}

#i-container .box .swiper-button-prev,
#i-container .box .swiper-container-rtl .swiper-button-next {
    background-image: url("../../assets/img/icon-left-arrow.png");
    background-size: 30px 30px;
    top: 97%;
    left: 93%;
}

#i-container .box .swiper-button-next,
#i-container .box .swiper-container-rtl .swiper-button-prev {
    background-image: url("../../assets/img/icon-right-arrow.png");
    background-size: 30px 30px;
    top: 97%;
    right: 0;
}
#i-container .box .bid-notice .swiper-slide .notice-header img{
    width: 100%;
    height: 160px;
    border-radius: 12px 12px 0 0;
}
#i-container .box.service .box-body {
    position: relative;
    padding-top: 50px;
    height: 100%;
}

#i-container .box.service .more {
    position: absolute;
    right: 0;
    padding: 20px 0;
}

#i-container .box.transaction {
    padding-bottom: 50px;
}

#i-container .box.transaction .more,
#i-container .box.winning .more,
#i-container .box.intermediary .more {
    position: absolute;
    right: 0;
    top: -75px;
    padding: 20px 0;
}

#i-container .box .more .c-more {
    text-align: left;
    font-size: 14px;
    padding-right: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #999999;
    background: url("../../assets/img/icon-more.png") transparent no-repeat right;
    background-size: 20px 20px;
}

#i-container .box.news .tab-body .more {
    padding: 20px 0;
    text-align: right;
    font-size: 15px;
}

#i-container .box.news .tab-body .more a {
    color: #4879e4;
}

#i-container .box.service .tab-body {
    height: calc(100% - 56px);
}

#i-container .box.service .tab-body .item {
    overflow: hidden;
    height: 100%;
    padding: 50px 0;
}

#i-container .box.service .tab-body .item #itemIconContainer,
#i-container .box.service .tab-body .item #depContainer{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}

#i-container .box.service .tab-body .item ul > li {
    flex: 0 0 auto;
    width: 227px;
    height: 79px;
    background: rgba(230, 238, 247, 0.5);
    border: 1px solid #eaeaea;
    border-radius: 6px;
}

#i-container .box.service .tab-body .item ul > li:hover {
    border: 1px solid #2C63F3;
    box-shadow: 0px 0px 10px rgba(26, 79, 146, 0.2);
    background: url("../../assets/img/bg-sevice-hover.png") no-repeat center;
    background-size: 100% 100%;
}

#i-container .box.service .tab-body .item ul > li:last-child:nth-child(5n - 1) {
    margin-right: 240px;
}

#i-container .box.service .tab-body .item ul > li:last-child:nth-child(5n - 2) {
    margin-right: 485px;
}

#i-container .box.service .tab-body .item ul > li:last-child:nth-child(5n - 3) {
    margin-right: 729px;
}

#i-container .box.service .tab-body .item ul > li .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 80px;
    padding: 22px 20px;
}

#i-container .box.service .tab-body .item ul > li .name {
    display: flex;
    align-items: center;
    float: right;
    width: 72%;
    height: 100%;
    text-align: left;
    font-size: 16px;
    padding-right: 24px;
    vertical-align: middle;
    font-weight: 400;
    color: #333333;
}

#i-container .box.service .tab-body .item ul > li:hover .name {
    font-weight: bold;
    color: #326EF5;
}

#i-container .box.service .tab-body .item ul > li .name span {
    flex-wrap: wrap;
}

#i-container .box.service .tab-body .list {
    overflow: hidden;
    padding: 40px 50px;
}

#i-container .box.service .tab-body .list ul > li {
    float: left;
    margin: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    padding: 0 10px;
    background-color: #f2f2f2;
    border-left: 3px solid transparent;
    border-radius: 4px;
    transition: 0.5s;
}

#i-container .box.service .tab-body .list ul > li a {
    color: #333333;
}

#i-container .box.service .tab-body .list ul > li:hover {
    border-left: 3px solid #4879e4;
}

#i-container .box.transaction .tab-head ul > li {
    width: 25%;
}

#i-container .box.transaction .tab-body {
    padding: 40px 40px 0 40px;
    background: #ffffff;
}

#i-container .box.transaction .tab-body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#i-container .box.transaction .tab-body table th,
#i-container .box.transaction .tab-body table td {
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
}

#i-container .box.transaction .tab-body table th {
    font-size: 16px;
    /*color: #4879e4;*/
    padding-bottom: 15px;
}

#i-container .box.transaction .tab-body table td {
    color: #333333;
}

#i-container .box.transaction .tab-body table td.price {
    color: #ff8400;
}

#i-container .box.transaction .tab-body table tbody tr {
    border-bottom: 1px solid #e6e6e6;
}

#i-container .box.transaction .tab-body table tbody tr td {
    padding: 20px 0;
}

#i-container .box.transaction .tab-body .more {
    padding: 20px 0;
    text-align: right;
    font-size: 15px;
}

/*中选公告模块*/
#i-container .box #dealInfoNoticeDiv {
    /*height: 450px;*/
}

#i-container .box #dealInfoNoticeDiv table {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}

#i-container .box #dealInfoNoticeDiv .winning-info {
    height: 390px;
    /*overflow: auto;*/
}

#i-container .box #dealInfoNoticeDiv .winning-info tr:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(26, 79, 146, 0.2);
    border-radius: 6px;
}

#i-container .box #dealInfoNoticeDiv .winning-info tr:hover td,
#i-container .box #dealInfoNoticeDiv .winning-info tr:hover a {
    color: #326EF5;
}
.list-nav li.active a{
    text-decoration: none;
    color: #1c559d !important;
}
/*a{*/
/*    color: #666 !important;*/
/*}*/

#i-container .box #dealInfoNoticeDiv table thead th {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 48px;
    border-bottom: 1px solid #999999;
}

#i-container .box #dealInfoNoticeDiv table tr {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
}

#i-container .box #dealInfoNoticeDiv table tr a {
    color: #333333;
}

#i-container .point {
    margin-left: 10px;
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background-color: #326EF5;
    border: 4px solid rgba(28, 89, 157, 0.5);
    border-radius: 50%;
}

/*滚动条大小*/
.box ::-webkit-scrollbar {
    width: 6px;
    background: #999999;
    opacity: 0.2;
}

/*滚动区域背景*/
.box ::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: #f5f5f5;
}

/*竖向滚动条*/
.box ::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #999999;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

#i-container .box.transaction .tab-body .more a {
    color: #4879e4;
}

/*中介结构模块*/
#i-container .box .intermediary-part {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
    box-sizing: border-box;
}

#intermediaryContainer {
    height: 100%;
}

#i-container .box .intermediary-part .swiper-slide {
    box-sizing: border-box;
    position: relative;
    width: 300px;
    height: 245px;
}

#i-container .box .intermediary-part .swiper-slide .normal {
    margin: 20px 0;
    background: #F7F9FC;
    /*background: url("../../assets/img/icon-zjjg.png") no-repeat 15px 17px #F7F9FC;*/
    /*background-size: 64px;*/
    height: 204px;
    padding: 27px 20px 0;
}

#i-container .box .intermediary-part .swiper-slide .normal .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

#i-container .box .intermediary-part .swiper-slide .normal .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 15px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

#i-container .box ul.evaluate {
    padding-left: 0;
    overflow: hidden;
    float: left;
}

#i-container .box ul.evaluate li {
    float: left;
    list-style: none;
    width: 20px;
    height: 20px;
    background: url(../../assets/img/icon-star.png) no-repeat center;
}

#i-container .box ul.evaluate li.light {
    background: url("../../assets/img/icon-star-checked.png") no-repeat center;
}

#i-container .box ul.evaluate .evaluate-num {
    display: inline-block;
    padding-left: 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

#i-container .box .intermediary-part .swiper-slide .active {
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: url("../../assets/img/bg-zjjg.png") no-repeat center;
    background-size: 100% 100%;
}

#i-container .box .intermediary-part .swiper-slide .active .title {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

#i-container .box .intermediary-part .swiper-slide .active .desc {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    height: 80px;
    line-height: 20px;
    color: #FFFFFF;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}

#i-container .box .intermediary-part .swiper-slide .active .btn-detail {
    width: 112px;
    height: 28px;
    box-shadow: 0px 0px 6px rgba(0, 78, 163, 0.2);
    border-radius: 21px;
    background: url("../../assets/img/icon-figure.png") #FFFFFF no-repeat 90% center;
    background-size: 24px;
    font-size: 12px;
    padding-left: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #326EF5;
    margin: 20px 0 0;
}

#i-container .box .intermediary-part .swiper-slide:hover .active {
    display: block;
}

#i-container .box .intermediary-part .swiper-slide:hover .normal {
    display: none;
}

#i-container .box.intermediary .box-body {
    box-shadow: none;
}

#i-container .box.intermediary .box-body .rollImg {
    background: #ffffff;
    box-shadow: 0 0 5px #e9e9e9;
    padding: 30px 40px;
}

#i-container .box.intermediary .box-body .rollImg .tempWrap {
    width: 100% !important;
    height: 200px;
    overflow: hidden;
}

#i-container .box.intermediary .box-body .rollImg .tempWrap ul > li {
    float: left;
    width: 280px;
    height: 200px;
    background: #bfbfbf;
    margin-right: 20px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

#i-container .box.intermediary .box-body .rollImg .tempWrap ul > li .pic img {
    width: 100%;
    height: 100%;
}

#i-container .box.intermediary .box-body .rollImg .tempWrap ul > li .title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*信用公示及投诉公示*/
#i-container .box.exposure {
    padding-top: 30px;
    margin-top: 50px;
}

#i-container .box.exposure .box-body {
    box-shadow: none;
    overflow: hidden;
    height: 100%;
}

#i-container .box.exposure .box-body .exposure-item {
    width: 580px;
    overflow: hidden;
}

#i-container .box.exposure .box-body .exposure-item.exposure-left {
    float: left;
}

#i-container .box.exposure .box-body .exposure-item.exposure-right {
    float: right;
}

#i-container .box.exposure .box-body .exposure-item .exposure-head {
    position: relative;
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
}

#i-container .box.exposure .box-body .exposure-item .exposure-head .active {
    position: relative;
    border-bottom: 1px solid #1C599D;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

#i-container .box.exposure .box-body .exposure-item .exposure-head .active span:nth-child(1) {
    border-bottom: 6px solid #1C599D;
}

#i-container .box.exposure .box-body .exposure-item .exposure-head .active .arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 47px;
    border: 10px solid transparent;
    border-top-color: #1C599D;
    left: 50px;
}

#i-container .box.exposure .box-body .exposure-item .exposure-head .more {
    position: absolute;
    top: 30px;
    right: 0;
}
/*政策法规tab*/
.list-Policiere li.active a,.list-Policiere li.active a:hover {
    display: inline-block;
    width:100px;
    height: 35px;
    background: #326ef5;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    text-decoration: none;
}
.list-Policiere li a:hover{
    background: #326ef5;
    color: #ffffff;
}
.list-Policiere li a{
    display: inline-block;
    width:100px;
    height: 35px;
    background: #F7F9FC;
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    margin-top: 20px;
}
/*信用公示tab*/
.creditleft-tab{
    width: 190px;
    float: left;
}
.list-credit li.active a,.list-credit li.active a:hover{
    display: inline-block;
    width:145px;
    height: 45px;
    background: #326ef5;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    text-decoration: none;

}
.list-credit li a:hover{
    background: #326ef5;
    color: #ffffff;
}
.list-credit li a{
    display: inline-block;
    width:145px;
    height: 45px;
    background: #F7F9FC;
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    margin-top: 20px;
}
#i-container .box.exposure .box-body .exposure-item .exposure-list {
    width: 580px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(26, 79, 146, 0.1);
    border-radius: 12px;
    padding: 10px 20px;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list .point {
    margin-bottom: 5px;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list .creditContainer {
    float: left;
    width: 350px;
    height: 100%;
    overflow: hidden;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list .creditContainer > li {
    margin: 20px 0;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list .creditContainer .title {
    display: inline-block;
    width: 150px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    padding-left: 5px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list .creditContainer .evaluate-num {
    float: right;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list .creditContainer .evaluate {
    float: right;
}
#i-container .box.exposure .box-body .exposure-item .exposure-list #complaintContainer{
    height: 100%;
    overflow: hidden;
}
#i-container .box.exposure .box-body .exposure-item .exposure-list #complaintContainer li {
    margin: 5px 0;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list #complaintContainer .point {
    margin-bottom: 20px;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list #complaintContainer .info {
    display: inline-block;
    padding-left: 20px;
    width: 300px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    font-weight: 400;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list #complaintContainer .info .title {
    display: block;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    margin: 0;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list #complaintContainer .info .sub-title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list #complaintContainer .date {
    height: 100%;
    display: inline-block;
    line-height: 55px;
    float: right;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list .no-list {
    text-align: center;
    padding-top: 85px;
}

#i-container .box.exposure .box-body .exposure-item .exposure-list .no-list p {
    font-size: 16px;
    color: #b8b8b8;
}

/*#i-container .box.statistics .box-body {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    height: 630px;*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0px 0px 5px rgba(26, 79, 146, 0.1);*/
/*    border-radius: 12px;*/
/*    margin-bottom: 100px;*/
/*}*/

/*#i-container .box.statistics .box-body > div {*/
/*    flex: 1;*/
/*    padding: 30px;*/
/*}*/

/*#i-container .box.statistics .box-body .left-top {*/
/*    height: 58px;*/
/*    width: 100%;*/
/*    margin: 0;*/
/*}*/

/*#i-container .box.statistics .box-body .left-top span {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #666666;*/
/*    text-align: center;*/
/*}*/

/*#i-container .box.statistics .box-body .left-top .item {*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    width: 72px;*/
/*    height: 28px;*/
/*    line-height: 24px;*/
/*    background: #FFFFFF;*/
/*    color: #326EF5;*/
/*    margin-right: 10px;*/
/*    box-shadow: 0px 0px 5px rgba(0, 78, 163, 0.1);*/
/*    border-radius: 14px;*/
/*}*/

/*#i-container .box.statistics .box-body .left-top .item.active {*/
/*    background: #326EF5;*/
/*    color: #FFFFFF;*/
/*}*/

/*#i-container .box.statistics .box-body .left-bottom {*/
/*    position: relative;*/
/*    width: 560px;*/
/*    height: 511px;*/
/*    background: #F1F5F9;*/
/*}*/

/*#i-container .box.statistics .box-body .left-bottom .tab {*/
/*    position: absolute;*/
/*    cursor: pointer;*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    width: 26px;*/
/*    height: 117px;*/
/*    z-index: 9999;*/
/*}*/

/*#i-container .box.statistics .box-body .left-bottom .tab span {*/
/*    display: block;*/
/*    width: 26px;*/
/*    height: 58px;*/
/*    text-align: center;*/
/*    line-height: 20px;*/
/*    background: #FFFFFF;*/
/*    vertical-align: middle;*/
/*    border: 1px solid #326EF5;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    color: #1C599D;*/
/*}*/

/*#i-container .box.statistics .box-body .left-bottom .tab span.active {*/
/*    background: #326EF5;*/
/*    color: #FFFFFF;*/
/*}*/

/*#i-container .box.statistics .box-body .left-bottom .tab span:nth-child(1) {*/
/*    border-radius: 6px 6px 0px 0px;*/
/*    padding-top: 12px;*/
/*}*/

/*#i-container .box.statistics .box-body .left-bottom .tab span:nth-child(2) {*/
/*    border-radius: 0px 0px 6px 6px;*/
/*    padding-top: 4px;*/
/*}*/

/*#map-box {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*#i-container .box.statistics .box-body .box-right {*/
/*    padding-top: 100px;*/
/*}*/

/*#i-container .box.statistics .box-body .right-top {*/
/*    border-bottom: 1px solid #1C599D;*/
/*    margin-bottom: 10px;*/
/*}*/

/*#i-container .box.statistics .box-body .right-top p {*/
/*    width: 220px;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    color: #333333;*/
/*    margin: 0;*/
/*    border-bottom: 6px solid #1C599D;*/
/*}*/

/*#i-container .box.statistics .box-body .right-bottom {*/
/*    display: flex;*/
/*    height: 420px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*#i-container .box.statistics .box-body .right-bottom .item {*/
/*    flex: 0 1 auto;*/
/*    text-align: center;*/
/*    width: 50%;*/
/*    padding: 56px 0 41px;*/
/*}*/

/*#i-container .box.statistics .box-body .right-bottom .item:nth-child(1),*/
/*#i-container .box.statistics .box-body .right-bottom .item:nth-child(2) {*/
/*    border-bottom: 1px dashed rgba(28, 89, 157, 0.5);*/
/*}*/

/*#i-container .box.statistics .box-body .right-bottom .item:nth-child(1),*/
/*#i-container .box.statistics .box-body .right-bottom .item:nth-child(3) {*/
/*    border-right: 1px dashed rgba(28, 89, 157, 0.5);*/
/*}*/

/*#i-container .box.statistics .box-body .right-bottom .item p:nth-child(2) {*/
/*    font-size: 44px;*/
/*    line-height: 54px;*/
/*    font-weight: bold;*/
/*    margin: 0;*/
/*    color: #333333;*/
/*}*/

/*#i-container .box.statistics .box-body .right-bottom .item p:nth-child(3) {*/
/*    font-size: 16px;*/
/*    color: #666666;*/
/*    font-weight: bold;*/
/*}*/

* {
    margin: 0;
    padding: 0;
}

#swb-header {
    width: 100%;
    height: 130px;
    background-color: #1c599d;
    color: #fff;
}

#swb-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1c599d;
    background-color: rgba(255, 254, 255, 0.5);
}

.swb-header-wrap {
    max-width: 1300px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.swb-loading > .headLogo {
    display: inline-block;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swb-header-wrap > .swb-header-logo a {
    display: inline-block;
    vertical-align: middle;
    width: 375px;
    height: 60px;
    border-right: 1px solid #fff;
    background: url('https://zwfw.fujian.gov.cn//img/icon/logo-main.png') no-repeat center center;
    background-size: contain;
}

.swb-header-wrap > .swb-header-logo img {
    width: 375px;
    height: 60px;
    cursor: pointer;
    border: none;
}

.swb-header-wrap > .swb-header-logo > .swb-header-sysname {
    display: inline-block;
    padding: 0 20px;
    font-size: 30px;
    vertical-align: middle;
}

.swb-header-wrap .username, .swb-header-wrap .logout {
    display: none;
    white-space: nowrap;
}

.swb-header-wrap .username:before {
    content: "";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    width: 28px;
    height: 25px;
    background: url("https://zwfw.fujian.gov.cn/img/icon/icon.png") no-repeat -348px -4px;
}

.swb-header-wrap > .swb-header-login {
    font-size: 16px;
    float: right;
    height: 130px;
    display: inline-block;
    line-height: 130px;
}

.swb-header-wrap > .swb-header-login a {
    text-decoration: none;
    color: #fff;
}

.swb-header-wrap > .swb-header-login > span {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .swb-header-wrap > .swb-header-logo > .swb-header-sysname {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .ms-hide {
        display: none !important;
    }

    .swb-header-wrap > .swb-header-logo a {
        /* width: 100%; */
        border-right: none !important;
    }

    body .i-header > .headLogo {
        display: block;
        height: auto;
        padding: 0 16px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .swb-header-wrap {
        flex-direction: column;
        padding: 10px 0;
    }

    .swb-header-wrap > .swb-header-logo a {
        width: 100vw;
        border-right: none !important;
    }
}

#jump {
    z-index: 241 !important;
    left: auto !important;
    right: 0;
}

footer {
    width: auto !important;
    max-width: none;
    margin: 0;
}

footer .footer-text {
    height: auto;
}

body {
    min-width: 0;
}

body .container {
    /*width: auto!important;*/
    max-width: 1300px;
    padding: 0 16px;
}

body .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px;
}

body .breadcrumb > li + li:before {
    padding: 0 4px;
}

body .item-container {
    width: auto;
    max-width: 1300px;
}

@media screen and (max-width: 768px) {
    #jump {
        top: auto !important;
        bottom: 180px;
    }

    footer {
        height: auto !important;
        padding: 16px;
    }

    footer * {
        height: auto !important;
        font-size: 12px !important;
        margin-bottom: 0 !important;
    }

    #jump .aa {
        margin: 0;
        padding: 8px 0;
    }

    #jump .aa img {
        width: 20px !important;
        height: 20px !important;
    }

    #login-notice-dialog {
        width: 100%;
        max-width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
}


