@import url(pscroll.css);
/*新闻列表叶子页*/
.n_banner {
    width: 100%;
    height: 480px;
    position: relative;
}
.n_banner img {
    max-width: 100%;
    height: 480px;
    display: block;
    object-fit: cover;
    width: 100%;
}
.n_banner_text {
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    top: 115px;
}
.n_banner_text>div:nth-child(1){
    font-size: 36px;
    color: #000000;
    margin-bottom: 22px;
}
.n_banner_text>div:nth-child(2){
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
    width: 700px;
    height: 105px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.n_banner_text>div:nth-child(3){
    display: flex;
}
.n_banner_text>div:nth-child(3) .n_banner_fa{
    width: 150px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 42px;
    background: #0058FF;
    border-radius: 5px;
    color: #FFFFFF;
    margin-right: 20px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.n_banner_text div:nth-child(3) .n_banner_fa:hover .show-info-wx{
    display: block;
}
.n_banner_fa .show-info-wx {
    display: none;
    width: 140px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    left: 165px;
    top: -80px;
    background: #FFFFFF;
}
.n_banner_fa .show-info-wx img {
    width: 120px;
    height: 120px;
    display: block;
}
.n_banner_fa .show-info-wx div:nth-child(2) {
    font-size: 14px;
    color: #888F9B;
    margin-top: 7px;
    line-height: 22px;
}
.n_banner_fa .show-info-wx div:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
    color: #888F9B;
    margin-top: 7px;
}
.n_nav_bg {
    position: sticky;
    top: 60px;
    height: 60px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 25px 0px rgba(54, 98, 236, 0.15);
}
.n_nav {
    width: 1400px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    display: flex;
}
.n_nav a{
    display: block;
    width: 65px;
    margin-right: 60px;
    font-size: 16px;
    color: #1D1D1F;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.n_nav a.csel {
    font-weight: bold;
    color: #0058FF;
}
.n_nav a.csel::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 3px;
    border-radius: 4px;
    background: #0058FF;
}
.n_news_bg {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #FFFFFF;
    display: flex;
}
.n_news {
    width: 980px;
}
.n_news_item {
    width: 980px;
    height: 135px;
    margin-top: 50px;
}
.n_news_item a {
    display: flex;
}
.n_news_img img{
    width: 240px;
    height: 135px;
    margin-right: 20px;
}
.n_news_text {
    width: 760px;
}
.n_news_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}
.n_news_descrip {
    line-height: 28px;
    font-size: 16px;
    height: 56px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}
.n_news_time {
    display: flex;
    font-size: 14px;
    line-height: 26px;
}
.n_news_time div:nth-child(1) {
    margin-right: 16px;
}
.n_news_time div:nth-child(2) {
    width: 68px;
    height: 26px;
    border-radius: 5px;
    border: 1px solid #0058FF;
    box-sizing: border-box;
    text-align: center;
    color: #0058FF;
}