body {
    background-color: #DA3620;
}

body.newBody {
    background-color: #731419;
}

header {
    width: 100%;
    background-image: url('../images/9th.png');
    background-position: center top;
    height: 580px;
    padding-top: 510px;
    box-sizing: border-box;
}

header.congress8-header {
    background-image: url('../images/8th.png');
}

header.covid-header {
    background-image: url('../images/covid.jpg');
    height: 690px;
    padding-top: 635px;
}

header.forward-header {
    background-image: url('../images/forwardBanner.png');
    height: 753px;
    padding-top: 703px;
}

header.newHeader {
    width: 100%;
    background-image: url('../images/20th.png');
    background-position: center top;
    height: 710px;
    box-sizing: border-box;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    background-color: #9D040A;
    height: 70px;
    position: relative;
}

.covid-header .nav, .forward-header .nav {
    width: 100%;
}

.nav nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.covid-header .nav nav, .forward-header .nav nav{
    position: inherit;
    margin: 0 auto;
}

.nav nav a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFC419;
    padding: 0 20px;
    line-height: 45px;
    border-radius: 30px;
}

.nav nav a:hover {
    background-color: #FFC419;
    color: #9D040A;
}

.nav nav a.on {
    background-color: #FFC419;
    color: #9D040A;
}

.nav::after {
    position: absolute;
    top: 5px;
    right: -40px;
    content: '';
    width: 40px;
    height: 60px;
    background-image: url('../images/navIcon.png');
    background-position: right center;
}

.nav::before {
    position: absolute;
    top: 5px;
    left: -40px;
    content: '';
    width: 40px;
    height: 60px;
    background-image: url('../images/navIcon.png');
    background-position: right center;
    transform: rotate(-180deg);
}


.covid-header .nav::before,
.covid-header .nav::after,
.forward-header .nav::before,
.forward-header .nav::after {
    position: inherit;
}

.content {
    width: 1150px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
}

.newContent {
    margin: -100px auto 0 auto;
}

section {
    padding: 20px;
}

.line {
    height: 20px;
    background-color: #f4f4f4;
}

.title {
    width: 328px;
    height: 57px;
    background-image: url('../images/titleBg.png');
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FADEB3;
    line-height: 57px;
    text-align: center;
    margin: 20px auto;
}

p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
}

.newList .imgList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.newList .imgList .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 18%;
    margin: 1%;
}

.newList .imgList .workItem {
    width: 15%;
    margin: 0.83%;
}

.newList .imgList .item span {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-left: 3%;
}

.newList .imgList .item img {
    width: 200px;
    height: 150px;
}

.newList .imgList .workItem img{
    width: 166px;
    height: 398px;
}

.videoList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.videoList .video {
    width: 48%;
}

.videoList .video video {
    width: 100%;
    height: 300px;
}

.videoList .video span {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.fileList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.important-page .fileList {
    width: 85%;
    margin: 0 auto;
}

.fileList .file {
    width: 47%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 40px;
}

.important-page .fileList .file{
    width: 100%;
}

.newFileList .file {
    width: 100%;
}

.fileList .file::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #f00;
    margin-right: 10px;
}

.fileList .file strong {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.fileList .file span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: auto;
}

.img {
    margin: 0 20px;
}

footer {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 30px 0;
    background: #A11805;
}

footer.newFooter {
    background-color: #4B0408;
}


.top {
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    line-height: 45px;
    background: linear-gradient(90deg, #FFEBEC, #FFFFFF);
}

.columnList {
    display: flex;
    justify-content: flex-start;
}


.columnList strong {
    padding: 0 15px;
    cursor: pointer;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 550;
    color: #A11805;
}

.top span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    position: relative;
    cursor: pointer;
}

.top {
    margin-top: 20px;
}

.top a {
    display: inline;
    color: #999;
}

.top span::after {
    content: '';
}

.top span {
    cursor: auto;
    padding-left: 30px;
    background-image: url('../images/homeIcon.png');
    background-size: 20px 16px;
    background-position: left center;
    background-repeat: no-repeat;
}

.cont {
    padding: 30px 150px;
}

.cont h2 {
    font-size: 18px;
    font-weight: 550;
    text-align: center;
    line-height: 30px;
}

.cont blockquote {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 25px;
}

.cont .article {
    margin-top: 30px;
}

.newTop {
    justify-content: flex-end;
    background: linear-gradient(90deg, #FFFFFF, #FFFFFF);
}


/* 分页样式 */

/* 外面盒子样式---自己定义 */
.page_div {
    width: 100%;
    margin: 0 auto;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: #333;
    border: 1px solid #333
}

#nextPage,
#prePage {
    width: 70px
}

.page_div .current {
    background-color: #333;
    border-color: #333;
    color: #FFF
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: #333;
    margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

.peopleGroup .peopleTitle {
    width: 100%;
    height: 57px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #be2d3c;
    line-height: 57px;
    text-align: center;
    margin: 20px auto;
}

.peopleGroup .peopleList {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 80px;
}

.peopleGroup .peopleList .peopleItem{
    width: 20%;
    margin-bottom: 30px;
}

.peopleGroup .peopleList .peopleItem a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.peopleGroup .peopleList .peopleItem img{
    width: 139px;
    height: 193px;
    margin-bottom: 20px;
}

.peopleGroup .peopleList .peopleItem span{
    width: 139px;
    text-align: center;
}

.covid-img-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.covid-img-list img {
    width: 40%;
    object-fit: contain;
}
