/* 长江经济带频道样式表 */
::-webkit-input-placeholder {
  color: #fff;
}

body header {
  padding-top: 0;
}
body header .d-headTop {
  position: absolute;
  left: 50%;
  top: 26px;
  margin-left: -700px;
}
body header .d-headTop .d-headTop-L .a-link {
  color: #fff;
}
body header .d-headTop .d-headTop-L .a-linkA {
  margin-left: 15px;
  border-left-color: #fff;
}
body header .d-headTop .d-search {
  align-self: center;
  background: rgba(255, 255, 255, 0.4);
}
body header .d-headTop .d-search input {
  width: 320px;
  background: transparent;
  color: #fff;
}
body header .d-headTop .d-search .a-srch {
  width: 60px;
  background: none;
}
body header .d-headTop .d-search .a-srch::before {
  width: 14px;
  height: 16px;
  background: url(../../../public/assets/search-icon.svg) no-repeat;
}
body header .d-headTop .d-headTop-R {
  color: #fff;
}
body header .d-headTop .d-headTop-R a {
  color: #fff;
}
body header .d-headTop .d-headTop-R .d-tanc a {
  color: #000;
}
body header .d-bg {
  background: url(../../../public/assets/bg-jjd.jpg) no-repeat center center;
  height: 480px;
  background-size: auto 100%;
}
body header .nav1 {
  position: relative;
  background: var(--theme-primary-bg-color, #2a80d5);
}
body header .nav1 li p:nth-child(2) a {
  color: #fff !important;
}
body header .nav1 .s-line {
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  height: 2px;
  background: var(--white);
  opacity: 0.27;
}

.con1 {
  display: flex;
  justify-content: space-between;
}

.con2, .con3 {
  display: flex;
  justify-content: space-between;
}

.arc-1 {
  width: 376px;
}
.arc-1 .img-box {
  position: relative;
  height: 200px;
  border-radius: 3px;
  margin-bottom: 5px;
  overflow: hidden;
}
.arc-1 .img-box img {
  width: 100%;
  height: 100%;
}
.arc-1 .img-box .p-bkbg {
  font-size: 90%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.arc-1 ul li {
  position: relative;
  line-height: 40px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
.arc-1 ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dedede;
}
.arc-1 ul li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
}
body header .nav1 li p:nth-child(2) a {
  color: #fff !important;
}
body header .nav1 .s-line {
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  height: 2px;
  background: var(--white);
  opacity: 0.27;
}
.main2 .cjn-content-switcher__head {
  border-bottom: 1px solid #dddddd;
}