.mainTitle_box{
    width: 1216px;
    margin: 0 auto;
    font-size: 22PX;
    text-align: center;
    line-height: 36PX;
    padding-top: 10px;
}
.MainContent > img{
    width: 100%;
}
#newsid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.imgNews{
    width: 32.5%;
    box-shadow: 0px 0px 9px 6px #efefef;
    margin-bottom: 35px;
}
.imgNews img{
    float: left;
    margin-bottom: 13px;
}
.describe{
    padding: 20px;
}
.dateTitle{
    font-size: 15px;
    text-align: left;
    margin-bottom: 6px;
}
.among_box{
    font-weight: 550;
    text-align: left;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.information{
    font-size: 16px;
    text-align: left;
    line-height: normal;
    color: #959595;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marginBot20{
    margin-bottom: 20px;
}

.topnav .ul_box{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 50px 0;
}
.topnav .ul_box li{
    width: 24%;
    height: 50px;
    line-height: 50px;
    border: 1px #D5DEE8 solid;
    background-color: #E7ECF2;
    color: #676767;
    font-size: 20px;
    cursor: pointer;
}
.topnav .ul_box .on{
    background-color: #15499A;
    color: #fff;
}
.ul_information{
    padding: 0;
}
.ul_information > li{
    display: none;
}
.displays{
    display: block !important;
}

.title_box{
    font-weight: 600;
}
.tabulation{
    height: 85px;
    line-height: 85px;
    display: flex;
    justify-content: space-between;
    background-color: #E7ECF2;
    position: relative;
    padding: 0 30px 0 40px;
    cursor: pointer;
    margin-bottom: 30px;
    z-index: 999;
}
.tabulation::after{
    content: "";
    height: 85px;
    width: 7px;
    background-color: #15499A;
    position: absolute;
    left: 0;
    border-radius: 5px;
}
.right_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 280px;
}
.right_box_place > img{
    width: 30px;
    height: 30px;
}
.right_box>img{
    width: 20px;
    height: 20px;
}
.imgs{
    transform:rotate(180deg);
}
.right_box .right_box_place{
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: space-between;
    color: #676767;
}
.right_box .eright_box_place{
    width: 240px;
}
.content{
    text-align: left;
    padding-top: 12px;
    padding-bottom: 24px;
}
.content .gwzz_box div{
    color: #676767;
    font-size: 20px;
}
.content .gwzz_box div:first-child{
    font-weight: 600;
    font-size: 22px !important;
}
.content .gwzz_box{
    margin-bottom: 20px;
}

.displays .content{
    display: none;
}
/* .displays .content:first-child{
    display: none;
} */
.displayblock{
    display: block !important;
}
/* transform:rotate(7deg); */