@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

body {
    background: url(../images/ibg.png) top center no-repeat #e4e9f2;
    margin: 0 auto;
    /* min-width: 12rem; */
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'sySong';
    src: url(../style/sySong.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url(../style/SOURCEHANSERIFCN-REGULAR.OTF) format('woff');
    font-weight: normal;
    font-style: normal;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.04);
    transition: all .6s;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.w1200 {
    max-width: 12rem;
    margin: 0 auto;
}

/*  */
.header {
    height: 2.1rem;
    background: url(../images/zzrwt.png) right bottom no-repeat;
    background-size: 17%;
}

.header .logo {
    /* float: left; */
    display: block;
    width: 5rem;
    height: .85rem;
    margin: 0.3rem 0 0 0;
    padding: 0;
}

.header .logo a {
    text-align: left;
    /* display: block; */
}


.header .logo .noGrayElement {
    margin-right: 0.1rem;
    /* display: inline; */
    height: .85rem;
    float: left;
}

.header .logo .noGrayElement img {
    height: 0.85rem;
    display: block;
}

.header .hdb .logo .noGrayElement img {
    max-height: 0.92rem;
}

.header .logo .logot {
    float: left;
    height: .85rem;
}

.header .logo .logot img {
    height: 0.85rem;
    display: block;
}

.header .zzmsts {
    /* float: left; */
    margin: 0 0 0 .8rem;
}

.header .zzmsts img {
    display: inline-block;
    margin: 0.2rem 0 0 0;
}

/* in_main */
.in_main {
    background: #fff;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0.6rem;
}

.pd40 {
    padding: 0.4rem;
}

.pcinewsbox {
    margin-top: 0;
    margin-bottom: 0.4rem;
    box-shadow: 0 1px 7px #ccc;
}

.pcinewsbox a {
    position: relative;
    display: block;
}

.pcinewsbox a .pic {
    padding-top: 40%;
    width: 60%;
    float: left;
}

.pcinewsbox a .pic {
    position: relative;
    z-index: 0;
}

.pcinewsbox a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/newtbg.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

.pcinewsbox .newtxt {
    width: 32%;
    position: relative;
    float: right;
    padding: 0 4% 0 4%;
    height: auto;
    overflow: hidden;
    max-height: 4rem;
}

.pcinewsbox .newtxt h2 {
    font-size: .36rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #222;
    margin: 0.3rem auto;
}

.pcinewsbox .newtxt p {
    font-size: .24rem;
    line-height: 0.4rem;
    font-weight: normal;
    color: #666666;
    text-align: justify;
}

.pcinewsbox .slick-dots {
    left: 0;
    width: auto;
    bottom: 0;
    display: block;
    height: 0.15rem;
    width: 60%;
    padding: 0.2rem 0;
}

.pcinewsbox .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    background-color: none;
    border-radius: 50%;
    margin-right: .1rem;
    margin-left: 0;
    background: #999;
}

.pcinewsbox .slick-dots li.slick-active {
    background-color: #fff;
}

.pcinewsbox .slick-prev {
    left: .45rem;
    width: .3rem;
    height: .41rem;
    background: url(../images/s1-l.png) no-repeat center center;
    display: none !important;
}

.pcinewsbox .slick-next {
    right: .45rem;
    width: .3rem;
    height: .41rem;
    background: url(../images/s1-r.png) no-repeat center center;
    display: none !important;
}

.top-t {
    background: url(../images/top_t.png) left center no-repeat;
    margin-bottom: .4rem;
    background-size: 10%;
    overflow: hidden;
    width: 100%;
}

.top-t h1 {
    font-size: .4rem;
    font-weight: bold;
    line-height: .6rem;
    height: .6rem;
    overflow: hidden;
    color: #000;
    padding-left: 1.3rem;
}

.top-t h1 a {
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-t h1 a:hover {
    color: #cc0000;
}

.i_partbox {
    margin: 0 auto 0 auto;
}

.i_title {}

.i_title img {
    width: 100%;
}

.newsbm {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.newsbm ul {
    padding: .4rem 0.05rem 0 .4rem;
}

.newsbm li {
    text-align: center;
    width: 29%;
    transition: all 0.3s;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3.5%;
    border: #fff 0.1rem solid;
    box-shadow: 0 3px 10px #ccc;

}

.newsbm a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.newsbm a img {
    display: block;
    width: 100%;
    height: 100%;
}

.newsbm li:hover {
    box-shadow: 0 3px 10px #999;
    transition: all 0.3s;

}

.newsbm li:hover a {

    transition: all 0.3s;
}

/*  */
.izwgk {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.izwgk ul {
    padding: .4rem 0.05rem 0 .4rem;
}

.izwgk li {
    text-align: center;
    width: 29%;
    transition: all 0.3s;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3.5%;
    border: #fff 0.1rem solid;
    box-shadow: 0 3px 10px #ccc;

}

.izwgk a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.izwgk a img {
    display: block;
    width: 100%;
    height: 100%;
}

.izwgk li:hover {
    box-shadow: 0 3px 10px #999;
    transition: all 0.3s;

}

.izwgk li:hover a {

    transition: all 0.3s;
}

.zzfwxg {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.2rem;
}

.zzfwxg ul {
    padding: .4rem 0 0 0;
    margin: 0 auto;
}

.zzfwxg ul li {
    text-align: center;
    width: 48%;
    height: 2.69rem;
    transition: all 0.3s;
    border-radius: 10px;
    overflow: hidden;
    background-size: 100% 100% !important;
}

.zzfwxg ul li:nth-child(1) {
    background: url(../images/ixgfw1.png) center no-repeat;
}

.zzfwxg ul li:nth-child(2) {
    background: url(../images/ixgfw2.png) center no-repeat;
}

.zzfwxg ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zzfwxg ul li a p {
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.5rem;
    text-align: left;
    display: block;
    text-shadow: 0px 1px 1px #333;
    padding: 0.6rem 0 0 0.6rem;
}

.zzfwxg ul li:hover {
    box-shadow: 0 0 10px #999;
    transition: all 0.3s;
}

.zzfwxg ul li:hover p {
    text-shadow: 0px 1px 2px #000;
    transition: all 0.3s;
}

.zt_pic {
    padding: 0.4rem 0 0 0;
    width: 100%;
    height: auto;
}

.zt_pic a {
    display: block;
    margin-bottom: 0.3rem;
}

.zt_pic a:last-child {
    margin-bottom: 0rem;
}

.zt_pic img {
    width: 100%;
    display: block;
}

.zt_pic img:hover {
    opacity: 0.9;
    box-shadow: 0px 2px 5px #999;
    transition: all 0.3s;
}


/* lmlist */
.lm_thisnav {
    width: 100%;
    text-align: left;
    font-size: .4rem;
    font-weight: bold;
    line-height: .44rem;
    color: #015293;
    border-bottom: #e5e5e5 2px solid;
    padding-bottom: 0.3rem;
    position: relative;
    margin-bottom: .4rem;
}

.lm_thisnav::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #015293;
    height: 0.08rem;
    width: 1.5rem;
}

.lm_sub {
    width: 100%;
    background: #e6f2fd;
    line-height: .9rem;
    height: auto;
    overflow: hidden;
}

.lm_sub ul {
    padding: 0 0.4rem;
}

.lm_sub li {
    position: relative;
    padding: 0 .3rem;
}

.lm_sub a {
    display: block;
    color: #003a6a;
    font-size: .36rem;
    line-height: .9rem;
    /* padding: 0 0.5rem; */
}

.lm_sub li:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.05rem;
    width: 100%;
    background: #1c468f;
}

.lm_sub .on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.05rem;
    width: 100%;
    background: #1c468f;
}

.position {
    font-size: 0.28rem;
    margin: 0.25rem auto;
    height: 1rem;
    line-height: 1rem;
    color: #666666;
    padding: 0;
    border-bottom: #d6dfe7 1px solid;
}

.position a {
    display: inline-block;
    font-size: 0.28rem;
    color: #666666;
}

.position span {
    display: inline-block;
    font-size: 0.24rem;
    color: #666666;
}

.position a:hover {
    color: #234b91;
}

.position a.on {
    color: #234b91;
}

.lm_list {
    margin-top: .3rem;
}

.lm_list li {
    width: 100%;
    position: relative;
    line-height: .5rem;
    margin: 0.4rem auto;
}

.lm_list li a {
    border: #ececec 1px solid;
    display: block;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
}

.lm_list li h2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .36rem;
    position: relative;
    color: #015293;
    line-height: 0.8rem;
}

.lm_list li p {
    display: block;
    overflow: hidden;
    font-size: .3rem;
    position: relative;
    color: #333;
}

.lm_list li span {
    display: block;
    font-size: .24rem;
    color: #015293;
    padding-left: 0.3rem;
    background: url(../images/ico_time.png) left center no-repeat;
    background-size: 2.5%;
}



.lm_list li p:hover {
    color: #1c468f;
}

.lm_list li p:hover::before {
    background: #1c468f;
}

.lm_list li:hover span {
    color: #686868;
}

.lm_more {
    width: 100%;
    background: #ecf1f6;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s;
}

.lm_more a {
    display: block;
    font-size: .36rem;
    height: .87rem;
    line-height: .87rem;
    color: #003a6a;
}

.lm_more:hover {
    background: #b5daff;
    transition: all 0.3s;
    font-weight: bold;
}

.pagination {
    text-align: center;
    padding-top: 0.5rem;
    font-size: 0;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 30px;
    height: 0.6rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
    text-align: center;
    color: #666;
    margin: 0 2px;
}

.pagination a.active {
    background: #2977cc;
    color: #fff;
    border: 1px solid #bfbfbf;
    margin-right: 4px;
}

.pagination a:hover {
    background: #2977cc;
    color: #fff;
    border: 1px solid #b2cde8;
}

.pagination span {
    display: inline-block;
    font-size: 0.26rem;
}

/*  */
.art-main {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.art-tit {
    padding: 0.3rem 0 0.3rem 0;
    line-height: 0.48rem;
    text-align: center;
    padding-bottom: 0.3rem;
    background: #f7f8f9;
}

.art-tit h2 {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.56rem;
    color: #222;
    margin-bottom: .3rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.art-tit p {
    font-size: 0;
}

.art-tit p span {
    padding: 0 .3rem;
    line-height: 0.24rem;
    font-size: 0.3rem;
    color: #999999;
    display: inline-block;
}

.art-text p {
    text-indent: 2em;
    margin-top: .3rem;
    line-height: .7rem;
    font-size: .34rem;
    color: #333;
    text-align: justify;
}

.art-text p img {
    text-indent: -2em;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
}

/*  */
.ld_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ld_list .ldzpa {
    width: 91%;
    height: auto;
    overflow: hidden;
    background: #dff2ff;
    border: #e2e9ee 1px solid;
    margin-bottom: 0.55rem;
    padding: 4%;
}

.ld_list .ldzpa:hover {
    background: #d8eefe;
    border: #83b7dc 1px solid;
}


.ld_list .ldzpa a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ld_list .ldzpa .ldpic {
    width: 2rem;
    height: 2.8rem;
    float: left;
    margin-right: 0.5rem;

}

.ld_list .ldzpa .ldpic img {
    display: block;
    width: 2rem;
    height: 2.8rem;

}

.ld_list .ldzpa .ldjj {
    position: relative;

}

.ld_list .ldzpa .ldjj h1 {
    font-size: 0.36rem;
    color: #333;
    line-height: 0.8rem;
    font-weight: bold;
    background: url(../images/ldg.png) center right no-repeat;
    background-size: 6%;
}

.ld_list .ldzpa .ldjj h2 {
    font-size: 0.3rem;
    color: #333;
    line-height: 0.6rem;
    font-weight: bold;
}

.ld_list .ldzpa .ldjj p {
    font-size: 0.3rem;
    color: #666;
    line-height: 0.4rem;
}


/*  */
.footer {
    background: #fff;
    width: 100%;
}

.footer .foot_l {
    font-size: .22rem;
    line-height: .36rem;
    color: #333;
}

.footer .footernr {
    padding: 0.4rem 0
}

.footer .foot_l p {
    margin: 0 auto;
    font-size: .18rem;
    line-height: .4rem;
    color: #333333;
}

.footer .foot_l p a {
    font-size: .22rem;
    line-height: .36rem;
    color: #fff;
}

.footer .foot_r {}

.footer .foot_r img {
    max-height: .7rem;
    display: block;
    margin: 0 0.1rem;
}

@media (max-width: 1200px) {
    .pcinewsbox .newtxt h2 {
        margin: 0.1rem auto;
        font-size: .30rem;
    }

    .pcinewsbox .newtxt p {
        height: 2rem;
    }

    .foot_l {
        width: 100%;
        text-align: center;
    }

    .footer .foot_r {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {

    .header .zzmsts img {
        max-height: 0.5rem;
    }

    .w1200 {
        width: 98%;
        max-width: none;
    }


}