@charset "UTF-8";
/**
 * 江苏盐城港控股集团电子交易平台项目
 * date: 2024-10-24
 * author: wuzhou;
 */
/* 内容头部 */
.content-top {
  margin-top: 29px;
  box-shadow: 0px 3px 5px 0px rgba(43, 107, 224, 0.2);
  height: 530px;
  background: #fff;
  padding: 0 15px;
}

/* 内容头部左部 */
.content-top-left {
  width: 834px;
}

/* 标题 */
.cominfo-title {
  border-bottom: 1px solid #dedede;
  margin-top: 2px;
  height: 41px;
  line-height: 41px;
}

.news-banner {
  height: 184px;
}
.news-banner .swiper-slide > a {
  display: block;
  height: 100%;
}
.news-banner .swiper-slide > a img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

/* tab切换 */
.rule-tabarea {
  height: 38px;
  border-bottom: 1px solid #dedede;
}

.rule-tabouter {
  height: 37px;
  line-height: 37px;
}

.rule-tabitem {
  padding: 0 7px;
  font-weight: bold;
  font-size: 18px;
  color: #999;
  box-sizing: border-box;
  display: block;
}

.rule-tabitem.active {
  color: #007fea;
  border-bottom: 2px solid #007fea;
}

.ewb-more {
  color: #999;
}

.rule-tabcontent {
  margin-top: 9px;
  height: 160px;
  overflow: auto;
}

.rule-tabcontent-item {
  height: 32px;
  line-height: 32px;
  padding-right: 7px;
}

.rule-tabcontent-item:hover {
  background: #e6f1fe;
}

.rule-tabcontent .rule-tabcontent-item:hover {
  background: none;
}

.rule-tabcontent-item:hover .rule-tabcontent-itemleft,
.rule-tabcontent-item:hover .rule-tabcontent-itemright {
  color: #007fea;
}

.rule-tabcontent-itemleft {
  display: block;
  margin-right: 92px;
  color: #666;
}

.rule-tabcontent-itemright {
  color: #999;
}

/* 登录区域 */
.loginitem {
  width: 150px;
  height: 37px;
  font-size: 16px;
  text-align: center;
  padding-top: 73px;
  position: relative;
  color: #fff;
}

.loginitem:hover {
  box-shadow: 0px 0px 5px 3px rgba(43, 107, 224, 0.2);
}

.com-login {
  background-image: -moz-linear-gradient(90deg, #f2a141 0%, #fb8552 100%);
  background-image: -webkit-linear-gradient(90deg, #f2a141 0%, #fb8552 100%);
  background-image: -ms-linear-gradient(90deg, #f2a141 0%, #fb8552 100%);
}

.com-login:after,
.man-login:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150px;
  height: 110px;
  background: url("../images/com-login-icon.png") 52px 18px no-repeat;
}

.man-login {
  margin-left: 11px;
  background-image: -moz-linear-gradient(90deg, #8282f7 0%, #4982f7 100%);
  background-image: -webkit-linear-gradient(90deg, #8282f7 0%, #4982f7 100%);
  background-image: -ms-linear-gradient(90deg, #8282f7 0%, #4982f7 100%);
}

.man-login:after {
  background: url("../images/man-login-icon.png") 52px 18px no-repeat;
}

/* 内容头部右部 */
.content-top-right {
  width: 312px;
  margin-top: 14px;
  position: relative;
}

/* 交易信息 左侧tab */
.notice-area {
  margin-top: 15px;
  height: 455px;
  border: 1px solid #a9d8ff;
  background-color: #f6fbff;
  overflow: hidden;
}

.notice-hd {
  display: flex;
  margin-top: 6px;
}
.notice-hd > a {
  display: block;
  margin-left: 24px;
  height: 29px;
  line-height: 29px;
  color: #666;
  border-bottom: 1px solid transparent;
}
.notice-hd > a:first-child {
  margin-left: 20px;
}
.notice-hd > a.active {
  color: #007fea;
  border-color: #007fea;
}

.notice-items {
  margin-top: 2px;
}
.notice-items .notice-item {
  display: flex;
  justify-content: space-between;
  padding-left: 14px;
  padding-right: 16px;
  height: 34px;
  line-height: 34px;
}
.notice-items .notice-item > a {
  flex: 1;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-items .notice-item .state {
  color: #ffa200;
}
.notice-items .notice-item .notice-date {
  color: #999;
}
.notice-items .notice-item:hover {
  background-color: #ebf6ff;
}
.notice-items .notice-item:hover > a {
  color: #007fea;
}
.notice-items .notice-item:hover .notice-date {
  color: #007fea;
}

.notice-bd {
  height: 410px;
  overflow-y: auto;
}

/* 内容底部 */
.content-bottom {
  margin-top: 30px;
  height: 113px;
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(43, 107, 224, 0.2);
}

.content-bottom-left {
  width: 169px;
  height: 113px;
  line-height: 142px;
  background: url("../images/union_title.jpg") center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.union-box {
  width: calc(100% - 209px);
  padding: 17px 20px;
}

.myswiper-slide {
  display: block;
  border: 1px solid #e5e5e5;
  height: 77px;
}

.system {
  width: 100%;
  height: 100%;
}

/* 2024-11-13 */
.tab-box {
  margin-top: 15px;
}
.tab-box .notice-area {
  margin-top: 0;
  height: 454px;
}

.tab-box-hd {
  width: 120px;
  margin-right: -2px;
}

.type-link {
  display: block;
  box-sizing: border-box;
  height: 111px;
  padding-top: 60px;
  line-height: 38px;
  color: #007fea;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.type-link:not(:first-child) {
  margin-top: 4px;
}
.type-link.active {
  color: #fff;
}
.type-link.type1 {
  background-image: url("../images/big_tab_ico1.jpg");
}
.type-link.type1.active {
  background-image: url("../images/big_tab_ico1h.jpg");
}
.type-link.type2 {
  background-image: url("../images/big_tab_ico2.jpg");
}
.type-link.type2.active {
  background-image: url("../images/big_tab_ico2h.jpg");
}
.type-link.type3 {
  background-image: url("../images/big_tab_ico3.jpg");
}
.type-link.type3.active {
  background-image: url("../images/big_tab_ico3h.jpg");
}
.type-link.type4 {
  background-image: url("../images/big_tab_ico4.jpg");
}
.type-link.type4.active {
  background-image: url("../images/big_tab_ico4h.jpg");
}

.loginitem {
  padding-top: 15px;
  padding-left: 71px;
  width: 79px;
  height: 59px;
  line-height: 22px;
  text-align: left;
}
.loginitem:after {
  display: none;
}
.loginitem.com-login {
  background: url("../images/link_ico1.jpg") center no-repeat;
}
.loginitem.man-login {
  background: url("../images/link_ico2.jpg") center no-repeat;
}
.loginitem.experts {
  margin-top: 10px;
  background: url("../images/link_ico3.jpg") center no-repeat;
}
.loginitem.group-link {
  margin-top: 10px;
  margin-left: 11px;
  background: url("../images/link_ico4.jpg") center no-repeat;
}

.news-banner {
  margin-top: 14px;
  height: 131px;
}

.news-banner .swiper-slide > a img {
  width: 100% !important;
  height: 100% !important;
}

/* 2025-5-28 */
.home-banner {
  height: 600px;
  background: url("../images/banner_img.jpg") center no-repeat;
}

.login-area {
  width: 288px;
}

.loginitem {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 88px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
}
.loginitem > span {
  display: flex;
  height: 88px;
  align-items: center;
  padding-left: 116px;
}
.loginitem.com-login {
    margin-top: 8px;
    background: linear-gradient(180deg, #ff7b19 0%, #ffaa19 100%);
}
.loginitem.com-login > span {
  background: url("../images/login_ico1.png") 62px 50% no-repeat;
}
.loginitem.man-login {
  
  margin-left: 0;
  background: linear-gradient(180deg, #007fea 0%, #2fa7f3 100%);
}
.loginitem.man-login > span {
  background: url("../images/login_ico2.png") 62px 50% no-repeat;
}
.loginitem.experts {
  margin-top: 8px;
  background: linear-gradient(180deg, #23b5ca 0%, #37c3d7 100%);
}
.loginitem.experts > span {
  background: url("../images/login_ico3.png") 62px 50% no-repeat;
}
.loginitem.group-link {
  margin-left: 0;
  margin-top: 8px;
  background: linear-gradient(180deg, #f2644e 0%, #ff8455 100%);
}
.loginitem.group-link > span {
  background: url("../images/login_ico4.png") 62px 50% no-repeat;
}

.login-news {
  margin-top: 30px;
}
.login-news .content-top {
  box-sizing: border-box;
  margin-top: 0;
  width: calc(100% - 304px);
  height: 376px;
}
.login-news .content-top .rule-tabarea {
  margin-top: 6px;
  box-sizing: border-box;
  height: 37px;
  border-bottom: 1px solid #dedede;
}
.login-news .content-top .rule-tabouter {
  height: 35px;
  line-height: 35px;
}
.login-news .content-top .rule-tabcontent {
  margin-top: 15px;
  height: 306px;
}
.login-news .content-top .rule-tabcontent-item {
  height: 34px;
  line-height: 34px;
  padding-right: 0;
}
.login-news .content-top .rule-tabcontent-item:hover {
  background-color: #EBF6FF;
}
.login-news .content-top .rule-tabcontent-item:hover .rule-tabcontent-itemleft,
.login-news .content-top .rule-tabcontent-item:hover .rule-tabcontent-itemright {
  color: #1594FF;
  font-weight: 700;
}

.content-top-left {
  width: 100%;
}

.notice-items .notice-item:hover > a,
.notice-items .notice-item:hover .notice-date {
  color: #1594FF;
  font-weight: 700;
}

.rule-tabitem {
  margin-right: 16px;
}

/* 2025-6-6 */
.banner-swiper .swiper-slide {
  height: 600px;
  text-align: center;
}
