﻿@charset "utf-8";
/*---------------------------------------------------------
list styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
}

/* 当前位置 */
.list_info,
.list_info a {
    font-size: 16px;
    color: #8a8b8d;
}

/* 列表主体 */
.list_content {
    margin-bottom: 105px;
}

/* 左侧栏目列表 */
.list_left {
    width: 23%;
    border: 1px solid #c9c9c9;
}

.list_left .list_title {
    background: #E22323;
    color: #fff;
}

.list_left .list_title h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    height: 47px;
    line-height: 47px;
}

.list_left .list_content ul {
    margin-top: 35px;
}

.list_left .list_content li {

    line-height: 48px;
    margin-left: 44px;
    text-align: center;
    border-bottom: 1px dashed #c9c9c9;
}

.list_left .on {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9 !important;
    border-left: 2px solid red;
    border-right: 1px solid #fff;
}

/* 右侧栏目列表 */
.list_right {
    width: 73%;
    border-bottom: 1px solid #c9c9c9;
}

.list_table .list_title,
.list_right .list_title {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #c9c9c9;
}

.list_table .list_title h3,
.list_table .list_title h4,
.list_right .list_title h3 {
    position: relative;
    width: auto;
    float: left;
    height: 32px;
    padding: 0 10px;
}

.list_table .list_title h3,
.list_right .list_title h3 {
    font-size: 18px;
    color: red;
    border-bottom: 2px solid red;
}

.list_table .list_title h4 {
    font-size: 19px;
}

.list_right .list_content {
    line-height: 36px;
}

.list_right .list_content ul {
    width: 97%;
    margin: 0 auto;
}

.list_right .list_content li:nth-of-type(6) {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.list_right .list_content li:nth-of-type(7) {
    margin-top: 15px;
}

.list_right .list_content li i {
    width: 5px;
    height: 3px;
    background: #b7b5b5;
    display: inline-block;
}

.list_right .list_content .list_time {
    float: right;
}

/* 翻页 */
.list_content .page {
    width: 100%;
    margin: 35px 0px;
    text-align: center;
}

.list_content .page .quyt {
    height: 30px;
    width: 40px;
}

.list_content .page .commonPage span {
    margin-left: 5px;
}

.list_content .page .commonPage span:last-of-type a {
    border: none;
}

.list_content .page .commonPage a {
    color: red;
    border: 1px solid #ccc;
    padding: 5px 8px;
}

.list_content .page input[type=submit] {
    height: 35px;
    width: 60px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    color: red;
    cursor: pointer;
}

/* 市场主体信用承诺-列表页 */
.list_table {
    border-bottom: 1px solid #c9c9c9;
}

.list_table .list_content {
    margin-bottom: 10px;
}

.list_table .list_info {
    line-height: 20px;
}

.fenye #tiaozhuan {
    background: white;
    border: 1px solid red;
    color: black;
}

/* 市场主体信用承诺-内容页 */
.list_table .content_info td a {
    display: inline-block;
    text-decoration: underline;
    color: blue;
    font-size: 14px;
}

/* 搜索 */
.list_table .list_info .sousuo ul {
    width: 80%;
    height: 45px;
    margin: 0 auto;
}

.list_table .list_info .sousuo li {
    line-height: 25px;
    font-size: 16px;
    padding: 10px;
    color: #000;
}

.list_table .list_info .sousuo .lk {
    color: white;
    border: none;
    background: red;
    text-align: center;
    width: 40px;
    height: 25px;
}

.list_table .list_info .sousuo input {
    cursor: pointer;
    height: 25px;
}

/* 列表 */
table {
    width: 1000px;
    table-layout: fixed;
    margin: 0 auto;
    border: 1px solid #CAD3DA;
}

th {
    font-size: 14px;
    padding: 10px 5px;
    background: #eee;
    font-weight: bold;
    color: #000;
    border: 1px solid #dcddd8;
    text-align: center;
}

td {
    text-align: center;
    width: 1%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dcddd8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.ah:hover {
    background: paleturquoise;
    cursor: pointer;
}

table td {
    padding: 10px;
    width: 150px;
    border: 1px solid #CAD3DA;
}

table thead tr {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #CAD3DA;
}

table thead td {
    padding: 0;
    border-left: 1px solid #CAD3DA;
    background: #DFEBFB;
}

table .explain {
    width: 500px;
}

table tbody tr:nth-child(even) {
    background: #E7EFF9;
}

/* 分页 */
.list_table .fenye li {
    line-height: 25px;
    font-size: 16px;
    padding: 10px;
}

.list_table .fenye .quyt {
    background: white;
    border: 1px solid red;
    color: black;
    margin: 0;
}

.list_table .fenye .box,
.list_table .fenye input {
    cursor: pointer;
    border: none;
    background: red;
    text-align: center;
    width: 60px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 14px;
}

.list_table .fenye .box a,
.list_table .fenye input {
    color: white;
}

/* 诚信建设万里行-栏目首页 */
.chengxin-container .top img {
    width: 100%;
}

.chengxin-container .imged {
    text-align: center;
}

.chengxin-container .news .focus {
    width: 760px;
    height: 405px;
    overflow: hidden;
}

.chengxin-container .news .focus img {
    width: 760px;
    height: 405px;
}

.chengxin-container .news .focus .swiper-slide .mask {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffffb3;
    position: absolute;
    bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
}

.chengxin-container .news .focus .swiper-slide .mask .txt {
    position: absolute;
    left: 5px;
    overflow: hidden;
    font-size: 18px;
}

.chengxin-container .news .focus .swiper-pagination-bullets {
    bottom: 13px;
    left: -5px;
    text-align: end;
    font-size: 12px;
    color: #ccccccb3;
}

.chengxin-container .news .focus .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border-radius: 0%;
    border: 1px solid #999999;
    background: #666666;
    opacity: 1;
}

.chengxin-container .news .focus .swiper-pagination-bullet-active {
    border: 1px solid #ff0000b3;
    background: #cc0000b3;
    color: #000000b3;
}

.chengxin-container .news .rightlist {
    width: 420px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.chengxin-container .news .rightlist .title {
    width: 405px;
    line-height: 38px;
    font-size: 18px;
    padding-left: 15px;
    border-bottom: 2px solid #1f66ad;
}

.chengxin-container .news .rightlist .span2 {
    font-size: 14px;
    margin-right: 10px;
}

.chengxin-container .news .rightlist .con-list ul li {
    line-height: 34px;
    padding-left: 25px;
    background: url(xy_credit_icon_arrow.png) 7px no-repeat;
    border-bottom: 1px dashed #0063ba;
    display: flex;
    justify-content: space-between;
}

.chengxin-container .news .rightlist .con-list ul li a {
    font-size: 16px;
}

.chengxin-container .news .rightlist .con-list ul li:hover a {
    color: #ba2636;
}

.chengxin-container .news .rightlist .con-list ul li span {
    font-size: 14px;
    margin-right: 10px;
}

.chengxin-container .goodman .goodmancont ul {
    margin: 0 16px;
}

.chengxin-container .goodman .goodmancont li {
    text-align: center;
}

.chengxin-container .goodman .goodmancont li img {
    width: 150px;
    height: 200px;
}

.chengxin-container .goodman .goodmancont li p {
    width: 200px;
}

.chengxin-container .goodman .goodmancont li a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.chengxin-container .company .company-table table {
    width: 100%;
    border: none !important;
}

.chengxin-container .company .company-table a:hover {
    color: #ba2636;
}

.chengxin-container .company .company-table tr {
    background: #fff !important;
}

.chengxin-container .company .company-table th {
    font-size: 16px;
}

.chengxin-container .company .company-table td {
    padding: 5px;
    color: #666;
    font-size: 13px;
    border: 1px solid #dcddd8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chengxin-container .company .company-table td span {
    line-height: normal !important;
}

.chengxin-container .company .ajaxMore {
    text-align: center;
    line-height: 50px;
}

/* 行政许可、行政处罚详情 */
.double_table table {
    width: 900px;
    border: none !important;
    table-layout: fixed;
}

.double_table tr {
    background: none !important;
}

.double_table td {
    font-size: 14px !important;
}

.double_table tr td:first-of-type {
    width: 36%;
}

.double_table tr td:last-of-type {
    width: 65%;
}

/* 政务诚信公开承诺 */
.list_left .list_content .more {
    width: 50px;
    height: 50px;
    float: right;
    display: inline-block;
    margin-left: -50px;
    cursor: pointer;
}

.list_left .list_content .opened {
    background: url(xy_credit_more_open.png) center no-repeat;
    background-size: 35px;
}

.list_left .list_content .closed {
    background: url(xy_credit_more_close.png) center no-repeat;
    background-size: 35px;
}

.list_left .list_content .curOpened {
    background: url(xy_credit_more_open.png) center no-repeat;
    background-size: 35px;
}

.list_left .list_content .curClosed {
    background: url(xy_credit_more_close.png) center no-repeat;
    background-size: 35px;
}

.list_left .list_content .more_content {
    margin-top: 0;
    border-top: 2px solid #c9c9c9;
}

.list_left .list_content .more_content li {
    border: none;
    margin: 0;
}

.list_left .list_content .more_content li a {
    width: 100%;
    display: inline-block;
}

.list_left .list_content .more_content li:hover,
.list_left .list_content .more_content .on {
    border: none !important;
    background: #e22323;
}

.list_left .list_content .more_content li:hover a,
.list_left .list_content .more_content .on a {
    color: #fff;
}

.list_right .list_content .more_content {
    width: 100%;
}

.list_right .list_content .more_content li {
    width: 33.3%;
    text-align: center;
}

.list_right .list_content .more_content li a {
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    display: inline-block;
    margin: 10px;
}

.list_right .list_content .more_content li a:hover {
    color: #fff;
    background: #e22323;
}

.list_right .list_content .more_content li:nth-of-type(6) {
    border: none;
    padding: 0;
}

.list_right .list_content .more_content li:nth-of-type(7) {
    margin: 0;
}

.border_none {
    border: none !important;
}