﻿@charset "UTF-8";
.center_main{
    /*display: flex;*/
    /*align-items: center;*/
    width: 1270px;
    margin: 0 auto;
}
#top_line{
    height: 5px;
    background: #ffffff;
    width: 100%;
}
#top{
    height: 80px;
    line-height: 80px;
    background: #ffffff;
}

#top .center_main #logo01{
    margin-right: 30px;
}

#top .logo{
    padding-top: 0px;
}

#search_con{
    width:200px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    padding-left: 40px;
    background:no-repeat url('https://sslfile.shedu.net.cn/secsa_ai/2023_kejijie/search.png') 10px center;
    background-color: #f1f5fe!important;
}

#search_con input{
    display: inline-block;
    width: 140px;
    height: 45px;
}

#banner{
    width: 100%;
    height: 321px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://sslfile.shedu.net.cn/secsa_ai/2024_kejijie/2025-SHKJ-main_bnr.jpg');
    background-size: cover;
}

#city_con{
    display: block;
}

#provice_con{
    display: block;
    background: #f3f8ff;
}
.list_con{
    padding-top: 15px;
    padding-bottom: 15px;
}
.list_con .title{
    position: relative;
}

.list_con .title .more{
    position: absolute;
    right: 0;
    top:10px;
    font-size:20px;
}

.list_con .title,
.list_con .title a{
    text-align: center;
    font-size: 36px;
    color: #326dfa;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-bottom: 30px;
}


.list_con .title .line{
    width: 170px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #326dfa;
}

.list_con .pic_con{
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.list_con .pic_con img {
    width: 415px;
    height: 160px;
    border-radius: 10px;
}

.list_con .qu_con{
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.list_con .qu_con li{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 15px 0 rgba(168,182,191,.4);
}

.list_con .qu_con li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #4b8ffd;
}
footer{
    display: block;
    height: 90px;
    background: #336dfa;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
}

footer .big{
    font-size: 24px;
}

footer .small{
    font-size: 15px;
}

#news_con .fl_con img{
    width:400px;
    height:185px;
    margin-bottom:10px;
}

#news_con .fl_con .news_des{
    width:400px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:18px;
    background: url('https://sslfile.shedu.net.cn/secsa_ai/2023_kejijie/dot.png') no-repeat left 5px;
    text-indent: 1em;
}
#news_con .fr_con{
    width:780px;
}
#news_con .fr_con .newsitem,
#news_con .fr_con .newsitem a{
    display: inline-block;
    height:36px;
    line-height:36px;
    font-size:18px;
    width:780px;

}
#news_con .fr_con .newsitem{
    background: url('https://sslfile.shedu.net.cn/secsa_ai/2023_kejijie/dot.png') no-repeat left 50%;
    padding-left:20px;
}
#news_con .fr_con .newsitem .con{
    width:540px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
