.index .group {
    padding: 25px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #ffeaee;
}

.index .today .title {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.index .today .ctx {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.index .today .images {
    width: 500px;
    height: 275px;
    overflow: hidden;
}

.index .today .images img {
    display: block;
    width: 500px;
    height: 275px;
    object-fit: cover;
    background-color: #f9f9f9;
}

.index .today .texts {
    width: 655px;
    text-align: left;
}

.index .today .texts li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    margin-bottom: 8px;
}

.index .today .texts a {
    color: #444444;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    font-size:15px;
    text-overflow: ellipsis;
}

.index .today .texts a:hover {
    color: #f77b78;
}

.index .today .texts span {
    color: #999999;
}

.index .ball {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.index .ball .item {
    position: relative;
}

.index .ball .item:nth-child(2) {
    width: 340px;
}

.index .ball .item:nth-child(3) {
    width: 895px;
}

.index .ball .more {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #999999;
    font-size: 15px;
    z-index: 1;
}

.index .ball .more:hover {
    color: #f77b78;
}

.index .ball .title {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.index .ball .switch {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-left: 70px;
}

.index .ball .switch a {
    color: #666666;
    font-weight: normal;
    margin-right: 40px;
    padding-bottom: 10px;
    transition: .2s ease-in-out;
    border-bottom: 2px solid #ffffff;
}

.index .ball .switch a.active {
    color: #c52d2a;
    border-color: #c52d2a;
}

.index .ball .switch a:hover {
    color: #c52d2a;
}

.index .ball img {
    width: 155px;
    height: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}

.index .ball img:nth-child(3),
.index .ball img:nth-child(4) {
    margin-bottom: 0;
}

.index .ball ul {
    display: none;
}

.index .ball ul.on {
    display: block;
}

.index .ball li {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-left: 70px;
}

.index .ball li a {
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .ball li a:hover {
    color: #f77b78;
}

.index .ball li span {
    padding-left: 40px;
    color: #999999;
    white-space: nowrap;
}

.index .commend0 {
    overflow: hidden;
}

.index .commend0 .switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.index .commend0 .switch a {
    color: #999999;
    font-size: 18px;
    margin: 0 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
    transition: .2s all;
}

.index .commend0 .switch a.active {
    color: #c52d2a;
    border-color: #c52d2a;
}

.index .commend0 ul {
    display: none;
    font-family: Arial;
}

.index .commend0 ul.on {
    display: block;
}

.index .commend0 li {
    float: left;
    width: 25%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .commend0 li a {
    color: #444444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index .commend0 li a:hover {
    color: #f77b78;
}

.index .commend0 li span {
    padding-left: 40px;
    color: #999999;
    white-space: nowrap;
}

.index .link .tit {
    margin-bottom: 15px;
    font-weight: 600;
}

.index .link a, .index .link i {
    color: #555555;
    transition: .2s ease-in-out;
}

.index .link a {
    padding-right: 4px;
}

.index .link a:hover {
    color: #c52d2a;
}

.index .swiper-pagination-bullet {
    opacity: 1;
    background: #Eb7e8c;
    border-radius: 0;
    width: 30px;
    height: 3px;
}

.index .swiper-pagination-bullet-active {
    background: #c52d2a;
}

