.ui_div_center {
    width: 1200px !important;
}

.n_news_t {
    font-size: 36px;
    text-align: left;
    padding-top: 70px;
    color: #595959;
    line-height: 50px;
    width: 100%;
}
.a_newsdetails{
    width: 100%;
}
.n_news_time{
    position: relative; /* 使得 ::after 伪元素能够相对于该元素定位 */
    margin: 30px 0 70px;
    color: #999;
}

.n_news_time::after{
    content: "";
    position: absolute;
    left: 0; /* 从左边开始 */
    bottom: -20px; /* 向下移动20px */
    height: 1px;
    width: 100%; /* 使线的宽度等于父元素的宽度 */
    background-color: #dedede; /* 线的颜色 */
}
/*图片点击放大的效果 start*/
.zoomableImage {
    cursor: pointer;
    max-width: 100%;
}
/*图片点击放大的效果 end*/

/*将顶部导航栏一直设置为黑色，不显示白色*/
.nav_a_all,.ui_div_right_all span,.ui_div_right_all a{
    color: #061828 !important;
}
.ui_div_right_all a{
    background-color: #46c9ff !important;
    border: none !important;
    color: #fff !important;
}
.ui_div{
    background-color: #fff;
    box-shadow: #839cb7 0px 0px 20px;
}
.nav_a_all.active1{
    color: #46c9ff !important;
    border-bottom: 3px solid #46c9ff !important;
}
.i_logo .esunlogo{
    display: block !important;
}
.i_logo .whitelogo{
    display: none !important;
}
.i_linkbg {
    margin-top: 0 !important;
}