.con #banner .info {
  position: absolute;
  top:100px;
  bottom: auto;
}
#banner > img{
    max-height: 70vh;
    overflow: hidden;
    vertical-align: bottom;
}
.con #banner .info .tit {
  color: #fff;
}
.con #banner .info .mes1 .list {
  flex: 1;
  position: relative;
}
.con #banner .info .mes1 .list:last-child {
  flex: 0 0 110px;
}
.con #banner .info .mes1 .list::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 9px;
  z-index: -1;
}
.con #banner .info .mes1 span {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #000;
  border-radius: 100%;
  overflow: hidden;
  background-image: linear-gradient(to right, #d8c99e, #907f56);
}
.con #banner .info .mes1 span img {
  height: 8px;
  filter: brightness(0) invert(1);
}
.con #banner .info .mes1 .mesinfo {
  color: #fff;
  margin-top: 10px;
}
.con #banner .info .mes1 .mesinfo .tit {
  opacity: 0.7;
}
.con #banner .info .mes2 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  gap: 50px;
}
.con #banner .info .mes2 .list .tit {
  color: #fff;
}
.con #banner .info .mes2 .list .subTit {
  color: #fff;
  opacity: 0.7;
}
.con #bread {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.con .page1 .c_t {
  gap: 10px;
}
.con .page1 .c_t .selBox {
  position: relative;
  z-index: 2;
}

.con .page1 .c_t .selBox .selInput {
  padding: 0 20px;
  height: 60px;
  width: 200px;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.con .page1 .c_t .selBox .info {
  position: absolute;
  left: 0;
  min-width: 100%;
  width: max-content;
  top: 100%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  border-radius: 8px;
  display: none;
}
.con .page1 .c_t .selBox .info .sel {
  padding: 4px 20px;
  cursor: pointer;
}
.con .page1 .c_t .selBox .info .sel.act {
  color: var(--textColor);
}
.con .page1 .c_t .selBox .info .sel:hover {
  background: var(--textColor);
  color: #fff;
}
.con .page1 .c_t .selBox svg {
  width: 12px;
  transform: rotate(90deg);
}
.con .page1 .c_t .sel2 .selInput {
  width: 280px;
  padding: 0 60px;
  background: #F5F5F5;
}
.con .page1 .c_t .sel2 .selInput:focus {
  border-color: var(--textColor);
}
.con .page1 .c_t .sel2 button {
  width: 120px;
  height: 60px;
  background: var(--textColor);
  border-radius: 10px;
  border: none;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.con .page1 .c_t .sel2 button:hover {
  opacity: 0.8;
}
.con .page1 .c_t .sel2 img {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 14px;
  z-index: 2;
  cursor: pointer;
  filter: brightness(0);
  transform: translateY(-50%);
}
.con .page1 .c_c .list {
    margin-top: 20px;
  padding: 30px;
 background: #FFFFFF;
box-shadow: 0px 0px 13px 0px rgba(99,112,132,0.15);
  position: relative;
}
.con .page1 .c_c .list::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--textColor);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s linear;
}
.con .page1 .c_c .list:first-child {
  border-top: 1px solid #ddd;
}
.con .page1 .c_c .list a {
  display: flex;
}
.con .page1 .c_c .list a .c_l {
  flex: 1;
  margin-right: 20px;
}
.con .page1 .c_c .list a .c_r {
  flex: 0 0 auto;
  align-self: center;
}
.con .page1 .c_c .list a .c_r .btn {
  width: 20px;
  height: 20px;
  position: relative;
}
.con .page1 .c_c .list a .c_r .btn::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  transition: all 0.2s linear;
}
.con .page1 .c_c .list a .c_r .btn::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #000;
  transition: all 0.2s linear;
}
.con .page1 .c_c .list a .l_t {
  align-items: flex-end;
}
.con .page1 .c_c .list a .l_t .tit {
  flex: 0 0 auto;
 
}
.con .page1 .c_c .list a .l_t .time {
  flex: 1;
  color: var(--bgColor);
  margin-left: 20px;
}
.con .page1 .c_c .list a .l_f div {
  margin-left: 40px;
}
.con .page1 .c_c .list a .l_f div:first-child {
  margin-left: 0;
}
.con .page1 .c_c .list.act:before {
  width: 100%;
}
.con .page1 .c_c .list.act a .l_t .tit {
  color: var(--textColor);
}
.con .page1 .c_c .list.act a .c_r .btn::after,
.con .page1 .c_c .list.act a .c_r .btn:before {
  background: var(--textColor);
}
.con .page1 .c_c .list.act a .c_r .btn::after {
  transform: rotate(90deg);
}
.con .page1 .c_c .list:hover:before {
  width: 100%;
}
.con .page1 .c_c .list:hover a .l_t .tit {
  color: var(--textColor);
}
.con .page1 .c_c .list:hover a .c_r .btn::after,
.con .page1 .c_c .list:hover a .c_r .btn:before {
  background: var(--textColor);
}
.con .page1 .c_c .list .info {
  display: none;
}
.con .page1 .c_c .list .info .tit {
  color: var(--textColor);
}
.con .page1 .c_c .list .info .mes {
  color: #333;
  line-height: 2;
}
.con .page1 .c_c .list .info  .relation-item a:hover{
    color: var(--textColor);
}
.con .page1 .c_c .list .info .toPage {
  width: 140px;
  height: 40px;
  background: var(--textColor);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s linear;
  color: #fff;
  cursor: pointer;
}
.con .page1 .c_c .list .info .toPage a{
    color: #fff;
}
.con .page1 .c_c .list .info .toPage:hover {
  opacity: 0.8;
}
.con .page1 .c_t .selBox.zIndex {
  z-index: 3;
}
.con .page1 .c_c .list .l_f .l_f_r,
.con .page1 .c_c .list .l_f .l_f_l{
    flex: 0 0 auto;
}
.con .page1 .c_c .list .l_f .l_f_l span{
    color: #999;
}
.con .page1 .c_c .list .l_f .l_f_l img{
    height: 30px;
    margin-left: 10px;
}
.con .page1 .c_c .list .l_f .l_f_r{
    color:#999 ;
}
@media only screen and (max-width: 1920px) {
  .con .page1 .c_c .list {
    padding: 1.5vw;
  }
  .con .page1 .c_c .list a .l_f div{
      margin-left: 2vw;
  }
}
@media only screen and (max-width: 1600px) {
  .con .page1 .c_t .sel2 button,
  .con .page1 .c_t .selBox .selInput {
    height: 50px;
  }
 
  .con .page1 .c_c .list .info .toPage {
    width: 120px;
  }
  .con .page1 .c_c .list a .l_f div {
    margin-left: 2vw;
  }
    .con .page1 .c_c .list a .l_f div{
      margin-left: 2vw;
  }
}
@media only screen and (max-width: 1440px) {
  .con .page1 .c_t .selBox .selInput {
    width: 160px;
  }
.con .page1 .c_c .list .l_f .l_f_r{
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 10px;
}
  .con .page1 .c_t .sel2 img {
    width: 10px;
    left: 10px;
  }
  .con .page1 .c_t .sel2 button {
    width: 100px;
  }
  .con .page1 .c_t .sel2 .selInput {
    padding: 0 20px 0 30px;
  }
  .con .page1 .c_c .list .l_f .l_f_l img{
      height:20px;
  }
}
@media only screen and (max-width: 768px) {
  .con .page1 .c_t {
    flex-wrap: wrap;
  }
  .con .page1 .c_t .selBox .info .sel{
      padding: 0 10px;
  }
  .con .page1 .c_t .selBox.sel2 {
    flex:0 0 100%;
}
  .con #banner .info {
    position: static;
    color: #333;
    transform: none;
    margin-top: 14vw;
  }
  .con #banner .info .mes1 .list:last-child {
    flex: 0 0 50%;
  }
  .con #banner .info .mes1 .list {
    flex: 0 0 50%;
    margin-bottom: 4vw;
  }
  .con #banner .info > .tit {
    text-align: center;
  }
  .con #banner .info .mes2 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .con #banner .info .mes2 .list .subTit,
  .con #banner .info .mes2 .list .tit {
    text-align: center;
  }
  .con #banner .info .tit.fnt_40 {
    margin-top: 6vw;
  }
  .con #banner .info .dis_flex {
    flex-wrap: wrap;
  }
  .con #banner .info .mes1 .list::after {
    background: rgba(0, 0, 0, 0.1);
  }
  .con #banner .info .tit {
    color: #333;
  }
  .con #banner .info .mes2 {
    gap: 20px;
  }
  .con #banner .info .mes2 .list .tit {
    color: #333;
  }
  .con #banner .info .mes2 .list .subTit {
    color: #333;
  }
  .con #banner .info .mes1 .mesinfo {
    color: #333;
  }
  .con .page1 .c_c .list a .l_f div {
    flex: 0 0 100%;
    margin-left: 0;
  }
  .con .page1 .c_c .list a .l_t {
    flex-wrap: wrap;
  }
  .con .page1 .c_c .list a .l_t .time {
    margin-left: 0;
    margin-top: 4vw;
  }
  .con .page1 .c_c .list a .l_t .tit {
    flex: 0 0 100%;
  }
  .con .page1 .c_c .list {
    padding: 20px  ;
  }
    .con .page1 .c_c .list .l_f{
        line-height: 2;
    }
  .con .page1 .c_c .list .l_f .l_f_l img{
      height: 20px;
  }
  .con .page1 .c_t .selBox .selInput {
    width: 100%;
  }
  .con .page1 .c_t .selBox {
    flex: 0 0 calc((100% - 10px)/2);
  }
  .con .page1 .c_t .selBox:nth-child(2n) {
    margin-right: 0;
  }
    .con .page1 .c_c{
        overflow: hidden;
    }
  .con .page1 .c_t .selBox .selInput {
    padding: 0 10px;
  }
  .pt140 {
    padding-top: 14vw;
  }
  .con .page1 .c_t .sel2 button,
  .con .page1 .c_t .selBox .selInput {
    height: 40px;
  }
  .con .page1 .c_t .selBox input.selInput {
    padding: 0 10px 0 20px;
  }
  .con .page1 .c_c .list a .c_r {
    align-self: flex-start;
  }
  .con .page1 .c_c .list a .c_r .btn {
    margin-top: 2px;
  }
}
