.ctn{
    margin-top: 90px;
}
.ctn .page1 {
  background: url(../img/PartyWork_1.jpg) center center;
  background-size: cover;
  padding: 7% 0;
}
.ctn .page1 p {
  display: block;
  color: #ffe566;
  text-align: justify;
}
.ctn .page1 p::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #ffe566;
  margin: 15px 0 35px;
}
.ctn .page1 span {
  display: block;
  color: #ffe566;
  width: 45%;
  line-height: 2.25;
}
.ctn .page2 {
  background: #fff;
  padding: 100px 0 200px;
}
.ctn .page2 .tit {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 22px;
  border-bottom: 2px solid #eee;
}
.ctn .page2 .tit p {
  font-weight: bold;
  color: #222222;
}
.ctn .page2 .tit p span {
  color: #cc0000;
}
.ctn .page2 .tit a {
  color: #999;
  transition: all 0.3s;
}
.ctn .page2 .tit a:hover {
  color: #2b2bd6;
}
.ctn .page2 .tit::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 4px;
  background: #cc0000;
}
.ctn .page2 .list {
  margin-top: 60px;
}
.ctn .page2 .new-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn .page2 .new-top .top-l {
  width: 63%;
}
.ctn .page2 .new-top .top-l .list {
  width: 100%;
}
.ctn .page2 .new-top .top-l .list li {
  width: 100%;
}
.ctn .page2 .new-top .top-l .list li:nth-child(1) a {
  padding: 0;
  border-bottom: 0;
  padding-bottom: 35px;
}
.ctn .page2 .new-top .top-l .list li:nth-child(1) a .time {
  text-align: left;
}
.ctn .page2 .new-top .top-l .list li:hover .txt p {
  color: #2b2bd6;
}
.ctn .page2 .new-top .top-l .list li:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn .page2 .new-top .top-l .list .img {
  width: 48%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.ctn .page2 .new-top .top-l .list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page2 .new-top .top-l .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 15px 20px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  width: 100%;
}
.ctn .page2 .new-top .top-l .list a::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  overflow: hidden;
  background: #dddddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ctn .page2 .new-top .top-l .list a p {
  color: #222;
  width: calc(100% - 90px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-weight: bold;
  transition: all 0.3s;
}
.ctn .page2 .new-top .top-l .list a .time {
  width: 90px;
  color: #777;
  text-align: right;
}
.ctn .page2 .new-top .top-l .list a:hover p {
  color: #2b2bd6;
}
.ctn .page2 .new-top .top-l .list .txt {
  width: 48%;
}
.ctn .page2 .new-top .top-l .list .txt p {
  color: #222;
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.ctn .page2 .new-top .top-l .list .txt span {
  margin-top: 25px;
  color: #777777;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2.2;
  height: 4.4em;
}
.ctn .page2 .new-top .top-l .list .txt .time {
  color: #999999;
  margin-top: 40px;
}
.ctn .page2 .new-top .top-r {
  width: 30.24%;
}
.ctn .page2 .new-top .top-r .list {
  width: 100%;
}
.ctn .page2 .new-top .top-r .list li:nth-child(1) a {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 35px;
}
.ctn .page2 .new-top .top-r .list li:nth-child(1) a::after {
  display: none;
}
.ctn .page2 .new-top .top-r .list li:nth-child(1) a .img {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.ctn .page2 .new-top .top-r .list li:nth-child(1) a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page2 .new-top .top-r .list li:nth-child(1) a .txt {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  z-index: 10;
}
.ctn .page2 .new-top .top-r .list li:nth-child(1) a .txt p {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-weight: initial;
}
.ctn .page2 .new-top .top-r .list li a {
  display: block;
  padding: 15px 0 15px 20px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  width: 100%;
}
.ctn .page2 .new-top .top-r .list li a::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  overflow: hidden;
  background: #dddddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ctn .page2 .new-top .top-r .list li a p {
  color: #222;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-weight: bold;
  transition: all 0.3s;
}
.ctn .page2 .new-top .top-r .list li a:hover p {
  color: #2b2bd6;
}
.ctn .page2 .new-top .top-r .list li a:hover .txt p {
  color: #fff;
}
.ctn .page2 .new-top .top-r .list li a:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn .page2 .new-btm {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn .page2 .new-btm .btm-l {
  width: 63%;
}
.ctn .page2 .new-btm .btm-l .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn .page2 .new-btm .btm-l .list li {
  width: 48.8%;
  margin-bottom: 25px;
}
.ctn .page2 .new-btm .btm-l .list li .img {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.ctn .page2 .new-btm .btm-l .list li .img img {
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}
.ctn .page2 .new-btm .btm-l .list li .txt p {
  width: 96%;
  margin: 10px auto 5px;
  text-align: center;
  color: #222;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-weight: initial;
  transition: all 0.3s;
  font-weight: bold;
}
.ctn .page2 .new-btm .btm-l .list li .txt .time {
  color: #999;
  text-align: center;
  width: 100%;
}
.ctn .page2 .new-btm .btm-l .list li:hover .txt p {
  color: #2b2bd6;
}
.ctn .page2 .new-btm .btm-l .list li:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn .page2 .new-btm .btm-r {
  width: 30.24%;
}
.ctn .page2 .new-btm .btm-r .list a {
  display: block;
  padding: 17px 0 17px 20px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  width: 100%;
  font-weight: bold;
}
.ctn .page2 .new-btm .btm-r .list a::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  overflow: hidden;
  background: #dddddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ctn .page2 .new-btm .btm-r .list a p {
  color: #222;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  font-weight: bold;
  transition: all 0.3s;
}
.ctn .page2 .new-btm .btm-r .list a:hover p {
  color: #2b2bd6;
}
/* 125% */
@media screen and (max-width: 1460px) {
  .ctn .page1 {
    padding: 4% 0;
  }
  .ctn .page2 .new-top .top-l .list .txt span {
    line-height: 1.5;
    height: 3em;
    margin-top: 15px;
  }
  .ctn .page2 .new-top .top-l .list .txt .time {
    margin-top: 20px;
  }
  .ctn .page2 {
    padding: 60px 0 200px;
  }
  .ctn .page2 .list {
    margin-top: 40px;
  }
  .ctn .page2 .new-btm .btm-r .list a {
    padding: 12px 0 12px 20px;
  }
  .ctn .page2 .new-btm {
    margin-top: 80px;
  }
  .ctn{
    margin-top: 70px;
}
}
@media screen and (max-width: 1366px) {
  .ctn .page1 span {
    width: 50%;
    line-height: 1.5;
  }
  .ctn .page1 {
    padding: 5% 0;
  }
  .ctn .page1 p::after {
    margin: 15px 0 25px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
    .ctn{
    margin-top: 50px;
}
    .ctn .page2 .new-top .top-l .list .txt p{width:100%;}
  .ctn .page1 p::after {
    width: 40px;
    height: 2px;
  }
  .ctn .page1 span {
    width: 100%;
  }
  .ctn .page2 .new-top .top-l {
    width: 100%;
  }
  .ctn .page2 .new-top .top-r {
    width: 100%;
    margin-top: 30px;
  }
  .ctn .page2 {
    padding: 30px 0 150px;
  }
  .ctn .page2 .new-top .top-l .list li:nth-child(1) a {
    padding-bottom: 20px;
  }
  .ctn .page2 .new-top .top-r .list li:nth-child(1) a {
    margin-bottom: 10px;
  }
  .ctn .page2 .list {
    margin-top: 20px;
  }
  .ctn .page2 .new-btm .btm-l {
    width: 100%;
  }
  .ctn .page2 .new-btm .btm-r {
    width: 100%;
  }
  .ctn .page2 .new-btm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ctn .page2 .tit {
    padding-bottom: 15px;
  }
  .ctn .page1 {
    background-position: 37% 0%;
  }
  .ctn .page2 .new-top .top-l .list a {
    flex-wrap: wrap;
  }
  .ctn .page2 .new-top .top-l .list a .img {
    width: 100%;
    padding-top: 61%;
  }
  .ctn .page2 .new-top .top-l .list a .txt {
    width: 100%;
    margin-top: 20px;
  }
  .ctn .page2 .new-top .top-l .list a .txt p,
  .ctn .page2 .new-top .top-l .list a .txt span {
    display: block;
    height: auto;
  }
  .ctn .page2 .new-top .top-l .list a .txt span {
    margin-top: 10px;
  }
  .ctn .page2 .new-btm .btm-l .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=./PartyWork.css.map */
