.header {
    background-color: rgba(94,102,112,0.8) !important;
}
.article_header img {
    width: 100%;
}
.article_header {
    position: relative;
}
.article_header span {
    position: absolute;
    right: 4%;
    top: 29%;
    color: #fff;
}

.article_header span h1 {
    font-size: 64px;
}
.article_header span h4 {
    font-size: 49px;
    font-weight: 500;
    margin: 23px 0;
}



.new_tittle {
    margin-top: 100px;
}
/* tab栏切换 */
.header_text_denglu>ul {
    text-align: center;
    border-bottom: 2px solid #E6E6E6;
}
.header_text_denglu>ul li {
    display: inline-block;
    font-size: 32px;
    margin: 0 60px;
    font-weight: 600;
    padding-bottom: 17px;
}
.header_text_denglu>ul li.active {
    border-bottom: 3px solid #1AB9EC;
}


/* 最新动态 */
.new_art {
    padding: 15px;
    margin-bottom: 3px;
    cursor: pointer;
    transition: all 0.4s;
}
.new_art:hover {
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 0px 45px #ccc;
}
.new_art:hover .thenew_art_left>div:nth-child(1) {
    background-color: #004EA2;
}
.new_art:hover .thenew_art_left>div:nth-child(2) {
    color: #004EA2;
}
.new_art:hover .new_body h1 {
    color: #145CA8;
}
.thenew_art {
    display: flex;
}
.thenew_art_left {
    /* width: 103px; */
    padding: 15px 11px 30px;
}
.thenew_art_left>div:nth-child(1) {
    /* width: 64px; */
    padding: 20px 34px;
    font-size: 40px;
    color: #fff;
    background-color: #CCCCCC;
}
.thenew_art_left>div:nth-child(2) {
    font-size: 16px;
    background-color: #fff;
    color: #ccc;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ccc;
}

.new_body {
    margin-left: 18px;
}
.new_body h1 {
    
    overflow: hidden;   
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.new_body h3 {
    margin: 0px 10px 10px 0px;
    display: inline-block;
    color: #727272;
    font-weight: 500;
}
.new_body span {
    font-size: 18px;
    display: inline-block;
    font-weight: bolder;
    margin-bottom: 15px;
    font-weight: 500;
}
.new_body>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
}
.new_body>div span {
    border: 2px solid #ccc;
    margin-right: 10px;
    border-radius: 8px;
    padding: 0 6px;
}
.new_body>div span:hover {
    color: #fff;
    background-color: #004FA2;
    border: 2px solid #004FA2;
}
/* 分页 */
.pages {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}
.pages .pager-loose {
    vertical-align: top;
    display: inline-block;
    margin: 0px 8px 0px 8px;
}
.tiaozhuan {
    margin-left: 21px;
    /* vertical-align: middle; */
    font-size: 17px;
}
.tiaozhuan input {
    width: 50px;
    margin-right: 5px;

}
.tiaozhuan button {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 1px 7px;
    border-radius: 5px;
}
.previous a ,.next a{
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.53846154;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pagehover:hover {
    background-color: #ccc;
}