.news-img {
    width: 100%;
    height: 300px;
    background: url(../../images/news/header.png) no-repeat center;
    background-size: 100% 300px;
    position: relative;
}

.news-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-txt p {
    color: #fff;
    text-align: center;
}

.news-txt p:first-child {
    font-size: 24px;
    letter-spacing: 14px;
    margin-bottom: 12px;
}

.news-txt p:nth-child(2) {
    font-size: 36px;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

.news-txt span {
    display: block;
    width: 36px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.news-main {
    width: 1200px;
    margin: 0 auto;
}

.news-main-top {
    width: 100%;
    height: 127px;
    position: relative;
}
.news-bread {
    display: flex;
    position: absolute;
    bottom: 0;
    /* top: 55%;
    transform: translateY(-50%); */
}
.news-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-nav ul {
    display: flex;
}

.news-nav ul li {
    list-style: none;
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    text-align: center;
    line-height: 31px;
    color: #999999;
    margin-left: 8px;
    cursor: pointer;
    transition: background 0.4s;
    padding: 0 27px 0 27px;
}

.news-nav ul li:hover {
    height: 33px;
    line-height: 34px;
    background: #004088;
    border: none;
    color: #fff;
    padding: 0 28px 0 28px;
}
.news-nav ul li.nav-active{
    height: 33px;
    line-height: 34px;
    background: #004088;
    border: none;
    color: #fff;
    padding: 0 28px 0 28px;
}
.news-main-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-box {
    width: 580px;
    height: 261px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    display: flex;
    position: relative;
    margin-bottom: 35px;
    transition: border-color .4s;
    position: relative;
}
a:hover{
    text-decoration: none;
}
.news-box:hover {
    border-color: #004088;
}

.news-box:hover img {
    transform: scale(1.2);
}

.news-box:hover .box-btn {
    background: #004088;
    color: #fff;
}

.news-btn {
    width: 90px;
    height: 36px;
    line-height: 38px;
    border: none;
    color: #fff;
    background: #004088;
}

.box-img {
    width: 190px;
    height: 260px;
    overflow: hidden;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.box-img img {
    width: 190px;
    height: 260px;
    transition: all .4s;
}

.box-txt {
    width: 389px;
    height: 260px;
    padding: 40px 40px 40px 33px;
}

.box-txt p {
    margin: 0;
}

.box-txt p:first-child {
    font-size: 18px;
    color: #393d3f;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: none;
}

.box-txt p:nth-child(2) {
    font-size: 14px;
    color: #b1b1b1;
    line-height: 24px;
    margin-bottom: 18px;
}

.box-txt p:nth-child(3) {
    color: #848484;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-btn {
    width: 88px;
    height: 34px;
    border-radius: 18px;
    text-align: center;
    line-height: 33px;
    color: #b1b1b1;
    font-size: 14px;
    border: 1px solid #eeeeee;
    position: absolute;
    bottom: 40px;
    cursor: pointer;
    transition: background .4s;
}

.box-img {
    width: 190px;
    height: 260px;
}