@charset "utf-8";

.search-page {
    margin: 40px auto 60px auto;
    height: auto;
    overflow: hidden;
    font-family: 微软雅黑;
}

.search-resultbox {
    height: auto;
    overflow: hidden;
}

.search-result {
    font-size: 22px;
    line-height: 40px;
    color: #252525;
    font-weight: bold;
    margin: 15px auto;
}

.search-result i {
    font-size: 40px;
    color: #0356b5;
    padding: 0 5px;
}

.search-result-list {}

.search-result-list ul {}

.search-result-list ul li {
    line-height: 42px;
    border-bottom: #dce4f4 1px solid;
    font-size: 18px;
    color: #333;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.search-result-list ul li i {
    font-size: 16px;
    color: #727272;
    font-style: normal;
}

.search-result-list ul li p {
    font-size: 18px;
    color: #333333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 30px;
}

.search-result-list ul li a {}

.search-result-list ul li .lmlink {
    color: #0356b5;
    font-style: italic;
}

.search-result-list ul li .wzlink {}

.spagination {
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}

.spagination a {
    display: inline-block;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.spagination a.active {
    background: #0955ab;
    color: #fff;
    border: 1px solid #0955ab;
}

.spagination a:hover {
    background: #0955ab;
    color: #fff;
    border: 1px solid #0955ab;
}

.spagination span {
    display: inline-block;
    font-size: 14px;
}

/*  */
.xysearch-box {}

.xysearch-cont {
    display: flex;
    justify-content: center;
}

.xysearch_input {
    border-left: #0059aa 2px solid;
    border-top: #0059aa 2px solid;
    border-bottom: #0059aa 2px solid;
    height: 54px;
    width: 500px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 18px;
}

.xysearch_input:hover {
    border-left: #337abb 2px solid;
    border-top: #337abb 2px solid;
    border-bottom: #337abb 2px solid;
}

.xysearch_botton {
    background: url(../images/xysbtn.png) no-repeat 20px center #0059aa;
    width: 110px;
    height: 54px;
    line-height: 54px;
    transition: all .3s;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
    background-size: 20px 20px;
}

.xysearch_botton:hover {
    opacity: .8
}


.xysearch-tip {}

.xysearch-tip span {}

.xysearch-areabox {
    height: auto;
    overflow: hidden;
    position: relative;
}

.xysearch-area {}

.xysearch-area .area-bg1 {
    background: url(../images/xysbg1.jpg) center no-repeat;
    background-size: 100% 100%;
}

.xysearch-area .area-bg2 {
    background: url(../images/xysbg2.jpg) center no-repeat;
    background-size: 100% 100%;
}

.xysearch-area-h2 {
    font-size: 40px;
    color: #252525;
    line-height: 50px;
    font-weight: bold;
    margin: 40px 0 30px 0;
}

.xysearch-area-list {
    background-color: #004c9d;
    display: flex;
    padding: 50px 50px 100px 50px;
    min-height: 350px;
}

.xysearch-area-list>ul {
    width: 50%;
    position: relative;
    margin-left: 20px;
    position: relative;
    padding-left: 30px;
}

.xysearch-area-list>ul::before {
    content: '';
    position: absolute;
    top: -0.6rem;
    left: 0;
    bottom: 0;
    border-left: 1px solid #fff;
    opacity: 0.15;
}

.xysearch-area-list>ul>li {
    position: relative;
    transition: all .3s;
    left: 0;
    position: relative;
    padding: 5px 0;
}

.xysearch-area-list>ul>li:before {
    content: "";
    position: absolute;
    left: -37px;
    top: 23px;
    width: 14px;
    height: 14px;
    background: url(../images/xysbfico.png) center no-repeat;
    opacity: 0.5;
    transition: all .3s;
}

.xysearch-area-list>ul>li:hover {
    transition: all .3s;
}

.xysearch-area-list>ul>li:hover:before {
    opacity: 1;
}

.xysearch-area-list>ul>li:hover>a {
    color: #7bbcf7;
    left: 5px;
    transition: all .3s;
}

.xysearch-area-list>ul>li>a {
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    display: block;
    transition: all .3s;
    position: relative;
    left: 0;
}

.xysearch-area-sub {
    line-height: 20px;
}

.xysearch-area-sub a {
    color: #7bbcf7;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.xysearch-area-sub a:hover {
    opacity: 0.8
}

/*  */
.xysearchxy-jjitem {
    height: auto;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.xysearchxy-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 30px auto;
}

.xysearchxy-title h2 {
    font-size: 40px;
    color: #252525;
    line-height: 50px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.xysearchxy-more {
    font-size: 18px;
    color: #0052a3;
    font-weight: bold;
    background: url(../images/xysmoreico.png) left center no-repeat;
    padding-left: 45px;
    transition: all .3s;
}

.xysearchxy-more:hover {
    padding-left: 40px;
    color: #0470da
}

.xysearchxy-jjitem .xysearchxy-title {}

.xysearchxy-jjitem .xysearchxy-more {
    margin-right: 600px;
}

.xysearchxy-jjitem .xysearchxy-title h2 {}

.xysearchxy-jjcon {
    background: url(../images/xysjjpartbg1.png) bottom center #f0f6ff no-repeat;
    background-size: 100% 100%;
    padding: 30px 50px;
    position: relative;
    margin-left: 8px;
    margin-bottom: 8px;
}

.xysearchxy-jjcon:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 99%;
    height: 8px;
    background: #0253a3;
}

.xysearchxy-jjcon:after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    height: 99%;
    width: 8px;
    background: #0253a3;
}

.xysearchxy-xyname {
    background: url(../images/xynameico.png) left center no-repeat;
    font-size: 26px;
    color: #0052a3;
    line-height: 50px;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}

.xysearchxy-xytxt {
    font-size: 18px;
    color: #252525;
    line-height: 34px;
    /* text-align: justify; */

}

.xysearchxy-jjitem .circle-img {
    float: right;
    width: 514px;
    height: 385px;
    /* shape-margin: 10px; */
    /* 文字与圆形边缘的间距 */
    /* margin-right: 10px; */
    margin-top: -145px;
    margin-left: 25px;
}

.xysearchxy-jjitem .circle-img img {
    width: 514px;
    height: 385px;
    display: block;
}

.xysearchxy-xytxt img {}

.xysearchxy-xytxt p {
    font-size: 18px;
    color: #252525;
    line-height: 34px;
    /* text-align: justify; */
    text-indent: 2em;
    margin: 10px auto;
}

.xysearchxy-zyjsitem {
    margin-bottom: 50px;
    position: relative;
}

.xysearchxy-zyjscon {
    background: url(../images/xysjjpartbg2.png) center no-repeat;
    background-size: 100% 100%;
    padding: 30px 50px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.xysearchxy-zyjscon p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
    text-indent: 2em;
    margin: 20px 0;
}

.xysearchxy-dsjjitem {
    margin-bottom: 50px;
    position: relative;
}

.xysearchxy-dsjjcon {}

.x_table {
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #c2ced9;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.x_table td {
    display: table-cell;
    vertical-align: inherit;
}

.x_table table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0;
    outline: none !important;
    max-width: 100.1%;
    font-size: 16px;
}

.x_table table thead td {
    padding: 20px 0;
}

.x_table_an {
    width: 70%;
    margin: 0 auto;
}

.x_ph_table {
    width: 101%;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    margin: 0;
    outline: none;
}

.x_ph_table td {
    text-align: center;
    line-height: 20px;
    padding: 14px 10px;
    border: 1px solid #c2ced9;
    white-space: normal;
    /* 恢复默认换行（默认值，可省略） */
    word-break: break-all;
    /* 强制任何位置换行 */
}

.x_ph_table td a {
    color: #0052a3
}

.x_ph_table tr:nth-child(odd) {
    background-color: #fff;
    /* 奇数行背景色（第1、3、5...行） */
}

.x_ph_table tr:nth-child(even) {
    background-color: #f0f6ff;
    /* 偶数行背景色（第2、4、6...行） */
}

.x_ph_table tr:hover {
    background-color: #fbfbfb;
    /* 鼠标悬停时的背景色 */
}

.x_ph_table thead td {
    background: #0052a3;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    font-size: 20px;
    font-weight: bold;
}

.x_ph_table thead td:last-child {
    text-align: center !important;
    border-right: 0;
}

.x_ph_table tr td:last-child {
    text-align: left;
}

.x_ph_table .t1 {
    width: 7%;
}

.x_ph_table .t2 {
    width: 16%;
}

.x_ph_table .t3 {
    width: 16%;
}

.x_ph_table .t4 {
    width: 16%;
}

.x_ph_table .t5 {
    width: 35%;
}


.x_qtzstable td p {
    font-size: 16px;
    line-height: 30px;
}

.x_block {
    font-size: 18px;
}

/*  */
#side-nav {
    position: fixed;
    left: 0;
    top: 56%;
    z-index: 99;
    height: auto;
    overflow: hidden;
}

#side-nav ul {}

#side-nav li {
    transition: all .3s;
    margin-bottom: 60px;
    position: relative;
}

#side-nav li:after {
    content: "";
    position: absolute;
    left: 43%;
    bottom: -54px;
    height: 50px;
    width: 1px;
    border-left: #0253a3 1px dashed;
    transform: translateX(-50%)
}

#side-nav li:last-child:after {
    display: none
}

#side-nav li a {
    font-size: 18px;
    padding: 10px 30px 10px 10px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .3s;
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

#side-nav li a span {
    display: block;
    width: 100%;
    text-align: center;
}

#side-nav li a i {
    text-align: center;
    display: block;
    margin: 0 5px;
    width: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
}

#side-nav li a img {
    /* display: block; */
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

#side-nav li.on {}

#side-nav li.on a {
    background: #0253a3;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    display: flex;
    flex-wrap: nowrap;
    transition: all .3s;
}

#side-nav li.on a i {}

#side-nav li.on a span {
    width: auto;
}

.side-show {
    display: block
}

.side-hide {
    display: none
}

#side-nav li.on .side-show {
    display: none
}

#side-nav li.on .side-hide {
    display: block
}

@media screen and (max-width:1360px) {
    #side-nav {
        display: none;
    }
}

@media screen and (max-width:768px) {


    .x_table {
        border: 0;
        border-radius: 0px;
    }

    .x_ph_table {
        background: none;
    }

    .x_ph_table {
        border: none;
    }

    .x_ph_table,
    .x_ph_table thead,
    .x_ph_table tbody,
    .x_ph_table th,
    .x_ph_table td,
    .x_ph_table tr {
        display: block;
    }

    .x_ph_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .x_ph_table tr {
        border: 1px solid #1a2e77;
        margin-bottom: 20px;
        background: #fff;
    }

    .x_ph_table td {
        min-height: 24px;
        line-height: 24px;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: 5px 0;
        padding-left: 6em;
        white-space: normal;
        text-align: left;
    }

    .x_ph_table td:before {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 0;
        width: 6em;
        text-indent: 10px;
        white-space: nowrap;
        text-align: left;
    }

    .x_ph_table td:before {
        content: attr(data-title);
    }

    .xysearchxy-title h2 {
        font-size: 26px;
    }

    .xysearchxy-title {
        margin: 15px auto 15px auto;
    }

    .xysearchxy-jjitem .xysearchxy-more {
        margin: 0;
    }

    .xysearchxy-jjitem .circle-img {
        float: none;
        margin: 0 auto;
        height: auto;
    }

    .xysearchxy-jjitem .circle-img img {
        margin: 0 auto;
        height: auto;
    }

    .xysearchxy-jjcon {
        padding: 30px 30px;
    }

    .xysearchxy-zyjscon {
        padding: 30px 30px;
    }

    .x_table table {
        max-width: 100%;
    }

    .xysearchxy-more {
        font-size: 16px;
    }

    .xysearchxy-xyname {
        font-size: 22px;
    }

    .xysearch-area-h2 {
        font-size: 30px;
        margin: 30px 0 10px 0;
    }

    .xysearch-area-list {
        display: block;
        padding: 30px 20px 30px 10px;
    }

    .xysearch-area-list>ul {
        width: 100%;
        margin-left: 10px;
    }

    .xysearch-area-list>ul>li>a {
        font-size: 16px;
        line-height: 30px;
    }

    .xysearch-area-list>ul>li:before {
        top: 12px;
    }

    .xysearch-area-sub a {
        font-size: 14px;
    }


}