body {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: Microsoft YaHei;
}

.head {
    width: 1200px;
    margin: auto;
}

.head_firstrow {
    display: flex;
    flex-direction: row;
}

.topPic {
    height: 120px;
    width: 1200px;
}

.head_secondrow {
    height: 70px;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;

}

.site {
    height: 70px;
    line-height: 70px;
    width: 280px;
    text-align: right;
    color: #6e7276;
    font-size: 15px;
}

.rightlogos {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.navbar {
    height: 55px;
    width: 100%;
    background-color: #1d71b7;
    line-height: 55px;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.navs {
    width: 1200px;
    height: 55px;
    margin: auto;
}

.navs ul {
    width: 100%;
    float: left;
    padding-left: 25px;
}

.navs ul li {
    text-align: center;
    float: left;
    width: 50px;
    font-size: 20px;
    color: white;
}
.division {
    color: #023f7e !important;
    text-shadow: 1px 0px #6ba4d1;
    font-weight: lighter;
}
.content {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.left{
    width:890px;
    display: flex;
    flex-direction: column;
}
.right{
    width: 310px;
    background-color: #eff3f6;
    padding-bottom: 30px;
    height: fit-content;
}

.zhuanti-tuijian{
    padding: 30px 0 0 10px;
}
.zhuanti-tuijian-list{
    padding: 30px 8px 0 8px;
}
.zhuanti-tuijian-title{
    font-weight: 500;
}


.position{
    line-height: 50px;
    padding-top: 10px;
    width: 100%;
    color: #6e6d6d;
}
.listitem{
    line-height: 50px;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    
}
.title{
    width: 750px;
}

.date{
    width: 140px;
    text-align: center;
    color: #6e6d6d;
}

.huandeng{
    padding: 30px 8px 0 8px;
    height: 167px;
    width: 294px;
}
.redian{
    margin: 0 10px;
}
.bigtitle{
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #b8cddb;
}

.redianblock{
   border-bottom: 2px solid #bb2639;   
   width: 100px;
   padding-left: 10px;
   line-height: 50px;
   height: 50px;
}
.list-item {
    line-height: 35px;
    font-size: 14px;
}

.onerow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.footer {
    margin-top: 70px;
    width: 100%;
    background-color: #ebebeb;
}
.copyright {
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.pages{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 890px;
    padding-top: 20px;
    justify-content: center;
}
.page-previous,.page-next{
    width: 40px;
    text-align: center;
    line-height: 25px;
    margin: 0 5px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 5px;
    font-size: 14px;
}
.page-active,.page{
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(224, 224, 224);
    margin: 0 5px;
    font-size: 15px;
}

.page-active{
   background-color: rgb(219, 55, 55);
   border-radius: 5px;

}
.page-active a {
    color: #ebebeb;
}
.page-previous,.page-next{
    width: 70px; 
}

.huandeng2{
    overflow: hidden;
    margin: 30px 8px 0 8px;
}
.nav a{
	color: aliceblue;
}