/**!
* 徐州市建设工程网上招投标系统
* date:2021-03-25
* author: zsy;
*/


/* 投诉渠道 */

.mt40 {
    margin-top: 40px;
}

.complain-hd {
    text-align: center;
}

.complain-hd .title {
    font-weight: bold;
    font-size: 28px;
    position: relative;
    display: inline-block;
}

.complain-hd .title:before {
    content: "";
    width: 44px;
    height: 43px;
    background: url("../css/images/title_bg.png") no-repeat;
    position: absolute;
    top: 0;
    left: -50px;
}

.complain-hd .title .canal {
    color: #2968df;
}

.complain-hd .english {
    font-weight: bold;
    font-size: 10px;
    color: #aaa;
}

.complain-list {
    margin: 50px 0 0 -35px;
}

.complain-item {
    width: 20%;
}

.complain-item .link {
    display: block;
    height: 202px;
    margin-left: 35px;
    border-radius: 45px 0 45px 0;
    box-shadow: 0 0 15px #f6f7f9;
    text-align: center;
    padding: 145px 5px 0;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center 15px;
}

.complain-item:nth-child(1) .link {
    background-image: url("../css/images/icon1.png");
}

.complain-item:nth-child(2) .link {
    background-image: url("../css/images/icon2.png");
}

.complain-item:nth-child(3) .link {
    background-image: url("../css/images/icon3.png");
}

.complain-item:nth-child(4) .link {
    background-image: url("../css/images/icon4.png");
}

.complain-item:nth-child(5) .link {
    background-image: url("../css/images/icon5.png");
}


/* 招标信息公告 */

.bid-box {
    height: 748px;
    margin-top: 64px;
    background: url("../css/images/bid_bg.png") no-repeat center top;
    padding-top: 32px;
    box-sizing: border-box;
}

.mt55 {
    margin-top: 55px;
}

.tab-head {
    background: url("../css/images/tabhead_bg.png") no-repeat left bottom;
}

.tab-name {
    width: 20%;
    text-align: center;
    color: #666;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    box-sizing: border-box;
}

.tab-name .name {
    display: inline-block;
    line-height: 24px;
    max-width: 100%;
}

.tab-name.active {
    color: #3c7bf0;
    position: relative;
}

.tab-name.active:before {
    content: "";
    position: absolute;
    width: 54px;
    height: 3px;
    background-color: #6a9bff;
    border-radius: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
}

.tab-body {
    margin-top: 40px;
}

.table-box {
    border: 1px solid #dbe8ff;
}

.table-context {
    width: 390px;
}

.bid-name:nth-child(1) {
    background-image: url("../css/images/tab_icon1.png");
}

.bid-name:nth-child(2) {
    background-image: url("../css/images/tab_icon2.png");
}

.bid-name:nth-child(3) {
    background-image: url("../css/images/tab_icon3.png");
}

.bid-name:nth-child(4) {
    background-image: url("../css/images/tab_icon4.png");
}

.bid-name:nth-child(5) {
    background-image: url("../css/images/tab_icon5.png");
}

.bid-name:nth-child(6) {
    background-image: url("../css/images/tab_icon6.png");
}

.bid-name:nth-child(7) {
    background-image: url("../css/images/tab_icon7.png");
}


/* 政策法规 */

.mt50 {
    margin-top: 50px;
}

.mt30 {
    margin-top: 35px;
}

.policy-head,
.bid-head {
    width: 213px;
    padding-bottom: 20px;
    box-shadow: 0 0 10px #eeeef2;
    background: url("../css/images/left_tab_bg.png") no-repeat;
    background-size: 100% 100%;
}

.policy-name,
.bid-name {
    display: block;
    height: 56px;
    line-height: 56px;
    padding: 0 5px 0 85px;
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: 50px center;
}

.bid-name {
    margin-top: 13px;
}

.policy-name.active,
.bid-name.active {
    background-color: #e8f0ff;
    color: #6a9bff;
    position: relative;
}

.policy-name.active:before,
.bid-name.active:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 56px;
    border-radius: 4px;
    background-color: #6a9bff;
    left: 0;
    top: 0;
}

.policy-name:nth-child(1) {
    background-image: url("../css/images/policy_icon1.png");
}

.policy-name:nth-child(2) {
    background-image: url("../css/images/policy_icon2.png");
}

.policy-name:nth-child(3) {
    background-image: url("../css/images/policy_icon3.png");
}

.policy-name:nth-child(4) {
    background-image: url("../css/images/policy_icon4.png");
}

.bid-body,
.policy-body {
    width: 930px;
}

.policy-body {
    min-height: 426px;
}

.bid-body {
    margin-top: -16px;
}

.bdl {
    display: none;
}

.table-style {
    width: 100%;
    table-layout: fixed;
}

.table-head {
    background-color: #5383e0;
    background-image: linear-gradient(to right, #5383e0, #9fbdf5);
}

.table-number {
    width: 130px;
}

.table-name {
    width: 630px;
}

.table-time {
    width: 147px;
}

.table-content {
    width: 167px;
}

.table-tt,
.table-style tbody .table-info {
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-tt {
    font-size: 18px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f4f7fd;
}

.table-style tbody .table-info {
    height: 77px;
    font-size: 16px;
}

.table-style tbody .table-info .content {
    color: #333;
}

.text-left,
.table-style tbody .text-left {
    text-align: left;
}

.table-style tbody tr {
    background-color: #fff;
}

.table-style tbody tr:nth-child(even) {
    background-color: #f6f9ff;
}

.m-pagination-page>li>a,
.m-pagination-size>select,
.m-pagination-group>input,
.m-pagination-group>button {
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}

.m-pagination-page>li.active>a {
    background-color: #6a9bff;
    border: 1px solid transparent;
}

.m-pagination-jump {
    width: 75px;
}

.m-pagination-group>input {
    border-radius: 3px 0 0 3px;
}

.m-pagination-group>button {
    border-left: none;
    border-radius: 0 3px 3px 0;
}