
.carousel-item img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.layui-carousel-ind ul {
    background-color: transparent;
}

.layui-carousel-ind li {
    width: 60px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
}

.layui-carousel-ind li.layui-this {
    background: #889fb9ff;
}

.banner {
    padding: 50px 0;
    background-color: #E0E9F4;
}

.banner-title {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    height: 40px;
    border-width: 4px;
    border-left-style: solid;
}

.banner-title > span {
    margin-left: 5px;
}



.timeWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeWrap-item {
    width: 320px;
    height: 110px;
    text-align: center;
    margin: 40px 15px 0;
}

.timeWrap-item-header {
    border-radius: 25px 5px 0 0;
    color: #fff;
    line-height: 30px;
}

.timeWrap-item-content {
    background-color: #fff;
    height: 80px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.desWrap-item {
    width: 320px;
    height: 250px;
    text-align: center;
    margin: 0px 15px 0;
    padding: 20px 30px 0;
    box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;
    background: #ffffffff;
}

.desWrap-item-title {
    font-size: 20px;
}

.desWrap-item-des {
    font-size: 14px;
    margin-top: 20px;
    height: 45px;
}

.desWrap-item-btn {
    display: inline-block;
    width: 150px;
    line-height: 30px;
    border-radius: 14.5px 14.5px 14.5px 14.5px;
    margin-top: 20px;
    color: #fff;
}
.desWrap-item-btn>a{color:#fff;}
.desWrap-item:hover a{color:#2777C9;}
.desWrap-item:hover .desWrap-item-btn {
    color: #2777C9;
    background-color: #fff !important;
}

.boxImg1 {
    background: url('../img/reg.png') no-repeat;
}

.desWrap-item:hover .boxImg1 {
    background: url('../img/reg2.png') no-repeat;
}

.boxImg2 {
    background: url('../img/call.png') no-repeat;
}

.desWrap-item:hover .boxImg2 {
    background: url('../img/call2.png') no-repeat;
}

.boxImg3 {
    background: url('../img/pub.png') no-repeat;
}

.desWrap-item:hover .boxImg3 {
    background: url('../img/pub2.png') no-repeat;
}

.deadLine {
    margin: 0px auto 0;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 60px;
    width: 1020px;
}

.deadLine .smallFont {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    position: relative;
    top: 4px;
}

.deadLine-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    background-color: #fff;
    height: 100%;
}

.deadLine-item:first-child {
    color: #fff;
    height: 100%;
    border-radius: 49.5px 0px 0px 49.5px;
}

.deadLine-item:last-child {
    border-radius: 0px 49.5px 49.5px 0px;
}


.mt30 {
    margin-top: 30px;
}


.news {
    padding: 40px 0;
    background-color: #E0E9F4;
}

.news-item {
    display: inline-block;
    /*padding: 30px 20px 20px;*/
    border-bottom: 1px solid #F3F3F3;
    cursor: pointer;
    font-size: 20px;
    box-sizing: border-box;
    width: 49.7%;
    position: relative;
}

.news-item-radio {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 20px;
    position: relative;
    top: -3px;
}

.news-item:nth-child(odd):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #F3F3F3;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.Partners {
    background-color: #fff;
    padding: 50px 0;
}

.Partners-cardWrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.Partners-item {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    margin-right: 20px;
    margin-bottom: 20px;
}

.Partners-item .img {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
}


.module_0 {
    background-color: #fff;
}

.module_1 {
    background-color: #E0E9F4;
}

.module_3 {
    background-color: #E0E9F4;
}

.box {
    padding: 15px 0;
}
.boxImg {
    width: 100px;
    height: 80px;
    background-size: cover;
    margin: 0 auto;
}

.news-detail {
    padding: 0px;
}

.box-content {
    width: 1200px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 12px;
    padding: 15px 35px;
}

/* =========================
   Springer-style (clean, academic)
   Targets: Important Date + cards + countdown
   Added on top of existing styles
   ========================= */

/* Section title */
.banner-title{
  font-size: 38px;
  font-weight: 700;
  height: auto;
  line-height: 1.1;
  border-left-width: 5px;
  padding: 6px 0;
}
.banner-title > span{
  margin-left: 12px;
}

/* ---- Important dates (top 3 cards) ---- */
.timeWrap{
  gap: 24px;
  flex-wrap: wrap;
}

.timeWrap-item{
  width: 360px;
  height: auto;
  margin: 28px 0 0;
  border: 1px solid #E6EDF5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(16, 24, 40, 0.04);
  overflow: hidden;
}

.timeWrap-item-header{
  border-radius: 0;
  background: #2777C9 !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 44px;
  font-size: 14px;
}

.timeWrap-item-content{
  height: auto;
  padding: 22px 10px;
  font-size: 32px;
  font-weight: 600;
  color: #101828;
}

/* ---- 3 info cards (Registration / Submission / Publication) ---- */
.desWrap{
  gap: 24px;
  flex-wrap: wrap;
}

.desWrap-item{
  width: 360px;
  height: auto;
  margin: 0;
  padding: 22px 26px 18px;
  border-radius: 8px;
  border: 1px solid #E6EDF5;
  background: #fff;
  box-shadow: 0 2px 10px rgba(16, 24, 40, 0.04);
}

/* remove strong hover invert */
.desWrap-item:hover{
  background: #fff;
  color: inherit;
}
.desWrap-item:hover .desWrap-item-btn{
  background: #2777C9 !important;
  color: #fff;
}

.boxImg{
  width: 72px;
  height: 56px;
  margin: 4px auto 10px;
  background-size: contain;
  background-position: center;
}

.desWrap-item-title{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 6px;
  color: #101828;
}

.desWrap-item-des{
  font-size: 13px;
  line-height: 1.7;
  margin-top: 12px;
  height: auto;
  min-height: 44px;
  color: #344054;
}

/* Springer-like button */
.desWrap-item-btn{
  width: auto;
  padding: 0 18px;
  line-height: 34px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #2777C9;
  background: #2777C9 !important;
  margin-top: 16px;
}
.desWrap-item-btn a{
  color: #fff !important;
}
.desWrap-item-btn:hover{
  filter: brightness(0.95);
}

/* ---- Countdown bar (clean pill) ---- */
.deadLine{
  width: 100%;
  max-width: 1200px;
  border: 1px solid #E6EDF5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(16, 24, 40, 0.04);
  margin-top: 18px;
}

.deadLine-item{
  background: #fff;
  height: 64px;
  font-size: 28px;
  font-weight: 700;
  color: #101828;
}

.deadLine-item:first-child{
  background: #2777C9 !important;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.2px;
  border-radius: 0;
}

.deadLine .smallFont{
  font-size: 13px;
  font-weight: 500;
  margin-left: 14px;
  top: 2px;
  color: #667085;
}

/* ---- Responsive ---- */
@media (max-width: 1200px){
  .timeWrap-item, .desWrap-item{ width: 100%; max-width: 520px; }
  .deadLine{ width: 100% !important; }
}
