/* 清除浮动  */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

body {
    font-family: "PingFangSC-Semibold";
}

.bx1200 {
    min-width: 1200px;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.shadow {
    width: 100%;
    height: 495px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
}

.section02 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f0f7ff;
}

.article {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(44, 115, 214, 0.2);
    margin: 30px 0;
    padding: 0 26px;
    overflow: hidden;
}

/* 当前位置 */
.dqwz {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 2px;
}

.dqwz li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.dqwz li:nth-child(2) {
    margin-left: 9px;
}

.dqwz li a {
    color: rgba(0, 0, 0, 0.6);
}

.dqwz li:last-child span {
    display: none;
}

.dqwz li span {
    margin: 0 7px 0 11px;
}

/* 栏目标题 */
.title {
    width: 240px;
    height: 730px;
    background-color: #F0F7FF;
    margin: 20px 0 30px 0;
    overflow: hidden;
}

.title p {
    width: 100%;
    height: 60px;
    background-color: #005bac;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.title li {
    width: 188px;
    height: 40px;
    background-color: #fff;
    margin: 20px 28px 0 24px;
    font-size: 16px;
    text-indent: 2px;
    display: table;
}

.title li:nth-of-type(1) {
    margin-top: 26px;
}

.title li a {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    padding-left: 36px;
}

.title .gl {
    border: 1px solid #005bac;
}

.title .gl a {
    color: #005bac;
}

/* 栏目列表 */
.listBox {
    width: 878px;
    min-height: 730px;
    margin-top: 20px;
    overflow: hidden;
}

.list {
    width: 100%;
    height: auto;
    display:flex;
    flex-wrap: wrap;
}

.list li {
    position: relative;
    width: 279px;
    height: 205px;
    margin-left:20px;
    margin-bottom:20px;
}
.list li:nth-child(3n+1){
    margin-left:0;
}

.list li>a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}
.list li>a img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.picText{
    position: absolute;
    width:100%;
    bottom:0;
    height:45px;
    background:rgba(0,0,0,0.4);
}
.picText a{
    display:block;
    padding:0 10px;
    color: #fff;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.picText a:hover{
    color: #fff;
}


/* 分页 */
.page {
    width: 570px;
    height: 30px;
    margin-left: 168px;
    margin-top: 25px;
    line-height: 30px;
}

.page span {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #73777a;
    float: left;
}

.pageList {
    width: auto;
    height: 30px;
    float: left;
    margin: 0 12px 0 9px;
}

.pageList li {
    width: 30px;
    height: 30px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    border: 1px solid #d7d8d9;
    text-align: center;
}

.pageList li:first-child~li {
    border-left: none;
}

.pageList li a {
    color: #373d41;
}

.pageList .gl {
    background-color: #005bac;
}

.pageList .gl a {
    color: #fff;
}

.page input {
    float: left;
    width: 40px;
    height: 30px;
    border: 1px solid #d7d8d9;
    outline: none;
}

.page button {
    float: left;
    width: 40px;
    height: 30px;
    border: solid 1px #2c73d6;
    background: #ffffff;
    margin-left: 8px;
    line-height: 28px;
}


/* 自适应 */
/**@media only screen and (max-width:1024px) {
    .bx1200 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .nav li {
        width: 12.5%;
        text-align: center;
        line-height: 60px
    }

    .nav li a {
        padding: 0;
    }

    .nav li:first-child a,
    .nav li:nth-child(2) a {
        padding: 0;
    }

    .bx900 {
        width: 100%;
    }

    .listBox {
        width: 100%;
    }

    .page {
        display: none;
    }
    .title{
        width: 100%;
        height: auto;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .title p{
        display: none;
    }
    .title li{
        width: 25%;
        margin: 0;
        float: left;
    }
    .title li:nth-of-type(1){
        margin-top: 0;
    }
    .footer{
        height: auto;
    }
}**/

/* @media only screen and (max-width:768px) {
    body {
        width: 100%;
    }

    .bx1200 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }

    .nav li {
        width: 50%;
        text-align: center;
        line-height: 60px
    }

    .nav li a {
        padding: 0;
    }

    .nav li:first-child a,
    .nav li:nth-child(2) a,
    .nav li:last-child a {
        padding: 0;
    }

    .dqwz {
        display: none;
    }

    .bx900 {
        width: 100%;
    }

    .footerText01 {
        margin-left: 0;
    }

    .footerText li span, .footerText li a {
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .title li {
        width: 50%;
    }

    .search-banner {
        width: 100%;
    }

    .search-banner>input[type=text] {
        width: 185px;
    }

    .search-banner input[type=submit] {
        width: 62px;
        background: #005BAC;
        text-indent: 3px;
    }

    .title {
        background-color: #fff;
    }

    .list li a {
        display: inline-block;
        width: 230px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .title {
        margin: 0;
    }

    .listBox {
        margin-top: 0;
        height: auto;
    }
} */

/* 对齐 */
.pageList li:nth-child(4),
.pageList li:nth-child(6),
.pageList li:nth-child(8),
.pageList li:nth-child(10) {
    width: 28px;
}

.footerText01 li:nth-child(1) span:nth-child(2) {
    margin-right: -1px;
}