﻿#container {
    min-width: 1200px;
    margin: 0 auto
}

#main {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

/* 升级提示 */
.upgrade-tips {
    position: fixed;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    background-color: rgba(2, 101, 186, .8);
    z-index: 1;
}

/* 通用头部 start */
#header {
    background: url(../images/header.jpg) no-repeat center top;
    background-size: 100% 234px;
}

#headerLinks {
    display: inline-block;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

#headerLinks a {
    display: inline-block;
    padding: 0 5px
}

#headerInner {
    margin: 0 auto;
    width: 1200px;
    height: 234px;
    position: relative;
}

#logo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -38px;
}

#navWrapper {
    height: 54px;
    background-color: #de4a4a;
    font-size: 16px;
}

ul.navList {
    list-style-type: none;
    display: block;
    width: 1200px;
    height: 54px;
    margin: 0 auto;
}

ul.navList li {
    float: left;
    display: block;
    height: 54px;
    position: relative
}

ul.navList li:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #ec593b;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

ul.navList li a {
    display: block;
    width: 100px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid transparent;
    box-sizing: border-box;
}

ul.navList li a:hover {
    background: url(../images/headeer_over.jpg) top center no-repeat;
}

/* 切换查询 start */
.tabSearchWrapper {
    width: 396px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 72px;
}

.tabSearchHeader {
    padding-bottom: 7px;
    text-align: left;
}

.tabSearchHeader span {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}

.tabSearchFormWrapper {
    padding-right: 68px;
    position: relative;
    display: none;
}

.tabSearchText {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #ccc;
}

.tabSearchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 44px;
    border: none;
    background: #de4a4a url(../images/magnifier.png) no-repeat center center;
    cursor: pointer;
}

.tabSearchButton:hover {
    background-color: #ef5858
}

.tabSearchActive {
    color: #de4a4a
}

.tabSearchActive:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    top: 14px;
    margin-left: -10px;
    z-index: 2;
}

.tabSearchActive:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #ccc;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -12px;
    z-index: 1;
}

/* 切换查询 end */
/* 通用头部 end */

/* 通用底部 start */
#footer {
    background-color: #de4a4a;
}

#footerInner {
    width: 830px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    font-size: 12px;
}

#footerInner:after {
    content: "\200B";
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

#institution {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -32px;
}

#footerInner a:link {
    color: #fff
}

#footerInner a:visited {
    color: #fff
}

#footerInner a:hover {
    color: #ffcc33
}

#footerInner a:active {
    color: #fff
}

#copyrightTxt {
    border-left: 1px solid #ff7777;
    height: 62px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 22px;
}

/* 通用底部 end */

/* 通用标题 start */
.publicItemHeader {
    border-bottom: 1px solid #ccc
}

.publicItemHeaderTxt {
    border-bottom: 4px solid #de4a4a;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 16px
}

.publicItemHeaderTxt span {
    margin-left: 5px
}

.publicItemContent {
    padding: 15px
}

/* 通用标题 end */

/* 当前位置样式 start */
.path {
    padding: 15px 0
}

.path a {
    margin-right: 5px
}

.currenParth_back {
    width: 943px
}

/* 当前位置样式 end */

/* 头条新闻有轮显 start */
#headerInfoWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 350px;
    position: relative;
    background-color: #66cc00;
}

#headerInfoSlides {
    width: 1200px;
    height: 350px;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}

.slideInner {
    padding-left: 750px;
    width: 440px;
    height: 350px;
    position: relative;
    background-color: #f6f6f6;
}

#headerInfoSlides .swiper-slide {
    width: 1200px;
    height: 350px;
}

#headerInfoSlides .swiper-slide .slideInner img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 750px;
    height: 350px;
}

#headerInfoSlides .arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10
}

#headerInfoSlides .arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 465px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

#headerInfoSlides .swiper-container {
    width: 1200px;
    height: 350px;
}

#headerInfoSlides .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 15px;
    width: 700px;
    z-index: 10
}

#headerInfoSlides .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

#headerInfoSlides .swiper-active-switch {
    background-color: #0365b8;
}

.headerInfoLast {
    padding: 20px;
    height: 350px;
    position: relative;
    text-align: left;
    font-size: 14px;
}

.headerInfoLast-header {
    padding: 15px 0;
    overflow: hidden;
}

.headerInfoLast-header a {
    color: #0c0300;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.headerInfoLast-additional {
    font-size: 12px;
    margin-top: 10px
}

.headerInfoLast-additional:after {
    display: block;
    content: "\200B";
    height: 0;
    clear: both
}

.headerInfoLast-additional i {
    font-style: normal
}

.additional-left {
    float: left;
}

.additional-zl {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    color: #fff;
    background-color: #de4a4a
}

.additional-zl-name {
    background-color: #edefee;
    display: inline-block;
    padding: 0 10px;
    height: 20px
}

.additional-right {
    float: right;
    height: 20px;
    line-height: 20px;
}

.additional_from {
    padding-left: 15px;
    background: url(../images/comp.png) 0 3px no-repeat;
}

.headerInfoLast-content {
    text-indent: 2em;
    padding-top: 15px;
    width: 410px;
    height: 150px;
    overflow-y: auto;
}

.headerInfoLast-footer {
    height: 50px;
    width: 418px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    text-align: right;
    border-top: 1px solid #ccc;
}

.headerInfoLast-footer a {
    text-decoration: none
}

.headerInfoLast-footer a:link {
    color: #de4a4a;
}

.headerInfoLast-footer a:visited {
    color: #de4a4a;
}

.headerInfoLast-footer a:hover {
    color: #ef5858
}

.headerInfoLast-footer a:active {
    color: #de4a4a
}

/* 头条新闻有轮显 end */

/* 互动连接开始 start*/
#jcSlideWrapper {
    position: relative;
}

.jcTabHeader {
    width: 34px;
    height: 108px;
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #dedede;
}

.jcTabHeader:after {
    display: block;
    content: "\200B";
    height: 0;
    clear: both
}

.jcTabItem {
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    position: relative
}

.jcTabItem span {
    display: inline-block;
    line-height: 14px;
    width: 14px;
    height: 28px;
    position: absolute;
    top: 13px;
    left: 10px
}

.jcTabItem-active {
    cursor: default;
    background-color: #de4a4a;
    color: #fff;
}

.jcTabItem-active:after {
    content: "\200B";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    border-left-color: #de4a4a;
    position: absolute;
    right: -12px;
    bottom: 21px;
}

#departmentsSlide {
    position: relative
}

.swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

#departmentsSlide .swiper-container2 {
    width: 1200px;
    height: 119px;
    color: #fff;
    text-align: center;
}

#departmentsSlide .arrow-left2 {
    background: url(../images/lunbo_arrow_grey_left.png) no-repeat left center;
    position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -59.5px;
    width: 36px;
    height: 119px;
    z-index: 10;
}

#departmentsSlide .arrow-right2 {
    background: url(../images/lunbo_arrow_grey_right.png) no-repeat right center;
    position: absolute;
    right: -36px;
    top: 50%;
    margin-top: -59.5px;
    width: 36px;
    height: 119px;
    z-index: 10;
}

.departmentForSlide {
    cursor: pointer;
    position: relative;
    cursor: pointer
}

.departmentForSlide img {
    width: 164px;
    height: 119px
}

.departmentForSlide-active {
    cursor: default;
}

/* 互动连接开始 end */

/* 文章搜索 start */
.search_artical_title {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #0c0300;
    text-indent: 20px;
}

.input_content {
    height: 45px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.btn {
    float: right;
    width: 40px;
    height: 45px;
    background: url(../images/search_blue.png) 5px 10px no-repeat;
    cursor: pointer;
    border: 0;
}

.search_artical_input {
    height: 45px;
    width: 310px;
    line-height: 45px;
    margin: 0 auto;
    background-color: #fff;
}

.search_text {
    float: left;
    width: 265px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 20px;
    border: 0;
}

/* 文章搜索 end */

/* 首页 特色专栏 滚动区域 */
#scrollTszl {
    overflow: hidden
}

/* 首页 七天双公示 */
.main_head_sgsBack {
    background: url(../images/page_pic_31.png) no-repeat;
    width: 1200px;
    height: 123px;
    color: #ec7272;
    font-size: 24px;
}

#sumCount {
    color: #abfff8;
    font-size: 36px
}

/*已有公示记录*/
#sumCount small {
    font-size: 18px
}

#permissionCount {
    color: #de4a4a;
    font-size: 36px
}

/*行政许可*/
#permissionCount small {
    font-size: 18px
}

#penaltyCount {
    color: #fff7d0;
    font-size: 36px
}

/*行政处罚*/
#penaltyCount small {
    font-size: 18px
}

#orgCount {
    color: #626a15;
    font-size: 50px
}

/*已归集部门*/
#orgCount small {
    font-size: 25px
}

/* 查询详细内容 start */
.creditQueryDetail {
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
}

.creditQueryDetailFeedback {
    width: 100px;
    text-align: center;
    background-color: #0063ba;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff
}

.creditQueryDetailFeedback a:link {
    color: #fff
}

.creditQueryDetailFeedback a:visited {
    color: #fff
}

.creditQueryDetailFeedback a:hover {
    color: #ffcc33
}

.creditQueryDetailFeedback a:active {
    color: #fff
}

.creditQueryDetailName {
    font-size: 28px
}

ul.creditQueryDetailList {
    list-style-type: none;
    padding: 15px 0;
}

ul.creditQueryDetailList li {
    line-height: 24px;
}

.creditQueryDetailAcquire {
    padding-top: 15px;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

a.creditQueryDetailDown {
    display: inline-block;
    background: #de4a4a url(../images/icon-down.png) no-repeat 10px center;
    padding: 0 10px 0 34px;
}

a.creditQueryDetailDown:link {
    color: #fff
}

a.creditQueryDetailDown:visited {
    color: #fff
}

a.creditQueryDetailDown:hover {
    background-color: #ef5858
}

a.creditQueryDetailDown:active {
    color: #fff
}

.creditQueryDetailShare {
    position: absolute;
    right: 0;
    top: 10px
}

.creditQueryDetailTxt {
    padding: 10px;
    color: #a7a7a5;
    font-size: 12px;
}

.creditQueryDetailTxtTitle {
    color: #de4a4a
}

.creditQueryTabsWrapper {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px
}

.creditQueryTabsHeader {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.creditQueryTabsHeader div {
    height: 50px;
    float: left;
    padding: 0 10px;
    cursor: pointer;
}

.creditQueryTabsHeader div span {
    margin-left: 5px;
    color: #de4a4a;
}

.creditQueryTabsHeaderActive {
    color: #de4a4a;
    border-bottom: 5px solid #0063ba
}

.creditQueryTabItemHeader {
    border-bottom: 1px solid #ccc
}

.creditQueryTabItemHeaderTxt {
    border-bottom: 4px solid #de4a4a;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 16px;
}

.creditQueryTabItemHeaderTxt span {
    margin-left: 5px
}

.creditQueryTabItemHeader a {
    float: right;
    line-height: 28px
}

.creditQueryTabItemHeader a:link {
    color: #666
}

.creditQueryTabItemHeader a:visited {
    color: #666
}

.creditQueryTabItemHeader a:hover {
    color: #999
}

.creditQueryTabItemHeader a:active {
    color: #999
}

.creditQueryTabContent {
    padding: 15px
}

.creditQueryTabTable {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.creditQueryTabTable tr th {
    padding: 10px 5px;
    width: 140px;
}

.creditQueryTabTable tr td {
    padding: 10px 5px;
}

.creditQueryTabHeader {
    color: #0063ba;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}

.creditQueryTabHeader:before {
    display: block;
    content: "\200B";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #0063ba;
}

.creditQueryTabSelection {
    display: none;
}

/* 查询详细内容 end*/

/* 诚信企业展示 start */
#featureContainer {
    margin: 40px 20px 20px 40px;
    width: 1066px;
    position: relative;
}

#feature .prev {
    background: url(../images/lunbo_arrow_grey_left.png) bottom no-repeat;
    border: 0 dotted rgb(153, 153, 153);
    top: -150px;
    width: 30px;
    height: 48px;
    text-indent: -9999px;
    float: left;
    display: block;
    position: relative;
}

#feature .next {
    background: url(../images/lunbo_arrow_grey_right.png) bottom no-repeat;
    border: 0 dotted rgb(153, 153, 153);
    top: -150px;
    width: 30px;
    height: 48px;
    text-indent: -9999px;
    float: right;
    display: block;
    position: relative;
}

#feature .prev:hover {
    background-position: bottom;
}

#feature .next:hover {
    background-position: bottom;
}

#botton-scroll {
    margin: 0 auto;
    width: 1000px;
    float: left;
    z-index: 0;
}

#block {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    padding-right: 0;
    padding-bottom: 0;
    z-index: 0;
}

/* 诚信企业展示 end */

/* 信用查询 start */
.creditQueryWrapper {
    border: 1px solid #ccc;
    padding: 15px 0
}

.creditQueryTitle {
    font-size: 24px;
    text-align: center
}

.creditQueryTitle span {
    display: inline-block;
    color: #de4a4a;
    padding-bottom: 5px;
    border-bottom: 4px solid #de4a4a
}

table.creditQueryTable {
    border-collapse: collapse;
    width: 1000px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

table.creditQueryTable tr th {
    text-align: right;
    font-weight: normal;
    width: 200px
}

table.creditQueryTable tr td {
    padding: 5px 0
}

.creditQueryTxt {
    padding: 0 15px 15px 0;
    width: 1000px;
    margin: 0 auto;
}

table.creditQueryResultTable {
    border-collapse: collapse;
    table-layout: fixed;
    line-height: 40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

table.creditQueryResultTable tr th {
    font-weight: normal;
    color: #fff;
    background-color: #de4a4a;
    text-align: center;
    border-right: 1px solid #fff
}

table.creditQueryResultTable tr th:last-child {
    border-right: 1px solid #ccc
}

table.creditQueryResultTable tr td {
    padding: 5px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    border: 1px solid #ccc
}

table.creditQueryResultTable tr:hover {
    background-color: #eee
}

.searchWrapper {
    height: 40px;
    padding-right: 80px;
    position: relative;
}

.searchTxt {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.searchButton {
    width: 80px;
    height: 40px;
    color: #fff;
    background-color: #de4a4a;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.searchButton:hover {
    background-color: #ef5858
}

.codeWrapper {
    width: 400px;
    height: 40px;
    position: relative;
    padding-right: 118px;
    display: inline-block;
}

.codeTxt {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

.codeImg {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.creditQueryDetail {
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
}

.creditQueryDetailFeedback {
    width: 100px;
    text-align: center;
    background-color: #0063ba;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff
}

.creditQueryDetailFeedback a:link {
    color: #fff
}

.creditQueryDetailFeedback a:visited {
    color: #fff
}

.creditQueryDetailFeedback a:hover {
    color: #ffcc33
}

.creditQueryDetailFeedback a:active {
    color: #fff
}

.creditQueryDetailName {
    font-size: 28px
}

ul.creditQueryDetailList {
    list-style-type: none;
    padding: 15px 0;
}

ul.creditQueryDetailList li {
    line-height: 24px;
}

.creditQueryDetailAcquire {
    padding-top: 15px;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

a.creditQueryDetailDown {
    display: inline-block;
    background: #de4a4a url(../images/icon-down.png) no-repeat 10px center;
    padding: 0 10px 0 34px;
}

a.creditQueryDetailDown:link {
    color: #fff
}

a.creditQueryDetailDown:visited {
    color: #fff
}

a.creditQueryDetailDown:hover {
    background-color: #ef5858
}

a.creditQueryDetailDown:active {
    color: #fff
}

.creditQueryDetailShare {
    position: absolute;
    right: 0;
    top: 10px
}

.creditQueryDetailTxt {
    padding: 10px;
    color: #a7a7a5;
    font-size: 12px;
}

.creditQueryDetailTxtTitle {
    color: #de4a4a
}

.creditQueryTabsWrapper {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px
}

.creditQueryTabsHeader {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.creditQueryTabsHeader div {
    height: 50px;
    float: left;
    padding: 0 10px;
    cursor: pointer;
}

.creditQueryTabsHeader div span {
    margin-left: 5px;
    color: #de4a4a;
}

.creditQueryTabsHeaderActive {
    color: #de4a4a;
    border-bottom: 5px solid #0063ba
}

.creditQueryTabItemHeader {
    border-bottom: 1px solid #ccc
}

.creditQueryTabItemHeaderTxt {
    border-bottom: 4px solid #de4a4a;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 16px;
}

.creditQueryTabItemHeaderTxt span {
    margin-left: 5px
}

.creditQueryTabItemHeader a {
    float: right;
    display: block;
    line-height: 28px
}

.creditQueryTabItemHeader a:link {
    color: #666
}

.creditQueryTabItemHeader a:visited {
    color: #666
}

.creditQueryTabItemHeader a:hover {
    color: #999
}

.creditQueryTabItemHeader a:active {
    color: #999
}

.creditQueryTabContent {
    padding: 15px
}

.creditQueryTabTable {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.creditQueryTabTable tr th {
    padding: 10px 5px;
    width: 140px;
}

.creditQueryTabTable tr td {
    padding: 10px 5px;
}

.creditQueryTabHeader {
    color: #0063ba;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}

.creditQueryTabHeader:before {
    display: block;
    content: "\200B";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #0063ba;
}

.creditQueryTabSelection {
    display: none;
}

/* 信用查询 end */

/* 惩戒激励 联合惩戒 start */
.jcInfoBox {
    width: 590px;
}

.jcInfo {
    border-bottom: 1px solid #ccc
}

.jcInfo dt {
    padding: 15px 0;
}

.jcInfo dd {
    color: #666;
    padding-bottom: 15px;
}

.redListBoxTxt {
    padding: 15px 8px
}

.departmentName {
    display: block;
    float: left
}

.departmentDate {
    display: block;
    float: right
}

.departmentsWrapper {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    text-align: left;
}

#jcSlideWrapper {
    position: relative;
}

.jcTabHeader {
    width: 34px;
    height: 108px;
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #dedede;
}

.jcTabHeader:after {
    display: block;
    content: "\200B";
    height: 0;
    clear: both
}

.jcTabItem {
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    position: relative;
}

.jcTabItem span {
    display: inline-block;
    line-height: 14px;
    width: 14px;
    height: 28px;
    position: absolute;
    top: 13px;
    left: 10px;
}

.jcTabItem-active {
    cursor: default;
    background-color: #de4a4a;
    color: #fff;
}

.jcTabItem-active:after {
    content: "\200B";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    border-left-color: #de4a4a;
    position: absolute;
    right: -12px;
    bottom: 21px;
}

#departmentsSlide .swiper-wrapper {
    padding-left: 3px
}

#departmentsSlide {
    position: relative;
}

#departmentsSlide .swiper-container {
    width: 1062px;
    height: 108px;
    color: #fff;
    text-align: center;
}

#departmentsSlide .arrow-left {
    background: #666 url(../images/departmentsArrow-left.png) no-repeat center center;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -54px;
    width: 36px;
    height: 108px;
    z-index: 10;
}

#departmentsSlide .arrow-right {
    background: #666 url(../images/departmentsArrow-right.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -54px;
    width: 36px;
    height: 108px;
    z-index: 10;
}

.departmentForSlide {
    cursor: pointer;
    position: relative;
    cursor: pointer
}

.departmentForSlide img {
    width: 210px;
    height: 108px;
}

.departmentForSlide-active {
    cursor: default;
}

.departmentsWrapper {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
}

#jcSlideWrapper {
    position: relative;
}

.jcTabHeader {
    width: 34px;
    height: 108px;
    text-align: center;
    position: absolute;
    left: 0;
    background-color: #dedede;
}

.jcTabHeader:after {
    display: block;
    content: "\200B";
    height: 0;
    clear: both
}

.jcTabItem {
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    position: relative
}

.jcTabItem span {
    display: inline-block;
    line-height: 14px;
    width: 14px;
    height: 28px;
    position: absolute;
    top: 13px;
    left: 10px
}

.jcTabItem-active {
    cursor: default;
    background-color: #de4a4a;
    color: #fff;
}

.jcTabItem-active:after {
    content: "\200B";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    border-left-color: #de4a4a;
    position: absolute;
    right: -12px;
    bottom: 21px;
}

#departmentsSlide {
    position: relative
}

.swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

#departmentsSlide .swiper-container2 {
    width: 1200px;
    height: 119px;
    color: #fff;
    text-align: center;
}

#departmentsSlide .arrow-left2 {
    background: url(../images/lunbo_arrow_grey_left.png) no-repeat left center;
    position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -59.5px;
    width: 36px;
    height: 119px;
    z-index: 10;
}

#departmentsSlide .arrow-right2 {
    background: url(../images/lunbo_arrow_grey_right.png) no-repeat right center;
    position: absolute;
    right: -36px;
    top: 50%;
    margin-top: -59.5px;
    width: 36px;
    height: 119px;
    z-index: 10;
}

.departmentForSlide {
    cursor: pointer;
    position: relative;
    cursor: pointer
}

.departmentForSlide img {
    width: 165px;
    height: 119px;
}

.departmentForSlide-active {
    cursor: default;
}

#assistWrapper {
    padding-top: 10px
}

.assistTable {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    table-layout: fixed
}

.assistTable tr td {
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.randbActionListBox {
    position: relative;
}

.randbActionListBox:after {
    content: "\200B";
    display: block;
    position: absolute;
    background-color: #ccc;
    width: 1px;
    margin-left: -0.5px;
    left: 50%;
    top: 20px;
    bottom: 10px;
}

ul.randbActionList {
    width: 550px;
    list-style-type: none;
    line-height: 36px;
}

ul.randbActionList li {
    padding-right: 80px;
    position: relative
}

ul.randbActionList li a {
    display: inline-block;
    padding-left: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 460px;
}

ul.randbActionList li span {
    position: absolute;
    right: 0;
    color: #ccc
}

.aboutPrimeBox {
    padding-top: 15px
}

.aboutPrimeTableWrapper {
    margin-left: -10px;
    margin-right: -10px
}

.aboutPrimeTable {
    border-collapse: collapse;
    table-layout: fixed;
    line-height: 40px;
    width: 100%;
    text-align: center;
}

.aboutPrimeTable tr th {
    font-weight: normal;
    background-color: #d1e1f0;
    border-top: 1px solid #c7d8ea;
    border-bottom: 1px solid #c7d8ea;
    text-align: center
}

.aboutPrimeTable tr td {
    padding: 5px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc
}

.aboutPrimeTable tr:nth-child(2n+1) {
    background-color: #eee
}

/* 惩戒激励 联合惩戒 end */

/* 异议申诉查询 start */
table.creditQueryResultTable {
    border-collapse: collapse;
    table-layout: fixed;
    line-height: 40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

table.creditQueryResultTable tr th {
    font-weight: normal;
    color: #fff;
    background-color: #de4a4a;
    text-align: center;
    border-right: 1px solid #fff
}

table.creditQueryResultTable tr th:last-child {
    border-right: 1px solid #ccc
}

table.creditQueryResultTable tr td {
    padding: 5px;
    word-break: break-all;
    height: 84px;
    text-align: center;
    line-height: 21px;
    border: 1px solid #ccc
}

table.creditQueryResultTable tr:hover {
    background-color: #eee
}

/* 异议申诉查询 end */

/* 异议反馈 start */
.replayTable {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.replayTable tr th {
    padding: 10px 5px;
    width: 390px;
    text-align: right
}

.replayTable tr td {
    padding: 10px 5px
}

.commentQueryTable {
    border-collapse: collapse
}

.commentQueryTable tr th {
    padding: 10px 5px;
    width: 390px;
    text-align: right
}

.commentQueryTable tr td {
    padding: 10px 5px
}

/* 异议反馈 end */

/* 异议申诉情况 start */
.table-yyss,
.table-yyss tr th,
.table-yyss tr td {
    box-sizing: border-box;
}

.table-yyss {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    font-size: 14px
}

.table-yyss tr th {
    height: 28px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    border: 1px solid #ccc;
}

.table-yyss tr td {
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ccc
}

/* 异议申诉情况 end */

/* 重点人群查询 start */
/*重点人群查询*/
.vipWrapper {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

a.vipSlide {
    display: block;
    width: 112px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background-color: #fff;
    border: 1px solid #ccc
}

a.vipSlide-active:link,
a.vipSlide-active:visited,
a.vipSlide-active:hover,
a.vipSlide-active:active {
    background-color: #f06666;
    color: #fff
}

#vipSlideBox .swiper-wrapper {
    padding-left: 3.5px
}

#vipSlideBox {
    position: relative;
}

#vipSlideBox .swiper-container {
    width: 1072px;
    height: 64px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

#vipSlideBox .arrow-left {
    background: #666 url(../images/departmentsArrow-left.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 64px;
    z-index: 10;
}

#vipSlideBox .arrow-right {
    background: #666 url(../images/departmentsArrow-right.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 64px;
    z-index: 10;
}

.vipTable {
    border-collapse: collapse;
    width: 1000px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.vipTable tr th {
    text-align: right;
    font-weight: normal;
    width: 200px
}

.vipTable tr td {
    padding: 5px 0
}

.vipTxt {
    color: #666
}

.vipTxt b {
    font-weight: normal;
    color: #0063ba;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.vipList {
    display: block;
    list-style-type: none;
    line-height: 56px
}

.vipList li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

.vipList li:after {
    display: block;
    content: "\200B";
    height: 0;
    clear: both
}

.vipList li a {
    display: block;
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left
}

.vipList li span {
    display: block;
    float: right
}

/* 重点人群查询 end */

/* 联合惩戒案例 双公示统计报送 联合激励案例 start */
.department-table {
    width: 100%;
}

.department-table tr {
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.department-table tr th {
    font-weight: normal;
    background: #e6e6e6
}

.department-table tr td {
    width: 100px;
    text-align: center;
}

.demoImg {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.demoNews {
    display: inline-block;
    word-wrap: break-word;
    width: 310px;
}

.modeldiv {
    width: 380px;
    padding: 17px 0;
    border-bottom: 1px solid #cccccc;
    float: left;
}

.modeldiv img {
    width: 100%;
    height: 100%;
}

.modeldiv2 {
    width: 380px;
    padding: 17px 0;
    border-bottom: 1px solid #ccc;
    float: right
}

.modeldiv2 img {
    width: 100%;
    height: 100%;
    float: left;
}

.model image {
    width: 78px;
    height: 78px;
    background: red;
    display: inline-block
}

.modelul {
    width: 280px;
    height: 80px;
    display: inline-block;
    padding-left: 10px;
}

.demo_content a {
    color: #666;
    font-size: 12px;
    letter-spacing: 1px;
}

.demo_content {
    color: #666;
    font-size: 12px;
    letter-spacing: 1px;
}

.modeldiv_img {
    width: 78px;
    height: 78px;
    float: left;
}

.modelLi {
    overflow: hidden;
}

.from {
    float: right;
    font-size: 12px;
    color: #9f9f9f;
}

.from:after {
    content: "\200B";
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.newnet {
    float: left;
    height: 18px;
    line-height: 18px;
    padding-left: 18px;
    background: url(../images/comp.png) no-repeat left 4px;
}

.line {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 18px;
    background-color: #ccc;
}

.datatime {
    float: left;
    padding-left: 18px;
    background: url(../images/clock.png) no-repeat left 3px;
}

.tabs {
    margin-top: 5px;
    background-color: #efefef;
}

.tabsHeader {
    padding: 2px 2px 0 2px;
    line-height: 46px;
    background-color: #de4a4a;
}

.tabsHeader:after {
    content: "\200B";
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.tabsHeader li {
    float: left;
    width: 50%;
}

.tabItem {
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    cursor: pointer;
}

.tabItem-active {
    color: #333;
    background-color: #efefef;
}

.tabSection {
    display: none;
}

.category {
    display: block;
}

.category:after {
    content: "\200B";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.category li {
    display: block;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 5px 0
}

/* 双公示统计报送 城市信用无数据*/
.no-histroy {
    position: relative;
    width: 100%;
    height: 174px;
    background: url(../images/no-histroy.png) no-repeat center 40px;
}

.no-histroy-message {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
}

/* 联合惩戒案例 双公示统计报送 联合激励案例 end */

/* 行政处罚信用修复 start */
.cxright {
    float: right;
    width: 980px;
    margin-top: 30px;
}

.sld,
.sld-box {
    width: 100%
}

.sld-box th,
.sld-box td {
    text-align: left;
    padding-left: 50px;
}

.questionlist {
    margin-top: 15px;
}

.sldcx-title {
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}

.tipinfo {
    font-size: 12px;
}

.pxjg-info {
    background: url("../images/行政处罚信用修复/P020190626622078530208.jpg") left top no-repeat;
    height: 246px;
    padding: 22px;
}

.pxjg-info strong {
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.pxjgmd {
    background: #fff;
    padding: 0 20px;
    margin-top: 20px;
}

.pxjgmd .mt {
    border-bottom: 2px solid #eeeeee;
    height: 62px;
    line-height: 62px;
    margin-bottom: 20px;
}

.pxjgmd .mt>span {
    float: left;
    font-size: 18px;
    background: url("../images/行政处罚信用修复/P020190626622329101003.png") left center no-repeat;
    padding-left: 26px;
    height: 62px;
    position: relative;
}

.pxjgmd .mt>span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #dc2827;
}

.pxjgmd .fwd>span {
    background: url("../images/行政处罚信用修复/P020190626622688388467.png") left center no-repeat;
}

.pxjgmd .cxjgicon>span {
    background: url("../images/行政处罚信用修复/P020190626622892216090.png") left center no-repeat;
}

.pxjgmd .pxjg-tab {
    float: right;
    font-size: 14px;
}

.pxjgmd .pxjg-tab li {
    float: left;
    cursor: pointer;
}

.pxjgmd .pxjg-tab li em {
    color: #333;
    padding: 0 20px;
}

.pxjgmd .mt ul li span {
    padding-left: 20px;
    color: #999;
}

.pxjgmd .mt ul li:last-child {
    margin: 0;
    padding: 0;
}

.pxjgmd .mt ul li.cur {
    color: #e22323;
}

.pxjg-info p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.pxjg-cont {
    display: none;
    margin-bottom: 50px;
}

.pxjg-cont th {
    height: 50px;
    line-height: 50px;
    width: 20%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #f1f1f1;
}

.scroll-box ul {
    display: table;
    width: 100%;
}

.scroll-box li {
    height: 52px;
    line-height: 52px;
    display: table-row;
    width: 100%;
    overflow: hidden;
}

.scroll-box li:nth-child(even) {
    background: #f8f8f8;
}

.scroll-box span {

    width: 20%;
    height: 52px;
    line-height: normal;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.chaxun {
    float: right;
}

.option {
    float: left;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    position: relative;
    font-size: 14px;
    padding: 0 20px;
    background: url("../images/行政处罚信用修复/P020190626623777665310.png") 100px center no-repeat;
    margin: 13px 10px 0 0;
}

.option span.option-t {
    float: left;
    cursor: pointer;
    color: #999999;
    cursor: pointer;
    width: 80px;
}

.option ul {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 230px;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    display: none;
    background: #fdfdfd;
    line-height: 30px;
    color: #999;
    z-index: 99999;

}

.option ul li {
    cursor: pointer;
    margin-top: 0;
    float: left;
    width: 50%;
}

.province {
    width: 180px;
    background: url("../images/行政处罚信用修复/P020190626623777665310.png") 160px center no-repeat;
}

.province span.option-t {
    width: 160px;
}

.province ul {
    width: 420px;
}

.province ul li {
    width: 33.33%;
    float: left;
}

.sldcx .province ul {
    width: 290px;
}

.sldcx .province ul li {
    width: 50%;
}

.chaxun button {
    height: 36px;
    line-height: 36px;
    width: 100px;
    border-radius: 2px;
    float: right;
    background: #e22323;
    color: #fff;
    font-size: 14px;
    margin-top: 13px;
    cursor: pointer;
    border: none
}

.cxjg {
    overflow-y: hidden;
    overflow-x: scroll;
}

.cxjg-box {
    width: 1355px;
}

.cxjg-box th,
.cxjg-box td {
    width: 14.28%;
    text-align: center;
    height: 50px;
}

.cxjg-box th {
    font-weight: bold;
    font-size: 16px;
    background: #f1f1f1;
}

.cxjg-box td {
    font-size: 15px;
}

.cxjg-box tr:nth-child(odd) {
    background: #f8f8f8;
}

.fwd-box {
    width: 1624px;
}

.fwd-box th,
.fwd-box td {
    width: 12.5%;
}

.sld {
    overflow: hidden;
    padding-bottom: 20px;
}

.sld-box {
    width: 100%;
}

.sld-box th,
.sld-box td {
    width: 20%;
}

.sld-box th:last-child,
.sld-box td:last-child {
    width: 40%;
}

.sld-box td:last-child {
    text-align: left;
}

.pages {
    text-align: center;
    margin-top: 20px;
}

.sldcx-title {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #e22323;
    background: #fff;
}

.tipinfo {
    font-size: 16px;
    margin-top: 20px;
}

.cxright .tipinfo {
    font-size: 12px
}

.main_body {
    overflow: visible;
}

.questionlist {
    width: 220px;
    float: left;
    line-height: 53px;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 20px;
}

.questionlist dt {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}

.questionlist dd {
    border-bottom: 1px solid #dddddd;
    background: url("../images/行政处罚信用修复/P020190626623292480834.png") 5px center no-repeat;
    padding-left: 25px;
    cursor: pointer;
}

.questionlist dd.fileicon {
    background-image: url("../images/行政处罚信用修复/P020190626616713115632.png");
}

.questionlist dd.souicon {
    background-image: url("https://www.creditchina.gov.cn/images/201907/P020190703618441477920.png");
}

.questionlist dd.souicon a {
    color: #e22323;
}

.questionlist dd.cur {
    background-image: url("../images/行政处罚信用修复/P020190626618071453531.png");
}

.questionlist dd.cur a {
    color: #e22323;
}

.allfile {
    float: right;
    width: 980px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: left;
}

.allfile-box {
    display: block;
}

.allfile .mt {
    line-height: 53px;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/行政处罚信用修复/P020190626613267011127.png") left center no-repeat;
    padding-left: 17px;
}

.allfile dl {
    line-height: 32px;
    margin-bottom: 10px;
}

.allfile dt {
    font-size: 14px;
    font-weight: bold;
    background: url("../images/行政处罚信用修复/P020190626623110206493.png") left center no-repeat;
    padding-left: 17px;
}

.allfile dd {
    font-size: 14px;
    padding-left: 17px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 2em;
}

.allfile dd a {
    color: #e22323;
    display: inline;
}

.xfzn h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}

.xfzn strong {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
    line-height: 32px;
}

.xfzn p {
    font-size: 14px;
    line-height: 32px;
    text-indent: 2em;
}

.lczy img {
    margin: 20px;
}

.lczy table {
    margin-top: 20px;
}

.lczy th {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.lczy td {
    padding: 15px 30px;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}

.lczy td a {
    color: #3366ff;
    text-decoration: underline;
}

.lczy th:nth-child(1),
.lczy td:nth-child(1) {
    width: 144px;
}

.lczy th:nth-child(2),
.lczy td:nth-child(2) {
    width: 288px;
    text-align: left;
}

.lczy th:nth-child(3),
.lczy td:nth-child(3) {
    width: 376px;
    text-align: left;
}

.lczy th:nth-child(4),
.lczy td:nth-child(4) {
    width: 152px;

}

.lczy td:nth-child(4) {
    text-align: left;
    padding-left: 30px;
}

.lczy tr:nth-child(odd) {
    background: #eeeeee;
}

.lczy tr:first-child {
    background: none;
}

.fwjg-info {
    background: url("../images/行政处罚信用修复/P020190703618704067910.jpg") center top no-repeat;
    height: 470px;
    padding: 20px 30px;
}

.fwjg-info strong {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.fwjg-info p {
    font-size: 13px;
    text-indent: 2em;
    line-height: 24px;
}

.pxjg .fwjg-info p {
    line-height: 23px;
}

.allfile .fwjg .mt {
    padding: 0;
    background: none;
    line-height: 62px;
    font-weight: normal;
}

.fwjg .pxjgmd {
    padding-bottom: 20px;
}

.fwjg .pxjg-cont {
    margin-bottom: 0;
}

.pagination>li {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    display: block;
    width: 36px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 6px;
    margin-left: -1px;
    font-size: 14px;
    color: #666;
}

.pagination>li>a.next,
.pagination>li>a.prev {
    width: 70px;
    height: 30px;
    line-height: 30px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #e22323;
    border-color: #e22323;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e22323;
    border-color: #e22323;
    cursor: default;
}

.pagination>.active>.prev {
    display: none;
}

.pagination>.active>.next {
    display: none;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #ccc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination {
    margin: 0 auto;
}

.pagination .page-input {
    width: 35px;
    height: 25px;
    padding: 3px 6px;
    color: #666;
    margin: 0 8px;
    vertical-align: middle;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #bebebe;
}

.pagination .li-page-btn {
    position: relative;
    width: 60px;
    height: 30px
}

.pagination li .page-btn {
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 28px;
    text-align: center;
    border-radius: 6px;
    background-color: #e22323;
    color: #fff;
    cursor: pointer;
}

.pagination>li.count span,
.pagination>li.count,
.pagination li.search-input {
    color: #c0bfbf;
    padding: 0;
    background-color: transparent;
    border: none;
}

/* 行政处罚信用修复 end */

/* 黄石黑名单 start */
a.blacklistLink {
    display: block;
    line-height: 48px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e7e2de
}

a.blacklistLink:hover {
    color: #de4a4a
}

a.blacklistLink:last-child {
    border-bottom: none
}

a.blacklistLink-active {
    color: #de4a4a
}

.blacklist {
    list-style-type: none;
    display: block;
}

.blacklist li {
    float: left;
    display: block;
    width: 50%;
}

.blacklistCard {
    position: relative;
    width: 442px;
    height: 124px;
    cursor: pointer;
    border: 1px solid #eee;
}
.blacklistCard:hover{
   background-color: #eee; 
}

.blacklistCard-inside{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}

.blacklistCard-title {
    float:left;
    position: relative;
    margin-top:36px;
    padding-top: 5px;
    font-size: 20px;
}
.blacklistCard-title:before{
    content: "\200B";
    display:block;
    position:absolute;
    top: 0;
    left: 0;
    width:67px;
    height:3px;
    background-color:#de4a4a;
}

.blacklistCard-total{
    float:right;
}

.blacklistCard-total i {
    font-size: 18px;
    font-style: normal
}

.blacklistCard-total big {
    font-size: 60px;
    color:#eb5352
}

a.filedownLink{
    display: block;
    padding-left: 30px;
    color:#de4a4a;
    background:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAQAAAADHm0dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjCBcPDAQBPitDAAABQklEQVQoz43RsUtbURTH8c8LDxWXDhXq7GC3rFZojVAHUed2cOh2i5PgIo5dhAq6FIfcsf4RGRQFB0FwSlWQ2KldCh1qCqaD8XV5pGmeGn+Xu5zf9x7O/R2Z3lOdrn6tzhfrJUW9NKZSLKfEt57KkGjbDw1NXBFHzRvMnd9hJ42bVrqeHqpoI8MH4Z8R36RWsCGTSNyoIcndbT8M5YMuWUhxHVb/GypHQ12903NOudTV5SENujOBe9RBYxoni3acjsMF1HtHcQ8M5FfcdWC5iB5reR1ruESDWDOjZb+AhhPjrs3GdcN4EtfNankejru21YG/xwmH1vyR+aTkl0r4dse3IJya0DYkUXLrRah3uz1hhYayKzSVw8U9YXXgc698NhXOep1UQeGLdw+uoI9uH48mJNUMP/uiI6QWbXnWF236+BdlTmo9sPeoMAAAAABJRU5ErkJggg==)
        no-repeat
        left
        center;
}
a.filedownLink:hover{
    text-decoration: underline
}

/* 黄石黑名单 end */

/* 开关按钮 start */
.myBtn-toggle {
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
}

a.myBtn {
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    line-height: 34px;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: #F5F5F5;
    box-sizing: border-box;
    float: left;
    outline: none;
}

.myBtn-toggle a.myBtn:nth-of-type(1) {
    border-radius: 4px 0 0 4px;
}

.myBtn-toggle a.myBtn:nth-last-of-type(1) {
    border-radius: 0 4px 4px 0;
    margin-right: 5px;
}

.myBtn-toggle .myBtn-normal {
    color: #aaa;
    background-color: #eee;
    border-top-color: #ddd;
}

.myBtn-toggle .myBtn:hover {
    color: #fff;
    background-color: #F89406;
    border-top-color: #F89406;
    ;
    border-bottom-color: #cc6600;
}

.myBtn-toggle .myBtn-current:link,
.myBtn-toggle .myBtn-current:visited,
.myBtn-toggle .myBtn-current:hover,
.myBtn-toggle .myBtn-current:active {
    color: #fff;
    background-color: #2C8AEA;
    border-top-color: #2C8AEA;
    ;
    border-bottom-color: #226AB4;
}

/* 开关按钮 end */

/* cctable start */
#tbxCustomSearch_tableInfo_reporting_id {
    float: left;
    width: 140px;
}

.bars {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}

#search_toolbar .btn {
    float: right;
    width: 40px;
    height: 45px;
    background: url(../images/search_blue.png) 5px 5px no-repeat;
    cursor: pointer;
    border: 0;
}

.cctable {
    border-collapse: collapse;
}

.cctable tr th {
    font-weight: normal;
    color: #fff;
    background-color: #de4a4a;
    text-align: center;
    border-right: 1px solid #fff
}

.cctable tr th:last-child {
    border-right: 1px solid #ccc
}

.cctable tr td {
    padding: 5px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    border: 1px solid #ccc
}

.cctable tr:hover {
    background-color: #eee
}

/* cctable end */

/* 友情链接 start*/
.friendlinks {
    margin: 0 auto;
    width: 1200px;
    height: 56px;
}

.friendlinks a {
    display: inline-block
}

.friendlinks img {
    display: block
}

.friendLink {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer
}

.province-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
}

.local-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
}

/* 友情链接 end*/