.content-bg {
    padding: 96px 0 84px 0;
    background: url('../images/content_bg.jpg') no-repeat;
}

.content-box {
    height: 570px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(3, 100, 203, 0.1);
    background-color: #fff;
}

.content-colum {
    width: 298px;
}

.content-main {
    width: 576px;
    margin: 0 14px;
}

.colum-items {
    padding: 7px 24px 0;
}

.colum-items>li {
    margin-top: 17px;
}

.colum-items>li>a {
    box-sizing: border-box;
    display: block;
    height: 118px;
    padding: 31px 0 0 20px;
    background-repeat: no-repeat;
}

.colum-items>li:nth-child(1)>a {
    background-image: url('../images/colum_bg1.png');
}

.colum-items>li:nth-child(2)>a {
    background-image: url('../images/colum_bg3.png');
}

.colum-items>li:nth-child(3)>a {
    background-image: url('../images/colum_bg3.png');
}

.colum-items>li:nth-child(4)>a {
    background-image: url('../images/colum_bg4.png');
}

.colum-items>li>a>p {
    font-family: "SourceHanSansCN-Medium";
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.colum-items>li>a>span {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.colum-login .colum-items>li>a {
    padding-left: 85px;
}

.colum-login .colum-items>li:nth-child(1)>a {
    background-image: url('../images/login_bg2.png');
}

.colum-login .colum-items>li:nth-child(2)>a {
    background-image: url('../images/login_bg3.png');
}

.colum-login .colum-items>li:nth-child(3)>a {
    background-image: url('../images/login_bg4.png');
}

.colum-login .colum-items>li:nth-child(4)>a {
    background-image: url('../images/login_bg1.png');
}


/* 中间部分 */

.guid {
    width: 231px;
    height: 280px;
}

.guid-hd {
    position: relative;
    text-align: center;
    margin-top: 17px;
}

.guid-tt {
    display: inline-block;
    font-family: "nanshen";
    font-size: 20px;
    line-height: 40px;
}

.plate .guid-hd {
    margin-top: 0;
}

.plate .guid-tt {
    line-height: 34px;
}

.guid-items {
    position: relative;
    margin-top: 10px;
    height: calc(100% - 57px - 10px);
}

.guid-items:before {
    position: absolute;
    content: "";
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent 10%, #c4e4f9 20%, #c4e4f9 80%, transparent 100%);
}

.guid-items>li {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.guid-items>li>a {
    box-sizing: border-box;
    display: block;
    height: 98px;
    padding-top: 62px;
    font-size: 16px;
    text-align: center;
    color: #333;
    background-repeat: no-repeat;
    background-position: center top;
}

.guid-items>li:nth-child(3) {
    margin-left: 25%;
}

.guid-items>li:nth-child(1)>a {
    background-image: url('../images/guid_ico1.png');
}

.guid-items>li:nth-child(2)>a {
    background-image: url('../images/guid_ico2.png');
}

.guid-items>li:nth-child(3)>a {
    background-image: url('../images/guid_ico3.png');
}

.down {
    box-sizing: border-box;
    width: 345px;
    height: 280px;
    padding: 0 20px;
}

.guid-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.down-items>li {
    line-height: 42px;
}

.down-items>li>a {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    background: url('../images/listimg.png') no-repeat left center;
}

.down-items>li>a:hover {
    color: #0364cb;
}

.plate {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

.plate:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent 10%, #c4e4f9 20%, #c4e4f9 80%, transparent 100%);
}

.plate .down-items>li {
    position: relative;
}

.plate .down-items>li>a {
    display: block;
    max-width: 460px;
}

.plate .down-items>li>.down-date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.down {
    position: relative;
}

.down:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 1px;
    background-image: linear-gradient(to bottom, transparent 10%, #c4e4f9 20%, #c4e4f9 80%, transparent 100%);
}

.pie-chart {
    height: 224px;
}

.datetimepicker {
    width: 100%;
}

.table-condensed thead tr:first-child {
    display: none !important;
}

.datetimepicker th {
    height: 30px;
    font-size: 16px; 
}

.datetimepicker .dow {
    background: #e8f0fe;
    color: #0c85e6;
    border: 1px solid #e8e8e8;
}

.datetimepicker table tr td.old p,
.datetimepicker table tr td.new p {
    color: #999;
    font-size: 12px;
}

.datetimepicker td {
    height: 30px;
    border: 1px solid #ececec;
    color: #666;
    background-color: #fff;
}

.datetimepicker td,
.datetimepicker th {
    height: 15px;
}

.month-change {
    height: 34px;
    line-height: 34px;
    color: #0c85e6;
}

.tender-date {
    margin: 0 15px;
}

.tender-arr {
    width: 8px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.tender-arr.tender-prev {
    background-image: url("../images/left_arrow.png");
}

.tender-arr.tender-next {
    background-image: url("../images/right_arrow.png");
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #2cadf4;
    color: #333;

}

.datetimepicker table tr td.active p {
    color: #333;
}

.datetimepicker-content {
    position: relative;
    background-color: #fff;
}


.datetimepicker table tr td.day:hover {
    background-color: #2cadf4;
}

.datetimepicker-numDay i {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-family: "SourceHanSansCN-Regular";
    background: #3ccab2;
    z-index: 99999;
    cursor: pointer;
}

.today-box .datetimepicker-numDay {
    display: block;
    width: 100%;
    position: relative;
}

.today-box .datetimepicker-numDay:before {
    display: block;
    content: '今';
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: -8px;
    color: #fff;
    background-color: #41b8fc;
}