body{
    padding-top: 1.3rem;
    background: #f3f4f6;
    background-size: 100% auto;
}
.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;
}

.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: .56rem;
}
.header .mhd .nav ul li {
    margin-left: .50rem;
    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;
}

.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;
}

.section-a {
    padding: .45rem 0;
    background: #f3f4f6 url("../img/body-bg.png") bottom center no-repeat;
}

.lgyw {
    width: calc(70.5% - .5rem);
}

.lgyw .swiper-container .swiper-slide .img-box .img{
    height: 6.25rem;
    padding-bottom: 0;
}
.lgyw .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
}
.lgyw .swiper-container .swiper-btn a.prev{
    left:.2rem
}
.lgyw .swiper-container .swiper-btn a.next{
    right:.2rem
}
.lgyw .swiper-container .swiper-btn a:hover{
    background:rgba(255,255,255,.2)
}

.lgyw .lists{
    background: #fff;
    margin-top: -.1rem;
    position: relative;
    z-index: 5;
}
.lgyw .lists:after{
    content: '';
    display: inline-block;
    width: 33.33333%;
}
.lgyw .lists .item{
    width: 33.33333%;
    height: 1rem;
    padding: .25rem .2rem;
    font-size: .18rem;
    position: relative;
}
.lgyw .lists .item:before{
    content: '';
    position: absolute;
    top: .2rem;
    bottom: .2rem;
    width: 1px;
    background: #ddd;
    right: 0;
}
.lgyw .lists .item:nth-child(3):before{
    display: none;
}
.lgyw .lists .item:nth-child(6):before{
    display: none;
}
.lgyw .lists .item:nth-child(9):before{
    display: none;
}
.lgyw .lists .item.on{
    color: #fff;
    background: #003384;
}
.lgyw .lists .item.on:before{
    display: none;
}
.lgyw .lists .item.on a{
    color: #fff;
}
.lgyw .lists .item a h4{
    font-size: .18rem;
    /*font-weight: normal;*/
    height: .48rem\0;
}


.zhxw {
    /*padding-top: .6rem;*/
    width: 29.5%;
}


.zhxw ul {
    background: #fff;
}

.zhxw ul li:nth-child(1) {
    /*padding: 0 0 .12rem;*/
}

.zhxw ul li {
    position: relative;
}

.zhxw ul li:after {
    position: absolute;
    right: .25rem;
    bottom: 0;
    left: .25rem;
    height: 1px;
    background: #ddd;
    content: '';
}
.zhxw ul li:nth-child(6):after {
    display: none;
}

.zhxw ul li a .img-box .img {
    padding-bottom: 0;
    height: 2.58rem;
}


.zhxw ul li:nth-child(1) .txt {
    padding-top: .25rem;
    height: 1rem;
}
.zhxw ul li:nth-child(1) .txt h4 {
    width: 100%;
}
.zhxw ul li a .txt {
    position: relative;
    display: flex;
    /*padding: .195rem .25rem;*/
    padding:.18rem .25rem;
    justify-content: space-between;
    align-items: center;
}
.zhxw ul li:nth-child(1) a .txt time {
    position: absolute;
    top: -.5rem;
    left: .25rem;
    padding-top: .03rem;
    width: .68rem;
    height: .68rem;
    background: #003384;
    color: #fff;
    text-align: center;
    font-size: .14rem;
}

.zhxw ul li:nth-child(1) a .txt time span {
    display: block;
    font-size: .28rem;
}

.zhxw ul li a .txt time {
    color: #909399;
    text-align: center;
    font-size: .14rem;
}
.zhxw ul li a .txt time span {
    display: block;
    font-size: .28rem;
}

.zhxw ul li a .txt h4 {
    width: calc(100% - .8rem);
    font-size: .17rem;
    line-height: 1.5em;
    height: .51rem\0;
    font-weight: normal;
}

.section-b {
    padding: .45rem 0;
    background: #fff;
}

.xsdt {
    width: 50%;
}

.xsdt .box-bd ul li {
    width: 48%;
    height: .97rem;
    border-bottom: .03rem solid #003384;
    background: #fff;
    margin-bottom: .3rem;
}

.xsdt .box-bd ul li a .txt {
    position: relative;
    display: flex;
    padding: .2rem;
    justify-content: space-between;
    align-items: center;
}

.xsdt .box-bd ul li a .txt time {
    color: #909399;
    text-align: center;
    font-size: .14rem;
}
.xsdt .box-bd ul li a .txt time span {
    display: block;
    font-size: .28rem;
}

.xsdt .box-bd ul li a .txt h4 {
    width: calc(100% - .8rem);
    font-size: .17rem;
    line-height: 1.5em;
    height: .51rem\0;
    font-weight: normal;
}
.xsdt .box-bd ul li a .txt h4 span {
    color: #003384;
}

.xsdtimg {
    width: 50%;
    padding-left: .3rem;
}
.xsdtimg .box-bd {
    /*height: 4.4rem;*/
    background-image: url("../img/xsdt-img-bg.png");
    background-position: right; /* 可选，确保背景图片居中 */
    background-repeat: no-repeat;
    background-size: cover;
    padding: .3rem .3rem .3rem 0;
}

.xsdtimg .box-bd .img-box .img {
    padding-bottom: 0;
    height: 3.8rem;
}

.section-c {
    padding: .45rem 0;
    width: 100%;
}
.mtlg {
    width: 28.5%;
}
.mtlg .box-bd ul {
    background: #ffffff;
}
.mtlg .box-bd ul li {
    position: relative;
    padding:.16rem .25rem;
}
/*.mtlg .box-bd ul li.first {*/
/*    padding: 0;*/
/*}*/
.mtlg .box-bd ul li:after {
    position: absolute;
    right: .25rem;
    bottom: 0;
    left: .25rem;
    height: 1px;
    background: #ddd;
    content: '';
}
/*.mtlg .box-bd ul li.first:after {*/
/*    display: none;*/
/*}*/
.mtlg .box-bd ul li.last:after {
    display: none;
}

/*.mtlg .box-bd ul li.first a .img-box .tit {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.mtlg .box-bd ul li.first a .img-box .tit span {*/
/*    font-size: .14rem;*/
/*    line-height: .28rem;*/
/*}*/



/*.mtlg .box-bd ul li a .txt {*/
/*    position: relative;*/
/*    display: flex;*/
/*    */
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.mtlg .box-bd ul li a .txt time {*/
/*    color: #909399;*/
/*    text-align: center;*/
/*    font-size: .14rem;*/
/*}*/
/*.mtlg .box-bd ul li a .txt time span {*/
/*    display: block;*/
/*    font-size: .28rem;*/
/*}*/
.mtlg .box-bd ul li a.flex {
    align-items: center;
}
.mtlg .box-bd ul li a.flex .img-box {
    width: .8rem;
    height: .3rem;
}

.mtlg .box-bd ul li a.flex .txt {
    width: calc(100% - .96rem);
    height: .54rem;
}
.mtlg .box-bd ul li a .txt h4 {

    font-size: .17rem;
    line-height: 1.5em;
    height: .51rem\0;
    font-weight: normal;
}
.mtlg .box-bd ul li a .txt h4 span {
    color:#003384;
}

.hlrw {
    /*flex: 1;*/
    padding-left: .55rem;
    width: 71.5%;
}
.hlrw .swiper-hlrw-a {


}
.hlrw .swiper-hlrw-a .swiper-slide {
    background: #fff;
    padding: .5rem .3rem;
}
.hlrw .swiper-hlrw-a .swiper-slide a {
    display: flex;
    justify-content: space-between;
}
.hlrw .swiper-hlrw-a .swiper-slide a .txt {
    flex: 1;
    margin-right: .3rem;
    display: flex;
    flex-direction: column;
}
.hlrw .swiper-hlrw-a .swiper-slide a .txt h4 {
    font-size: .2rem;
    line-height: .56rem;
    height: .56rem\0;
    color: #003384;
}
.hlrw .swiper-hlrw-a .swiper-slide a .txt p {
    font-size: .16rem;
    line-height: .32rem;
    height: 1.28rem\0;
    color: #666666;
    /*flex: 1;*/
}

.hlrw .swiper-hlrw-a .swiper-slide a .txt span {
    margin-top: .3rem;
    font-size: .16rem;
    color: #666666;
}
.hlrw .swiper-hlrw-a .swiper-slide a .img-box {
    width: 48%;
}
.hlrw .swiper-hlrw-a .swiper-slide a .img-box .img {
    height: 2.7rem;
}
.hlrw .selector {
    background: #003384;
    position: relative;
}
.hlrw .selector .swiper-container {
    margin: 0 auto;
    width: calc(100% - 1rem);
}
.hlrw .selector .swiper-container .swiper-slide {
    padding: .25rem 0;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.hlrw .selector .swiper-container .swiper-slide:before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    visibility: hidden;
    border: 12px solid transparent;
    content: '';
    opacity: 0;
    transform: translateX(-50%);
    border-top-color: #f2f3f7;
}
.hlrw .selector .swiper-container .swiper-slide-thumb-active:before {
    visibility: visible;
    opacity: 1;
}
.hlrw .selector .swiper-container .swiper-slide .img-box {
    margin: 0 auto;
    width: .96rem;
    height: .96rem;
    border-radius: 50%;
}
.hlrw .selector .swiper-container .swiper-slide .img-box .img {
    padding-bottom: 100%;
}
.hlrw .selector .swiper-btn a {
    position: absolute;
    top: 50%;
    z-index: 5;
    color: #fff;
    font-size: .24rem;
    transition: .3s;
    transform: translateY(-50%);
}
.hlrw .selector .swiper-btn a.prev {
    left:.15rem;
}
.hlrw .selector .swiper-btn a.next {
    right:.15rem;
}

.section-d {
    padding: .6rem 0;
    width: 100%;
    background: #fff;
}

.tjsp .box-bd ul li {
    float:left;
    margin-bottom:.2rem;
    width:calc(30% - .2rem);
}
.tjsp .box-bd ul li a {
    position:relative;
    display:block;
}
.tjsp .box-bd ul li .img-box .img{
    padding-bottom:0;
    height:2.65rem;
}

.tjsp .box-bd ul li:nth-child(1){
    margin-right:.2rem;
    width:70%;
}
.tjsp .box-bd ul li:nth-child(1) .img-box .img{
    height:5.5rem;
}
.tjsp .box-bd ul li .img-box:after
{
    content: "\e600";
    font-family: "iconfont" !important;
    position: absolute;
    left: 50%;
    top: 45%;
    transform:translateX(-50%) translateY(-50%);
    z-index: 6;
    color: #fff;
    font-size: .6rem;
    text-shadow: 0 0 5px rgba(0,0,0,.15);
}
.tjsp .box-bd ul li:nth-child(1) .img-box:after{
    font-size: .9rem;
}

.section-e {
    padding: .45rem 0;
    width: 100%;
    background: url("../img/xm-bg.png") center no-repeat;
    background-size: cover;
}

.xmjh .box-hd .xmapp {
    flex:1;
}

.xmjh .box-hd .xmapp ul {
    display: flex;
    justify-content: flex-end;
}
.xmjh .box-hd .xmapp ul li {

    margin-left: .2rem;
    text-align: center;
}
.xmjh .box-hd .xmapp ul li a .app {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #003384;
    cursor: pointer;
}
.xmjh .box-hd .xmapp ul li a i {
    font-size: .24rem;
    color: #fff;
    line-height: .45rem;
}

.xmjh .box-bd .xmlist {
    width: 72.5%;
}

.xmjh .box-bd .xmlist li {
    float: left;
    width: 40%;
}
.xmjh .box-bd .xmlist li a {
    position:relative;
    display:block;
}
.xmjh .box-bd .xmlist li .img-box .img {
    padding-bottom: 0;
    height:2.27rem;
}

.xmjh .box-bd .xmlist li:nth-child(1) {
    width: 60%;
}

.xmjh .box-bd .xmlist li:nth-child(1) .img-box .img {
    height:4.54rem;
}

.xmjh .box-bd .tab {
    width: 27.5%;
    background: #fdfbf7;
    padding: .3rem .2rem;
    align-items: center;
    border: 3px solid #f3c96f;
}

.xmjh .box-bd .tab .tab-bd {

    width: calc(100% - .94rem);
}
.xmjh .box-bd .tab .tab-bd .tab-bd-item {
    display: none;
}
.xmjh .box-bd .tab .tab-bd .tab-bd-item .img-box{
    box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}
.xmjh .box-bd .tab .tab-bd .tab-bd-item .img-box .img {
    padding-bottom: 0;
    height: 3.6rem;

}

.xmjh .box-bd .tab .tab-hd {
    width: .84rem;
}

.xmjh .box-bd .tab .tab-hd ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xmjh .box-bd .tab .tab-hd ul li {
    padding: 0 .08rem;
    line-height: .36rem;
    margin: .05rem 0;
    cursor: pointer;
}
.xmjh .box-bd .tab .tab-hd ul li.cur {
    background: #003384;
}
.xmjh .box-bd .tab .tab-hd ul li:hover {
    background: #003384;
}
.xmjh .box-bd .tab .tab-hd ul li h4 {
    font-weight: normal;
}
.xmjh .box-bd .tab .tab-hd ul li.cur h4 {
    color:#fff
}
.xmjh .box-bd .tab .tab-hd ul li:hover h4 {
    color:#fff
}

.section-s{
    padding: .45rem 0 .6rem;
    width: 100%;
}
.ztzl .box-hd {
    margin-bottom: .3rem;
}
.ztzl .box-bd {
    width: 100%;
}
.ztzl .box-bd ul {
    width: 100%;
    justify-content: space-between;
}
.ztzl .box-bd ul li {
    width: 15%;
    margin-right: 1.66666666666%;

}
.ztzl .box-bd ul li:nth-child(6) {
    margin-right: 0;

}

.ztzl .box-bd ul li a .img-box .img {
    padding-bottom: 0;
    height: .88rem;
}

.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 2.5%;
    width: 33.333%;
}
.tft .item .tit {
    font-size: .22rem;
    font-weight: normal;
    margin-bottom: .3rem;
}
.tft .item .info p {
    margin-bottom: .1rem;

}
.tft .tft-a {
    padding-left: 0;
}
.tft .tft-a .logo {
    margin-bottom: .2rem;
    height: .52rem;
}
.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 {
    width: 100%;
    height: 3.6rem;
    background: url("../img/banner.png") center no-repeat;
    padding-top: 1.36rem;
    background-size: 100% 100%;
}

.banner .nav-box {
    min-width: 3.6rem;
    padding: .3rem .4rem .2rem;
    background: rgba(0,53,152,0.36);
}

.banner .nav-box .tit {
    font-size: .32rem;
    color:#fff;
}

.banner .nav-box .position {
    font-size: .16rem;
    color:#fff;
    line-height: .42rem;
}
.banner .nav-box .position a{
    font-size: .16rem;
    color:#fff;
}

.section-f {
    width: 100%;
    padding: .6rem 0;
    background:  url("../img/xm-bg.png") center no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.section-f .lists {
    width: calc(75% - .5rem);
    padding-left: .25rem;
    padding-right: .25rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.section-f .lists ul li {
    padding: .25rem 0;
    border-bottom: 1px solid #e4e7ed;
}

.section-f .lists ul li:last-child {
    border-bottom: none;
}

.section-f .lists ul li a .img-box {
    width: 2.8rem;
}

.section-f .lists ul li a .txt {
    width: calc(100% - 2.8rem);
    padding: .2rem 0 .2rem .325rem;
}

.section-f .lists ul li.nopic a .txt {
    width: 100%;
    padding: 0;
}

.section-f .lists ul li a .txt h4 {
    font-size: .2rem;
    margin-bottom: .15rem;
    height: .24rem\0;
}

.section-f .lists ul li a .txt p {
    font-size: .15rem;
    line-height: .24rem;
    height: .48rem\0;
    color:#909399;
    margin-bottom: .15rem;
}

.section-f .lists ul li a .txt time {
    font-size: .15rem;
    color:#909399;
}


/*mtlg-lists*/
.section-f .mtlg-lists {
    width: calc(75% - .5rem);
    padding-left: .25rem;
    padding-right: .25rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.section-f .mtlg-lists ul li {
    padding: .1rem 0;
    border-bottom: 1px solid #e4e7ed;
}

.section-f .mtlg-lists ul li:last-child {
    border-bottom: none;
}

.section-f .mtlg-lists ul li a .img-box {
    width: 1.2rem;
    height: .48rem;
}

.section-f .mtlg-lists ul li a .txt {
    width: calc(100% - 1.2rem);
    padding: .2rem 0 .2rem .325rem;
}

.section-f .mtlg-lists ul li.nopic a .txt {
    width: 100%;
    padding-left: 0;
}

.section-f .mtlg-lists ul li a .txt h4 {
    font-size: .2rem;
    margin-bottom: .1rem;
    height: .26rem\0;
}
.section-f .mtlg-lists ul li a .txt h4 span {
    color: #003384;
}


.section-f .mtlg-lists ul li a .txt time {
    font-size: .15rem;
    color:#909399;
}

.section-f .video-lists {
    width: calc(75% - .5rem);
    padding: .25rem .25rem 0;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.section-f .video-lists ul {

}
.section-f .video-lists ul li {
    width: calc(33.3333% - .25rem);
    margin-bottom: .25rem;
}
.section-f .video-lists ul li a {
    position: relative;
    display:block;
}
.section-f .video-lists ul li a .img-box:after
{
    content: "\e600";
    font-family: "iconfont" !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translateX(-50%) translateY(-50%);
    z-index: 6;
    color: #fff;
    font-size: .6rem;
    text-shadow: 0 0 5px rgba(0,0,0,.15);
}

.section-f .video-lists ul li a .txt {
    position: relative;
    padding: .3rem .2rem .2rem;
    background: #f3f4f6;
}

.section-f .video-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 .video-lists ul li a .txt time span {
    display: block;
    font-size: .28rem;
}

.section-f .video-lists ul li a .txt h4 {
    /*line-height: .52rem;*/
    text-align: center;
}

.section-f .xmjh-lists {
    width: 100%;
    padding: .25rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.zxyd {
    width: 20.5%;

}

.zxyd .box-hd {
    height: .52rem;
    background-image: linear-gradient(to right, #0883e0, #266dda, #5549d2);
    margin-bottom:0;
}
.zxyd .box-hd h3 {
    line-height: .52rem;
    color: #fff!important;
    font-size: .2rem!important;
    padding-left: .2rem;
}
.zxyd .box-bd {
    background: #fff;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}
.zxyd .box-bd ul {
    padding: .2rem;
}
.zxyd .box-bd ul li a {
    position: relative;
    display: block;
    margin-bottom: .05rem;
    padding-bottom: .05rem;
    border-bottom: 1px solid rgba(235, 237, 240);
    font-size: .16rem;
    line-height: .36rem;
    overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;
}
.zxyd .box-bd ul li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: rgba(0, 53, 152);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.6s ease 0s;
}

.zxyd .box-bd ul li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.zxyd .box-bd ul li:last-child a::after {
    content: "";
    display: none;
}

.zxyd .box-bd ul li:hover a::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.zxyd .box-bd ul li:hover a {
    color: rgba(0, 53, 152);
}

.zxdt {
    width: 25%;
    /*margin-top: 105px;*/


}

.zxdt .zxdt-box {
    padding: .25rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.zxdt .tit {
    display: flex;
    align-items: center;
    font-size: .22rem;
    color: #000000;
}
.zxdt .tit .img {
    width: .44rem;
    height: .44rem;
    display: inline-block;
    margin-right: .10rem;
    vertical-align: middle;
    background: #003384;
    text-align: center;
    border-radius: 50%;
    line-height: .36rem;
    color: #fff;
}
.zxdt .tit:hover .img {
}
.zxdt .list {
    width: calc(100% - .22rem);
    padding: .3rem 0 0 0;
    border-left: 1px #e5e5e5 solid;
    margin-left: .22rem;
}
.zxdt .list li .date {
    font-size: .14rem;
    color: #999999;
    background: url(../img/hotnewsbg.png) no-repeat left top;
    width: 1.06rem;
    height: .3rem;
    text-align: center;
    margin-bottom: .15rem;
    line-height: .30rem;
    position: relative;
    padding-left: .10rem;
    margin-left: .15rem;
    background-size: 100% 100%;
}
.zxdt .list li:hover .date {
    font-size: .14rem;
    color: #fff;
    background: url(../img/hotnewsbg_on.png) no-repeat left top;
}
.zxdt .list li .date::before {
    content: "";
    position: absolute;
    left: -.235rem;
    top: 50%;
    width: .14rem;
    height: .14rem;
    background: #fff;
    border: 2px #e0e0e0 solid;
    border-radius: 100%;
    margin-top: -.1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.zxdt .list li .title {
    width: 100%;
    font-size: .18rem;
    color: #222222;
    height: .52rem;
    line-height: .26rem;
    padding-left: .15rem;
    margin-bottom: .15rem;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.zxdt .list li .title a {
    color: #222222;
}
.zxdt .list li:hover .date::before {
    border: 2px #1360b6 solid;
}
.zxdt .list li:hover .title a{
    color: #003384;

    /*必需加前缀 -webkit- 才支持这个text值 */

    /*text-fill-color会覆盖color所定义的字体颜色： */
}

.section-f .content {
    width: calc(75% - .5rem);
    padding: .25rem;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    margin: unset;
    color: unset;
    line-height: unset
}

.content .tit h4{
    color: #003384;
    font: 500 .24rem / .4rem '楷体';
    text-align: center;
}

.content .tit h4.font-ht {
    font-family: '黑体';
}

.content .tit h2{
    color: #003384;
    font-size: .33rem;
    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: .3rem;
}

#hits span {
    margin: 0;
}

.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: .1rem;
}
.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;
}

.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;
}

