.header {
    background-color: rgba(94,102,112,0.8) !important;
}
.article_header img {
    width: 100%;
}
.article_header {
    position: relative;
}
.article_header span {
    position: absolute;
    left: 19%;
    top: 36%;
    color: #fff;
}
.article_header span h5 {
    font-size: 30px;
    font-weight: 500;
}
.article_header span h1 {
    font-size: 64px;
}
.article_header span h4 {
    font-size: 49px;
    font-weight: 500;
    margin: 23px 0;
}
.mianbao {
    margin-top: 40px;
    display: flex;
}
.mianbao li{
    font-size: 16px !important;
    font-weight: bolder;
}
.mianbao span {
    font-size: 15px;
    margin: 0 3px;
    font-weight: bold;
}
li.mianbao1 a {
    font-weight: 600;
    color: #747474;
}
ul.mianbao.container {
    margin-top: 43px;
}
.hot_title {
    text-align: center;
}
.hot_title>div {
    display: inline-block;
    width: 65px;
    background-color: #4BC7F1;
    height: 3px;
}

.new_tittle {
    margin-top: 100px;
}
/* 热门动态 */



/* 最新动态 */
.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 .new_body h1 {
    color: #145CA8; 
}
.thenew_art {
    display: flex;
}
.thenew_art img {
    width: 330px;
    height: 200px;
    margin: auto 0;
}
.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;
}

.hot_btm {
    position: relative;
}
.hot_btm img {
    position: absolute;
    left: 0;
    /* top: 0; */
    top: 50%;
    transform: translateY(-50%);
    /* margin: auto 0; */
    z-index: 2;
    box-shadow: -32px 17px 14px #ccc;
}
.huo_text {
    margin-left: 25%;
    margin-top: 41px;
    /* background-color: #fff; */
    /* background-color: white; */
    background-color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 0px 45px #ccc;
    padding: 15px 15px 10px 67px;
}

.new_body p {
    font-size: 18px;
    display: inline-block;
    font-weight: bolder;
    margin-bottom: 15px;
    font-weight: 500;
}

.hot_btm .new_body>p {
    position: relative;
    margin-top: 10px;
    margin-bottom: 57px;
}
.hot_btm .new_body>p:before {
    content: "";
    width: 21px;
    height: 18px;
    background: url(/img/ei-v3-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -8px;
    right: -7px;
}
.hot_btm .new_body>p:after {
    content: "";
    width: 21px;
    height: 18px;
    background: url(/img/ei-v3-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -14px;
    left: -31px;
    transform: rotatez(180deg);
}
