@charset "utf-8";
#atc04 .top_box {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px
}
#atc04 .top_box p {
  position: relative;
  /*  padding-left: 22px;*/
  color: #aaa;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase
}
/*#atc04 .top_box p:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50px
}*/
#atc04 .top_box h2 {
  padding-top: 20px;
  color: #111;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 300;
}
#atc04 .top_box h2 span {
  font-weight: 700;
}
#atc04 .wrap {
  display: flex
}
#atc04 .wrap .newsimgbox {
  width: 50%;
  height: auto;
  object-fit: cover;
  /*    background: url(img/img01.jpg) no-repeat center bottom;
    background-size: cover;*/
}
#atc04 .wrap .newsimgbox .newsleftimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#atc04 .latest {
  width: 50%
}
#atc04 .latest .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 60px 90px;
  /*height: calc(740px / 3);*/
  border-top: 1px solid #e1e1e1;
  font-family: var(--k-font)
}
#atc04 .latest .list.aos-animate:before {
  width: 100%
}
#atc04 .latest .list a {
  font-weight: 500;
  color: #aaa
}
#atc04 .latest .list .subj {
  padding-bottom: 10px;
  color: #111;
  font-size: 17px;
  font-weight: 600
}
#atc04 .latest .list .cont {
  transition: 0.5s;
  word-break: break-all;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}
#atc04 .latest .list .date {
  font-size: 15px;
  transition: 0.5s;
  word-break: break-all;
  width: 20%;
  text-align: right;
}
#atc04 .latest .list:hover .cont, #atc04 .latest .list:hover .date {
  color: #000;
}
#atc04 .latest .list:hover {
  background: rgba(0, 0, 0, 0.05);
}
#atc04 .latest .list ul {
  margin-bottom: 16px
}
#atc04 .latest .list ul li span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #111
}
#atc04 .latest .list ul li .status em {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 1px solid var(--primary)
}
#atc04 .latest .list ul li .status em + em {
  margin-left: 5px;
  border: none;
  font-weight: 200;
  background: rgba(0, 0, 0, 0.1)
}
#atc04 .latest .list ul li .status em.on {
  background-color: var(--primary)
}
#atc04 .latest .flex {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  color: #888
}