.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    background-color: #F7F7F7;
}

/* 第一部分 */
/* 大标题 */
.index_one {
    width: 100%;
    /*margin-top: 3rem;*/
}
.index_one .one_center {
    width: 14rem;
    margin: 0 auto;
    padding: 0.4rem 0;
    /*text-align: center;*/
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_one .one_center>a{
    width: 100%;
}
.index_one .big_title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.index_one .small_title {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
    min-width: 26%;
    display: none;
    /*display: inline-block;*/
    /*margin-right: .3rem;*/
}
.index_one .small_title:nth-child(2),
.index_one .small_title:nth-child(3),
.index_one .small_title:nth-child(4){
    display: block;
}



/* 第二部分 */
.index_two {
    width: 100%;
}
.index_two .index_two_center {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.index_two .two_left {
    width: 9.5rem;
    /* margin: 0 auto; */
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.index_two .two_right {
    width: 4.2rem;
    background: #FFFFFF;
}

/* 左侧轮播 */
.index_two .two_swiper {
    width: 100%;
    height: 5rem;
}
.index_two .swiper-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_two .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_two .title_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    display: flex;
    align-items: center;
}
.index_two .title_box .title {
    width: 7.14rem;
    margin-left: 0.2rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_two .swiper-pagination {
    width: fit-content !important;
    left: auto !important;
    right: 0.2rem;
    bottom: 0.26rem !important;
}
.index_two .swiper-pagination-bullet {
    background: #FFFFFF;
}
/* 右侧 */
.index_two .important {
    display: block;
    width: 100%;
    height: 2.5rem;
}
.index_two .other_items {
    width: 100%;
    padding: 0.2rem;
}
.index_two .other_items .item {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_two .other_items .item:first-child {
    margin-top: 0;
}
.index_two .other_items .item:nth-child(n+7) {
    display: none;
}
.index_two .other_items .item:hover {
    font-weight: bold;
}


/* 大长图 */
.long_img {
    width: 14rem;
    height: 1.4rem;
    margin: 0.3rem auto;
    overflow: hidden;
}
.long_img img {
    width: 100%;
    height: 100%;
}




/* 第三部分 */
/* 公共部分，下边也会用到 */
.common_mode {
    width: 100%;
}
.common_mode .common_center {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.common_mode .common_left {
    width: 9.5rem;
    /* margin: 0 auto; */
    padding: 0.2rem;
    background: #FFFFFF;
}
.common_mode .common_right {
    width: 4.2rem;
    /* height: fit-content; */
    padding: 0.2rem;
    background: #FFFFFF;
}
/* 标题 */
.common_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common_title .title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.common_title .more {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
/* 内容 */
.common_left .info_box {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}
/* 内容左 */
.common_left .info_box .left {
    width: 4.8rem;
}
.common_left .info_box .left .item {
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.common_left .info_box .left .item:first-child {
    margin-top: 0;
}
.common_left .info_box .left .left_img {
    width: 1.6rem;
    height: 0.95rem;
}
.common_left .info_box .left .right_info {
    width: 66%;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
}
.common_left .info_box .left .info_t {
    width: 3rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.common_left .info_box .left .info_t:hover {
    font-weight: bold;
}
.common_left .info_box .left .date {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    color: #999999;
}
/* 内容右 */
.common_left .info_box .right {
    width: 4rem;
}
.common_left .info_box .right .li {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid #D8D8D8;
}
.common_left .info_box .right .li:first-child {
    margin-top: 0;
}
.common_left .info_box .right .li:last-child {
    border-bottom: none;
}
.common_left .info_box .right .sim_t {
    width: 4rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common_left .info_box .right .li:hover .sim_t {
    font-weight: bold;
}
.common_left .info_box .right .sim_d {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
}

/* 右侧内容 */
.common_right .impor {
    display: block;
    margin-top: 0.2rem;
    height: 2rem;
}
.common_right .other_items .item {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common_right .other_items .item:hover {
    font-weight: bold;
}




/* 第四部分 */
/* 大部分借用 第三部分的样式 */
.index_four {
    margin-top: 0.3rem;
}



/* 第五部分 */
.common_mode .third {
    width: 4.6rem;
    padding: 0.2rem;
    background: #FFFFFF;
    overflow: hidden;
}
.common_mode .third:last-child {
    width: 4.2rem;
}
.common_mode .third_img {
    display: block;
    width: 100%;
    height: 2rem;
    margin-top: 0.2rem;
}
.common_mode .third_items {
    width: 100%;
}
.common_mode .third_items .item {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common_mode .third_items .item:hover {
    font-weight: bold;
}



/* 第六部分 */
/* 大部分借用 第三部分的样式 */
.index_six {
    margin-top: 0.3rem;
}



/* 第八部分--视频中心 */
.index_eight {
    margin-top: 0.3rem;
}
.index_eight .common_center {
    display: block !important;
    padding: 0.2rem;
    background-color: #fff;
}
.index_eight .video_swiper {
    margin-top: 0.3rem;
}
.index_eight .swiper-slide {
    display: block;
    width: 100%;
    overflow: hidden;
}
.index_eight .poster {
    width: 100%;
    height: 2rem;
}
.index_eight .title {
    margin-top: 0.15rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 第九部分--法制、交通、资质 */
.index_nine {
    margin-top: 0.3rem;
    margin-bottom: 0.9rem;
}


.swiper1 {
    height: 100%;
}


@media only screen and (max-width:1024px){
    .index_one .one_center{
        width: 100%;
        padding: 15px;
    }
    .index_one .big_title{
        font-size: 18px;
    }
    .index_one .small_title,
     .index_one .small_title a{
        font-size: 16px;
        margin-top: 15px;
        margin-right: 0;
    }
    .index_two .index_two_center{
        width: 100%;
        flex-direction: column;
    }
    .index_two .two_left{
        width: 100%;
    }
    .index_two .title_box .title{
        font-size: 16px;
    }
    .index_two .two_right{
        width: 100%;
    }
    .index_two .important{
        height: auto;
    }
    .index_two .other_items{
        padding: 15px;
    }
    .index_two .other_items .item{
        font-size: 14px;
        margin-top: 15px;
    }
    .long_img{
        width: 100%;
        height: .7rem;
        margin: 15px 0;
    }
    .common_mode .common_center{
        width: 100%;
        flex-direction: column;
        padding: 8px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .common_mode .common_left{
        width: 100%;
        padding: 15px;
    }
    .common_title .title,
    .common_title .more{
        font-size: 16px!important;
        font-weight: bold;
    }
    .common_left .info_box{
        flex-direction: column;
    }
    .common_left .info_box .left{
        width: 100%;
        margin-bottom: 15px;
    }
    .common_left .info_box .left .item{
        align-items: center;
    }
    .common_left .info_box .left .left_img{
        width: 33%;
        height: auto;
        flex-shrink: 0;
    }
    .common_left .info_box .left .info_t{
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        overflow:hidden;
        display: -webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        text-overflow:ellipsis;
    }
    .common_left .info_box .left .date,
    .common_left .info_box .right .sim_d{
        font-size: 12px;
        margin-top: 15px;
    }
    .common_left .info_box .right{
        width: 100%;
    }
    .common_left .info_box .right .sim_t{
        width: 100%;
        font-size: 14px;
    }
    .common_mode .common_right{
        width: 100%;
        padding: 15px;
    }
    .common_right .other_items .item{
        font-size: 14px;
        margin-top: 15px;
    }
    .common_mode .third{
        width: 100%;
        padding: 15px;
    }
    .common_mode .third_img,
    .common_right .impor{
        height: 200px;
        border: 1px solid #D8D8D8;
    }
    .common_mode .third_items .item{
        font-size: 14px;
        margin-top: 15px;
    }
    .common_mode .third:last-child{
        width: 100%;
    }
    .index_eight .video_swiper{
        margin-top: 15px;
    }
    .index_eight .swiper-slide{
        height: auto;
    }
    .index_eight .poster{
        height: 80%;
    }
    .index_eight .title{
        font-size: 14px;
        margin-top: 15px;
    }
    .index_four,
    .index_six,
    .index_eight{
        margin-top: 15px;
    }
    .index_eight{
        padding: 0 8px;
    }
    .index_nine {
        margin-bottom: 15px;
    }
}
