* {
    margin: 0px;
    padding: 0px;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

p {
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #F3F4F9;
}

.header_img{
    width: 100%;
    height: 779px;
}

section{
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

.option{
    position: relative;
    z-index: 33;
    display: flex;
    padding: 0 20px;
    min-width: 200px;
    /* margin-left: 155px; */
    margin-top: -230px;
}
.option p:first-child {
    font-size: 22px!important;
}
.option p:last-child {
    font-size: 18px!important;
}
.latestNews{
    width: 424px;
    height: 104px;
    background-color: #FFFFFF;
    border-radius: 35px 35px 0px 0px;
}

.Notice:hover{
    cursor: pointer;
}


.DYNAMIC{
    width: 100%;
    height: 52px;
    font-size: 31px;
    text-align: center;
    margin-top: 23px;
    color: #1C4B95;
}

.DYNAMIC_en{
    font-size: 26px;
    width: 100%;
    height: 52px;
    text-align: center;
    margin-top: -8px;
    color: #1C4B95;
    font-weight: 370;
}

.Notice{
    min-width: 200px;
    padding: 0 30px;
    height: 120px;
    background-color: #0c1316a1;
    border-radius: 35px 35px 0px 0px;
    margin-left: 16px;
}

.bulletin{
    width: 100%;
    height: 52px;
    font-size: 31px;
    text-align: center;
    margin-top: 23px;
    color: #ffffff;
}

.bulletin_en{
    font-size: 25px;
    width: 100%;
    height: 52px;
    text-align: center;
    margin-top: -8px;
    color: #ffffff;
    font-weight: 370;
}

.fill{
    width: 1611px;
    background-color: #FFFFFF;
    /* margin-left: 155px; */
    border-radius: 35px 35px 35px 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}

.Max{
    width: 1441px;
    height: 289px;
    box-shadow: 0px 0px 10px #F0F2F5;
    margin-top: 88px; 
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.hotspot{
    /* background-color: cadetblue; */
    width: 967px;
    height: 289px;
    margin-left: 30px;
}

.top{
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.article{
    /* background-color: red; */
    width: 720px;
    margin-right: 75px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
}

/* 文章标题 */
.article_title{
    font-size: 23px;
    font-weight: 570;
    letter-spacing: 0.5px;
    margin-top: 12px;
}

/* 文章内容 */
.article_content{
    height: 90px;
    font-size: 18px;
    color: #C9C9C9;
    line-height: 1.85;
    margin-top: 18px;
    letter-spacing: 0.75px;
}

/* 时间方框 */
.time{
    width: 112px;
    height: 148px;
    border: 1px solid #8D8D8D;
    position: relative;
    /* margin-top: 34px; */
}

/* 四周加粗部分 */
.UpperLeft{
    width: 3px;
    height: 32px;
    background-color: #434343;
    position: absolute;
    top: -2px;
    right: -2px;
}

/* 四周加粗部分 */
.lowerLeft{
    width: 23px;
    height: 3px;
    background-color: #434343;
    position: absolute;
    top: -2px;
    right: 1px;
}

/* 四周加粗部分 */
.upperRight{
    width: 3px;
    height: 32px;
    background-color: #434343;
    position: absolute;
    bottom: -2px;
    left: -2px;
}

/* 四周加粗部分 */
.lowerRight{
    width: 23px;
    height: 3px;
    background-color: #434343;
    position: absolute;
    bottom: -2px;
    left: 1px;
}

/* 时间分割线 */
.Divider{
    width: 35px;
    height: 1px;
    background-color: #000000;
    margin: 13px 0px 0px 43px;
}

/* 日 */
.daytime{
    font-size: 30px;
    font-weight: 800;
    margin-left: 21px;
    margin-top: 18px;
}

/* 年 */
.year{
    font-size: 16px;
    margin-left: 56px;
    margin-top: 10px;
}

/* 月 */
.month{
    font-size: 16px;
    margin-left: 56px;
    margin-top: 0px;
}
.month span {
    margin-right: 3px;
    vertical-align: text-bottom;
}


/* 查看详情部分 */
.view{
    display: flex;
    align-items: center;
    margin-left: 172px;
    margin-top: 50px;
}

.icon-xiangyou{
    font-size: 23px;
    text-align: center;
    line-height: 18px;
    color: #134490;
    margin-right: 7px;
}

.toSee{
    font-size: 18px;
    color: #134490;
}

.columns{
    width: 1441px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f4f5f760;
}


/* 每一个样式一模一样的 */
.columns .va{
    width: 706px;
    height: 238px;
    /* background-color: #259feb49; */
    margin-top: 25px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #F0F2F5;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 33px 0px 42px;
    color: #666;
}

.notice .columns .va {
    width: 100%;
}
.notice .Other {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
}
.notice.fill {
    padding-top: 60px;
}

.Other{
    width: 455px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 标题 */
.Other_title{
    font-size: 23px;
    font-weight: 570;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    margin-top: 3px;
}

/* 文章内容 */
.Other_content{
    font-size: 18px;
    height: 95px;
    color: #C9C9C9;
    line-height: 1.85;
    margin-top: 18px;
    letter-spacing: 0.75px;
}




.pageNumber{
    width: 1253px;
    height: 212px;
    /* background-color: rebeccapurple; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button_characters{
    width: 140px;
    height: 44px;
    border: 1px solid #DCDCDC;
    border-radius: 40px;
    text-align: center;
    line-height: 44px;
    color: #7D7D7D;
}

.button_digit{
    width: 44px;
    height: 44px;
    border-radius: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #DCDCDC;
    color: #7E7E7E;
}

.Input_page{
    width: 66px;
}

.button_color{
    background-color: #15468D;
    color: white;
}


/* 移入效果 */
.latestNews:hover>p,.Notice:hover>p{
    cursor: pointer;
    transform: scale(1.1);
}

/* 过渡 */
.latestNews>p,.Notice>p{
    transition: transform 0.3s linear;
}

.Max:hover{
    transform: scale(1.01);
    box-shadow: 0px 0px 10px #49494930;
    cursor: pointer;
}

.Max{
    transition: transform 0.3s linear;
    color: #666;
}

.columns .va:hover{
    transform: scale(1.01);
    box-shadow: 0px 0px 10px #49494930;
    cursor: pointer;
}

.columns .va{
    transition: transform 0.3s linear;
}

.pageNumber>p{
    cursor: pointer;
}

.latestNews:hover{
    cursor: pointer;
}

.news-first .img-box {
    width: 400px;
    height: 280px;
}