<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * 湖南省公共资源交易中心
 * date: 2023-3-17
 * author: xy;
 */
.common-hd {
  height: 46px;
  padding-left: 10px;
  background-color: rgb(247, 247, 247);
  border-top: 1px solid rgb(61, 138, 197);
}
.common-hd-title {
  background-color: rgb(78, 142, 196);
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  margin-top: 8px;
}
.common-hd-more {
  line-height: 46px;
  color: rgb(102, 102, 102);
  margin-right: 10px;
}

.common-hd-more  a{
  color: rgb(102, 102, 102);
}

.today-tencent {
  width: 800px;
}
.today-tencent-box {
  margin-top: 23px;
}
.today-tencent-bd {
  margin-top: 10px;
  text-align: center;
}
.today-tencent-bd .row1 {
  width: 125px;
}
.today-tencent-bd .row1.project-room {
  color: #e44444;
}
.today-tencent-bd .row2 {
  width: 435px;
}
.today-tencent-bd .row3 {
  width: 120px;
}
.today-tencent-bd .row4 {
  width: 120px;
}
.today-tencent-title {
  height: 40px;
  line-height: 40px;
  background-color: rgb(245, 249, 255);
  font-weight: bold;
}
.today-tencent-title .row1,
.today-tencent-title .row2,
.today-tencent-title .row3,
.today-tencent-title .row4 {
  color: #333;
  font-size: 15px;
}
.today-tencent-list-item {
  line-height: 14px;
  margin-top: 15px;
  color: #797979;
}

.right-btns {
  width: 320px;
}
.right-btns li {
  width: calc(50% - 5px);
  height: 46px;
  line-height: 46px;
  background-color: #e6f2fb;
  margin-bottom: 10px;
}
.right-btns li:last-child {
  margin-bottom: 0;
  width: 100%;
}
.right-btns li:nth-child(2n+1) {
  margin-right: 10px;
}
.right-btns li &gt; a {
  display: block;
  padding-left: 46px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.right-btns li &gt; a.btn1 {
  background: url(../images/btn1.png) no-repeat 15px center;
}
.right-btns li &gt; a.btn2 {
  background: url(../images/btn2.png) no-repeat 13px center;
}
.right-btns li &gt; a.btn3 {
  background: url(../images/btn3.png) no-repeat 12px center;
}
.right-btns li &gt; a.btn4 {
  background: url(../images/btn4.png) no-repeat 13px center;
}
.right-btns li &gt; a.btn5 {
  background: url(../images/btn5.png) no-repeat 15px center;
}
.right-btns li &gt; a.btn6 {
  background: url(../images/btn6.png) no-repeat 15px center;
}
.right-btns li &gt; a.btn7 {
  background: url(../images/btn7.png) no-repeat 15px center;
}

.tab-box {
  margin-top: 42px;
}

.tab-head {
  box-sizing: border-box;
  padding-top: 8px;
}
.tab-head-item {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  margin-right: 17px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.tab-head-item  a{
	color: #333;
}
.tab-head-item.active {
  background-color: #4e8ec4;
  color: #fff;
}
.tab-head-item.active  a{
	color: #fff;
}

.tab-child-head {
  margin-top: 10px;
  padding-left: 12px;
}
.tab-child-head-item {
  color: #4e8ec4;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  cursor: pointer;
  margin-right: 25px;
}
.tab-child-head-item.active {
  background-color: #e5eef6;
}

.detail {
  width: 67px;
  height: 26px;
  line-height: 26px;
  padding-left: 27px;
  font-size: 14px;
  color: #fff;
  background: url(../images/detail.png) 8px center no-repeat #4e8ec4;
}

.tab-list {
  padding-left: 10px;
  padding-top: 8px;
  min-height: 250px;
  box-sizing: border-box;
}
.tab-list-item {
  height: 34px;
  line-height: 34px;
  position: relative;
}
.tab-list-item::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.tab-list-item a {
  display: block;
  padding-left: 20px;
  padding-right: 14px;
  box-sizing: border-box;
  font-size: 15px;
}
.tab-list-name {
  width: 980px;
  color: #333;
}
.tab-list-time {
  color: #666;
}

.download-box {
  margin-top: 33px;
}

.download {
  width: 800px;
}
.download-list {
  padding-top: 4px;
}
.download .tab-list-name {
  width: 550px;
}

.transaction-calendar {
  width: 320px;
}
.transaction-calendar .common-hd {
  margin-bottom: 10px;
}
.transaction-calendar-date {
  position: relative;
  width: 320px;
}
.transaction-calendar-date .inp-date {
  width: 320px;
  height: 232px;
  background-color: #fff;
}
.transaction-calendar-date .inp-date .datetimepicker {
  width: 320px;
}

.calendar-chosen {
  position: absolute;
  top: 0px;
  left: 0;
  height: 40px;
  width: 320px;
  background-color: #fff;
  z-index: 4;
  padding-bottom: 10px;
}
.calendar-chosen &gt; div {
  margin-left: 10px;
}
.calendar-chosen .chosen-container .chosen-results {
  padding: 0 !important;
}

.scroll-up {
  height: 116px;
}

.ewb-time-role {
    display: none;
    border: 1px solid #eee;
}

.datetimepicker {
    font-family: "Microsoft YaHei";
    width: 250px;
}

.ewb-place-date {
    position: relative;
    width: 250px;
}

.ewb-place-con {
    position: absolute;
    top: 1px;
    left: 0;
    height: 40px;
    width: 230px;
    padding-left: 20px;
    background-color: #fff;
    z-index: 4;
}

.year,
.month {
    padding: 4px 0 4px 0;
    margin-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    width: 80px;
    height: 29px;
    border: 1px solid #e8e8e8;
}

.ewb-time-role {
    padding: 10px;
    max-width: 200px;
    border: 1px solid #8cbaff;
    border-radius: 5px;
    background-color: #fff;
}

.ewb-time-role hr{
	display: none;
}

.ewb-time-role strong {
    font-weight: bold;
}

.datetimepicker table tr td.day.cur:hover {
    background-color: #8cbaff;
}

td.cur {
    background-color: #8cbaff;
    color: #fff;
}

.datetimepicker .dow {
    background: #f5f9ff;
}


/* 日历效果 */

.inp-date {
    margin: 0 auto;
    width: 250px;
    height: 222px;
    background-color: #fff;
}

.inp-date2 {
    margin: 150px auto 0;
    width: 250px;
    background-color: #fff;
}

.datetimepicker-days {
    position: relative;
}

.date-tips {
    position: absolute;
    width: 200px;
    background-color: #fff;
    overflow: hidden;
}

.datetimepicker table tr td.cur:hover {
    background-color: #ff8000;
}

td.cur {
    background-color: #ff8000;
    color: #fff;
}

/* 显示内容 */

.ewb-time-role {
    display: none;
    border: 1px solid #eee;
}

.datetimepicker {
    font-family: "Microsoft YaHei";
    width: 250px;
}

.ewb-place-date {
    position: relative;
    width: 250px;
}

.ewb-place-con {
    position: absolute;
    top: 1px;
    left: 0;
    height: 40px;
    width: 230px;
    padding-left: 20px;
    background-color: #fff;
    z-index: 4;
}

.year,
.month {
    padding: 4px 0 4px 0;
    margin-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    width: 80px;
    height: 29px;
    border: 1px solid #e8e8e8;
}

.ewb-time-role {
    padding: 10px;
    max-width: 200px;
    border: 1px solid #8cbaff;
    border-radius: 5px;
    background-color: #fff;
}

.ewb-time-role hr{
	display: none;
}

.ewb-time-role strong {
    font-weight: bold;
}

.datetimepicker table tr td.day.cur:hover {
    background-color: #8cbaff;
}

td.cur {
    background-color: #8cbaff;
    color: #fff;
}

.datetimepicker .dow {
    background: #f5f9ff;
}</pre></body></html>