@charset "utf-8";

.banner {
    width: 100%;
   height:350px;
}

.banner img {
    display: block;
    width: 100%;
    height:100%;
}

/* 分页 */
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
    clear: both;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #485c9c;
    color: #fff;
    border: 1px solid #485c9c;
}

.pagination a:hover {
    background: #485c9c;
    color: #fff;
    border: 1px solid #485c9c;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* 侧栏导航 */
.ny-nav {
    line-height: 60px;
    background: #f0f3f7;
    border-bottom: 1px solid #e6e6e6;
}

.ny-navbox ul li {
    float: left;
}

.ny-navbox ul li:first-child {
    margin-left: 0;
}

.ny-navbox ul li a {
    display: block;
    color: #666;
    padding: 0 20px;
}

.ny-navbox ul li a:hover,
.ny-navbox ul li.on a {
    background: #485c9c;
    color: #fff;
}

/*  */

.nymain {
    min-height:650px;
    position: relative;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 60px;
    padding-top: 40px;

}

.nymain-bt {
    text-align: center;
    margin-bottom: 25px;
}

.nymain-bt h3 {
text-align:center;
    min-width: 460px;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9a371;
    margin-bottom: 10px;
}

.nymain-bt p {
    font-size: 18px;
    color: #485c9c;
}

.ny-right {
    overflow: hidden;
}

.ny-rcom {
    font-size: 24px;
    color: #0f5aab;
    margin-bottom: 15px;
    font-weight: normal;
}

.nymain .leftNav {
    float: left;
    width: 300px;
    position: relative;
    margin-right: 30px;
}

.nymain .leftNav>h2 {
    line-height: 100px;
    color: #fff;
    background: #485c9c;
    background-size: cover;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

.nymain .leftNav>ul {
    position: relative;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.nymain .leftNav>ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #f4f4f4;
}

.nymain .leftNav>ul>li {
    position: relative;

}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav>ul>li>a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 76px;
    text-align: center;
    position: relative;
}

.nymain .leftNav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #485c9c;
    display: none;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>a {
    background-color: #efefef;
    color: #485c9c;
}

.nymain .leftNav>ul>li.on>a::after {
    display: block;
}

.nymain .leftNav>ul>li.active>a {
    background-color: #fff;
    color: #485c9c;
}

.nymain .leftNav>ul>li.active>a::after {
    display: block;
}

.nymain .leftNav>ul>li.on>a {
    color: #485c9c;
}

.nymain .leftNav>ul>li:hover>a {
    background-color: #fff;
    color: #485c9c;
}

.nymain .leftNav>ul>li:hover>a::after {
    display: block;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    color: #485c9c;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 10px;
}

.nymain .leftNav>ul>li>ul>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}

.ny-right {
    overflow: hidden;
}

.ny-rcom {
    font-size: 24px;
    color: #0f5aab;
    margin-bottom: 15px;
    font-weight: normal;
}


.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 30px;
    padding: 15px 0;
}

.position span {
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}

.position a {
    font-size: 14px;
    margin: 0 5px;
    color: #666;
    vertical-align: middle;
}

.position a:hover {
    color: #485c9c;
}

.text-list ul li {
    padding-left: 15px;
    padding-right: 110px;
    position: relative;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all 0.5s;
    background-position: left center;
}

.text-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;
}

.text-list ul li span {
    position: absolute;
    right: 0;
    color: #666666;
    font-size: 16px;
}

.text-list ul li:hover a {
    color: #0f5aab;
    text-decoration: underline;
}

.text-list ul li:hover span {
    color: #0f5aab;
}

.art-main .art-tit h3 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em !important;
    font-size: 18px !important;
    line-height: 30px !important;
    /* margin-bottom: 30px; */
}

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
    border: none !important;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background: bottom;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 25px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0 15px;
}

.art-info {
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
}

.pnext {
    margin-top: 20px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 10px;
}

.pnext p a {
    font-size: 16px;
    color: #666;
}

.pnext p:hover a {
    color: #485c9c;
}

.ny-r-tit {
    font-size: 30px;
    line-height: 40px;
    padding-left: 20px;
    color: #111111;
    border-left: 4px solid #1c50af;
    margin-bottom: 50px;
}


/* 图片列表 */
.img-lists h2,
.s4-c h2 {
    line-height: 50px;
    padding: 10px 0;
    margin-top: 30px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.img-lists ul {
    overflow: hidden;
    padding: 0 10px 20px 10px;
}

.img-lists ul li {
    float: left;
    width: 23%;
    margin-top: 40px;
    margin-left: 2.5%;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.1);
}

.img-lists ul li:nth-child(4n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    box-shadow: 0px 13px 21px 0px rgba(68, 68, 68, 0.1);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 62.74%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: 15px 20px;
    font-size: 0;
    background-color: #fff;
}

.img-lists ul li a>div.info h3 {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.img-lists ul li a>div.info p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

.s4-ck {
    background-color: #f6f6f6;
    padding: 50px 0;
    margin-top: 50px;
}

.s4-c {
    position: relative;
}

.s4-c ul {
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

.s4-c ul li a {
    display: block;
    margin: 0 20px;
    overflow: hidden;
    outline: none;
}

.s4-c ul li a .pic {
    width: 160px;
    height: 226px;
    overflow: hidden;
    margin-right: 25px;
    padding-top: 0;
    transition: all 0.3s;
}

.s4-c ul li a .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.s4-c ul li a .s5-tx {
    overflow: hidden;
    transition: all 0.3s;
}

.s4-c ul li a .s5-tx h3 {
    font-size: 16px;
    line-height: 26px;
    max-height: 78px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.s4-c ul li a .s5-tx p {
    line-height: 24px;
    font-size: 13px;
    color: #999;
}

.s4-c ul li a .s5-tx p span {
    display: inline-block;
    width: 92px;
    color: #666;
}

.s4-c ul li a:hover .pic {
    margin-right: 30px;
}

.s4-c ul li a:hover .pic img {
    transform: scale(1.1);
}

.s4-c .slick-prev,
.s4-c .slick-next {
    width: 40px;
    height: 40px;
    background-color: #bfbfbf;
    border-radius: 50%;
    font-size: 0;
    transition: all 0.3s;
}

.s4-c .slick-prev {
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}

.s4-c .slick-prev:hover {
    background-color: #485c9c;
}

.s4-c .slick-next {
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 15px;
}

.s4-c .slick-next:hover {
    background-color: #485c9c;
}

.s4-c .slick-dots {
    position: static;
    font-size: 0;
}

.s4-c .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    background-color: #bfbfbf;
}

.s4-c .slick-dots li.slick-active {
    background: #485c9c;
}

.s4-c .slick-dots li button {
    display: none;
}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.dt-list2 {
    overflow: hidden;
}

.dt-list2 li {
    position: relative;
    transition: all 0.5s;
    padding: 40px 0 45px 0;
    border-bottom: 1px dotted #cccccc;
}

.dt-list2 li:hover a .date {
    background: #0f5aab;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #0f5aab;
}

.dt-list2 li:hover a .dt-text p {
    color: #0f5aab;
}

.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    background: #bfbfbf;
    float: left;
    width: 68px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dt-list2 li .date p {
    font-size: 12px;
    line-height: 24px;
}

.dt-list2 li .date span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}


/* 新闻列表  */

.timg-list ul li {
    border-top: 1px solid #e5e5e5;
}

.timg-list ul li:first-child {
    border-top: none;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 30px 0;
    position: relative;
}

.timg-list ul li a h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 294px;
    margin-right: 30px;
}

.timg-list ul li a .pic {
    padding-top: 185px;
}

.timg-linfo {
    overflow: hidden;
}

.timg-linfo .date {
    font-size: 14px;
    color: #105da5;
}

.timg-linfo .date span {
    font-size: 24px;
    font-weight: bold;
    padding-right: 10px;
}

.timg-linfo p {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    max-height: 90px;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 15px 0 0 0;
}

.timg-list ul li a:hover {
    background: #105da5;
    padding: 30px;
}

.timg-list ul li a:hover .date {
    color: #fff;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover p {
    color: rgba(255, 255, 255, .8);
}


/* 领导 */

.ldtz ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 6px;
    padding-bottom: 20px;
}

.ldtz ul li {
    width: 48%;
    box-shadow: 0px 6px 20px 0px rgba(58, 58, 58, 0.06);
    margin-top: 26px;
}



.ldtz ul li a {
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    padding: 25px 0;
    position: relative;
    top: 0;
}

.ldtz ul li .ld-t {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ldtz ul li .ld-t h3 {
    width: 186px;
    height: 60px;
    line-height: 60px;
    padding-left: 24px;
    background-size: cover;
    font-size: 24px;
    font-weight: bold;
    color: #485c9c;
}

.ldtz ul li .ld-t span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    max-width: calc(100% - 210px);
    margin-right: 20px;
    background: #f6f6f6;
    border-radius: 30px;
    padding: 5px 20px;
}

.ldtz ul li p {
    padding: 30px;
    font-size: 16px;
    line-height: 34px;
    color: #999;
}

.ldtz ul li a:hover {
    top: -5px;
}

/*机构*/

.list-jg ul {
    margin-left: -2%;
    margin-right: -2%;
}

.list-jg ul li {
    float: left;
    width: 29.333%;
    margin: 2%;
    font-size: 16px;
    text-align: center;
}


.list-jg ul li a {
    display: block;
    background: #f8f8f8;
    padding: 0 20px;
    color: #666;
    font-size: 0;
    line-height: 80px;
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
}

.list-jg ul li a span {
    display: inline-block;
    color: #666;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
}

.list-jg ul li a:hover {
    display: block;
    background: #ebf1f7;
    border-bottom: 2px solid #2f6ead;
    box-sizing: border-box;

}

.list-jg ul li a:hover span {
    color: #004d9b;
    font-weight: bold;
}



/*领导*/

.list-ld ul li {
    padding: 30px 0;
}

.list-ld ul li a {
    display: block;
}

.list-ld ul li h3 {
    font-size: 20px;
    color: #94070a;
    position: relative;
    padding-left: 14px;
}

.list-ld ul li h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 4px;
    height: 24px;
    background: #94070A;
}

.list-ld ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}

.list-ld ul li:hover h3 {
    text-decoration: underline;
}


/*历史*/

.list-ls ul {
    border-left: 1px solid #bfbfbf;
    margin-left: 15px;
    margin-top: 40px;
}

.list-ls ul li h3 {
    font-weight: bold;
}

.list-ls ul li h3::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 50px;
}

.list-ls ul li h3::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: #94070a;
    border-radius: 50px;
    z-index: 1;
}

.list-ls ul li h3 {
    padding-left: 30px;
}

.list-ls ul li p {
    margin-left: 30px;
}


/*音频*/

.audio-list {
    overflow: hidden;
}

.audio-list li {
    float: left;
    width: 32%;
    margin-left: 2%;
    background: #f2f6f9;
    padding: 35px 35px 25px 35px;
    margin-top: 50px;
}

.audio-list li:nth-child(3n+1) {
    margin-left: 0;
}

.audio-list li h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.audio-list li h3 a {
    color: #333;
}

.audio-list li h3 a:hover {
    color: #0560A9;
}

.audio-list li>div {
    padding-right: 50px;
    line-height: 50px;
    height: 50px;
    margin-top: 30px;
    position: relative;
}

.music-play {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-position: center center;
    cursor: pointer;
}

.music-play.on {
    background-position: center center;
}

.audio-list li>div img {
    display: inline-block;
    vertical-align: middle;
}

.audio-box .slick-dots {
    position: static;
    font-size: 0;
    margin-top: 45px;
    margin-bottom: 45px;
}

.audio-box .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e5e5;
}

.audio-box .slick-dots li.slick-active {
    background: #2566ac;
}

.audio-block {
    width: 0;
    height: 0;
    overflow: hidden;
}

.audio-block audio {
    display: block;
}


/*音频*/

.audio-yl {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-right: 36%;
}

.audio-list li>div img {
    opacity: 0;
}

.audio-yl div {
    position: absolute;
    left: 0;
    height: 100%;
    width: 200%;
    top: 0;
    background-position: center;
}

.audio-yl.on div {
    animation: music_bj 10s infinite linear;
}

@keyframes music_bj {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}


/* 列表页 */
.txt-list ul {
    margin-top: 30px;
}
.txt-list ul li{
    margin: 10px 0;
    width: 33%;
    float: left;
}
.txt-list ul li a {
    display: block;
    overflow: hidden;
    padding: 20px;
    transition: all 0.3s;
}

.txt-list ul li:hover a {
    background-color: #fff;
    box-shadow: 0px 0px 26.73px 0.27px rgba(0, 0, 0, 0.18);
}



.tx-date {
    float: left;
    width: 88px;
    height: 100px;
    margin-right: 25px;
    text-align: center;
    background-color: rgba(185, 163, 113, 0.1);
    transition: all 0.3s;
}

.tx-date p {
    padding-top: 20px;
    font-size: 28px;
    font-weight: normal;
    color: #485c9c;
    display: block;
    transition: all 0.3s;
}

.tx-date span {
    font-size: 16px;
    color: #485c9c;
    transition: all 0.3s;
}

.tx-info {
    overflow: hidden;
}

.tx-info h3 {
    font-size: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s;
}

.tx-info p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    transition: all 0.3s;
}

.txt-list ul li:hover .tx-info h3 {
    color: #485c9c;
}


/* nry */
.position2>div {
    border-bottom: none;
}

.nry h2 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    line-height: 30px;
}

.nry-info {
    text-align: center;
    padding: 0 0 30px 0;
    font-size: 0;
    border-bottom: 1px solid #dcdcdc;
}

.nry-info span {
    display: inline-block;
    margin: 0 50px;
    font-size: 16px;
    color: #999;
}

.nry-c p {
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    line-height: 34px;
}

.nry-img {
    padding: 0 10%;
}

.nry-img>img {
    display: block;
    margin: 58px auto;
    width: 100%;
}

.nry-pag {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 40px;
}

.nry-pag a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #666;
    display: block;
}

.nry-pag a:hover {
    color: #004d9b;
}


/* dlwz */

.dlwz-img>img {
    display: block;
    width: 100%;
}

.dlwz {
    position: relative;
    height: 785px;
}

.dlwz-txt {
    position: absolute;
    top: 100px;
    right: 4.7%;
    background-size: cover;
    width: 555px;
    height: auto;
    padding: 58px 36px;
}

.dlwz-txt h2 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 70px;
}

.dlwz-txt ul li {
    margin-bottom: 40px;
}

.dlwz-txt ul li b {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    float: left;
    display: block;
}

.dlwz-txt ul li span {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    overflow: hidden;
    display: block;
}


/* lsyg */

.lsyg>img {

    display: block;
    max-width: 100%;
}


/* zxxs */

.xs-list {
    position: relative;
    margin-bottom: 34px;
}

.xs-tit {
    width: 70px;
    height: 100%;
    background-color: #1c50af;
    position: absolute;
    top: 0;
    left: 0;
}

.xs-tit h2 {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.xs-item {
    padding-left: 16%;
    padding-top: 30px;
    background-color: #fff;
}

.xs-item ul li a {
    font-size: 18px;
    color: #111111;
    margin-top: 10px;
    display: block;
}

.xs-item ul li {
    float: left;
    width: 33.3%;
    margin-bottom: 25px;
    text-align: left;
}

.xs-item ul li a::before {
    content: '?';
    color: #1c50af;
    margin-right: 6px;
}

.xs-item ul li a:hover {
    color: #004d9b;
}


/* 组织机构 */

.z-tit {
    background-color: #1c50af;
}

.z-tit h2 {
    font-size: 24px;
    line-height: 80px;
    font-weight: 600;
    color: #ffffff;
    background-position: right center;
    padding-left: 40px;
}

.z-item {
    padding-top: 30px;
    background-color: #fff;
    padding-left: 30px;
}

.z-item ul li a {
    display: block;
    font-size: 18px;
    color: #111111;
}

.z-item ul li a:hover {
    color: #004d9b;
}

.z-item ul li a::before {
    content: '?';
    color: #1c50af;
    margin-right: 6px;
}

.z-item ul li {
    margin-bottom: 30px;
    float: left;
    width: 50%;
}

.z-list-l {
    width: 48%;
    margin-bottom: 42px;
    margin-right: 4%;
    float: left;
}

.z-list-r {
    float: right;
    width: 48%;
}

.z-list {
    margin-bottom: 42px;
}


/* 职能部门 */

.znbm ul li {
    float: left;
    margin-right: 3%;
    width: 30%;
    padding: 18px 0;
    background-color: #fff;
    position: relative;
    margin-bottom: 32px;
}

.znbm ul li a {
    font-size: 18px;
    color: #111111;
    border-left: 3px solid #1c50af;
    display: block;
    padding-left: 30px;
}

.znbm ul li a img {
    position: absolute;
    right: 0;
    top: -15px;
    display: none;
}

.znbm ul li:hover a {
    border-left: 3px solid #e4bb6c;
    color: #fff;
}

.znbm ul li:hover {
    background-color: #1c50af;
}

.znbm ul li:hover img {
    display: block;
}

.nry {
    position: relative;
}

.fenxiang {
    position: absolute;
    right: -12px;
    height: 100%;
    top: 80px;
}

.fenxiang a {
    display: block;
    margin-bottom: 8px;
    width: 52px;
    height: 40px;
}

.fenxiang>.wx {

    background-position: -15px -24px;
}

.fenxiang>.kj {

    background-position: -15px -74px;
}

.fenxiang>.wb {

    background-position: -15px -124px;
}

.fenxiang>img {
    width: 100%;
    display: block;
}

.ewm {
    position: absolute;
    right: 46px;
    top: 45px;
    display: none;
    z-index: 99;
    box-shadow: 0 0 10px #999;
}

.nymain>.px1480 {
    position: relative;

}

.hd-list ul {
    margin-left: -2%;
    margin-right: -2%;
}

.hd-list ul li {
    float: left;
    width: 29.333%;
    margin: 35px 2% 0 2%;
}

.hd-list ul li a {
    display: block;
}

.hd-list ul li .pic {
    border: 6px solid #f1f1f1;
    border-radius: 4px;
    padding-top: 131.25%;
}

.hd-list ul li .info h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 20px 0 10px 0;
}

.hd-list ul li .info p {
    font-size: 14px;
    line-height: 28px;
}

.hd-list ul li a:hover .info p {
    color: #333;
}

.hd-list ul li .info p img {
    vertical-align: middle;
    padding-right: 5px;
}

.dqxt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dqxt ul li {
    width: 47%;
    margin-top: 36px;
}

.dqxt ul li a {
    display: block;
    border: 1px solid #cdcdcd;
    line-height: 60px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 56px;
    transition: all 0.3s;
}

.dqxt ul li a:hover {
    border-color: #30459d;
    color: #485c9c;
}

.xylogo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.xylogo ul li {
    width: 25%;
    margin-top: 30px;

}

.xylogo ul li a {
    display: block;
    text-align: center;
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.xylogo ul li a img {
    max-width: 80%;
}

.xylogo ul li a:hover {
    top: -5px;
}

.dpzw p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 30px;
    text-indent: 2em;
}

.dpzw1,
.dpzw2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.dpzw1 .pic1 {
    width: 44.85%;
    position: relative;
    z-index: 2;
    font-size: 0;
}

.dpzw1 .pic1 img {
    width: 100%;
    object-fit: cover;
}

.dpzw1 .dpzw1-tx {
    width: 56.54%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 8%;
    position: relative;
    z-index: 1;
    transform: translate(-25px, 25px);
}

.dpzw1 .dpzw1-tx h3 {
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0;
}

.dpzw2 .dpzw2-tx {
    width: 53.27%;
    background: #f1f5fd;
    padding: 65px 70px 0 30px;
    position: relative;
    z-index: 1;
}

.dpzw2 .dpzw2-tx h3 {
    font-size: 28px;
}

.dpzw2 .dpzw2-tx p {
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 0;
}

.dpzw2 .pic1 {
    width: 48.59%;
    position: relative;
    z-index: 2;
    transform: translate(-20px, 20px);
    font-size: 0;
}

.dpzw2 .pic1 img {
    width: 100%;
}


/* 论坛 */
.lt-list ul li {
    margin-top: 45px;
}

.lt-list ul li a {
    display: block;
}

.lt-list ul li .lt-img {
    width: 100%;
    overflow: hidden;
}

.lt-list ul li .lt-img img {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.lt-list ul li:hover .lt-img img {
    transform: scale(1.1);
}

.lt-list ul li .lt-intro {
    background: #f2f6f9;
    padding: 15px 60px;
}

.lt-list ul li .lt-intro h3 {
    color: #333;
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.lt-list ul li:hover .lt-intro h3 {
    color: #485c9c;
    top: -5px;
}

.about ul li {
    padding: 50px 0;
    text-align: center;
}

.about ul li h3 {
    line-height: 50px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.about ul li h4 {
    line-height: 34px;
    font-size: 22px;
    font-weight: bold;
    color: #485c9c;
    text-align: center;
    margin-top: 20px;
}

.about ul li p {
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
    text-align: left;
}

.about ul li:nth-child(even) {
    background: #f6f6f6;
}

/* 图文列表页  start */

.tw ul li {
    /* padding: 40px 0; */
    /* border-bottom: 1px solid #e2e2e2; */
    margin: 0 20px 0 0;
}

.tw ul li a {
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    width: 25%;
    float: left;
    margin: 0 0 20px 0;
}

.imgList-pic {
    float: left;
    width: 346px;
    height: 298px;
    margin-right: 30px;
    overflow: hidden;
    border-bottom: 2px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.imgList-pic .pic {
    width: 100%;
    height: 100%;
    font-size: 0;
    padding-top: 0;
    /* padding: 0 47px 104px 0; */
    /* margin: 0 3%; */
    /* border-bottom: 2px solid #dbdbdb; */
    /* position: relative; */
}

.imgList-pic .pic img {
    display: block;
    width: 100%;
    /* height: 100%; */
    max-height: 200px;
    transition: all 0.5s;
}

.imgList-pic:hover .pic img {
    transform: scale(1.1);
}
.tw ul li:hover a .imgList-pic .pic img {
    transform: scale(1.1);
}

.imgList-info {
    overflow: hidden;
    color: #075aa7;
}

.imgList-info h3 {
    font-size: 20px;
    font-weight: bold;
    /* line-height: 32px; */
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    line-height: 120%;
    padding: 21px 13px;
    transition: all .3s;
}

.tw ul li a:hover .imgList-info h3 {
    color: #485c9c;
}

.imgList-info p {
    font-size: 16px;
    /* line-height: 30px; */
    max-height: 60px;
    overflow: hidden;
    color: #999;
    margin-top: 15px;
    line-height: 120%;
    /* padding: 0px 0% 40px 8%; */
    transition: all .3s;
}

.imgList-info span {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    /* margin-top: 10px; */
    padding: 0px 13px;
}

.imgList-info .more {
    width: 140px;
    height: 40px;
    border: 1px solid rgba(35, 62, 102, 0.2);
    line-height: 40px;
    text-align: center;
    color: #485c9c;
    /* margin-top: 20px; */
    border-radius: 20px;
    font-size: 16px;
    transition: all 0.3s;
    position: absolute;
    right: 47px;
}

.tw ul li a:hover .imgList-info .more {
    border-color: #485c9c;
    background: #485c9c;
    color: #fff;
}

/* 图标列表页 */
.nymain .s3-l{
    width: 100%;
}
.nymain .s3-l ul{
    justify-content: flex-start;
}
.nymain .s3-l ul li{
    width: 23%;
    margin-left: 2.5%;
    padding-top: 60px;
}
.nymain .s3-l ul li:nth-child(4n+1){
    margin-left: 0;
}
.nymain .s3-l ul li a h3 {
    font-size: 22px;
}
.nymain .s3-l ul li a p {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-top: -60px;
}
.nymain .s3-l ul li a p img{
    max-width: 35px;
}
.down-list ul li{
    margin: 0;
}
.down-list ul li a{
    padding: 20px 30px 20px 80px;
    background: url(../images/list1.png) no-repeat 20px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.down-list ul li:hover a{
    background-image: url(../images/list2.png);
    color: #485c9c;
}


@media screen and (max-width: 1400px) {}