html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    padding-top: 107px;
    min-width: 1200px;
}

#time{
    margin-right: 5px;
}


/* header样式 */

header {
    width: 100%;
    height: 107px;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
}

.header {
    max-width: 1200px;
    display: flex;
    height: 107px;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
    margin: 0 auto;
}

.header-1 {
    color: #353535;
    font-size: 23px;
    font-weight: bold;
    line-height: 38px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.header-2{
    border-bottom: 1px solid #f1f1f1;
}

.logo .sole-logo {
    width: 209px;
    height: 36px;
    margin-top: 43px;
    margin-bottom: 28px;
    padding-right: 18px;
    border-right: 1px solid #EF7D41;
}

.logo:hover {
    opacity: .5;
}

.logo .zjtxz-logo {
    width: 175px;
    height: 81px;
    margin: 13px 13px;
}
nav {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* line-height: 1;
    height: 100%; */
}

nav a {
    /* margin: 0 32px; */
    /* margin-top: 49px;
    height: 39px; */
}

nav a:hover {
    color: #F88D2E;
}

.active {
    background: #F88D2E;
    border-radius: 8px;
    color: #fff;
    padding: 11px 10px 11px 5px;
    margin-right: 0;
}

.active:hover{
    color: #fff;
}


a {
    text-decoration: none;
    color: #434343;
    font-weight: 400;
    font-size: 18px;
    font-family: Microsoft YaHei;
}

p {
    margin: 0;
}

.main-chunk {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    margin-top: 24px;
    padding: 0 24px;
    padding-bottom: 24px;
}

.more {
    position: absolute;
    right: 34px;
    top: 26px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8C8A89;
    vertical-align: bottom;
}

.more:hover {
    color: #f88D2E;
}

.main-items {
    display: none;
}

.main-items#page-1 {
    display: block;
}

/* 分页 */

.main-paging {
    text-align: center;
    padding: 50px 0;
}

.main-paging a {
    display: inline-block;
    color: #5b5b5b;
    border: 1px solid #e0dfdf;
    width: 34px;
    height: 32px;
    line-height: 32px;
    margin: 0 3px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.main-paging a:first-child {
    width: 68px;
    height: 32px;
   
}

.main-paging a.disabled {
    background-color: #f0efef;
    cursor: not-allowed;
}

.main-paging a:last-child {
    width: 68px;
    height: 32px;
}

.page-num.current-active {
    background-color: #f60;
    color: #fff;
}