.con > div {
  position: relative;
}
.con #banner .info {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
.con #bread {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.con .page1 {
  background: url(../img/announcementBg.jpg) no-repeat;
  background-size: 100%;
  background-position: center -100px;
}
.con .page1 .c_t {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  padding: 70px 60px;
  background: linear-gradient(to right, #DFDAD7, #DFDAD7);
}
.con .page1 .c_t div {
  position: relative;
}
.con .page1 .c_t input {
  flex: 1;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 0 60px;
  background: transparent;
}
.con .page1 .c_t img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  filter: brightness(0);
  width: 14px;
}
.con .page1 .c_t .search {
  flex: 0 0 120px;
  margin-left: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(to right, #d8c99e, #907f56);
  border-radius: 10px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.con .page1 .c_t .search:hover {
  opacity: 0.8;
}
.con .page1 .c_c .list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.con .page1 .c_c .list .time {
  color: #999;
}
.con .page1 .c_c .list img {
  height: 24px;
  margin-left: 20px;
}
.con .page1 .c_c .list:hover p {
  color: var(--textColor);
}
.con .selBox {
  position: relative;
  z-index: 2;
  height: auto;
  margin-right: 10px;
}
.con .selBox .selInput {
  padding: 0 20px;
  height: 100%;
  width: 140px;
  border-radius: 8px;
  border: 1px solid #000000;
  cursor: pointer;
  transition: all 0.2s linear;
}
.con .flex1{
    flex: 1;
}
.con .selBox .info {
  position: absolute !important;
  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;
  z-index: 2;
}
.con .selBox .info .sel {
  padding: 4px 20px;
  cursor: pointer;
}
.con .selBox .info .sel.act {
  color: var(--textColor);
}
.con .selBox .info .sel:hover {
  background: var(--textColor);
  color: #fff;
}
.con .selBox svg {
  width: 12px;
  transform: rotate(90deg);
}

.con .c_f{
    margin-top: 290px;
    display: flex;
    flex-wrap: wrap;
    
}
.con .c_f .c_l{
    position: relative;
    flex: 1;

    
}
.con .c_f .c_l .image{
     width:  710px;
    position: absolute;
    left: 0;
    bottom: 64px;
    overflow: hidden;
}
.con .c_f .c_l img{
  width: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .c_f .c_l img:hover{
    transform: scale(1.05);
}
.con .c_f .c_r{
    flex: 0 0 74.3%;
    background: #F5F5F5;

    display: flex;
    justify-content: flex-end;
}
.con .c_f .c_r .info{
    width: 60%;    padding-right: 10%;
    
}
.con .c_f .c_r a{
    position: relative;
    margin-right: 20px;
}
.con .c_f .c_r .flex1{
    display: flex;flex-wrap: wrap;
}
.con .c_f .c_r a:last-child{
    margin-right: 0;
}
.con .c_f .c_r b{
    flex: 0 0 auto;
}
.con .c_f .c_r a:after{
        content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    transition: all 0.4s 
linear;
    background: var(--textColor);
 
}
.con .c_f .c_r a:hover{
      color: var(--textColor);
}
.con .c_f .c_r a:hover:after{
  width: 100%;   
}
@media only screen and (max-width: 1920px) {
  .con .page1 .c_t {
    max-width: 77%;
    padding: 3.6458vw 3.125vw;
  }
  .con .c_f{
      margin-top: 14.5vw;
  }
  .con .c_f .c_l .image{
      width: 36.98vw;
  }
}
@media only screen and (max-width: 1600px) {
  .con .page1 .c_c .list img {
    height: 20px;
  }
  .con .page1 .c_t .search,
  .con .page1 .c_t input {
    height: 50px;
  }
}

@media only screen and (max-width: 1440px) {
 
  .con .page1 .c_t .search,
  .con .page1 .c_t input {
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
    .con .selBox .selInput{
       
    padding: 0 10px; 
    width: 80px;
    }
    .con .c_f .c_r,
    .con .c_f .c_l{
        flex: 0 0 100%;
    }
    .con .c_f .c_l .image{
        width: 100%;
        position: static;
    }
    .con .c_f .c_r{
        padding: 6vw;
    }
    .con .c_f .c_r .info{
        width: 100%;
        padding:0 ;
    }
  .con .page1 {
    background-position: center top;
  }
  .con .page1 .c_t input {
    padding: 0 10px 0 30px;
  }
  .con .page1 .c_t img {
    left: 10px;
    width: 10px;
  }
  .con .page1 .c_t {
    max-width: 100%;
    padding: 3.6458vw 3.125vw;
  }
  .con .page1 {
    padding: 14vw 0;
  }
  .con .page1 .c_t .search {
    flex: 0 0 60px;
  }
  .con .page1 .c_c {
    margin-top: 6vw;
  }
  .con .page1 .c_t .search,
  .con .page1 .c_t input {
    height: 40px;
  }
  .con .page1 .c_t input{
      width: calc(100% - 80px - 60px);
  }
}
