body {
    padding-top: 1.26rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    background-color: #fff;
}

.header .thd {
    line-height: .35rem;
    background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
}

.header .thd .thd-link {
    flex: 1;
    padding-left: .05rem;
}

.header .thd .thd-link ul li {
    margin-right: .25rem;
}

.header .thd .thd-link ul li a {
    color: #fff;
    font-size: .14rem;
}

.header .thd .thd-search {
    width: 2.1rem;
    height: .26rem;
    background-color: #ffffff;
    border-radius: 0.13rem;
    box-sizing: border-box;
    padding: 0 0.05rem 0 0.13rem;
}

.header .thd .thd-search .search-key {
    height: .26rem;
    width: 1.66rem;
    background: #fff;
    line-height: .26rem;
    padding: 0 .2rem 0 .05rem;
    font-size: 0.14rem;
}

.header .thd .thd-search .search-btn {
    height: .26rem;
    width: .26rem;
    border-radius: 50%;
    z-index: 4;
    color: #003384;
    text-align: center;
    line-height: .20rem;
    /*background: transparent;*/
    cursor: pointer;
    background: #fff;
}

.header .thd .thd-search .search-btn i {
    font-size: .2rem;
}

.header .mhd {
    padding: .2rem 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.header .mhd .logo img {
    height: .5rem;
}

.header .mhd .nav ul li {
    margin-left: .30rem;
    position: relative
}

.header .mhd .nav ul li:after {
    content: '';
    height: 3px;
    width: 0;
    background: #003384;
    position: absolute;
    bottom: -.36rem;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.header .mhd .nav ul li:hover:after {
    width: 100%
}

.header .mhd .nav ul li.cur:after {
    width: 100%
}


.header .mhd .nav ul li a {
    font-size: .18rem;
}

.header .mhd .nav ul li i.icon-plus {
    position: absolute;
    right: 0;
    top: .13rem;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    display: none;
}

.header .mhd .nav ul li .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .2rem;
    min-width: 1.4rem;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header .mhd .nav ul li .sub .sub-h {
    text-align: center;
    position: relative;
    background: #fff;
    padding: .1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.header .mhd .nav ul li .sub .sub-h a {
    display: block;
    font-size: .15rem;
    padding: 0 .15rem;
    margin-bottom: 1px;
    background: #fff;
    white-space: nowrap;
    line-height: .4rem;
}

.header .mhd .nav ul li .sub .sub-h a:hover {
    background: #c4e3fe;
    color: #003384;
}

.header .mhd .nav ul li .sub .sub-h:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #fff;
    top: -.16rem;
}

.header .mhd .nav ul li:hover .sub {
    opacity: 1;
    visibility: inherit;
}

.wp {
    margin: 0 auto;
    max-width: 14rem;
    width: 94%;
}

.header .mhd .nav-btn {
    width: .36rem;
    transition: .3s;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    display: none;
}

.header .mhd .nav-btn .icon-nav {
    color: #003384;
    font-size: .36rem;
}

.header .mhd .nav-btn .icon-close {
    color: #003384;
    font-size: .36rem;
    display: none;
}

.banner {
    width: 100%;
}

.banner .swiper-banner {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    /*min-height: 500px;*/
}

/*.banner .swiper-banner .swiper-slide .bg video{ width: 100%; height: 100%; object-fit: cover}*/
.banner .swiper-banner .swiper-slide .img:before {
    content: '';
    position: relative;
    left: 0;
    right: 0;
    height: 20%;
    background-size: 100% 100%;
    z-index: 1;
    bottom: 0;
}

.banner .swiper-banner .swiper-slide .img {
    -webkit-transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: 5s;
    background-size: cover !important;
    width: 100%;
}

.banner .swiper-banner .swiper-slide-active .img {
    -webkit-transform: scale(1);
}

.banner .swiper-banner .swiper-btn a {
    position: absolute;
    top: calc(50% - .25rem);
    z-index: 10;
    display: block;
    width: .5rem;
    height: .5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: .2rem;
    line-height: .48rem
}

.banner .swiper-banner .swiper-btn a.prev {
    left: .2rem
}

.banner .swiper-banner .swiper-btn a.next {
    right: .2rem
}

.banner .swiper-banner .swiper-btn a:hover {
    background: rgba(255, 255, 255, .2)
}

.banner .swiper-pgn {
    z-index: 5;
    position: absolute;
    bottom: .3rem;
    left: 0;
    text-align: center;
}

.banner .swiper-pgn span {
    color: #fff;
    width: .4rem;
    height: .04rem;
    background: #fff;
    opacity: 1;
    margin: 0 .06rem !important;
    position: relative;
    border-radius: 0;
}

.banner .swiper-pgn span.swiper-pagination-bullet-active {
    /*opacity: 1;*/
    background: #d20b17;
}

.section-a {
    padding: .6rem 0 .45rem;
}

.section-a .flex {
    align-items: flex-start;
}

.xwdt {
    width: calc(70.5% - .5rem);
    /*position: relative;*/
    display: block;
}

.xwdt .flex {
    align-items: flex-start;
}

.xwdt .swiper-container {
    width: 64%;
}

.xwdt .swiper-container .swiper-slide .img-box .img {
    height: 4.2rem;
    padding-bottom: 0;
}

.xwdt .swiper-container .swiper-btn a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    margin-top: -.25rem;
    width: .5rem;
    height: .5rem;
    border: 1px solid #bbb;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: .2rem;
    line-height: .48rem
}

.xwdt .swiper-container .swiper-btn a.prev {
    left: .2rem
}

.xwdt .swiper-container .swiper-btn a.next {
    right: .2rem
}

.xwdt .swiper-container .swiper-btn a:hover {
    background: rgba(255, 255, 255, .2)
}

.xwdt .lists {
    width: 36%;
    background: #fff;
    position: relative;
    z-index: 5;
}

/*.xwdt .lists:after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 33.33333%;*/
/*}*/

.xwdt .lists .item {
    height: 1.05rem;
    /*line-height: .3rem;*/
    padding: .25rem .2rem;
    font-size: .18rem;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.xwdt .lists .item a h4 {
    font-weight: normal;
    line-height: .32rem;
    height: .64rem\0;
}

.xwdt .lists .item.on {
    color: #fff;
    /*background: #003384;*/
    background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
}

.xwdt .lists .item.on:before {
    display: none;
}

.xwdt .lists .item.on a {
    color: #fff;
}


.notice {
    /*padding-top: .6rem;*/
    width: 29.5%;
}

.notice .box-hd {
    margin-bottom: .3rem;
}

.notice .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    margin-bottom: 0.2rem;
}

.notice .box-bd ul li a .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.notice .box-bd ul li:last-child {
    margin-bottom: 0;
}

.notice .box-bd ul li a .txt time {
    width: .68rem;
    height: .68rem;
    /*background: rgb(238, 182, 88);*/
    text-align: center;
    font-size: .16rem;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.notice .box-bd ul li a .txt time span {
    font-size: .24rem;
    line-height: .34rem;
    background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
    /*background: #003384;*/
    color: #fff;
}

.notice .box-bd ul li a .txt time .bot {
    width: 100%;
    height: .34rem;
    line-height: .34rem;
}

.notice .box-bd ul li a .txt h4 {
    flex: 1;
    font-size: .18rem;
    line-height: .28rem;
    height: .56rem\0;
    font-weight: normal;
    padding-left: .2rem;
}


.section-b {
    padding: .6rem 0;
    width: 100%;
    background: url("../images/xm-bg.png") center no-repeat;
    background-size: cover;
}

.section-b .wp {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.djgz {
    width: 33.3333%;
    padding: .25rem .2rem;
}

.djgz .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .15rem;
    margin-bottom: .1rem;
}

.djgz .box-bd ul {
    width: 100%;
}

.djgz .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}

.djgz .box-bd ul li:last-child {
    border-bottom: 0;
}

.djgz .box-bd ul li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #255eaf;
    transition: all 0.6s ease 0s;
}

.djgz .box-bd ul li:last-child::after {
    display: none;
}

.djgz .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.djgz .box-bd ul li a .txt {
    padding: 0.1rem 0;
}

.djgz .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}

.djgz .box-bd ul li a .txt .info {
    font-size: .15rem;
}

.djgz .box-bd ul li a .txt .info time {
    color: #909399;
    font-size: .15rem;
}

.zbxx {
    width: 33.3333%;
    padding: .25rem .2rem;
}

.zbxx .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .15rem;
    margin-bottom: .1rem;
}

.zbxx .box-bd ul {
    width: 100%;
}

.zbxx .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}

.zbxx .box-bd ul li:last-child {
    border-bottom: 0;
}

.zbxx .box-bd ul li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #255eaf;
    transition: all 0.6s ease 0s;
}

.zbxx .box-bd ul li:last-child::after {
    display: none;
}

.zbxx .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.zbxx .box-bd ul li a .txt {
    padding: 0.1rem 0;
}

.zbxx .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}

.zbxx .box-bd ul li a .txt h4 span {
    color: #255eaf;
}

.zbxx .box-bd ul li:hover a .txt h4 span {
    color: #255eaf;
}

.zbxx .box-bd ul li a .txt .info {
    font-size: .15rem;
}

.zbxx .box-bd ul li a .txt .info time {
    padding-left: .1rem;
    color: #909399;
    font-size: .15rem;
}


.gzzd {
    width: 33.3333%;
    padding: .25rem .2rem;
}

.gzzd .box-hd {
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: .15rem;
    margin-bottom: .1rem;
}

.gzzd .box-bd ul {
    width: 100%;
}

.gzzd .box-bd ul li {
    /*border-bottom: 1px solid #e4e7ed;*/
    position: relative;
}

.gzzd .box-bd ul li:last-child {
    border-bottom: 0;
}

.gzzd .box-bd ul li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #255eaf;
    transition: all 0.6s ease 0s;
}

.gzzd .box-bd ul li:last-child::after {
    display: none;
}

.gzzd .box-bd ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.gzzd .box-bd ul li a .txt {
    padding: 0.1rem 0;
}

.gzzd .box-bd ul li a .txt h4 {
    font-size: .18rem;
    line-height: .36rem;
    height: .36rem\0;
    font-weight: normal;
}

.gzzd .box-bd ul li a .txt h4 span {
    color: #255eaf;
}

.gzzd .box-bd ul li:hover a .txt h4 span {
    color: #255eaf;
}

.gzzd .box-bd ul li a .txt .info {
    font-size: .15rem;
}

.gzzd .box-bd ul li a .txt .info time {
    padding-left: .1rem;
    color: #909399;
    font-size: .15rem;
}

.section-c {
    padding: .45rem 0;
    width: 100%;
    background-color: #fff;
    background-size: cover;
}

.hqfc .box-hd {
    margin-bottom: .3rem;
}

.hqfc .box-bd {
    width: 100%;
}

.hqfc .box-bd ul {
    width: 100%;
    justify-content: space-between;
}

.hqfc .box-bd ul li {
    width: 22.5%;
    /*padding-right: .5rem;*/
}

.hqfc .box-bd ul li:last-child {
    padding-right: 0;
}

.hqfc .box-bd ul li a .img-box .img {
    padding-bottom: 0;
    height: 2rem;
}

.hqfc .box-bd ul li a .txt {
    padding: 0 .1rem;
}

.hqfc .box-bd ul li:hover a .txt {
    background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
}

.hqfc .box-bd ul li a .txt h4 {
    height: .56rem;
    line-height: .56rem;
    font-size: .18rem;
    text-align: center;
    font-weight: normal;
}

.hqfc .box-bd ul li:hover a .txt h4 {
    color: #fff;
}

.footer {
    width: 100%;
    background-image: radial-gradient(circle, #0284e4, #5245d3);
}

.tft {
    padding: .35rem 0;
    color: #fff;
}

.tft .wp {
    /*align-items: flex-end;*/
}

.tft .item {
    /*flex: auto;*/
    position: relative;
    padding: 0 .3rem;
    width: 33.333%;
}

.tft .item .tit {
    font-size: .22rem;
    font-weight: normal;
    margin-bottom: .3rem;
    margin-top: .1rem;
}

.tft .item .info p {
    margin-bottom: .1rem;

}

.tft .tft-a {
    padding-left: 0;
}

.tft .tft-a .logo {
    margin-bottom: .25rem;
    height: .52rem;
}

.tft .tft-a .ad img {
    /*margin-bottom: .2rem;*/
    height: .48rem;
    opacity: 0.95;
}

.tft .tft-b:before, .tft .tft-c:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    height: 100%;
}

.tft .tft-c .link {
    width: 3.6rem;
}

.tft .tft-c .link ul li {
    width: 33.333%;
    margin-bottom: .1rem;
    /*margin-right: .2rem;*/
    float: left;
}

.tft .tft-c .link ul li a {
    color: #fff;
}

.bft {
    width: 100%;
    height: .58rem;
    background: rgba(255, 255, 255, 0.1);
}

.bft p {
    line-height: .58rem;
    color: #fff;
    font-size: .16rem;
}


/*list css*/
.list-bg {
    background: #fff;
}

.banner-ny {
    width: 100%;
    height: 3.2rem;
    background: url("../images/banner.png") center no-repeat;
    background-size: 100% 100%;
}



.section-f {
    width: 100%;
    padding: .45rem 0;
    background: url("../images/xm-bg.png") center no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
}
.section-f .wp {
    /*align-items: flex-start;*/
}
.section-f .sidebar-left {
    width: 16%;
}
.section-f .sub-nav {
    width: 100%;
}
.section-f .sub-nav .sub-nav-tit {

    height: 1rem;
    background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
    padding-left: .55rem;
}
.section-f .sub-nav {
    background: #fff;
}
.section-f .sub-nav .sub-nav-tit h3 {
    font-size: .22rem;
    color: #fff;
}
.section-f .sub-nav .sub-nav-tit .toggle {
    display: none;
}
.section-f .sub-nav ul.show {
    display: block !important;
}
.section-f .sub-nav ul li {
    height: .86rem;
    padding-left: .44rem;
    border-left: .06rem solid #e6e9f0;
    border-bottom: 1px dashed rgba(221, 221, 221);
}
.section-f .sub-nav ul li:last-child {
    border-bottom: none;
}
.section-f .sub-nav ul li.cur {
    border-left: .06rem solid #0085e4;
}
.section-f .sub-nav ul li a {
    line-height: .86rem;

}
.section-f .sidebar-right {
    width: calc(84% - .5rem);

}

.section-f .sidebar-right .box-hd {
    padding: .2rem 0.05rem .3rem;
    margin-bottom: 0;
}

.section-f .sidebar-right .box-hd .tit {
    font-size: .28rem;
}

.section-f .sidebar-right .box-hd .position {
    font-size: .16rem;
    line-height: .42rem;
    color: #909399;
}
.section-f .sidebar-right .box-hd .position a{
    font-size: .16rem;
    color: #606266;
}
.section-f .sidebar-right .box-hd .position a:hover {
    color: #003384;
}

.section-f .lists {
    padding: .1rem .25rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.section-f .lists ul li {
    padding: .2rem;
    border-bottom: 1px solid #e4e7ed;
    position: relative;
}
.section-f .lists ul li a .txt {
    display: flex;
    align-items: center;
}
.section-f .lists ul li a .txt time {
    color: #255eaf;
    text-align: center;
    font-size: .14rem;
    padding-right: .2rem;
    border-right: 1px solid #e4e7ed;
}
.section-f .lists ul li a .txt time span {
    display: block;
    font-size: .32rem;
}
.section-f .lists ul li h4 {
    font-size: .18rem;
    line-height: .36rem;
    font-weight: normal;
    padding-left: .2rem;
}

.section-f .lists ul li:last-child {
    border-bottom: 0;
}
.section-f .lists ul li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #255eaf;
    transition: all 0.6s ease 0s;
}
.section-f .lists ul li:last-child::after {
    display: none;
}
.section-f .lists ul li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.section-f .image-lists {
    padding: .25rem .25rem 0;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.section-f .image-lists ul {

}
.section-f .image-lists ul li {
    width: calc(33.3333% - .25rem);
    margin-bottom: .25rem;
}
.section-f .image-lists ul li a {
    /*position: relative;*/
    display:block;
}

.section-f .image-lists ul li a .txt {
    position: relative;
    padding: .3rem .2rem .2rem;
    background: #f3f4f6;
}

.section-f .image-lists ul li a .txt time {
    position: absolute;
    top: -.5rem;
    left: .2rem;
    padding-top: .03rem;
    width: .68rem;
    height: .68rem;
    background: #003384;
    color: #fff;
    text-align: center;
    font-size: .14rem;
}
.section-f .image-lists ul li a .txt time span {
    display: block;
    font-size: .28rem;
}

.section-f .image-lists ul li a .txt h4 {
    text-align: center;
}

.section-f .content {
    padding: .3rem .25rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.content .tit h4{
    /*color: #003384;*/
    font-weight: 500;
    font-size: .24rem;
    line-height: .4rem;
    text-align: center;
}

.content .tit h2{
    /*color: #003384;*/
    font-weight: 500;
    font-size: .32rem;
    line-height: .56rem;
    text-align: center;
}

.content .opr {
    padding: .25rem 0 .15rem .1rem;
    border-bottom: 1px solid #e4e7ed;
    /*justify-content: flex-end;*/
}
.content .opr .info span {
    margin-right: .2rem;
}
.content .opr .resize span {
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
}
.content .opr .resize span.large-size {
    font-size: .20rem;
    margin: 0 .05rem;
}
.content .opr .resize span.large-size:after{
    content: '+';
    font-size: .12rem;
    position: absolute;
    top: 0;
    right: -.07rem;
}
.content .opr .resize span.normal-size {
    font-size: .17rem;
    margin: 0 .05rem;
}
.content .opr .resize span.small-size {
    font-size: .14rem;
    margin: 0 .05rem;
}
.content .opr .resize span.small-size:after {
    content: '-';
    font-size: .12rem;
    position: absolute;
    top: -.03rem;
    right: -.05rem;
}


.content .con {
    font-size: .18rem;
    line-height: 1.8em;
    padding: .2rem 0;
}

.content .con p {
    text-indent: 2em;
    margin-bottom: .2rem;
}

.content .con p.vsbcontent_img {
    text-indent: 0;
    text-align: center;
}

.content .con p.vsbcontent_img img {
    height: auto !important;
}

.content .con p.vsbcontent_start {
    text-indent: 2em;
}

.content .con .info {
    text-align: right;
    padding: .1rem 0;
    font-size: .16rem;
    color: #606266;
    font-family: '楷体';
}

.content .con .info span {
    margin-right: .10rem;
}

.content .con .info span:last-child {
    margin-right: 0;
}
#hits span {
    margin-right: 0;
}

.content .pager p {
    font-size: .16rem;
    line-height: .32rem;
}

.content .share {
    padding-bottom: .2rem;
    font-size: .16rem;
    color: #909399;
    font-family: '微软雅黑' !important;
}

/*分页*/
.pages {
    text-align: center;
    padding:.2rem 0 .3rem;
    font-size: .16rem;
    line-height:.16rem;
    color:#303133;
}


.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o,.pages .p_fun a, .pages .p_no a{
    border: 1px solid #e4e7ed;
    padding: .08rem .15rem;
    margin-left:.05rem;
    display:inline-block;
    vertical-align:middle;
}

.pages .p_t{
    line-height:.16rem;
    margin:0;
    padding:0;
    display:inline-block;
    vertical-align:middle;
}

.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o{
    color: #ccc;
}

.pages .p_fun a, .pages .p_no a{
    color: #303133;
}

.pages .p_dot {
    margin-left: .04rem;
    margin-right:-.04rem;
    color:#303133;
}

.pages .p_dosize_d, .pages .p_dosize a{
    border-right:1px solid #e4e7ed;
    padding: 1px 5px;
    color: #888888;
}

.pages .p_dosize_d{
    color: #303133;
}

.pages .p_dosize a:hover{
    color: #303133;
}

.pages .p_dosize_last_d, .pages .p_dosize_last a{
    border-right-width:0;
}


/*按钮控制*/
.pages .p_first,.pages .p_first_d,.pages .p_last,.pages .p_last_d{
    display:none;
}

/*样式1-4*/
.pages .p_no a:hover,.pages .p_fun a:hover, .pages .p_goto a:hover, .pages .p_search a:hover {
    background-color: #f5f5f5;
}
/*样式1 蓝*/
.pages .p_no_d {
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #258CFF;
}

