/**!
* 安吉县行政服务中心安吉县公共资源交易执法系统升级项目
* date:2021-06-24
* author: zsy;
*/


/* banner */

.banner-box {
    position: relative;
    height: 283px;
}

.banner-box img {
    width: 100%;
    height: 100%;
}

.banner-list {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 243px;
}

.banner-item {
    position: relative;
}

.banner-item+.banner-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #fff;
}

.banner-item a {
    display: block;
    height: 71px;
    line-height: 71px;
    padding-left: 17px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(12, 133, 230, 0.65);
}

.banner-item:hover a {
    background-color: #0c85e6;
}

.banner-item .icon {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    border-radius: 50%;
    background-color: #deeefb;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 10px rgba(9, 53, 174, 0.2);
}

.banner-item:nth-child(1) .icon {
    background-image: url("../images/login_icon1.png");
}

.banner-item:nth-child(2) .icon {
    background-image: url("../images/login_icon2.png");
}

.banner-item:nth-child(3) .icon {
    background-image: url("../images/login_icon4.png");
}

.banner-item:nth-child(4) .icon {
    background-image: url("../images/login_icon3.png");
}

.banner-item .text {
    margin-left: 18px;
}


/* 模块 */

.module-box {
    padding: 10px 0;
    background: url("../images/module_bg.jpg") no-repeat;
}

.module-list {
    padding: 14px 20px 14px 0;
    background-color: #fff;
}

.module-item {
    width: calc(20% - 20px);
    margin-left: 20px;
}

.module-item a {
    position: relative;
    display: block;
    height: 90px;
    line-height: 90px;
    padding-left: 100px;
    font-size: 20px;
    color: #fff;
    background: #3989f8 url("../images/shadow_bg.png") no-repeat right top;
}

.module-item a:hover {
    box-shadow: 0 3px 5px 3px rgba(59, 138, 248, 0.3);
}

.module-item a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    content: "";
    width: 47px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
}

.module-item:nth-child(1) a:before {
    background-image: url("../images/module_icon1.png");
}

.module-item:nth-child(2) a:before {
    background-image: url("../images/module_icon2.png");
}

.module-item:nth-child(3) a:before {
    background-image: url("../images/module_icon3.png");
}

.module-item:nth-child(4) a:before {
    background-image: url("../images/module_icon4.png");
}

.module-item:nth-child(5) a:before {
    background-image: url("../images/module_icon5.png");
}


/* 综合动态 */

.dynamic-box {
    padding: 15px 24px 32px;
    background-color: #fff;
}

.box-hd {
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.box-hd .title {
    position: relative;
    font-weight: bold;
    font-size: 28px;
}

.box-hd .title:before,
.box-hd .title:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 322px;
    height: 12px;
    background-repeat: no-repeat;
}

.box-hd .title:before {
    left: -367px;
    background-image: url("../images/title_before.png");
}

.box-hd .title:after {
    right: -367px;
    background-image: url("../images/title_after.png");
}

.dynamic-top {
    margin-top: 26px;
}


/* 轮播图 */

.info-swiper {
    width: 440px;
    height: 247px;
}

.info-swiper img {
    width: 100%;
    height: 100%;
}

.info-swiper .swiper-pagination {
    text-align: right;
}

.info-swiper.swiper-container-horizontal .swiper-pagination-bullets {
    left: auto;
    right: 10px;
    bottom: 14px;
}

.info-swiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
    background: #b6b6b6;
    opacity: 1;
}

.info-swiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background: #fff;
}

.info-swiper .intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 145px 0 10px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}


/* tab切换 */

.tab {
    width: 676px;
    height: 247px;
    margin-top: -8px;
}

.hd,
.sub-hd {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding-left: 22px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.sub-hd .heading {
    font-size: 18px;
    font-weight: bold;
    color: #0c85e6;
}

.hd:before,
.sub-hd:before {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 16px;
    background-color: #0c85e6;
}

.hdl a {
    font-size: 18px;
    color: #666;
}

.hdl+.hdl {
    margin-left: 44px;
}

.hdl.active a {
    font-weight: bold;
    color: #0c85e6;
}

.bd {
    margin-top: 8px;
}

.bdl {
    display: none;
}

.news-items {
    position: relative;
}

.news-items:before {
    position: absolute;
    left: 4px;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: url("../images/list_line.jpg") no-repeat;
    background-size: 100% 100%;
}

.news-item {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 27px;
}

.news-item .info {
    width: calc(100% - 120px);
    color: #666;
    font-size: 16px;
}

.news-item .date {
    font-size: 15px;
    color: #999;
}

.news-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #c5c6c7;
}

.news-item:hover .info,
.news-item:hover .date {
    color: #0c85e6;
}

.news-item:hover:before {
    background-color: #0c85e6;
}

.dynamic-center {
    margin-top: 22px;
}

.content-box {
    margin-top: 32px;
}


/* 交易日历 */

.date-box {
    width: 558px;
    height: 445px;
}

.month-change {
    width: 208px;
}

.tender-arr {
    width: 8px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center 19px;
    cursor: pointer;
}

.tender-arr.tender-prev {
    background-image: url("../images/left_arrow.png");
}

.tender-arr.tender-next {
    background-image: url("../images/right_arrow.png");
}

.tender-date {
    margin: 10px 10px 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #0c85e6;
}

.datetimepicker {
    width: 100%;
    margin-top: 0;
    font-family: "SourceHanSansCN-Regular";
}

.table-condensed thead tr:first-child {
    display: none !important;
}

.datetimepicker th {
    height: 50px;
    font-size: 16px;
}

.datetimepicker .dow {
    background: #e8f0fe;
    color: #0c85e6;
    font-family: "SourceHanSansCN-Medium";
	font-weight:600;
}

.datetimepicker .dow:nth-child(even) {
    background: #eef4fe;
}

.datetimepicker td {
    height: 50px;
    border: 1px solid #ececec;
    color: #666;
    background-color: #fff;
}

.datetimepicker table tr td p {
    font-size: 13px;
}

.datetimepicker table tr td.old p,
.datetimepicker table tr td.new p {
    font-size: 13px;
}

.datetimepicker table tr td.active p {
    color: #666;
}

.datetimepicker-content {
    position: relative;
    padding: 5px 3px 3px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
}

.datetimepicker table tr td.day:hover,
.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: none;
}

.datetimepicker table tr td.day:hover {
    position: relative;
}

.datetimepicker table tr td.day:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #2cadf4;
    box-sizing: border-box;
}

.datetimepicker table tr td .datetimepicker-numDay {
    font-size: 20px;
    font-family: "D-DINEXP-BOLD";
    color: #666;
}

.datetimepicker table tr td.today-box .datetimepicker-content {
    background: url("../images/today_icon.png") no-repeat center 4px;
    background-size: 25px 25px;
}

.datetimepicker table tr td.today-box .datetimepicker-numDay {
    color: transparent;
}

.datetimepicker table tr td .datetimepicker-content p {
    color: #666;
}

.datetimepicker-numDay i {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-family: "SourceHanSansCN-Regular";
    background: #3ccab2;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #ababab;
}


/* 数据统计 */

.pie-box {
    width: 542px;
    height: 445px;
}

.pie-chart {
    height: calc(100% - 48px);
}


/* 广告位 */

.advertise-box a {
    display: block;
    height: 120px;
}

.advertise-box img {
    width: 100%;
    height: 100%;
}


/* 专题区域 */

.special-list {
    margin-left: -20px;
}

.special-item {
    width: calc(25% - 20px);
    margin-left: 20px;
}

.special-item a {
    display: block;
    height: 116px;
    line-height: 116px;
    padding-left: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 3px 3px rgba(5, 93, 168, 0.77);
    background-repeat: no-repeat;
}

.special-item:nth-child(1) a {
    background-image: url("../images/special_bg1.jpg");
	background-size: 100% 100%;
	line-height: 36px;
    font-size: 24px;
	padding-left: 18px;
}

.special-item:nth-child(2) a {
    background-image: url("../images/special_bg2.jpg");
	    background-size: 100% 100%;
}

.special-item:nth-child(3) a {
    background-image: url("../images/special_bg3.jpg");
	    background-size: 100% 100%;
}
.special-item:nth-child(4) a {
    background-image: url("../images/lykp.png");
	    background-size: 100% 100%;
}


/* 2021-09-07 */

.module-box {
    background-image: url("../images/module_bg.png");
}

.datetimepicker td {
    height: 42px;
}

.datetimepicker table tr td .datetimepicker-content p {
    display: none;
}

.date-box,
.pie-box {
    height: 368px;
}
