.img_ai{
    width: 345px;
    height: 230px;
    display: flex;
    overflow: hidden;
    align-content: center;
}
.img_ai img{
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
}
.swiper-container-news{
    overflow: hidden;
}
.swiper-container-news .swiper-pagination{
    bottom: 108px;
    padding-left: 230px;
}
.swiper-container-news .swiper-pagination span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.swiper-container-news .swiper-slide{
    background-color: #ffffff;
}
.swiper-pagination{
    padding-left: 48%;
}
.swiper-pagination span{
    display: block;
    list-style: none;
    width: 20px;
    height: 7px;
    float: left;
    margin-left: 7px;
    background: #FFF;
    border-radius: 3px;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background-color: #D13D03;
}
.t_ai{
    height: 35px;
    display: block;
    line-height: 35px;
    text-decoration: none;
    color: #D13D03;
    font-size: 16px;
    overflow: hidden;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    padding: 0 8px;
}
.con_ai{
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    padding: 0 8px;
}
.content_cat a.current{
    display: block;
    color: #D13D03;
    background-color: #fbfbfb;
    float: left;
    height: 54px;
    width: 100%;
    line-height: 54px;
    font-size: 17px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA;
    background-image: url('../image/title_bg.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}
.content_cat a {
    line-height: 54px;
    color: #444444;
    font-size: 17px;
    background-color: #F3F3F3;
    float: left;
    height: 54px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA;
    text-align: center;
}
.lst_img{}
.lst_img li .text {
    text-align: center;
    line-height: 35px;
    background-color: #e5e5ea;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lst_img li img {
    vertical-align: bottom;
}
.lst_img li {
    width: 30%;
    float: left;
    margin-top: 15px;
    margin-right: 5%;
}
.lst_img li:nth-child(3n){
    margin-right: 0;
}
.lst_img {
    float: left;
    margin-top: 20px;
}
.lst_img li .text a {
    color: #D13D03;
}