
.header.black::after {
    display: none;
}

.ltpic_box {
    position: relative;
    z-index: 3;
    margin-top: 1.1rem;
}

.list_pic {
    overflow: hidden;
}

.list_pic img {
    width: 100%;
}

.ltpic_box .ltlmmc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ltpic_box .ltlmmc h1 {
    text-align: center;
    width: 3.0rem;
    font-size: 0.4rem;
    color: #FFFFFF;
    padding: 0.35rem 0.15rem;
    box-sizing: border-box;
    font-weight: bold;
    background: rgba(37, 74, 171, 0.96) url(../images/ltyj_bg.png) no-repeat bottom center;
}

.sjmenu {
    display: none;
}

.list_boxbg {
    overflow: hidden;
    padding-bottom: 1.2rem;
    background: #EFF7FD url(../images/list_boxbg.png) no-repeat center bottom;
}

.list_lf {
    width: 3rem;
    float: left;
    position: relative;
    background: #254AAB url(../images/ltlf_pic.png) no-repeat bottom center;
    background-size: 100% auto;
    padding: 0 0 1.75rem 0.1rem;
    box-sizing: border-box;
}

.sideMenu {
    background: #fff;
    padding: 0.5rem 0;
    overflow: hidden;
}

.sideMenu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #F0F0F0;
}

.sideMenu li h3 {
    overflow: hidden;
    position: relative;
}

.sideMenu li h3 em {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 0.5rem;
    height: 0.69rem;
    background: url(../images/ltej.png) no-repeat center;
    background-size: auto 0.14rem;
    cursor: pointer;
}

.sideMenu li h3 a {
    display: block;
    padding: 0.17rem 0.4rem 0.17rem 0.36rem;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0.2rem;
    color: #333;
    line-height: 0.35rem;
}

.sideMenu dl {
    display: none;
    overflow: hidden;
    background: #DCEFFE;
}

.sideMenu dl dd {
    position: relative;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.26rem;
    cursor: pointer;
    padding: 0.05rem 0.2rem 0.05rem 0.45rem;
    box-sizing: border-box;
}

.sideMenu dl dd.current,
.sideMenu dl dd:hover,
.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #264DB1;
}

.sideMenu li.current h3,
.sideMenu li:hover h3 {
    background: #ff801f;
}

.sideMenu li.current h3 em,
.sideMenu li:hover h3 em {
    background: url(../images/ltej2.png) no-repeat center;
    background-size: auto 0.14rem;
}

.sideMenu li.current h3>a,
.sideMenu li:hover h3>a {
    color: #fff;
}

.sideMenu li.current dl {
    display: block !important;
    padding: 0.1rem;
}

.list_rg {
    float: right;
    width: calc(100% - 3.6rem);
    margin-top: 0.55rem;
}

.ltdqwz {
    overflow: hidden;
    position: relative;
}

.ltdqwz::before {
    content: "";
    width: calc(100% - 0.8rem);
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 1px;
    background: #224898;
}

.ltdqwz h1 {
    float: left;
    font-size: 0.4rem;
    color: #264DB1;
    font-weight: bold;
    background: url(../images/icon_dhbg.png) no-repeat left bottom;
    background-size: auto 0.03rem;
    padding-bottom: 0.1rem;
}

.ltdqwz span {
    float: right;
    margin-top: 0.18rem;
    display: block;
    font-size: 0.14rem;
    color: #999;
    line-height: 0.3rem;
    padding-left: 0.25rem;
    background: url(../images/icon_home.png) no-repeat left center;
    background-size: auto 0.15rem;
}

.ltdqwz span a {
    color: #999;
}

.ltdqwz span a:hover {
    color: #99111A;
}


/* 列表页文字 */

.list_lb {
    min-height: 500px;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
    background: #fff;
}

.list_lb ul {
    padding-bottom: 0.4rem;
    overflow: hidden;
}

.list_lb li {
    overflow: hidden;
    transition: all 0.2s ease-out 0s;
    background: #fff;
}

.list_lb li .mar {
    padding: 0 0.3rem;
    overflow: hidden;
}

.list_lb li .mar a {
    display: block;
    padding: 0.25rem 0;
    border-bottom: #E7E7E7 1px dashed;
    overflow: hidden;
    position: relative;
}

.list_lb li .mar a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2872DF;
    transition: all 0.4s ease-out 0s;
}

.list_lb li .mar .time {
    float: left;
    width: 1.44rem;
    line-height: 0.4rem;
    height: 0.4rem;
    font-size: 0.16rem;
    color: #224898;
    background: #DCEFFE;
    padding-left: 0.46rem;
    box-sizing: border-box;
    background: #DCEFFE url(../images/icon_time3.png) no-repeat 0.19rem center;
    background-size: auto 0.18rem;
    border-radius: 0 0.2rem 0 0.2rem;
    transition: all 0.2s ease-out 0s;
}

.list_lb li .text {
    width: calc(100% - 1.65rem);
    float: right;
    padding-right: 0.7rem;
    box-sizing: border-box;
    position: relative;
}

.list_lb li .text::after {
    content: "";
    position: absolute;
    top: 0.03rem;
    right: 0.1rem;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background: url(../images/list_jt.png) no-repeat center;
    background-size: auto 0.13rem;
    transition: all 0.2s ease-out 0s;
}

.list_lb li .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
}

.list_lb li:hover {
    background: linear-gradient(90deg, #DCEFFE 29%, rgba(239, 247, 253, 0) 99%);
}

.list_lb li:hover .mar a {
    border-bottom: #2872DF 1px solid;
}

.list_lb li:hover .mar a::after {
    width: 100%;
}

.list_lb li:hover .time {
    color: #fff;
    background: #2872DF url(../images/icon_time4.png) no-repeat 0.19rem center;
    background-size: auto 0.18rem;
}

.list_lb li:hover .text::after {
    background: #FF801F url(../images/list_jt2.png) no-repeat center;
    background-size: auto 0.13rem;
}

.list_lb li:hover .text h2 {
    color: #264DB1;
}


/* 新闻列表页 */

.list_xw {
    min-height: 500px;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
    background: #fff;
}

.list_xw ul {
    padding-bottom: 0.4rem;
    overflow: hidden;
}

.list_xw li {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    padding: 0 0.3rem;
    overflow: hidden;
}

.list_xw li a {
    display: block;
    padding: 0.3rem 0;
    border-bottom: #E7E7E7 1px dashed;
    overflow: hidden;
    position: relative;
}

.list_xw li a::before {
    content: "";
    position: absolute;
    bottom: 0.3rem;
    right: 0.1rem;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background: #2872DF url(../images/list_jt2.png) no-repeat center;
    background-size: auto 0.13rem;
    transition: all 0.2s ease-out 0s;
}

.list_xw li:hover a::before {
    background: #FF801F url(../images/list_jt2.png) no-repeat center;
    background-size: auto 0.13rem;
}

.list_xw li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2872DF;
    transition: all 0.4s ease-out 0s;
}

.list_xw li:hover a::after {
    width: 100%;
}

.list_xw li .ltxwlf {
    width: 2.5rem;
    float: left;
}

.list_xw li .ltxwlf .pic {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 0 0.2rem 0 0.2rem;
}

.list_xw li .ltxwlf .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0.2rem 0 0.2rem;
    transition: all 0.4s ease-out 0s;
}

.list_xw li:hover .ltxwlf .pic img {
    transform: scale(1.05);
}

.list_xw li .text {
    width: calc(100% - 2.8rem);
    float: right;
    padding-right: 0.8rem;
    box-sizing: border-box;
}

.list_xw li .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
    position: relative;
    margin-bottom: 0.05rem;
}

.list_xw li .text p {
    font-size: 0.14rem;
    color: #9E9E9E;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25rem;
}

.list_xw li .text span {
    font-size: 0.16rem;
    color: #224898;
    line-height: 0.24rem;
    padding-left: 0.28rem;
    background: url(../images/icon_time3.png) no-repeat left center;
    background-size: auto 0.18rem;
}

.list_xw li:hover {
    background: linear-gradient(90deg, #DCEFFE 29%, rgba(239, 247, 253, 0) 99%);
}

.list_xw li:hover .text h2 {
    color: #264DB1;
}


/* 图片列表 */

.list_tp {
    min-height: 500px;
    margin-top: 0.4rem;
    padding: 0.3rem 0.3rem 0.5rem;
    background: #fff;
}

.list_tp ul {
    padding-bottom: 0.04rem;
    overflow: hidden;
    margin: 0 -0.18rem;
}

.list_tp li {
    width: 33.3%;
    float: left;
}

.list_tp li .mar {
    margin: 0 0.18rem 0.36rem;
    overflow: hidden;
    border-radius: 0 0.3rem 0 0;
    transition: all 0.4s ease-out 0s;
}

.list_tp li .mar .pic {
    position: relative;
    padding-bottom: 63%;
    overflow: hidden;
    border-radius: 0 0.3rem 0 0.3rem;
}

.list_tp li .mar .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0.3rem 0 0.3rem;
    transition: all 0.4s ease-out 0s;
}

.list_tp li .mar .pic img:hover {
    transform: scale(1.05);
}

.list_tp li .text {
    border-bottom: #E7E7E7 1px dashed;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-align: center;
}

.list_tp li .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.65rem;
    height: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
}

.list_tp li:hover .mar {
    background: #254AAB;
}

.list_tp li:hover .mar .text {
    border-bottom: #254AAB 1px solid;
}

.list_tp li:hover .mar .text h2 {
    color: #fff;
}


/* 图片列表 */

.list_szdw {
    min-height: 500px;
    margin-top: 0.4rem;
    padding: 0.3rem 0.3rem 0.5rem;
    background: #fff;
}

.list_szdw ul {
    padding-bottom: 0.04rem;
    overflow: hidden;
    margin: 0 -0.18rem;
}

.list_szdw li {
    width: 25%;
    float: left;
}

.list_szdw li .mar {
    margin: 0 0.18rem 0.36rem;
    overflow: hidden;
    border-radius: 0 0.3rem 0 0;
    transition: all 0.4s ease-out 0s;
}

.list_szdw li .mar .pic {
    position: relative;
    padding-bottom: 113%;
    border-radius: 0.15rem;
    overflow: hidden;
}

.list_szdw li .mar .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.15rem;
    transition: all 0.4s ease-out 0s;
}

.list_szdw li .mar .pic img:hover {
    transform: scale(1.05);
}

.list_szdw li .text {
    border-bottom: #E7E7E7 1px dashed;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem 0.2rem;
    text-align: center;
    position: relative;
}

.list_szdw li .text h2 {
    font-size: 0.2rem;
    color: #333;
    height: 0.42rem;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
}

.list_szdw li .text span {
    font-size: 0.16rem;
    color: #666;
    height: 0.24rem;
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_szdw li .mar .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #254AAB;
    transition: all 0.4s ease-out 0s;
}

.list_szdw li:hover .mar .text {
    border-bottom: #fff 1px solid;
}

.list_szdw li:hover .mar .text::after {
    width: 100%;
}

.list_szdw li:hover .mar .text h2 {
    color: #254AAB;
}


/*内容页*/

.contt_box {
    min-height: 450px;
    background: #fff;
    padding: 0.3rem;
}

.contt_tit {
    text-align: center;
    padding: 0.25rem 0.2rem 0.2rem;
    overflow: hidden;
    margin-top: 0.3rem;
    background: #F7F9FA;
}

.contt_tit h1 {
    font-size: 0.28rem;
    color: #254AAB;
    margin-bottom: 0.15rem;
    font-weight: 600;
}

.contt_tit h3 {
    font-size: 0.16rem;
    color: #9E9E9E;
    line-height: 0.3rem;
    overflow: hidden;
}

.contt_zhwen {
    overflow: hidden;
    padding: 0.35rem 0 0.4rem;
	font-family: "微软雅黑";
}

.contt_zhwen p {
    font-size: 0.18rem!important;
    color: #333!important;
    line-height: 0.36rem!important;
    margin-bottom: 0.15rem;
    text-indent: 2em;
}

.contt_zhwen img {
    max-width: 90%;
    height: auto !important;
    display: block;
    margin: auto;
}

.contt_zhwen td {
    text-indent: 0em;
    margin-bottom: 0;
}
.contt_zhwen table {
    width:95%!important;
	border-right: #222 1px solid;
	    border-collapse: collapse!important;
	    display: flex;
	    overflow: scroll hidden;
	    white-space: nowrap;
	    word-break: keep-all;
}
.contt_zhwen iframe {
    max-width: 90%;
}

.contt_zhwen video {
    max-width: 90%;
}
.contt_zhwen .zwfj{
	    font-size: 0.18rem;
	    color: #333;
	    line-height: 0.36rem;
}
.contt_zhwen .zwfj a{
	display: block;
}
.contt_sxp {
    box-sizing: border-box;
    border-top: 1px solid #EBEBEB;
    padding: 0.4rem 0;
    overflow: hidden;
}

.contt_sxp li {
    width: 100%;
    float: left;
    margin: 0.05rem 0;
}

.contt_sxp li a {
    line-height: 0.3rem;
    font-size: 0.18rem;
    color: #333;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #254AAB
}

@media (max-width: 1024px) {
    .list_pic {
        margin-top: 0.9rem;
    }
    /* 手机导航 */
    .sjmenu {
        display: block;
        background: #f5f5f5;
        margin-top: 20px;
    }
    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        width: 100%;
    }
    .sp_logo {
        float: left;
        height: 50px;
        font-size: 0.28rem;
        line-height: 50px;
        color: #333;
        text-indent: 10px;
        font-family: 'sys-b';
    }
    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 26px;
        margin-top: 15px
    }
    .sp_nav span {
        display: block;
        background: #2872DF;
        width: 26px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }
    .sp_nav span:nth-of-type(1) {
        top: 0px
    }
    .sp_nav span:nth-of-type(2) {
        top: 10px
    }
    .sp_nav span:nth-of-type(3) {
        top: 20px
    }
    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }
    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }
    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }
    .sjj_nav {
        width: 100%;
        transition: top ease 0.35s;
        display: none;
    }
    .nav_show {
        display: block;
        color: #333;
    }
    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 40px;
        padding: 0px 7px 0 7px;
    }
    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }
    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        position: relative;
        line-height: 50px;
        font-size: 16px;
    }
    .sjj_nav ul li a {
        display: block;
        text-indent: 8px;
    }
    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    }
    .sjj_nav ul li ul {
        display: none
    }
    .sjj_nav ul li ul li {
        font-size: 15px;
    }
    .sjj_nav ul li ul li a {
        color: #444;
        display: block;
        text-align: left;
        text-indent: 20px;
    }
    .sjj_nav ul li ul li ul li {
        font-size: 14px;
    }
    .sjj_nav ul li ul li ul li a {
        color: #444;
        text-indent: 30px;
    }
    .sjj_nav ul li ul li ul li ul li a {
        color: #666;
        text-indent: 40px;
    }
    .sjj_nav ul li.grey {
        background: #f1f3f6;
    }
    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #666;
        margin-top: 10px;
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #2872DF;
    }
    /* 文字列表 */
    .list_lf {
        display: none;
    }
    .list_rg {
        width: calc(100% - 0px);
        margin-top: 0;
        background: none;
    }
    .ltpic_box::before {
        width: 100%;
    }
    .ltpic_box .ltlmmc {
        display: none;
    }
    .ltpic_box .ltlmmc.pdy {
        display: block;
    }
    .ltpic_box .ltlmmc.pdy h1 {
        margin-bottom: 0.5rem;
        font-size: 0.42rem;
    }
    .ltdqwz {
        margin-top: 0.3rem;
    }
    .ltdqwz h1 {
        font-size: 0.32rem;
    }
    .list_xw li::before {
        left: 0;
        width: calc(100% - 0rem);
    }
}

@media (max-width: 768px) {
    .list_szdw li {
        width: 33.3%;
    }
}

@media (max-width: 700px) {

    .ltdqwz span {
        float: left;
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .ltdqwz h1 {
        font-size: 0.28rem;
    }
    .list_tp li {
        width: 50%;
    }
}

@media (max-width: 600px) {
 
    .list_xw li .ltxwlf,
    .list_xw li .text,
    .list_tp li {
        width: 100%;
    }
    .list_xw li .text {
        margin-top: 0.15rem;
    }
    .list_szdw li {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .list_szdw li {
        width: 100%;
    }
}


.paging{
      margin: auto;
    width: 100%;
    text-align: center;
}


