li{
    list-style-type:none;
}
ul{
    padding: 0;
}
.container-fluid{
    margin: 0;
    padding: 0;
	text-align:center;
}
.container-fluid>img{
	max-width:1440px;
	object-fit: none;
}
.Press-center{
    width: 100%;
    margin: auto;
    padding-left: 6%;
    padding-right: 6%;
    background-repeat:no-repeat;
    margin-top: -2.5%;
}
.Press-switch{
    width: 91%;
    margin: auto;
    padding-top: 8PX;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
    background-color: #fff;
    align-items: center;
    box-shadow: 1px 1px 5px 1px  #8888;
}
.Press-switch>ul{
    margin: auto;
    display: flex;
    min-height: 50px;
    justify-content: space-around;
    width:85%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
}
.Press-switch>ul>div{
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    height: 50px;
}
.Press-switch>ul>div>li{
    width: auto;
    list-style-type:none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.Press-switch>ul>li>span:hover{
    color: #232323;
}
.Press-switch>ul>div>li>.xian{
    position: absolute;
    width: 100%;
    border: 1px solid #232323;
   display: none;
    transition: all 0.5s;
    animation-name: news-xian;
    animation-duration: 0.5s;
    bottom: 0;
}
@keyframes news-xian {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}
.Press-switch>ul>div>li:hover .xian{
    display: block;
}
.News-content{
    width: 100%;
    display: none;
}
.News-content>ul{
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.News-content>ul>li{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;

    padding-bottom: 2%;
}
.News-content>ul>li>.news-img{
    width: 30%;
    overflow: hidden;
}
.News-content>ul>li>.news-img>img:hover{
        transform: scale(1.1);   
}
.News-content>ul>li>.news-img>img{
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
}
.News-content>ul>li>.news-txt{
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
}
.News-content>ul>li>.news-txt>p:last-child{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    text-align: left;
}
.News-content>ul>li>.news-txt>p:last-child span{
    margin-right: 25px;
}
.News-content>ul>li>.news-txt>p:first-child{
    width: 80%;
    font-size: 20px;
    font-weight: 700;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
	text-align:left;
}
.News-content>ul>li>.news-txt>p:first-child a{
    color: black;
}
.News-content>ul>li>.news-txt>p:first-child a:hover{
    border-bottom: 2px solid black;
}
.News-content>ul>li>.news-txt>.txt{
    cursor: pointer;
    text-indent: 2em;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */

}
.ac{
    display: block !important;
}
.color{
    color: #232323 ;
}
@media screen and (max-width:768px) {
    .Press-switch>ul>div{
        height: 40px;
    }
    .Press-switch>ul>div>li>span>f:last-child{
        display: none;
    }
    .News-content>ul>li>.news-txt>.txt{
        -webkit-line-clamp: 1;
    }
    .News-content>ul>li>.news-txt>p:first-child{
        font-size: 18px;
    }
    .News-content>ul>li{
        width: 90%;
        margin: auto;
    }
    .News-content>ul>li>.news-txt p{
        margin-bottom: 5px;
    }
    .News-content>ul>li>.news-txt>p>span:last-child{
       display: none;
    }
}
@media screen and (max-width:992px){
    .Press-switch>ul{
        width: 90%;
    }
}
@media screen and (max-width:1100px){
    .Press-switch>ul>div>li>span>f:last-child{
        display: none;
    }
}