.huojiang_content {
    width: 100%;
    margin: 0 auto;
    min-width: 1180px;
}

.huojiang_content_title {
    width: 1180px;
    margin: 0 auto;
}

.huojiang_content_title .top_title {
    display: flex;
    justify-content: center;
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-transform: uppercase;
}

.huojiang_content_title .top_title span {
    display: block;
    width: 400px;
    color: #e1dfe6;
    font-size: 20px;
    line-height: 130px;
    font-weight: bold;
}

.huojiang_content_title .top_title span:nth-child(1) {
    text-align: right;
}

.huojiang_content_title .top_title p {
    margin: 0 30px;
    color: #3c1a64;
    font-size: 48px;
    font-weight: bold;
}

.huojiang_content_title .search-box {
    width: 1180px;
    height: 63px;
    line-height: 63px;
    margin: 50px auto 0;
    border: 1px solid #281944;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.huojiang_content_title .search-box input {
    display: block;
    flex: 1;
    text-indent: 2rem;
    border: none;
    font-size: 18px;
}

.huojiang_content_title .search-box input::placeholder {
    color: #666;
}

.huojiang_content_title .search-box button {
    border-left: 1px solid #281944;
    background-color: #fff;
    width: 112px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 10px;
    text-indent: 10px;
    transition: 0.2s;
}

.huojiang_content_title .search-box button:hover {
    background-color: #281944;
    color: #fff;
    transition: 0.2s;
}

.huojiang_content_title .zubie {
    display: flex;
    justify-content: flex-start;
    height: 100px;
    line-height: 100px;
}

.huojiang_content_title .zubie span {
    display: block;
    margin-right: 20px;
    color: #333;
    font-weight: bold;
}

.huojiang_content_title .zubie a {
    display: block;
    margin-right: 40px;
    color: #333;
    width: 100px;
    text-align: center;
}


.huojiang_content_title .zubie a:hover,
.huojiang_content_title .zubie .now {
    color: #fff;
    background-color: #3c1a64;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    margin-top: 35px;
    text-decoration: none;
}

.huojiang_content_list {
    width: 100%;
}

.huojiang_content_list ul {
    width: 96%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.huojiang_content_list ul li {
    margin: 0 1% 50px;
    break-inside: avoid;
    height: 365px;
    overflow: hidden;
    width: 23%;
}

.huojiang_content_list ul li img {
    display: block;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
    box-shadow: 0 0 10px #ccc;
    object-fit: cover;
}

.huojiang_content_list ul li div {
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    width: 98%;
    margin: 0 auto;
}

.huojiang_content_list ul li div a {
    display: block;
    flex: 1;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.huojiang_content_list ul li div span {
    display: block;
    background-image: url(../img/huojiang0001.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    color: #666;
}


.huojiang_main{
    width: 1180px;
    margin: 0 auto 50px;
}

.huojiang_main_title {
    margin-top: 50px;
}

.huojiang_main_title p{
    display: block;
    text-align: center;
    color: #3c1a64;
    font-size: 36px;
    font-weight: bold;
    line-height: 70px;
    padding-bottom: 10px;
}

.huojiang_main_title span{
    display: block;
    width: 200px;
    border-bottom: 2px solid #c4bad0;
    margin: 0 auto;
}

.huojiang_main_img {
    width: 1100px;
    margin: 50px auto;
    border-radius: 25px;
    overflow: hidden;
}




.huojiang_main_img .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.huojiang_main_img .swiper .swiper-slide {
    min-height: 300px;
}

.huojiang_main_img .swiper-button-next,
.huojiang_main_img .swiper-button-prev{
    color: #3c1a64 !important;
}

.huojiang_main_img .swiper-pagination-bullet-active{
    background-color: #3c1a64 !important;
}







.huojiang_main_div {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.huojiang_main_div .title{
    font-size: 24px;
    font-weight: bold;
}


.huojiang_main_div :nth-child(3),
.huojiang_main_div :nth-child(4),
.huojiang_main_div :nth-child(5),
.huojiang_main_div :nth-child(6){
    line-height: 60px;
    font-size: 20px;
}

.huojiang_main_jianjie{
    width: 100%;
    margin: 50px auto;
}

.huojiang_main_jianjie .jianjie_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border-bottom: 1px solid #d0d0d0;
}

.huojiang_main_jianjie .jianjie_main{
    width: 96%;
    margin: 30px auto;
    text-indent: 2rem;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    padding-bottom: 50px;
}


.huojiang_main_jianjie .zan{
    width: 125px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 50px auto;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
}

.huojiang_main_jianjie .zan_a{
    background-image: url(../img/huojiang0002.png);
    line-height: 380px;
    cursor: pointer;
}

.huojiang_main_jianjie .zan_b {
    background-image: url(../img/huojiang0003.png);
    line-height: 280px;
}

.font_list_fenye {
    height: 50px;
    line-height: 50px;
    margin: 30px auto 0;
    text-align: center;
    width: 100%; }

.font_list_fenye span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #888888;
    margin: 0 5px; }

.font_list_fenye a {
    color: #333;
    display: block;
    height: 100%;
    padding: 0 10px; }
.font_list_fenye a:hover {
    background-color: #245399;
    color: #fff; }

.font_list_fenye .now a {
    background-color: #245399;
    color: #fff; }