/* 公共处理 */
::-webkit-scrollbar {
    display: none;
}

p {
    margin: 0;
    line-height: 13px;
    font-family: '思源黑体' 'CN';
}

h1 {
    margin: 0 !important;
    font-family: '思源黑体' 'CN';
}

i {
    margin: 0;
    font-family: '钉钉进步体';
}

h3 {
    margin: 0 !important;
}

ul {
    padding: 0;
    list-style-type: none;
}

/* 顶部导航 */
.TopNavigation {
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    color: rgb(1, 14, 39);
    background: rgba(255, 255, 255);
    /* opacity: 0.1; */
    backdrop-filter: blur(27px);
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(234, 234, 234,0.5);
}

/* 顶部导航栏浏览器适配盒子 */
.TopNavigation .center {
    width: 1600px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

/* 顶部导航盒子 */
.TopNavigation .center .homebox {
    width: 1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

/* logo */
.TopNavigation .center .logo {
    margin-top: 23px;
    height: 41px;
}

/* 导航盒子首页 */
.TopNavigation .center .homebox a {
    width: 90px;
    height: 86px;
    text-align: center;
    padding-top: 23px;
    display: block;
    color: rgba(1, 14, 39, 0.7);
    text-decoration: none;
}

.TopNavigation .center .homebox a .chinese {
    font-size: 18px;
    line-height: 26px;
}

.TopNavigation .center .homebox a .english {
    font-size: 10px;
}

/* 导航盒子点击后变化 */
.extract {
    border-bottom: 4px solid #0069B5;
    color: #0069B5 !important;
    /* background-color: rgba(27, 61, 130,1); */
    display: table;
}

.titlenone {
    display: none !important;
}

/* 顶部图片 */
.topimg {
    width: 100%;
    height: 590px;
    background-image: url(../img/news/zu23.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    margin-top: 86px;
}

.topimg .center {
    width: 1400px;
    height: 100%;
    padding-top: 140px;
}

.topimg .center .title h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    color: #fff;
}

.topimg .center .title p {
    margin-top: 13px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.5;
}

.titlenone {
    display: none !important;
}

/* 新闻部分 */
.news {
    width: 100%;
    /* height: 2601px; */
    display: flex;
    justify-content: center;
}

.news .center2 {
    height: 100%;
    width: 1400px;
}

/* 新闻主体 */
.mainBody {
    width: 100%;
    /* height: 2204px; */
    padding-top: 40px;
}

/* 搜索栏 */
.searchFor {
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
}

/* 左 */
.leftInput {
    width: 210px;
    height: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: rgb(153, 153, 153);
    border: 1px solid rgb(234, 234, 234);
}

/* 下拉 */
#dropdown li {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    z-index: 98;
    position: relative;
    color: rgb(153, 153, 153);
    padding-left: 30px;
    padding-top: 10px;
}

#dropdown {
    position: absolute;
    top: 60px;
    width: 210px;
    background-color: #fff;
}

/* 中 */
.leftInput2 {
    width: 210px;
    height: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: rgb(153, 153, 153);
    border: 1px solid rgb(234, 234, 234);
    margin-left: 20px;
    margin-right: 20px;
}

/* 下拉 */
#dropdown2 li {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    z-index: 98;
    position: relative;
    color: rgb(153, 153, 153);
    padding-left: 30px;
    padding-top: 10px;
}

#dropdown2 {
    position: absolute;
    top: 60px;
    left: 230px;
    width: 210px;
    background-color: #fff;
}

/* 右 */
.rightInput {
    width: 792px;
    height: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: rgb(153, 153, 153);
    border: 1px solid rgb(234, 234, 234);
}

/* 放大镜图标 */
.searchFor .right {
    position: absolute;
    right: 180px;
    top: 22px;
    cursor: pointer;
}

/* 下拉图标 */
.searchFor .left {
    position: absolute;
    left: 170.79px;
    top: 18px;
}

/* 下拉图标 */
.searchFor .left2 {
    position: absolute;
    left: 400.79px;
    top: 18px;
}

/* 全部新闻 */
.boxShadow {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.wholeNews {
    /* height: 1942px; */
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 新闻公共样式 */
.wholeNews .news1 {
    display: flex;
    width: 675px;
    height: 252px;
    margin-bottom: 50px;
    padding-right: 25px;   
}

/* 公共图片样式 */
.publicImg {
    width: 317px;
    height: 252px;
    margin-right: 30px;
}

/* 公共标题样式 */
.pulicTitle {
    font-size: 20px;
    line-height: 30px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    width: 318px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 公共内容样式 */
.pulicContent {
    width: 318px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(153, 153, 153);
    margin-top: 5px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 公共按钮样式 */
.pulicButton {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: rgb(153, 153, 153);
    border: 0px solid #000;
    background-color: rgba(225, 225, 225, 0);
}

.pulicButton a{
    color: rgb(153, 153, 153);
    text-decoration: none;
    font-weight: 400;
}

/* 下方盒子公共样式 */
.textBox {
    width: 358px;
    padding-top: 8px;
    height: 281px;
    position: relative;
}

.newsButton {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
}

/* 右侧时间公共样式 */
.pulicTime {
    font-size: 14px;
    line-height: 21px;
    color: rgb(153, 153, 153);
}

/* 分页器盒子 */
.paging {
    width: 100%;
    height: 32px;
    margin-top: 44px;
    display: flex;
    justify-content: center;
}

/* 底部 */
.about {
    width: 100%;
    height: 282px;
    background-color: rgb(32, 35, 36);
    padding-top: 34px;
    display: flex;
    justify-content: center;
}

.center9 {
    width: 1400px;
    height: 100%;
}

.logobox {
    width: 100%;
}

.logobox img {
    width: 101px;
}

.logobox p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.top .dz {
    width: 370px;
    padding-top: 23px;
    margin-right: 300px;
}

.top .dz p {
    color: rgb(159, 159, 169);
    font-size: 14px;
    line-height: 21px;
    width: 400px;
    margin-bottom: 10px;
}



/* 上方盒子 */
.about .top {
    width: 1400px;
    height: 128px;
    display: flex;
    justify-content: space-between;
}

/* 左侧全部跳转选项盒子 */
.about .top .left {
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 98px;
}

/* 每一项 */
.about .top .left ul li {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 18px;
    color: rgb(159, 159, 169)
}

/* 标题 */
.about .top .left ul .title {
    font-size: 12px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 31px;
}

/* 右侧二维码 */
.about .top .code {
    width: 128px;
    height: 128px;
    z-index: 121;
}

/* 右侧文字盒子 */
.about .top .number {
    width: 173px;
    height: 118px;
    border-bottom: 1px solid rgb(53, 57, 65);
    border-right: 1px solid rgb(53, 57, 65);
    border-top: 1px solid rgb(53, 57, 65);
    padding-left: 12px;
    padding-top: 10px;
    margin-top: 4px;
}

.about .top .number h1 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    font-style: italic;
}

.about .top .number .p1 {
    font-size: 12px;
    line-height: 24px;
    color: rgb(159, 159, 169);
    margin-bottom: 31px;
}

.about .top .number .p2 {
    font-size: 12px;
    line-height: 18px;
    color: rgb(159, 159, 169);
}




/* 最下方文字 */
.about .xuhui {
    color: rgb(159, 159, 169);
    font-size: 12px;
    line-height: 18px;
    margin-top: 25px;
}


/* 翻页器 */
.page-list a{
    color: rgb(153, 153, 153) !important;
    margin-left: 8px !important;
    font-weight: 700;
 } 
 
 .pagination li:last-child {
     display: none !important;
 }
 
 .pagination li:first-child {
     display: none !important;
 }
 
 .pager-item{
     margin-left: 8px !important;
     color: rgb(153, 153, 153) !important;
 }
 
 .active a{
     color: rgb(255, 255, 255) !important;
     background-color: rgb(11, 99, 224) !important;
 }
 
 .pulicTime2{
     margin-left: 10px;
 }