body{
    position: relative;
}
.nav {
    margin-left: 47px;
}

.nav-item {
    font-size: 18px;
    font-weight: 500;

}

.nav-item>a {
    color: rgba(0, 0, 0, 1) !important;
    white-space: nowrap;
}


.nav-img {
    width: 220px;
    height: 58px;
}
.mt10{
    margin-top: 10px;
}

input {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 1);
}

.form-control {
    width: 245px !important;
    height: 36px;
}

.serch-img {
    margin-left: -32px;
    width: 22px;
    height: 22px;
}

 .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
    }

.big-banner {
    width: 100%;
}

.hot-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 46.34px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
    margin-left: 9px;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-bw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid {
    display: grid;
    margin: auto;
    width: 1200px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 20px;
}

@media (max-width: 1200px) {

    /* 调整为单列的宽度 */
    .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.hot-container {
    margin: 58px auto 25px;
}

.card {
    padding: 14px;
    margin-top: 23px;
    border-radius: 10px;
    width: calc((1200px - 60px) / 4);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;

    .card-img {
        width: 100%;
        height: 200px;
    }

    .countdown {
        border-radius: 10px 0px 10px 0px;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        padding: 7px;
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .title {
        margin-left: 6px;
        font-size: 18px;
        font-weight: 700;
        color: rgba(212, 48, 48, 1);
    }

    .describe {
        font-size: 16px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .time {
        font-size: 16px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);

    }

    .tag {
        padding: 1px 4px;
        border-radius: 4px;
    }

    .blue-tag-text {
        background: rgba(42, 130, 228, 1);
        font-size: 13px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    .tag-group {
        width: 122px;
        margin: 23px 0px;

        .tag-text {
            font-size: 12px;
            font-weight: 400;
            color: rgba(0, 0, 0, 1);
            border: 1px solid #cdcfd6;
        }
    }
    .navbar-left{
        width: 20px;
    }

    .views{
        display: flex;
        align-items: center;
    }

    .fire-num {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 1);
        padding-top: 5px;
    }
}

.information-group {
    margin: 50px auto 0;
    width: 1200px;

    .information-card {
        padding: 30px 20px;
        margin-bottom: 10px;
        border-radius: 10.65px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        
        .cont{
            display: flex;

        }

        .date {
            padding: 10px 15px 15px;
            margin-right: 21px;
            border-radius: 15px 0 15px 0;
            border-radius: 20px 0px, 20px, 0px;
            background: rgba(212, 48, 48, 1);
            color: rgba(255, 255, 255, 1);
            height: 120px;

            .day {
                text-align: center;
                font-size: 48px;
                font-weight: 700;
            }

            .yearmonth {
                font-size: 14px;
                font-weight: 700;
                color: rgba(255, 255, 255, 1);

            }
        }

        .content {
            width: 75%;
            color: rgba(0, 0, 0, 1);

            .title {
                font-size: 24px;
                font-weight: 400;
                margin-bottom: 20px;
            }

            .describe {
                font-size: 16px;
                font-weight: 400;
                color:#666;
            }
        }

        .list {

            .item {
                margin-bottom: 20px;

                .new-img {
                    width: 200px;
                    height: 120px;
                    border-radius: 5px;
                }

                .new-content {
                    margin-left: 43px;
                    width: 100%;
                    color: rgba(0, 0, 0, 1);

                    .title {
                        font-size: 20px;
                        font-weight: 500;
                        /* margin-bottom: 25px; */
                    }

                    .describe {
                        font-size: 13px;
                        color: #666;
                        margin-top: 20px;
                    }
                }
            }
        }
    }
}

.ellipsis-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.target-group {
    margin: 50px auto 0;
    width: 1200px;

    .target-card {
        border-radius: 0 0 10px 10px;
        padding-bottom: 32px;
        margin-bottom: 32px;
        border: 1px solid rgba(229, 229, 229, 1);
        box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.05);
        width: 280px;
        color: rgba(0, 0, 0, 1);
        text-align: center;
        overflow: hidden;

        .title {
            font-size: 20px;
            font-weight: 700;
            padding: 10px 0;
        }

        .describe {
            font-size: 14px;
            font-weight: 400;
        }
    }
}

.bottom {
    width: 100%;
    background: rgba(0, 0, 0, 1);
    margin-top: 178px;
    padding: 20px 0;

    .content {
        padding-top: 43px;
        color: rgba(255, 255, 255, 1);
        flex:1;

        a {
            font-size: 16px;
            font-weight: 600;
            color: rgba(255, 255, 255, 1) !important;
            text-decoration: none;
        }

        ul,
        li {
            list-style: none;
        }

        .info {
            a {
                font-size: 14px;
                font-weight: 400;
                color: rgba(255, 255, 255, 1) !important;
                text-decoration: none;
            }

            li {
                padding-right: 35px;
            }
        }

        .address {
            margin-top: 33px;
            display: flex;
            align-items: center;
            justify-content: flex-center;
            gap: 10px;
            position: relative;
        }

        .address li {
            position: relative;
            padding-right: 10px;
        }

        .address li a{
            font-size: 13px;
        }

        .address li::after {
            content: '|';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .address li:last-child::after {
            content: '';
        }
    }
}
.sidebar {
    position: fixed;
    top: 50vh;
    right: 0px;
    transform: translateY(-50%);
    padding: 20px;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: -4px 0px 4px 5px rgba(0, 0, 0, 0.05);
    z-index: 2;

    .list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .tel {
        margin-bottom: 10px;
    }

    .tel:last-child {
        margin-bottom: 0;
    }


    .tel img {
        width: 41px;
        height: 41px;
    }

    .title {
        font-size: 16px;
        text-align: center;
    }
}

.hz_cont{
    border-radius: 10px;
    box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.05);
    width:1200px;
    margin: 0 auto;
}
.hz_cont img{
    width: 100%;
}

