@charset "UTF-8";
/**
 * 台州市天台县数字化招投标平台建设及远程异地评标硬件项目(临时)
 * date: 2023-8-7
 * author: trh;
 */
/*公用标题*/
.index-title {
  color: #333;
  height: 33px;
  line-height: 33px;
}

.index-title > h2 {
  font-size: 22px;
  font-weight: 500;
}

.index-more {
  color: #666;
  font-size: 16px;
  font-weight: 350;
  display: block;
  padding-right: 16px;
  background: url("../images/more_ico.png") no-repeat right 4px center;
}

.first {
  padding: 24px 0 22px 0;
}

.notice-box {
  width: 694px;
  height: 290px;
  padding: 11px 8px 16px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.notice-content {
  padding: 0 14px 0 0;
}

.notice-item {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #E2E2E2;
}

.notice-item:hover .notice-date,
.notice-item:hover .notice-name {
  color: #246ECA;
}

.notice-item:last-child {
  border-bottom: none;
}

.notice-name {
  display: block;
  margin-right: 110px;
  padding-left: 24px;
  background: url("../images/lists_ico.png") no-repeat left center;
}

.notice-date {
  color: #9D9D9D;
  text-align: right;
  font-weight: 350;
  display: block;
}

.hall-box {
  width: 476px;
  height: 290px;
  padding: 11px 1px 4px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hall-lists {
  margin-top: 14px;
}

.hall-item {
  width: 216px;
  height: 100px;
  margin: 0 13px 15px 0;
  border-radius: 3px;
}

.hall-item:nth-child(1) {
  background: url("../images/index/hall_bg1.png") no-repeat center;
}

.hall-item:nth-child(2) {
  background: url("../images/index/hall_bg2.png") no-repeat center;
}

.hall-item:nth-child(3) {
  background: url("../images/index/hall_bg3.png") no-repeat center;
}

.hall-item:nth-child(4) {
  background: url("../images/index/hall_bg4.png") no-repeat center;
}

.hall-item:nth-child(4) {
  letter-spacing: 5.58px;
}

.hall-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  padding: 0 70px 0 14px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  height: 100%;
  overflow: hidden;
}

.first-banner {
  margin-top: 24px;
  max-width: 100%;
}

.second {
  min-height: 611px;
  background: #F0F7FF url("../images/index/trade_bg.png") no-repeat center;
  background-size: 100% 100%;
}

.second-box {
  padding-top: 19px;
  padding-bottom: 44px;
}

.trade-title {
  text-align: center;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  padding-top: 15px;
  letter-spacing: 1.5px;
  position: relative;
}

.trade-title > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.trade-title-txt {
  line-height: 33px;
  position: relative;
}

.trade-title-txt:before, .trade-title-txt:after {
  position: absolute;
  content: "";
  width: 442px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trade-title-txt:before {
  left: -498px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(56, 111, 212, 0.62)));
  background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(56, 111, 212, 0.62) 100%);
}

.trade-title-txt:after {
  right: -501px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(56, 111, 212, 0.62)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(56, 111, 212, 0.62) 100%);
}

.tabview {
  padding-top: 23px;
}

.tabview-hd {
  background-color: #fff;
}

.tabview-hd-item {
  width: 25%;
  overflow: hidden;
}

.tabview-hd-item > a {
  height: 53px;
  line-height: 53px;
  display: block;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
}

.tabview-hd-item.active, .tabview-hd-item.current, .tabview-hd-item:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/index/tabview_bgh2.png") no-repeat center;
}

.tabview-hd-item.active > a, .tabview-hd-item.current > a, .tabview-hd-item:hover > a {
  color: #FFF;
  font-size: 20px;
}

.tabview-hd-item.active:nth-child(4n), .tabview-hd-item.active:nth-child(4n+1), .tabview-hd-item.current:nth-child(4n), .tabview-hd-item.current:nth-child(4n+1), .tabview-hd-item:hover:nth-child(4n), .tabview-hd-item:hover:nth-child(4n+1) {
  background-image: url("../images/index/tabview_bgh1.png");
}

.tabview-hd-item.active:nth-child(4n), .tabview-hd-item.current:nth-child(4n), .tabview-hd-item:hover:nth-child(4n) {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /*兼容IE*/
  -webkit-filter: FlipH;
          filter: FlipH;
}

.tabview-hd-item.active:nth-child(4n) > a, .tabview-hd-item.current:nth-child(4n) > a, .tabview-hd-item:hover:nth-child(4n) > a {
  -webkit-transform: inherit;
          transform: inherit;
}

.type-lists {
  margin-bottom: 10px;
}

.type-item {
  display: block;
  padding: 0 15px;
  border-radius: 38px;
  background: #C9E2FF;
  height: 28px;
  line-height: 28px;
  color: #2065BB;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 20px 14px 0;
}

.type-item.active, .type-item.current, .type-item:hover {
  color: #FFF;
  background: linear-gradient(318deg, #FFCC16 0%, #FF841C 100%);
  -webkit-box-shadow: 0px 3px 9px 0px rgba(241, 155, 54, 0.2);
          box-shadow: 0px 3px 9px 0px rgba(241, 155, 54, 0.2);
}

.tabview-bd-item {
  padding-top: 24px;
}

.trade-table {
  width: 100%;
  table-layout: fixed;
}

.trade-table th,
.trade-table td {
  padding: 0 10px;
  text-align: center;
}

.trade-table .nameitem {
  text-align: left;
  padding: 0 44px;
}

.trade-thead-tr {
  height: 48px;
  line-height: 48px;
  background: #5493E2;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

.trade-tbody-tr {
  height: 50px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trade-tbody-tr + .trade-tbody-tr {
  border-top: 1px dashed #BECBDE;
}

.trade-tbody-tr td {
  line-height: 49px;
}

.trade-tbody-tr .name {
  display: block;
  color: #333;
  font-weight: 350;
}

.trade-tbody-tr .type {
  color: #2065BB;
  font-weight: 500;
}

.trade-tbody-tr .date {
  color: #999;
  font-weight: 400;
}

.third {
  padding: 38px 0 30px 0;
}

.third-left {
  width: 340px;
}

.third-right {
  width: calc(100% - 370px);
  height: 464px;
  padding: 11px 21px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.govern-item {
  height: 217px;
  overflow: hidden;
  background: url(../images/index/zjzw_img.png) no-repeat center;
}

.govern-item + .govern-item {
  margin-top: 30px;
}

.govern-item:nth-child(2) {
  background-image: url(../images/index/ttx_img.png);
}

.govern-item:nth-child(2) .govern-ico {
  width: 59px;
  height: 59px;
}

.govern-link {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  background: linear-gradient(147deg, rgba(15, 121, 255, 0.8) 0%, rgba(38, 134, 255, 0) 100%);
}

.govern-ico {
  margin-bottom: 11px;
  width: 50px;
  height: 50px;
}

.govern-name {
  text-shadow: 0px 1px 1px rgba(21, 44, 123, 0.25);
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.govern-infos {
  text-shadow: 0px 2px 2px rgba(35, 56, 166, 0.25);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  word-break: break-all;
}

.flow-content {
  height: calc(100% - 42px);
  padding-top: 9px;
}

.flow-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*站内搜索*/
.whole-box {
  position: fixed;
  right: -2px;
  top: 28%;
  height: 67px;
  border-radius: 50px 0px 0px 50px;
  border: 1px solid #D6E7FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBF3FE), to(rgba(235, 243, 254, 0)));
  background: linear-gradient(180deg, #EBF3FE 0%, rgba(235, 243, 254, 0) 100%);
}

.whole-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px 0 86px;
  color: #2065BB;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  width: 32px;
  line-height: 21px;
  background: url("../images/index/global_ico.png") no-repeat left 6px center;
}
