body {
    line-height: normal;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
}

.box-inline {
    display: inline-block;
    vertical-align: top;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.grayscale-level75 {
    opacity: .75;
}

.bgcolor-f7 {
    background-color: #F7F7F7;
}

.bgcolor-f9 {
    background-color: #F9F9F9;
}

.m-t-25 {
    margin-top: 25px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}






.banner {
    width: 100%;
    height: 300px;
    position: relative;
}

.banner-center-con {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    color: #061828;
    font-weight: 400;
    text-align: start;
}

.banner-title {
    font-size: 42px;
}

.banner-slogan {
    margin: 10px 0 25px 0;
    width: 580px;
    font-size: 16px;
    line-height: 32px;
}

.section {
    width: 100%;
    padding: 50px 0 90px;
    color: #0E0A27;
}

.con-nav {
    text-align: start;
}

.con-nav-item {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: rgba(7, 25, 40, .75);
    background-color: #fff;
    /* background-color: #0086F1; */
}

.con-cont {
    display: none;
    width: 100%;
}

.con-cont-list {
    margin: 30px 0 60px;
}

.cont-list-item {
    width: 100%;
    height: 80px;
    padding: 20px 20px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid rgba(14,10,38,.07);
}

.cont-list-item:hover {
    box-shadow: 0 5px 10px 0 rgba(18, 32, 46, 0.14);
}

.cont-list-item:hover > .list-item-title:nth-child(n) {
    color: #0086F2;
}

.list-item-title {
    float: left;
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    text-align: start;
    overflow: hidden;
}

.list-item-date {
    float: right;
    width: 20%;
    font-size: 14px;
    font-weight: 400;
    text-align: end;
    overflow: hidden;
}


/* 页码样式 */
.pagation-style{
    width: 100%;
}
.pagation-box{
    height: auto; 
    color: black; 
    font-size: 0.728vw;
    display: flex;
    justify-content: center;
    justify-items: center;
}
#wrap2{
    transform: translateX(-22.5%);
}
.pagination-btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    cursor: pointer;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
}
.pagination-btns{
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    cursor: pointer;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}
.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

#pagination-prev {
    margin-right: 5px;
}

#pagination-next {
    margin-left: 5px;
}

.pagination-ellipsis{
    display: inline-block;
    position: relative;
    padding: 5px 11px 7px 11px;
    margin: 0 5px;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
    
}
.pagination-current{
    /* border:1px solid #3E8DDD; */
    color:#0086F2;
    border: 0;
}
.pagination-disabled{
    cursor: not-allowed;
}
.pagenum{
    vertical-align: middle;
}
.page{
    font-size: 16px;
    color: rgba(0,0,0,1);
}
.page input{
    width: 48px;
}

.page-position{
   
    position: relative;
    height: 100px;
    transform: translateY(-50px);
}
.page-position-box{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.page-position input{
    transform: translateY(-10px);
    width: 60px;
    height: 40px;
}
.page-position span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,1);
    text-align: left;
    margin: 0 10px;
}
