.header {
  width: 100%;
  height: 190px;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; */
}

.advertisement {
  width: 78px;
  height: 340px;
  position: fixed;
  right: 0;
    top: 50%;
    transform: translateY(-50%);
  z-index: 99999;
}

.content-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  padding: 0;
  padding-bottom: 32px;
  box-sizing: border-box;
}

.content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.box-list {
  height: 140px;
  margin: 10px 0 16px;
  overflow: hidden;
  text-align: center;
}
.box-center {
  display: inline-block;
  height: 100%;
}
.box-list .box-wrap {
  float: left;
  display: inline-block;
  width: 192px;
  height: 100%;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  transition: width 0.3s;
}

.box-list .box-wrap:last-child {
  margin-right: 0;
}

.box-list .box-wrap .box {
  width: 192px;
  height: 100%;
  float: left;
  background: url("/image/imagenew/transactionAnnouncement/box_bg.png") no-repeat 100% 100%;
  text-align: right;
}
.box-list .box-wrap:hover {
  width: 392px;
}
.box-list .box-wrap:hover .box {
  background: url("/image/imagenew/transactionAnnouncement/box_bg_active.png") no-repeat;
  background-size:  100% 100%;
}
.box-list .box-wrap:hover .box .box-title {
  color: #FFFFFF;
}
.box-list .box-wrap .sub-box {
  float: left;
  height: 100%;
  width: 196px;
  padding-left: 4px;
  overflow: hidden;
}

.box-list .box-wrap .sub-box .sub-box-item {
  float: left;
  width: 95px;
  height: 68px;
  background: #FFFFFF;
  border: 4px solid rgba(155,189,239,1);
  box-sizing: border-box;
  text-align: center;
  box-sizing: border-box;
}
.box-list .box-wrap .sub-box .sub-box-item:nth-child(1),
.box-list .box-wrap .sub-box .sub-box-item:nth-child(1) {
  margin-bottom: 4px;
} 
.box-list .box-wrap .sub-box .sub-box-item:nth-child(odd) {
  margin-right: 4px;
}
.box-list .box-wrap .sub-box .sub-box-item .sub-box-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.box-list .box-wrap .sub-box .sub-box-item .sub-box-title {
  font-family: SourceHanSansCN-Medium;
  font-size: 12px;
  color: #333333;
  text-align: center;
  font-weight: 600;
}
.box-list .box-wrap .box .box-icon {
  width: 88px;
  height: 88px;
  margin-right: 16px;
}

.box-list .box-wrap .box .box-title {
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
  font-weight: 600;
  padding: 16px 24px 0 0;
}
.box-list .box-wrap .sub-box.sub-box5 .sub-box-item {
  width: 63px;
  margin-right: 3px;
  margin-bottom: 0;
}
.box-list .box-wrap .sub-box.sub-box5 .sub-box-item:nth-child(4),
.box-list .box-wrap .sub-box.sub-box5 .sub-box-item:nth-child(5) {
  margin-top: 4px;
}
.box-list .box-wrap .sub-box.sub-box5 .sub-box-item:nth-child(3) {
  margin-right: 0;
}
.left-nav .nav-item {
  cursor: pointer;
}

.left-nav .nav-item-bg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
}

.tab-box {
  width: 100%;
  height: 42px;
  border-bottom: 2px solid #E4E7ED;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.tab-item {
  width: auto;
  height: 42px;
  line-height: 42px;
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  float: left;
  margin-right: 40px;
  cursor: pointer;
}

.tab-item-active {
  border-bottom: 3px solid #3087FF;
  box-sizing: border-box;
  font-family: SourceHanSansCN-Bold;
  color: #2872D4;
  font-weight: 700;
}

.right-content {
  min-height: 632px;
}

.right-options {
  margin-top: 10px;
  overflow: hidden;
}

.options-box {
  overflow: hidden;
  /* margin-bottom: 16px; */
}

.options-label {
  vertical-align:sub;
  font-size: 16px;
  color: #8e8e8e;
  font-weight: 400;
  display: inline-block;
}

.options-content {
  width: calc(100% - 80px);
  float: right;
  position: relative;
}

.options-item {
  display: inline-block !important;
  background: #f1f2f4 !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  color: #4f4f4f !important;
  text-align: center !important;
  font-weight: 400 !important;
  padding: 2px 2px !important;
  margin-bottom: 16px !important;
  margin-right: 24px !important;
  cursor: pointer !important;
}

.jeinput {
  border: 0 !important;
  padding: 4px 8px !important;
  outline: 0 !important;
  font-family: unset !important;
  font-size: 14px !important;
}

.jeinput::placeholder {
  color: #4f4f4f !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: unset !important;
}

.options-item-select {
  font-weight: 500 !important;
  color: #ffffff !important;
  background: #2872d4 !important;
}

.options-item-select::placeholder {
  font-weight: 500 !important;
  color: #ffffff !important;
}

.jeinput-placeholder {
  position: absolute;
  top: 7%;
  left: 31.7%;
  cursor: pointer;
}

.right-options-drawer {
  font-size: 14px;
  color: #2872d4;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}

.right-options-drawer img {
  width: 10px;
  height: 8px;
  margin-left: 2px;
}

.list-title {
  padding: 16px 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 700;
  border-bottom: 1px dashed #e4e6e8;
}

.list-row {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  border-bottom: 1px dashed #e4e6e8;
  padding: 24px 0;
}

.list-item {
  display: inline-block;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-item:nth-of-type(1) {
  width: 12%;
}
.list-item:nth-of-type(2) {
  width: 66%;
}
.list-item:nth-of-type(3) {
  width: 10%;
}
.list-item:nth-of-type(4) {
  width: 10%;
}

.list-item-title {
  cursor: pointer;
}

.list-item-title:hover {
  text-decoration: underline;
  color: #2872d4;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.pagination-box {
  position: relative;
}

.right-list {
  margin-bottom: 32px;
}

.footer {
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 9999;
}

.advertisement-search-box {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}

.advertisement-search-item-input {
  width: 253px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(220, 223, 230, 1);
  border-radius: 4px;
  outline: none;
  padding: 0 15px;
  box-sizing: border-box;
}

.advertisement-date-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 4px;
}

.hide {
  display: none;
}
.layui-laydate .layui-this {
  background-color: #2872d4 !important;
  color: #fff !important;
}