*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    min-width: 1200px;
    position: relative;
    background: #F6F6F6;
}
#app{
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
}
#app::after { 
    content: ''; 
    display: block; 
    clear: both; 
}
[v-cloak] {
    display: none;
}
.nav{
    height: 158px;
    background: #FFFFFF;
    overflow: hidden;
}
.title{
    width: 1135px;  
    height: 78px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.title>img{
    width: 130px;
    height: 38px;
    display: block;
    cursor: pointer;
}
.title_item{
    display: flex;
    align-items: center;
    margin-left: 66px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}
.activenav{
    color: #043F75;
}
.line{
    height: 2px;
    background: #F6F6F6;
}
.nav_b{
    width: 1135px;
    height: 78px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_l{
    height: 78px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    color: #043F75;
}
.nav_l img{
    width: 20px;
    height: 18px;
    display: block;
    margin-right: 10px;
}
.nav_r{
    font-weight: bold;
    font-size: 17px;
    color: #B3B3B3;
}
.content{
    width: 1135px;
    margin: 27px auto 80px;
    overflow: hidden;
}
.home{
    overflow: hidden;
}
.home_top{
    display: flex;
    justify-content: space-between;
}
.swiper_box{
    width: 560px;
    height: 344px;
}
.swiper_box .swiper_img{
    width: 560px;
    height: 344px;
    position: relative;
}
.swiper_img img{
    width: 560px;
    height: 344px;
    display: block;
}
.swiper_img div{
    width: 500px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 15px;
    color: #FFFEFE;
    font-weight: 600;
}
.el-carousel__indicators--horizontal{
    display: none;
}
.el-carousel__arrow{
    width: 20px !important;
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.el-carousel__arrow--left{
    background-image: url("../image/left.png");
}
.el-carousel__arrow--right{
    background-image: url("../image/right.png");
}
.el-carousel__arrow i{
    display: none;
}
.sidebar{
    width: 560px;
    height: 344px;
    /* background-color: #FFFFFF; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.side_item{
    width: 275px;
    height: 168px;
    position: relative;
}
.side_item:nth-child(1){
    margin-bottom: 8px;
}
.side_item:nth-child(2){
    margin-bottom: 8px;
}
.side_item img{
    width: 275px;
    height: 168px;
    display: block;
}
.side_item div{
    width: 250px;
    /* height: 40px; */
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    font-size: 15px;
    color: #FFFEFE;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home_bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.home_list{
    width: 779px;
}
.home_item{
    width: 779px;
    height: 201px;
    margin-bottom: 2px;
    background: #FFFFFF;
    overflow: hidden;
}
.item_top{
    display: flex;
    margin: 30px 40px 13px 13px;
}
.item_top img{
    width: 174px;
    height: 109px;
    display: block;
}
.item_top .item_content{
    width: 510px;
    margin-left: 42px;
}
.item_top .item_content .item_title{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #010101;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item_top .item_content .item_text{
    font-size: 15px;
    color: #8C8C8C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.item_time{
    margin-left: 229px;
    display: flex;
    align-items: center;
}
.item_time .icon_1{
    width: 86px;
    height: 25px;
    display: block;
    margin-right: 36px;
}
.item_time .icon_2{
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 9px;
}
.item_time div{
    font-size: 16px;
    color: #B3B3B3;
}
.side_right{
    width: 345px;
}
.right_item{
    width: 345px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #FFFFFF;
}
.right_item>img{
    width: 318px;
    height: 169px;
    display: block;
    margin: 14px auto 21px;
}
.right_item .right_title{
    width: 318px;
    margin: 0 auto;
    margin-bottom: 14px;
    font-size: 15px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.right_item .right_text{
    width: 318px;
    margin: 0 auto;
    font-size: 15px;
    color: #8C8C8C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.right_item .right_time{
    width: 318px;
    margin: 0 auto;
    height: 68px;
    display: flex;
    align-items: center;
}
.right_time>.icon_1{
    width: 86px;
    height: 25px;
    display: block;
}
.right_time>.icon_2{
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 20px;
    margin-right: 10px;
}
.right_time>div{
    font-size: 16px;
    color: #B3B3B3;
}
.footer{
    height: 269px;
    background: #043F75;
    font-size: 17px;
    color: #C5C5C5;
    overflow: hidden;
}
.footer_content{
    width: 1135px;
    height: 209px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.footer .footer_text{
    font-size: 17px;
    color: #FFFFFF;
}
.footer .weixin{
    margin-right: 47px;
}
.el-dialog{
    width: 640px !important;
}
.modal{
    width: 600px;
    max-height: 700px;
    overflow-y: scroll;
    scrollbar-width: none; 
}
.modal::-webkit-scrollbar {
    display: none;  /* 对 Chrome、Safari 和 Edge 生效 */
}
.modal_title{
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    color: #010101;
    text-align: center;
}
.model_content img{
    display: block;
    max-width: 600px;
    margin: 10px auto;
}