@charset "UTF-8";

.head {
    transition: all 1s;
}

html,
body {
    background: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
    f
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zz1.png) repeat-x;
    background-position: center top;
    z-index: 2;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.banner img {
    display: block;
    width: 100%;
}

.bnav ul::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 10rem;
    background: #fff;
    transform: skewX(-30deg);
    transform-origin: left bottom;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.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: #2156ba;
    color: #fff;
    border: 1px solid #2156ba;
}

.pagination a:hover {
    background: #2156ba;
    color: #fff;
    border: 1px solid #2156ba;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {}

.nymain {
    position: relative;
    padding-bottom: 1.1rem;
    z-index: 3;
    margin-top: .6rem;
    background: url(../images/ny-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.nymain>div {
    display: flex;
    align-items: flex-start;
}

.nymain::before {}

.nymain .leftNav {
    float: left;
    width: 3.25rem;
    position: relative;
    margin-right: .5rem;
    background: #FFFAF9;
    padding-bottom: .47rem;
}

.nymain .leftNav>h2 {
    line-height: 1.13rem;
    color: #fffafc;
    font-size: .36rem;
    text-align: center;
    background: #2156ba;
    position: relative;
}

.nymain .leftNav>h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    right: 60%;
    background: #2156ba;
    height: 0.2rem;
}

.nymain .leftNav>h2::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 100%;
    border-width: 0 .2rem .2rem 0;
    border-style: solid;
    border-color: transparent transparent #2156ba transparent;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background-position: right bottom;
    position: relative;
    padding: 0.1rem .3rem 0 .3rem;
    border-left: 2px solid #2156ba;
}

.nymain .leftNav>ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 70px;
    top: 0;
    /* background: #fff; */
}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .22rem;
    line-height: .36rem;
    border-bottom: 1px dashed rgba(0, 96, 175, .2);
    color: #4D4D4D;
    padding: .35rem 0 .35rem .2rem;
    position: relative;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .3rem;
    height: .3rem;
    right: .1rem;
    top: .38rem;
    background: url(../images/sub_left_down4.png) no-repeat center center;
    background-size: .09rem;
    cursor: pointer;
    transition: all 0.3s;
    opacity: .5;
}

.nymain .leftNav>ul>li.on>a {
    color: #2156ba;
    font-weight: 600;
}

.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #2156ba;
    font-weight: 600;
    border-bottom: 1px solid #2156ba;
}

.nymain .leftNav>ul>li.active>a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 6px;
    height: 6px;
    background: #2156ba;
    border-radius: 50%;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #2156ba;
    font-weight: 600;
}

.nymain .leftNav ul li:hover span {
    opacity: 1;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: 1px dashed rgba(0, 96, 175, .2);
    padding: .2rem 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 46px;
    /* border-top: 1px solid #eeeeee; */
    /* padding-left: 65px; */
    color: #666666;
    border: none;
    padding: 0 0 0 .3rem;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {
    flex: 1;
    min-width: 0;
}

.ny-rcom {
    font-size: 24px;
    color: #2156ba;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    margin-bottom: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: .26rem;
    padding-bottom: .26rem;
    background: url(../images/position-border.png) no-repeat;
    background-position: right bottom;
    padding-right: .2rem;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.position>h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: -.25rem;
    width: 0.81rem;
    height: 0.76rem;
    background: url(../images/nytitbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.position h3 {
    font-size: .3rem;
    line-height: .4rem;
    font-weight: normal;
    color: #3B3B3B;
    text-align: left;
    bottom: 0;
    left: 0;
    font-weight: 600;
    z-index: 9;
    position: relative;
    padding-left: .2rem;
}

.position svg {
    margin-right: .1rem;
    transform: translateY(8px);
}

.position svg * {
    fill: #2156ba;
}

.position span {
    color: #353535;
    font-size: .16rem;
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
    z-index: 9;
    position: relative;
}

.position a {
    font-size: .16rem;
    vertical-align: middle;
    color: #353535;
    z-index: 9;
    position: relative;
}

.position a:hover {
    color: #2156ba;
}

.ind_art_box {
    padding: 30px 0;
}

.ind_art h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;
    color: rgba(0, 0, 0, .85);
}

.ind_art h4 {
    font-weight: 900;
    line-height: 1.5;
    margin: 2em 0;
    color: rgba(0, 0, 0, 0.65);
}

.ind_art p.noIndent {
    text-indent: 0
}

.ind_art_main p {
    color: rgba(0, 0, 0, .6);
    line-height: 2.5em;
    text-indent: 2em;
}

.ind_art .c img {
    display: block;
    width: 300px;
    margin: 0 auto;
}

.ind_art p.noTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    border-bottom: 1px solid #D6D5D5;
    padding: .34rem 0;
}

.timg-list ul li a h3 {
    font-size: .18rem;
    color: #000;
    line-height: .24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    clear: both;
    margin: .13rem 0 .08rem 0;
}

.timg-list ul li a>div {
    align-items: center;
    display: flex;
}

.timg-list-img {
    float: left;
    width: 2.85rem;
    margin-right: .35rem;
}

.timg-list ul li a .pic {
    padding-top: 65%;
}

.timg-list ul li a:hover h3 {}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover span b {
    color: #fff;
}

.timg-linfo {
    flex: 1;
    min-width: 0;
    position: relative;
}

.timg-linfo::after {
    content: "";
    display: block;
    width: 0.36rem;
    height: 0.42rem;
    background: url(../images/timg-linfo-more.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: .18rem;
    transition: all 0.5s;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .24rem;
    max-height: .48rem;
    color: #888888;
    height: .56rem;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.timg-linfo div {
    overflow: hidden;
}

.timg-linfo span {
    display: block;
    color: #2156ba;
    font-size: .14rem;
    background-position: left center;
    line-height: .26rem;
    float: left;
    background: url(../images/icon-date2.png) no-repeat;
    background-position: left center;
    background-size: .16rem;
    padding-left: .25rem;
}

.timg-linfo span b {
    font-size: 24px;
    font-weight: 600;
    color: #2156ba;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline;
}

.timg-list ul li a:hover {}

.timg-list ul li a:hover h3 {
    color: #2156ba;
    font-weight: 600;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {
    color: #2156ba;
}

.timg-list ul li a:hover .timg-linfo::after {
    background: url(../images/timg-linfo-more2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/* 图片列表 */
.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: .35rem;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
    top: -10px;
}

.img-lists ul li:hover .info p {
    color: #2156ba;
    font-weight: 600;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 65%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: .1rem;
    font-size: 0;
    background-position: left center;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .2rem;
}

.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;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: .28rem;
    font-weight: normal;
    font-weight: 600;
    margin: .3rem 0;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 0.18rem;
    margin-top: 0.3rem;
}

.art-main .art-body {
    font-size: .18rem;
    font-size: .16rem;
    line-height: .36rem;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: .18rem;
    line-height: .36rem;
    margin-top: .3rem;
    text-align: justify;
}

.art-main .art-body table {
    margin: 0 auto;
    max-width: 100%;
    width: 97%;
}

.art-main .art-body table td {
    padding: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.art-main .art-body table p {
    text-indent: 0;
    margin-top: 0;
}

.art-main .art-body table span {
    font-size: .18rem !important;
}

.art-main .art-body img {
    max-width: 100%;
    display: block;
    margin: .3rem auto;
    height: auto !important;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: .26rem;
    background: bottom;
    background: #f4f4f4;
    padding: .2rem .15rem;
    color: #4e4e4e;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: .16rem;
    margin: 0 10px;
    color: #4e4e4e;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
}

.pnext p a {
    color: #333333;
}

.pnext p:hover {
    color: #2156ba;
}

.pnext p:hover a {
    color: #2156ba;
    font-weight: 600;
}

.col-main {
    float: left;
    width: 75%;
    padding-top: 50px
}

.col-side {
    float: right;
    width: 23.34%;
    padding-top: 60px
}

.m-txt5 {
    overflow: hidden;
    padding: 10px 0 39px
}

.m-txt5 .pics {
    float: left;
    width: 262px;
    margin-right: 30px
}

.m-txt5 .pics .pic {
    padding-top: 134%;
}

.m-txt5 .pics img {
    display: block;
    width: 100%
}

.m-txt5 .txt {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75;
    color: #333
}

.m-txt5 p {
    font-size: 16px;
}

.m-txt5 .m-tit3 {
    margin-bottom: 34px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.m-tit3 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.p-list2 {
    padding: 4px 0 12px
}

.p-list2 li {
    padding-bottom: 29px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.p-list2 .col-r,
.p-list2 .date {
    float: right;
    font-size: 16px;
    color: #666
}

.p-list2 .date {
    margin-left: 40px
}

.p-list2 a {
    color: inherit;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-list2 .col-r a:hover,
.p-list2 a:hover,
.p-list2 em {
    color: #204ba0
}

.p-list2 .col-r a {
    color: #666;
    margin-left: 30px
}

.pages {
    text-align: center;
    clear: both;
    margin-bottom: 80px;
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.pages .p-flip,
.pages ul {
    display: inline-block;
    vertical-align: top
}

.pages .p-flip {
    margin-left: 12px
}

.pages .inp {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    margin: 0 8px
}

.pages ul li {
    float: left;
    margin: 0 3px
}

.pages ul a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center
}

.pages ul a:hover {
    color: #204ba0
}

.pages ul li.on a {
    background-color: #204ba0;
    color: #fff
}

.pages .p-first a {
    background-image: url(../images/img45.svg)
}

.pages .p-last a {
    background-image: url(../images/img46.svg)
}

.pages .p-next,
.pages .p-prev {
    display: inline-block;
    vertical-align: top;
    color: #333
}

.pages .p-next a,
.pages .p-prev a {
    color: inherit;
    width: auto;
    margin: 0 5px
}

.pages .p-next a:hover,
.pages .p-prev a:hover {
    color: #204ba0
}

.m-txt6 {
    background: #f3f9ff;
    font-size: 14px;
    color: #333;
    line-height: 2
}

.m-txt6 .tit {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 62px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 23px
}

.m-txt6 .tit img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    height: 26px
}

.m-txt6 .more {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #204ba0
}

.m-txt6 .more:hover {
    background: #4070cf
}

.m-txt6 .con {
    padding: 12px 20px 17px
}

.m-txt6 p {
    overflow: hidden;
    margin-bottom: 7px
}

.m-txt6 p em {
    display: block;
    float: left;
    width: 56px;
    margin-right: 5px
}

.m-txt6 p span {
    display: block;
    overflow: hidden
}

/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}

.i-list {
    padding: 17px 0;
}

.i-list li {
    position: relative;
}

.i-list li a {
    display: flex;
    color: #111111;
    padding-left: .3rem;
    position: relative;
    line-height: .74rem;
    border-bottom: 1px dashed #CBCBCB;
}

.i-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .09rem;
    height: .09rem;
    border-radius: 50%;
    opacity: 1;
    background: #2156ba;
}

.i-list li a p {
    font-size: .18rem;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.i-list li a span {
    font-size: .14rem;
    font-weight: 500;
    color: #2156ba;
    margin-left: .1rem;
    padding-left: .2rem;
    background: url(../images/icon-date3.png) no-repeat;
    background-position: left center;
    font-family: '思源宋体';
}

.i-list li:hover a p {
    color: #2156ba;
    font-weight: 600;
}

.jgsz-box {
    margin-top: .65rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jgsz-box:nth-child(1) {
    margin-top: 0;
}

.jgsz-box h3 {
    background: rgba(0, 96, 175, .1);
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    line-height: .77rem;
    text-align: center;
    color: #2156ba;
}

.jgsz-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: .15rem .2rem .3rem .2rem;
}

.jgsz-box ul li {}

.jgsz-box ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    line-height: .62rem;
    color: #474747;
    padding: 0 .4rem 0 0;
}

.jgsz-box ul li a:hover {
    font-weight: 600;
    color: #2156ba;
    text-decoration: underline;
}

/* 机构设置 */
.zzjg-list {
    background: #f7f7f7;
    margin-top: .2rem;
}

.zzjg-list>p {
    background: #2156ba;
    color: #fff;
    line-height: .46rem;
    font-size: .2rem;
    font-weight: 600;
}

.zzjg-list ul {
    padding: .1rem .3rem;
    overflow: hidden;
}

.zzjg-list ul li {
    float: left;
    width: 33.33%;
}

.zzjg-list ul li a {
    display: block;
    padding-left: .1rem;
    position: relative;
    font-size: .16rem;
    line-height: .24rem;
    margin: .08rem 0;
    color: #333;
}

.zzjg-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: .04rem;
    height: .04rem;
    background: #2156ba;
    top: 10px;
}

.zzjg-list ul li a:hover {
    color: #2156ba;
}

/* 文字列表2 */
.text-list li {
    padding: .3rem 0;
    border-bottom: 1px solid #e1e1e1;
}

.text-list li a {
    display: flex;
    align-items: center;
}

.text-list .time {
    width: .81rem;
    height: .94rem;
    font-size: .14rem;
    color: #693329;
    text-align: center;
    font-family: Bebas;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: .2rem;
    background: url(../images/s1-rdatebg.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    transition: all 0.5s;
}

.text-list .time span {
    display: block;
    font-size: .3rem;
    color: #693329;
    line-height: .4rem;
    transition: all 0.5s;
}

.text-list .txt {
    padding-left: 3%;
    position: relative;
    flex: 1;
    min-width: 0;
}

.ablink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 5;
    display: block;
}

.text-list .txt h3,
.text-list li.text-list-img h3 {
    font-weight: normal;
    position: relative;
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    color: #333333;
    line-height: .26rem;
}

.text-list li:hover .txt h3,
.text-list li.text-list-img:hover h3 {
    background-size: 100% 1px;
}

.text-list .txt p,
.text-list>li.text-list-img p {
    color: #9E9E9E;
    margin-top: .13rem;
    font-size: .14rem;
    line-height: .24rem;
    height: 0.48rem;
    overflow: hidden;
}

.text-list li:hover {}

.text-list li:hover .time {
    background: url(../images/s1-rdatebg2.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.text-list li:hover h3 {
    color: #693329;
    font-weight: bold;
}

.text-list li:hover .time,
.text-list li:hover span {
    color: #D9B765;
}

/* 现任领导 */
.leader ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leader ul li {
    width: 48%;
    margin-top: .45rem;
}

.leader ul li:nth-child(-n+2) {
    margin-top: 0;
}

.leader ul li a {
    display: flex;
    padding: .17rem;
    border: 1px solid #D1D1D1;
    transition: all 0.5s;
}

.leader ul li a .pics {
    width: 1.98rem;
    margin-right: .3rem;
}

.leader ul li a .pics .pic {
    padding-top: 133%;
}

.leader ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .2rem;
}

.leader ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: normal;
    color: #333333;
}

.leader ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: uppercase;
    color: #414141;
    max-height: 1.2rem;
    margin-top: .25rem;
}

.leader ul li a:hover {
    border-color: #2156ba;
    background: #2156ba;
}

.leader ul li a:hover .info h3 {
    color: #fff;
}

.leader ul li a:hover .info p {
    color: rgba(255, 255, 255, .7);
}

/* 现任领导内容页 */
.ldarc-name {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: normal;
    color: #3D3D3D;
    text-align: center;
}

.ldarc-box {
    margin-top: .6rem;
}

.ldarc-box:nth-child(1) {
    margin-top: 0;
}

.ldarc-tit {
    padding-top: .14rem;
    position: relative;
    margin-bottom: .3rem;
}

.ldarc-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6rem;
    background: rgba(105, 51, 41, .1);
    height: 0.14rem;
}

.ldarc-tit::after {
    content: "";
    position: absolute;
    left: 1.6rem;
    top: 0;
    border-width: 0 .15rem .15rem 0;
    border-style: solid;
    border-color: transparent transparent rgba(105, 51, 41, .1) transparent;
}

.ldarc-tit h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.4rem;
    font-variation-settings: "opsz" auto;
    color: #343434;
    padding: .03rem .2rem .07rem .2rem;
    background: linear-gradient(90deg, rgba(105, 51, 41, .1) 0%, rgba(105, 51, 41, 0) 100%);
}

.ldarc-info {
    display: flex;
}

.ldarc-pic {
    width: 2.7rem;
    padding-left: .2rem;
    padding-bottom: .2rem;
    margin-right: 0;
    position: relative;
    margin-right: .4rem;
}

.ldarc-pic::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: .67rem;
    right: 0.52rem;
    background: linear-gradient(38deg, rgba(105, 51, 41, .2) 7%, rgba(105, 51, 41, 0) 52%);
    z-index: 1;
}

.ldarc-pic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.ldarc-info {
    flex: 1;
    min-width: 0;
}

.ldarc-info p {
    font-size: 0.24rem;
    line-height: .52rem;
    color: #333333;
}

.ldarc-info p b {
    font-weight: 600;
}

.ldarc-text {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 257.33%;
    color: #323232;
}

.ldarc-fy {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.2rem;
}

.ldarc-fy div {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    transition: all 0.5s;
}

.ldarc-fy div a {
    display: block;
    padding: 0 .2rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .44rem;
    color: #666666;
}

.ldarc-fy div:nth-child(1) {
    margin-right: .5rem;
}

.ldarc-fy div:hover {
    background: linear-gradient(0deg, #2156ba, #2156ba), #2A90F0;
}

.ldarc-fy div:hover a {
    color: #fff;
}

/* 师资队伍 */
.szdw-box {
    margin-top: .5rem;
}

.szdw-box:nth-child(1) {
    margin-top: 0;
}

.szdw-tit h3 {
    padding-left: .2rem;
    background: url(../images/szdw-titbg.png) no-repeat;
    background-position: left center;
    background-size: .15rem;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: normal;
    color: #373737;
}

.szdw-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.szdw-box ul li {
    width: 14.285%;
    margin-top: .25rem;
}

.szdw-box ul li a {
    display: block;
    margin: 0 .15rem;
    background: url(../images/szdw-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .4rem;
    color: #2156ba;
    transition: all 0.5s;
    text-align: center;
}

.szdw-box ul li a:hover {
    background: url(../images/szdw-itembg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #fff;
}

.jjybg img {
    display: block;
    width: 100%;
}

/* 文章内容区域样式 */
.art-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* 人物详情页面顶部信息板块样式 */
.person-profile-section {
    background: #f8f9fa;
    padding: 1.5rem 0;
    margin-bottom: 1rem;
    border-radius: .1rem;
}

.person-profile-container {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
}

.person-photo {
    flex-shrink: 0;
    width: 2.4rem;
    height: 3.6rem;
    position: relative;
    overflow: hidden;
    border-radius: .1rem;
    box-shadow: 0 .1rem .3rem rgba(0, 0, 0, 0.1);
}

.person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.person-photo:hover img {
    transform: scale(1.05);
}

.person-info {
    flex: 1;
    min-width: 0;
}

.person-name {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333333;
    margin: 0 0 .8rem 0;
    line-height: 1.2;
}

.person-titles {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: .8rem;
}

.title-tag {
    display: inline-block;
    padding: .2rem .4rem;
    background: #d4a574;
    color: #ffffff;
    font-size: .8rem;
    font-weight: 500;
    border-radius: .15rem;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.title-tag.primary {
    background: #8e44ad;
    font-weight: 600;
}

.title-tag:hover {
    transform: translateY(-.05rem);
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.1);
}

.person-contact {
    margin-top: .6rem;
}

.contact-item {
    font-size: .9rem;
    color: #666666;
    line-height: 1.4;
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
    .person-profile-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .person-photo {
        width: 2rem;
        height: 3rem;
    }
    
    .person-name {
        font-size: 2rem;
    }
    
    .person-titles {
        justify-content: center;
    }
    
    .title-tag {
        font-size: .75rem;
        padding: .15rem .3rem;
    }
}

@media screen and (max-width: 480px) {
    .person-profile-section {
        padding: 1rem 0;
    }
    
    .person-photo {
        width: 1.8rem;
        height: 2.7rem;
    }
    
    .person-name {
        font-size: 1.8rem;
    }
    
    .title-tag {
        font-size: .7rem;
        padding: .1rem .25rem;
    }
    
    .contact-item {
        font-size: .8rem;
    }
}

/* 人物列表样式 */
/*.person-list {
    /*margin: 1rem 0;
    background: #ffffff;
    padding: 1rem 0;
}
*/
.person-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
    margin-bottom: 1rem;
}

.person-item {
    background: #ffffff;
    border-radius: .2rem;
    overflow: hidden;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.person-item:hover {
    transform: translateY(-.05rem);
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.1);
    border-color: rgba(33, 86, 186, 0.3);
}

.person-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.person-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 120%; /* 调整为更合适的比例 */
    overflow: hidden;
}

.person-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.person-item:hover .person-image img {
    transform: scale(1.05);
}

.person-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 86, 186, 0.8);
    opacity: 0;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person-item:hover .person-overlay {
    opacity: 1;
}

.person-info {
    text-align: center;
    color: #ffffff;
    transform: translateY(.5rem);
    transition: transform 0.2s ease;
}

.person-item:hover .person-info {
    transform: translateY(0);
}

.person-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 .1rem 0;
    text-shadow: 0 .02rem .05rem rgba(0, 0, 0, 0.3);
}

.person-info p {
    font-size: 16px;
    margin: 0 0 .1rem 0;
    opacity: 0.9;
}

.person-info span {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.1em * 5);
}

.person-details {
    padding: .15rem .3rem;
    text-align: center;
    background: #ffffff;
}

.person-details h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 .1rem 0;
    transition: color 0.3s ease;
    line-height: 1.1;
}

.person-item:hover .person-details h3 {
    color: #2156ba;
}

.person-title {
    font-size: 16px;
    color: #666666;
    margin: 0 0 .1rem 0;
    font-weight: 500;
    line-height: 1.1;
}

.person-position {
    font-size: 14px;
    color: #999999;
    display: block;
    line-height: 1.2;
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .person-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: .4rem;
    }
}

@media screen and (max-width: 768px) {
    .person-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: .3rem;
    }
    
    .person-details {
        padding: .3rem .2rem;
    }
    
    .person-details h3 {
        font-size: 16px;
    }
    
    .person-title {
        font-size: 14px;
    }
    
    .person-position {
        font-size: 12px;
    }
    
    .person-info h3 {
        font-size: 16px;
    }
    
    .person-info p {
        font-size: 14px;
    }
    
    .person-info span {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: calc(1.1em * 5);
    }
}

@media screen and (max-width: 480px) {
    .person-grid {
        grid-template-columns: 1fr;
        gap: .3rem;
    }
    
    .person-details {
        padding: .4rem .3rem;
    }
    
    .person-details h3 {
        font-size: 18px;
    }
    
    .person-title {
        font-size: 16px;
    }
    
    .person-position {
        font-size: 14px;
    }
    
    .person-info h3 {
        font-size: 18px;
    }
    
    .person-info p {
        font-size: 16px;
    }
    
    .person-info span {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: calc(1.1em * 5);
    }
}