body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #2E4B70;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #333;
    font-size: .16rem;
    font-family: 'alphr';
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}


@media (min-width: 1440px) {
    .ctbx {
        width: 14rem;
    }
}

@font-face {
    font-family: 'alphm';
    src: url(../fonts/Alibaba-PuHuiTi-Medium.otf)
}

@font-face {
    font-family: 'alphr';
    src: url(../fonts/Alibaba-PuHuiTi-Regular.otf)
}



.header {
    margin: auto;
    position: relative;
}


/* 首页 */

.head_top {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    z-index: 10;
    
    transition: all 0.25s ease-out 0s;
    background: url(../images/top_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.head_top.on {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    background: #1A59B3;
    top: 0px;
}
.head_top .dbmar{
    margin: 0.3rem auto 0.65rem;
    overflow: hidden;
}
.head_top .ssbox{
    position: relative;
    overflow: hidden;
}
.head_top .ssbox::after{
    content: "";
    position: absolute;
    right: 0;
    top:0;
    height: 0.44rem;
    background: #fff;
    width: 20%;
}
.head_top .ssbox .ssnr{
    float: right;
    width: 3.1rem;
    height: 0.44rem;
    background: url(../images/ss_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    padding: 0 0.55rem;
    box-sizing: border-box;
}
.head_top .ssbox .ssnr .inp {
    outline: none;
    border-style: none;
    height: 0.44rem;
    width:100%;
    box-sizing: border-box;
}
.head_top .ssbox .ssnr .sub{
    position: absolute;
    right: 0;
    top:0;
    width: 0.44rem;
    height: 0.44rem;
    cursor: pointer;
    outline: none;
    border-style: none;
    background: url(../images/search.png) no-repeat center;
}

.tc_logo {
    width: 6.48rem;
    float: left;
    height: 0.75rem;
    position: relative;
}

.tc_logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}

.head_top.on .tc_logo {
    height: 0.72rem;
    margin: 0.15rem 0 0.15rem 0.15rem;
}

.head_rg {
   float: left;
   height: 0.81rem;
   margin-left: 2.4rem;
}



.head_top.on .head_rg {
    margin-top: 0.35rem;
}

.head_top.on .head_rg .en a {
    font-size: 0.16rem;
}



/* 导航 */


.navbar {
  background: #072b81;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
    display: flex;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    flex: 1;
}

.navbar .navbar-nav>li>a {
    font-size: 0.22rem;
    color: #fff;
    padding: 0.14rem 0rem;
    /* margin: 0 0.15rem; */
    line-height: 0.32rem;
    display: block;
    box-sizing: border-box;
}

.head_top.on .navbar .navbar-nav>li>a {
    font-size: 0.18rem;
    padding: 0.08rem 0;
}


.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}


.navbar .navbar-nav>li.current>a,
.navbar .navbar-nav>li:hover>a {
    background: #264DB1;
}
.navbar .navbar-nav>li.current::after,
.navbar .navbar-nav>li:hover::after{
    content: "";
    position: absolute;
    right: -0.12rem;
    top:0;
    width: 0.12rem;
    height: 100%;
    background: url(../images/nav_bg.png) no-repeat right top;
    background-size: auto 100%;
}

.navbar .nav-child {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0px;
    padding: 8px 0px;
    background: rgba(26, 89, 179, 0.6);
    transition: all 0.3s ease;
}

.navbar .nav-child li a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 5px;
    display: block;
    color: #fff;
    box-sizing: border-box;
}

.navbar .nav-child li:hover a {
    background: #1A59B3;
}

/* .head_top.hdfixed .navbar .navbar-nav>.current>a,
.head_top.hdfixed .navbar .navbar-nav>li:hover>a {
    color: #1A59B3;
} */

.ban_box {
    position: relative;
}

.banlb {
    width: 100%;
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    position: relative;
}

.banlb img {
    width: 100%;
}
.banlb .bg{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.ban_box .swiper-slide-active .banlb .bg{
    opacity: 0;
}
.ban_box .ban-next,
.ban_box .ban-prev {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -0.3rem;
    outline: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4) url(../images/jt_bai2.png) no-repeat center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.ban_box .ban-next {
    left: 0.6rem;
}

.ban_box .ban-prev {
    right: 0.6rem;
    transform: rotate(180deg);
}

.ban_box .ban-next:hover,
.ban_box .ban-prev:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/jt_bai2.png) no-repeat center;
}

.sydh {
    overflow: hidden;
    position: relative;
    border-bottom: #354d7d 1px solid;
}

.sydh h1 {
    float: left;
    padding:0 0.25rem 0 0.2rem;
    background: url(../images/sydh_bg.png) no-repeat left center;
    background-size: 100% 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.28rem;
    color: #fff;
}

.sydh span {
    float: right;
    font-size: 0.16rem;
    height: 0.44rem;
    line-height: 0.44rem;
    color: #1A59B3;
    border-radius: 0.2rem;
   padding-right: 0.3rem;
    transition: all 0.4s ease;
    position: relative;
}

.sydh span::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0.09rem;
    width: 0.22rem;
    height: 0.22rem;
    background:#183A8A url(../images/jt_bai.png) no-repeat center;
    background-size: auto 0.1rem;
    border-radius: 50%;
}

.sydh span a {
    color: #183A8A;
}

.sydh span:hover::after {
    background:#DA251C url(../images/jt_bai.png) no-repeat center;
    background-size: auto 0.1rem;
}

.sydh span:hover a {
    color: #DA251C;
}

/* 要闻关注 */

.cont_box {
    padding: 0.71rem 0 0.7rem;
    overflow: hidden;
}

.ywgz{
    width: 65.7%;
    float: left;
}
.gzdt{
    width: 31%;
    float: right;
}


.lbtj{
    width: 4.55rem;
    float: left; 
    position: relative;
 }
 .lbwz{
     width: calc(100% - 4.85rem);
     float: right;
 }
 .lbtj .pic {
     overflow: hidden;
     padding-bottom: 74.8%;
     position: relative;
 }
 
 .lbtj .pic img {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 5;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center center;
 }
 .lbtj .pic img:hover {
     transform: scale(1.05);
 }
 .lbtj .tit{
     padding: 0.29rem 0.3rem 0.2rem;
     overflow: hidden;
     background: url(../images/lbtj_bg.jpg) no-repeat;
     background-size: cover;
 }
 .lbtj .tit h2{
     font-size: 0.2rem;
     color: #264DB1;
     line-height: 0.3rem;
     height: 0.6rem;
     overflow: hidden;
     text-overflow:ellipsis; 
     display:-webkit-box;
     -webkit-line-clamp:2;
     -webkit-box-orient:vertical;
 }
 .lbtj .time{
     position: absolute;
     z-index: 5;
     bottom: 0.9rem;
     left: 0.3rem;
     width: 0.8rem;
     height: 0.74rem;
     background: #DA251C;
     font-family: Arial;
     color: #fff;
     text-align: center;
 }
 .lbtj .time b{
     display:inline-block;
     font-size: 0.26rem;   
     margin-top: 0.13rem;
 }
 .lbtj .time span{
     font-size: 0.14rem;
 }
 
 .lbtj .lbtj-dot {
     position: absolute;
     left: 0;
     width: 100%;
     bottom: 0.16rem;
     color: #fff;
     text-align: center;
     z-index: 2;
     margin: 0px;
     padding: 0px;
     font-size: 0px;
 }
 
 .lbtj .lbtj-dot span {
     margin: 0px 9px;
     cursor: pointer;
     vertical-align: middle;
     display: inline-block;
     position: relative;
     background: none;
     outline: none;
     opacity: 1;
     width: 0.22rem;
     height: 0.03rem;
     font-size: 0px;
     background: #C2C9DE;
     border-radius: 0;
 }
 
 .lbtj .lbtj-dot span.swiper-pagination-bullet-active {
     background: #264DB1;
 }

.lbxq{
    padding-top: 0.1rem;
    overflow: hidden;
}
.lbxq li{
    padding: 0.17rem 0;
    width: 100%;
    float: left;
    border-bottom: #e2e2e2 1px dashed;
}
.lbxq li .time{
    float: left;
    width: 0.64rem;
    height: 0.64rem;
    background: #e2e9fb;
    font-family: Arial;
    color: #264DB1;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.lbxq li .time::before{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0.07rem;
    top: 0;
    width: 0.08rem;
    height: 0.12rem;
    background: url(../images/ic_time.png) no-repeat;
}
.lbxq li .time b{
    display:inline-block;
    font-size: 0.24rem;   
    margin-top: 0.1rem;
}
.lbxq li .time span{
    font-size: 0.14rem;
}
.lbxq li .text{
    width: calc(100% - 0.8rem);
    float: right;
    display: flex;
    align-items: center;
    height: 0.64rem;
}
.lbxq li .text h2 {
    color: #333;
    font-size: 0.18rem;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    transition: all 0.4s ease-out 0s;
    
}

.lbxq li:hover .time{
 color: #fff;
 background: #264DB1;
}
.lbxq li:hover .time::before{
    background: url(../images/ic_time2.png) no-repeat;
}

/* 通知公告 */
.cont_box2 {
    overflow: hidden;
    padding-bottom: 0.7rem;
}
.cont_box2 .tzgg{
    margin: 0 -0.25rem;
}
.tzgg .tzlb{
    width: 33.3%;
    float: left;
}
.tzgg .tzlb .mar{
    margin: 0 0.25rem;
}
.tzgg .tzlb .mar .tzwz{
    padding-top: 0.1rem;
    overflow: hidden;
}

.tzgg .tzlb .mar .tzwz li {
    width: 100%;
    float: left;
    padding-left: 0.2rem;
    box-sizing: border-box;
    background: url(../images/jt_lan.png) no-repeat left center;
    border-bottom: #e2e2e2 1px dashed;
}
.tzgg .tzlb .mar .tzwz li h2{
    float: left;
    width: calc(100% - 0.9rem);
    font-size: 0.18rem;
    color: #333;
    line-height: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease;
}
.tzgg .tzlb .mar .tzwz li span {
    float: right;
    line-height: 0.6rem;
    font-family: Arial;
    font-size: 0.14rem;
    color: #888;
}

.tzgg .tzlb .mar .tzwz li:hover h2{
    color: #264DB1;
    transform: translateX(5px);
}
.tzgg .tzlb .mar .tzwz li:hover span{
    color: #264DB1;
}



/* 在线读刊 */
.cont_box3 {
    overflow: hidden;
    padding-bottom: 0.6rem;
}
.zxdk_box{
    width: 65.7%;
    float: left;
}
.zylj_box{
    width: 31%;
    float: right;
}

.zxdk{
    overflow: hidden;
}
.zxdk ul{
    margin: 0.3rem -0.35rem 0;
}
.zxdk li{
    width: 20%;
    float: left;
}
.zxdk li .mar{
    margin: 0 0.35rem;
}

.zxdk li .mar .pic {
    overflow: hidden;
    padding-bottom: 134%;
    position: relative;
}

.zxdk li .mar .pic img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.zxdk li .mar .pic img:hover {
    transform: scale(1.05);
}
.zxdk li .mar .tit{
    padding-top: 0.13rem;
    overflow: hidden;
    background: url(../images/zxdk_xian.png) no-repeat center top;
}
.zxdk li .mar .tit h2{
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.zylj{
    padding-top: 0.3rem;
}
.zylj li{
    margin-bottom: 0.18rem;
    height: 0.9rem;
    background: url(../images/zylj_p02.jpg) no-repeat center;
    background-size: 100% 100%;
    
        font-size: 0.24rem;
        line-height: 0.24rem;
        transition: all 0.4s ease-out 0s;
            text-align: center;
}
.zylj li a{
    color: #fff;
    padding:0.33rem 0.1rem;
    box-sizing: border-box;
        display: block;
}
.zylj li:nth-of-type(1){
    background: url(../images/zylj_p01.jpg) no-repeat center;
    background-size: 100% 100%;
}
/* 专题专栏 */

.ztzl_box{
    margin: 0.3rem 0 0.9rem;
    position: relative;
    background: url(../images/ztzl_bg.png) no-repeat center;
    background-size: cover;
}
.ztzl_box .pic {
    overflow: hidden;
    padding-bottom: 39%;
    position: relative;
}

.ztzl_box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.ztzl_box .pic img:hover {
    transform: scale(1.05);
}
.ztzl_box .ztzl-next,
.ztzl_box .ztzl-prev {
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -0.14rem;
    outline: none;
    cursor: pointer;
    background: url(../images/ztzl_btn.png) no-repeat center;
    background-size: auto 0.1rem;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
}

.ztzl_box .ztzl-next {
    right: -0.5rem;
    transform: rotate(180deg);
}

.ztzl_box .ztzl-prev {
    left: -0.5rem;
    
}
.ztzl_box .ztzl-prev:hover,
.ztzl_box .ztzl-next:hover{
    border: 1px solid #264DB1;
    background:#264DB1 url(../images/ztzl_btn2.png) no-repeat center;
    background-size: auto 0.1rem;
}

.ztzl_box .ztzl-prev:hover {
    transform: rotate(180deg);
}
.ztzl_box .ztzl-next:hover {
    transform: rotate(0deg);
}
/* 底部 */
.dibu_bg {
    padding: 0.5rem 0 0.6rem;
    background: url(../images/dibu_bg.jpg) no-repeat;
    background-size: cover;
}

.dblf{
   float: left;
   width: calc(100% - 1.5rem);
  
}
.dblf .dbc1 .dblogo{
    width: 2.9rem;
    float: left;
    margin-right: 0.7rem;
}
.dblf .dbc1 .dibu_yqlj{
    width: 2.48rem;
    float: left;
    position: relative;
}
.dblf .dbc1 .dibu_yqlj h2{
    height: 0.46rem;
    padding: 0 0.2rem;
    background: rgba(255, 255, 255, 0.05);

box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.dblf .dbc1 .dibu_yqlj h2 span{
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.18rem;
    line-height: 0.46rem;
    display: block;
    background: url(../images/db_yqlj.png) no-repeat right center;
}
.dblf .dbc1 .dibu_yqlj .yqljnr{
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom:100%;
    background: #fff;
    width: 100%;
    padding: 0.1rem 0;
    box-sizing: border-box;
    transition: all 0.4s ease-out 0s;
  
}

.dblf .dbc1 .dibu_yqlj .yqljnr div{
    max-height:1.25rem;
    overflow: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 43%, #FFFFFF 106%);
}
.dblf .dbc1 .dibu_yqlj .yqljnr div::-webkit-scrollbar{
    width:2px;
}
.dblf .dbc1 .dibu_yqlj:hover .yqljnr{
    display: block;
    
}

.yqljnr div a{
    display: block;
    font-size: 0.14rem;
   line-height: 0.2rem;
   padding: 0.1rem;
}
.yqljnr div a:hover{
    background: #264DB1;
    color: #fff;
}
.dibu_ewm{
    width: 1.3rem;
    float: right;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.09rem;
}
.dibu_ewm span{
    overflow: hidden;
    display: block;
    background: #fff;
    padding: 0.05rem;
    box-sizing: border-box;
}
.dibu_ewm img{
    width: 1rem;
    height: 1rem;
}
.dibu_ewm h2{
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 0.07rem;
}

.dibu_bg .dbc2 {
    overflow: hidden;
    padding-top: 0.48rem;
}

.dibu_bg .dbc2 p {
    padding-left: 0.6rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    color: #fff;
    margin-right: 0.65rem;
    display: inline-block;
    position: relative;
}
.dibu_bg .dbc2 p::before{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 0.38rem;
    height: 0.38rem;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}
.dibu_bg .dbc2 p:nth-of-type(1){
    background: url(../images/db_dz.png) no-repeat 0.11rem center;
}
.dibu_bg .dbc2 p:nth-of-type(2){
    background: url(../images/db_yb.png) no-repeat 0.11rem center;
}
.dibu_bg .dbc2 p:nth-of-type(3){
    background: url(../images/db_dh.png) no-repeat 0.11rem center;
}

.db_banq {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 0.13rem 0;
    background: #264DB1;
    overflow: hidden;
}

.db_banq p,
.db_banq p a {
    color: rgba(255, 255, 255, 0.8);
}



.listbox_bg {
    overflow: hidden;
    background: url(../images/list_bg.png) no-repeat center bottom;
    padding-bottom: 0.9rem;
}


.ltpic_box {
    position: relative;
}

.list_pic {
    overflow: hidden;
}

.list_pic img {
    width: 100%;
}

.ltpic_box .ltlmmc {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
}

.ltpic_box .ltlmmc h1 {
    display: block;
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #FFFFFF;
    font-family: 'alphm';
    padding: 0.22rem 0.2rem;
    background:#072b81 url(../images/sjx_red.png) no-repeat right top;
    width: 2.8rem;
    text-align: center;
    box-sizing: border-box;
}

.list_lf {
    width: 2.8rem;
    float: left;
    position: relative;
   padding-bottom: 3rem;
    background:#fff url(../images/ltlf_bg.png) no-repeat bottom;
   box-shadow: 0px 4px 10px 0px rgba(2, 70, 143, 0.15);  
}

.sideMenu {
    padding: 14px 10px 0px;
    overflow: hidden;
}

.sideMenu li {
    width: 100%;
    float: left;
        border-bottom: #eee 1px dotted;
}

.sideMenu h3 {
    cursor: pointer;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding: 12px 30px 12px 25px;
    box-sizing: border-box;
    position: relative;
}

.sideMenu h3 em {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.sideMenu li.current h3,
.sideMenu li:hover h3 {
    background: #fff;
}

.sideMenu li.current h3 em,
.sideMenu li:hover h3 em {
    background: url(../images/ltej_on.png) no-repeat center;
}

.sideMenu li.current h3 a,
.sideMenu li:hover h3 a {
    color: #264DB1;
    font-weight: bold;
}

.sideMenu dl {
    width: 100%;
    float: left;
    display: none;
    padding: 8px 0px;
    border-top-style: none;
    box-sizing: border-box;
    background: #fff;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    padding: 5px 30px 5px 50px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 10px;
}

.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #1665c8;
    background: url(../images/ltej_on.png) no-repeat 220px center;
}

.sideMenu li.current>em,
.sideMenu li:hover>em {
    background: url(../images/ltej_on.png) no-repeat;
}

.sideMenu li.current dl {
    display: block !important;
}


.list_rg {
    float: right;
    width: calc(100% - 3.3rem);
    padding-top: 0.46rem;
}

.ltdqwz {
    overflow: hidden;
    background: #E1E9FF;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.ltdqwz h1 {
    float: left;
    line-height: 0.44rem;
    font-size: 0.28rem;
    color: #264DB1;
    font-family: 'alphm';
}

.ltdqwz span {
    float: right;
    margin-top: 0.08rem;
    display: block;
    font-size: 0.14rem;
    color: #777;
    line-height: 0.3rem;
    padding-left: 0.28rem;
    background: url(../images/ic_home2.png) no-repeat left center;
}

.ltdqwz span a {
    color: #777;
}

.ltdqwz span a:hover {
    color: #1A59B3;
}
/* 新闻列表页 */

.xwlb {
    overflow: hidden;
    min-height: 5rem;
}

.xwlb ul {
    overflow: hidden;
    padding: 0.1rem 0 0.4rem;
}

.xwlb li {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border-bottom: #E2E2E2 1px dashed;
}
.xwlb li:hover{
    border-bottom: #264db1 1px solid;
}

.xwlb li a {
    display: block;
    padding:0.28rem 0;
    overflow: hidden;
}

.xwlb li .pic {
    width: 2.6rem;
    float: left;
}

.xwlb li .pic span {
    display: block;
    position: relative;
    padding-bottom: 67%;
    overflow: hidden;
}

.xwlb li .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xwlb li:hover .pic span img {
    transform: scale(1.05);
}

.xwlb li .text {
    width: 100%;
    float: right;
    position: relative;
}

.xwlb li .text .tit {
    overflow: hidden;
}

.xwlb li .text .tit h2{
    width: calc(100% - 0.8rem);
    float: left;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.64rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.xwlb li .text .tit h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.37rem;
    height: 0.03rem;
    background: #264db1;
}
.xwlb li .text .tit .time{
    float: left;
    width: 0.64rem;
    height: 0.64rem;
    background: #e2e9fb;
    font-family: Arial;
    color: #264DB1;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.xwlb li .text .tit .time::before{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0.07rem;
    top: 0;
    width: 0.08rem;
    height: 0.12rem;
    background: url(../images/ic_time.png) no-repeat;
}
.xwlb li:hover .text .tit .time::before{
    background: url(../images/ic_time2.png) no-repeat;
}
.xwlb li .text .tit .time b{
    display:inline-block;
    font-size: 0.24rem;   
    margin-top: 0.1rem;
}
.xwlb li .text .tit .time span{
    font-size: 0.14rem;
}

.xwlb li .text p{
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.25rem;
    transition: all 0.3s ease-out 0s;
}
.xwlb li:hover .text .tit h2,
.xwlb li:hover .text p{
   color: #264DB1;
}
.xwlb li:hover .text .tit .time{
    color: #fff;
    background: #264DB1;
}



/* 列表页文字 */

.list_lb {
    min-height: 500px;
}

.list_lb ul {
    padding: 0.2rem 0 0.4rem;
    overflow: hidden;
}

.list_lb li {
    width: 100%;
    float: left;
    border-bottom: #e2e2e2 1px dashed;
    transition: all 0.4s ease;
    position: relative;
    padding: 0 0.2rem 0 0.15rem;
    box-sizing: border-box;
}


.list_lb li a {
    display: block;
    overflow: hidden;
    padding-left: 0.3rem;
    background: url(../images/jt_lan.png) no-repeat left;
}

.list_lb li span {
    float: right;
    font-size: 0.16rem;
    color: #888;
    height: 0.69rem;
    line-height: 0.69rem;
}

.list_lb li h2 {
    width: calc(100% - 0.9rem);
    float: left;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.69rem;
    height: 0.69rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_lb li:hover {
    border-bottom: #264DB1 1px solid;
}

.list_lb li:hover span,
.list_lb li:hover h2 {
    color: #264DB1
}


/*内容页*/

.contt_box {
    min-height: 450px;
}

.contt_tit {
    text-align: center;
    padding: 0.55rem 0 0.3rem;
    border-bottom: 1px solid #E7E7E7;
    overflow: hidden;
}

.contt_tit h1 {
    font-size: 0.26rem;
    color: #333;
    font-family: 'alphm';
    margin-bottom: 0.15rem;
}

.contt_tit h3 {
    font-size: 0.16rem;
    color: #9E9E9E;
    line-height: 0.3rem;
    overflow: hidden;
}

.contt_zhwen {
    overflow: hidden;
    padding-top: 0.25rem;
}

.contt_zhwen p {
    font-size: 0.18rem!important;
    color: #333!important;
    line-height: 0.3rem!important;
    margin-bottom: 0.15rem;
    text-indent: 0.4rem;
}

.contt_zhwen p img {
    max-width: 90%;
    height: auto !important;
    margin-left: -0.5rem;
}
.contt_zhwen p.vsbcontent_img{
  text-align: center;
}
.contt_zhwen table td {
    text-indent: 0em;
}

.contt_zhwen table td p{
    text-indent: 0em;
    margin-bottom: 0px;
}

.contt_zhwen iframe {
    max-width: 90%;
    height: auto !important;
}

.contt_zhwen video {
    max-width: 90%;
    height: auto !important;
}

.contt_sxp {
    padding-top: 0.32rem;
    margin-top: 0.56rem;
    box-sizing: border-box;
    border-top: #E7E7E7 1px solid;
    position: relative;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    margin: 0.05rem 0;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #264DB1;
}


.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #264DB1;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #264DB1;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}

