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

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

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

.bx1200 {
    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;
    height: 730px;
    margin-top: 20px;
    overflow: hidden;
}

.list {
    width: 100%;
    height: auto;
}

.list li {
    width: 100%;
    line-height: 45px;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.list li p {
    width: 3px;
    height: 3px;
    background-color: #4E7AD0;
    position: absolute;
    top: 24px;
    left: 0;
}

.list li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    color: #000000;
    /* float: left; */
}

.list li:hover a {
    color: #005BAC;
}

.list li span {
    float: right;
    color: rgba(0, 0, 0, 0.6);
}

/* 分页 */
.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;
}

/* 底部 */
.footer {
    width: 100%;
    height: 160px;
    background-color: #005bac;
}

/* 友情链接 */
.yqlj {
    width: 100%;
    height: 50px;
}

.yqlj li {
    width: 200px;
    height: 50px;
    float: left;
    color: #f3f7fb;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}


.yqlj li div {
    width: 100%;
    height: 100%;
    padding: 14px 0 16px 0;
    box-sizing: border-box;
}

.yqlj li img {
    width: 14px;
    height: 9px;
    position: absolute;
    top: 21px;
    left: 170px;
}

.yqlj li:first-child~li div {
    padding-left: 20px;
}

.yqljList {
    width: 200px;
    overflow: hidden;
    background-color: #005bac;
    box-shadow: 0px 2px 10px rgb(153 153 153 / 30%);
    position: absolute;
    bottom: 50px;
    left: 0;
    display: none;
}

.yqljList li {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.yqljList li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: 20px;
}

.yqlj li:hover .yqljList {
    display: block;
}

.yqlj li:hover img {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.yqljh1 {
    width: 100%;
    height: 1px;
    background-color: #aacae9;
    opacity: 0.5;
}

.footerBox {
    margin-top: 24px;
    width: 100%;
    height: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.footerBox img {
    float: left;
}

.footerText {
    height: 64px;
}

.footerText li {
    width: 100%;
}

.footerText li span,
.footerText li a {
    color: #f3f7fb;
    opacity: 0.7;
}

.footerText01 {
    margin-left: 40px;
}

.footerText01 span {
    margin-right: 6px;
}

.footerText01 a {
    margin-left: 14px;
}

.footerText02 {
    margin-left: 58px;
}

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

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

/* 自适应 */
@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;
}