/* 顶部广告 */
.content_border{
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

.carousel-inner{
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    height: 80px;
    display: flex;
    justify-content: space-between;
}
.carousel-inner img{
    width: 605px;
    height: 80px;
}
/* 跳转链接 */
.content_service{
    width: 100%;
    margin-top: 5px; 
    display: flex;
    gap: 10px;
    padding: 0px;
    justify-content: space-between;

}
.service_container{
    width:65%;
    border-right: 2px solid #F4F4F4;
}
.main_img{
    width: 100%;
    height: 270px;
    border: 1px solid #F4F4F4;
}
.main_img img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.service_content{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    background-color: #F4F4F4;
    margin-top: 5px;
}
.service_title{
    width: 10%;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.service_list{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.service_list a{
    width: 25%;
    text-align: center;
    height: 100%;
}
.service_list a:hover{
    background-color: #0A70BF;
}
.hot_list{
    display: flex;
    flex-direction: column;
    width: 35%;
    gap: 5px;
    border-left: 1px solid #F4F4F4;
    float: right;
}
.list_content{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
   
}
.title_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 330px;
    height: 50px;
    padding: px;
    padding-left: 15px;
}
.list_title{
    width: 100px;
    /* border: 1px solid #0e5993; */
    font-size: 30px;
    /* font-weight: bold; */
    color: #4093FF;
    margin: 0;
    flex: 1;
    /* border-bottom:2px solid #0e5993; */
}
.list_more{
    font-size: 14px;
    color: #666;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
    /* margin-right: 10px; */
    padding: 0px;
    white-space: nowrap;
    /* border: 1px solid #0e5993; */
    text-align: right;
    flex: 1;
    float: right;
    margin-right: -20px;
}
.list_more:hover{
    color: red;

}

.list_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* line-height: 10px; */
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
}
.list_item a:hover,
.news-link:hover{
    color: red;
}

.news-text::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 18px;
    border-left: 4px solid #2056A0;
    margin-right: 10px;
    flex-shrink: 0;
}
.news-link p{
    max-width: 72%;
    font-family: '微软雅黑';
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.news-link p span{
    font-size: 16px;
    color: #000;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-link:hover p span{
    color: red;
}
.news-link img{
    display: block;
    height: 15px;
    margin-left: -10px;
    margin-bottom: 11px;
}
.news-link span{
    font-family: '微软雅黑';
    font-size: 14px;
    display: block;
    flex-shrink: 0;
    color: #8f8b8b;
    font-weight: lighter;
    margin-left: auto;
}
.service_list img{
    /* border: 1px solid rgb(0, 145, 255); */
    width: 100px;
    height: 100px;
    /* object-fit: cover;
    max-width: none; */
}
.link_sceea{
    margin-top: auto;
    width: 100%;
}
.link_sceea img{
    max-width: 100%;
    height: 100%;
}

/* 滚动广告 */
.scroll_container{
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.scroll_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* 允许换行 */
}
/* .scroll_content{
    display: flex;
    width: max-content;
    animation: scroll 10s linear infinite;
} */
/* .scroll_content:hover{
    animation-play-state: paused;
} 
@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
} */

/* 新闻列表 */
.newslist_container{
    display: flex;
    width: 100%;
    margin: 0 auto 0;
    justify-content: space-between;
    background-color: #EFEFEF;
    max-height: 290px;
    overflow: hidden;
}
.news_list{
    width: 400px;
}
.zk_list{
    width: 305px;
}
.news_top{
    width: 100%;
    height: 55px;
}
.zxzx_top{
    background-image: url('../Images/news.png');
}
.yxdt_top{
    background-image: url('../Images/dynamic.png');
}
.zk_top{
    background-image: url('../Images/zhaokao.png');
}
.more{
    float: right;
    margin-top: 16px;
    font-weight: bold;
    color: #0e5993;
    text-decoration: none;
}
.new_lie{
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}
.new_lie li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.new_lie li a{
    width: 76%;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}
.new_lie li a:hover{
    color: red;
    cursor: pointer;
}
.new_lie li a:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 18px;
    border-left: 4px solid #2056A0;
    margin-right: 10px;
    vertical-align: middle;
}
.new_lie li a span{
    font-family: '微软雅黑';
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_lie li p{
    font-family: '微软雅黑';
    width: 20%;
    margin: 0;
    color: #8f8b8b;
    font-size: 14px;
    text-align: right;
}
.zhaokao_lie {
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.zhaokao_lie li{
    width: 45%;
    height: 60px;
    line-height: 60px;
}
.zhaokao_lie li a{
    width: 76%;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}
.zhaokao_lie li a:hover{
    color: red;
    cursor: pointer;
}
.zhaokao_lie li a:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 18px;
    border-left: 4px solid #2056A0;
    margin-right: 10px;
    vertical-align: middle;
}
