/*
.pic_01{
    width: 100%;
    height: 240px;
    margin:0 auto;
    margin-bottom: 24px;
    overflow: hidden;
    object-fit: cover;
}*/
.pic_01 {
    width: 100%; /* 3 */
    position: relative; /* 5 */
    height: 275px;; /* 11 */
    overflow: hidden;
    margin-bottom: 24px;

}

.pic_01 img {
    position: relative; /* 6 */
    left: 50%; /* 7 */
    margin-left: -960px;
    vertical-align: middle;
}

/*.pic_tzzgx{
    width: 100%;
    height: 470px;
    margin:0 auto;
    margin-bottom: 24px;
    overflow: hidden;
    object-fit: cover;
} */
.his_page {
    width: 925px;
    display: block;
    margin-right: -12px;
    padding-bottom: 16px;
    float: right;
    border-bottom: 1px solid #d0d0d0;

}

.his_page ul li {
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 16px;
    color: #999;
}

.page {
    display: inline-block;
    margin-bottom: 16px;
    margin-top: 24px;
    float: right;
    margin-right: 0px;
}

.page ul li {
    display: flex;
    float: left;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    visibility: middle;
    border: 1px solid #d0d0d0;
    margin-left: 12px;
}

.page ul li a:hover {
    color: #0075d2;
}

.slider {
    min-height: 450px;
    width: 240px;
    float: left;
    padding: 16px;
    margin-bottom: 60px;
}

.news_content {
    margin-bottom: 100px;
    width: 912px;
    display: block;
    float: left;

}

.page a:link {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.page a:visited {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.page a:hover {
    font-size: 14px;
    color: #0075d2;
    text-decoration: none;
}

.his_page a:link {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.his_page a:visited {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.his_page a:hover {
    font-size: 14px;
    color: #0075d2;
    text-decoration: none;
}

.slider a:link {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.slider a:visited {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.slider a:hover {
    width: 240px;

    color: #fff;
    background-color: #0075d2;
}

.slider ul li {
    box-shadow: 0 2px 6px 0 rgba(13, 23, 46, 0.1);
    list-style: none;
    height: 38px;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider a {
    width: 240px;

    font-size: 16px;
    color: #333;
}



.news_2 a li:hover {
    color: #0075d2;
}


.new_content_page {
    display: block;
    margin-top: 48px;
    text-align: center;
    width: 100%;
}

.new_content_page_title {
    margin: 0 auto;
    font-size: 18px;
    color: #333;
}

.new_content_page_word {
    margin-top: 24px;
    text-align: left;
    color: #666;
}

/*此段添加*/
.his_page ul {
    float: right;
}

/*文章来源 点击率 发布日期样式*/
.article_desc {
    position: relative;
   /* left: -8px;*/
    font-size: 12px;
    color: #333;
    width: 912px;
    overflow: hidden;
    text-align: left;
    height: 14px;
    margin: 15px 0px 0px 0px;
}

.desc1 {
    width: 350px;
    float: left;
    overflow: hidden;
}

.desc2 {
    left: 50px;
    position: relative;
}

.desc3 {
    float: right;
    margin-right: 2px;
}