.banner {
    width: 100%;
    position: relative;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-sizing: border-box;
    padding: 23px 3.125%;
}

.header::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/mark.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}


.header h1 {
    width: 38%;
    max-width: 457px;
    position: relative;
    z-index: 9;
    float: left;
}

.header h1 img {
    width: 100%;
}

.head {
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding-right: 60px;
}

.head .search {
    width: 40px;
    height: 40px;
    background: url(../img/ss-ico.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 23px;
}

.top_link {
    box-sizing: border-box;
    padding-right: 10px;
    text-align: right;
}

.top_link a {
    opacity: 0.6;
    color: #fff;
    font-size: 16px;
}

.top_link span {
    opacity: 0.6;
    color: #fff;
    display: inline-block;
    margin: 0 25px;
}

.navgation {
    flex: 1;
    z-index: 99;
    position: relative;
}

.navgation ul li {
    position: relative;
}

.navgation .sp_nav_xjb {
    position: absolute;
    right: 16px;
    z-index: 99;
    top: 5px;
}

.sp_nav_xjb svg {
    width: 20px;
    height: 20px;
    fill: #666666;
}

.sp_nav_xjb svg {
    transform: rotate(-90deg);
    transition: allease 0.35s;
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul .nli {
    position: relative;
    text-align: center;
    margin-left: 40px;
    padding: 0 5px;
    float: left;
}

.navgation ul .nli::before {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 5px;
    transition: all 0.5s ease-in-out;
}

.navgation ul .nli.on::before,
.navgation ul .nli:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    font-weight: bold;
}

.navgation ul li h3 {
    height: 50px;
    line-height: 50px;
}

.navgation ul li h3 a {
    font-size: 16px;
    color: #fff;
}

.navgation .sub {
    opacity: 0;
    visibility: hidden;
    width: 140%;
    top: 100%;
    position: absolute;
    background: #fff;
    line-height: 60px;
    left: -20%;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    flex-direction: column;
}

.navgation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
}

.navgation .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}


.navgation .sub a {
    display: block;
    color: #3D3D3D;
    font-size: 14px;
}

.navgation .sub li:hover {
    background: #922325;
}

.navgation .sub li:hover a {
    color: #fff;
}

.navgation .on h3 a,
.navgation .nLi:hover h3 a {
    font-weight: bold;
}

.navgation .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
}

.navgation .nLi.on h3 a,
.navgation .nLi:hover h3 a {
    color: #fff;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banlist .bd li {
    width: 100%;
    overflow: hidden;
}

.banlist .bd li img {
    width: 100%;
    object-fit: cover;
}


.banlist .prev,
.banlist .next {
    width: 34px;
    height: 58px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    left: 0;
    top: calc((100% - 58px) / 2);
}

.banlist .prev {
    background: url(../img/prev-ico.jpg) center no-repeat;
    background-size: cover;
}

.banlist .next {
    background: url(../img/next-ico.jpg) center no-repeat;
    background-size: cover;
    left: auto;
    right: 0;
}

/* --------------------------------------------------------- */


.column {
    width: 100%;
    padding: 70px 0 30px 0;
    position: relative;
}

.column .title {
    font-size: 32px;
    font-weight: bold;
}

.column .title .n1 {
    color: #C81710;
}

.column .title .ico {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #313131;
    margin: 0 10px;
    position: relative;
    top: -7px;
}

.column .title .n2 {
    color: #313131;
}

.column .more {
    width: 94px;
    height: 25px;
    display: inline-block;
    background: url(../img/more-ico2.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 80px;
}

.column .more:hover {
    background: url(../img/more-ico2-on.svg) center no-repeat;
}

.column2 .title .n1 {
    color: #EFD576;
}

.column2 .title .n2 {
    color: #fff;
}

.column2 .title .ico {
    background: #fff;
}

.column2 .more {
    background: url(../img/more-ico-on.svg) center no-repeat;
}

.column2 .more:hover {
    background: url(../img/more-ico.svg) center no-repeat;
}

.content1 {
    width: 100%;
    background: #fff;
    background: url(../img/content1Bg.png) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 80px;
}

.new_box {
    width: 100%;
}

.new_box .tbgz {
    width: 865px;
    width: 100%;
}

.tbgz_box {
    width: 100%;
}

.tbgzlist {
    width: calc(100% - 728px);
    box-sizing: border-box;
    padding-left: 30px;
}

.tbgzlist .box {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.tbgzlist .box a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.tbgzlist .last {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.tbgzlist .box .dete {
    color: #C81710;
    width: 80px;
    text-align: right;
}

.tbgzlist .box .title {
    width: calc(100% - 80px);
    color: #313131;
    line-height: 25px;
    height: 25px;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.tbgzlist .box .title::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    background: #313131;
    position: absolute;
    left: 0;
    top: 12px;
}


.tbgzSlide {
    width: 728px;
    position: relative;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.tbgzSlide .bd li {
    width: 100%;
}

.tbgzSlide .bd li .img {
    overflow: hidden;
}

.tbgzSlide .bd li .img img {
    width: 100%;
    height: 405px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.tbgzSlide .bd li .tt {
    height: 130px;
    box-sizing: border-box;
    padding: 20px;
}

.tbgzSlide .bd li .title {
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    line-height: 25px;
    height: 25px;
}

.tbgzSlide .bd li .desc {
    color: #242424;
    opacity: 0.5;
    margin: 11px 0;
    line-height: 20px;
    height: 20px;
}

.tbgzSlide .bd li .dete {
    width: 87px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    background: #FFE2E1;
    color: #C81710;
}

.tbgzSlide .bd li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tbgzSlide .bd li:hover .title {
    /* color: #C81710; */
}



.tbgzSlide .hd {
    width: 95px;
    height: 24px;
    border-radius: 4px;
    background: #C81710;
    position: absolute;
    right: 20px;
    bottom: 20px;
    box-sizing: border-box;
    padding-top: 3px;
    text-align: center;
}

.tbgzSlide .hd ul {
    display: inline-block;
}

.tbgzSlide .hd li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 3px;
    opacity: .2;
    cursor: pointer;
}

.tbgzSlide .hd li.on {
    opacity: 1;
}

.new_box .szyw {
    width: 480px;
}

.szywlist {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 26px;
}

.szywlist .box {
    width: 100%;
    height: 53px;
    margin-bottom: 30px;
}

.szywlist .box5 {
    margin-bottom: 0;
}

.szywlist .box .dete {
    width: 66px;
    height: 53px;
    border-radius: 5px;
    background: url(../img/szyw-dete.png) center no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 15px;
    box-sizing: border-box;
    padding-top: 3px;
}

.szywlist .box .d {
    font-size: 18px;
    font-weight: bold;
    color: #C81710;
    text-align: center;
}

.szywlist .box .y {
    color: #C81710;
    text-align: center;
}

.szywlist .box .title {
    line-height: 25px;
    height: 50px;
    font-size: 16px;
    color: #313131;
}

.szywlist .box .xian {
    width: 47px;
    opacity: 0.2;
    height: 1px;
    background: #C81710;
    display: block;
    margin: 0 auto;
}

.szywlist .box:hover .dete {
    background: #C81710;
}

.szywlist .box:hover .d,
.szywlist .box:hover .y {
    color: #fff;
}

.szywlist .box:hover .xian {
    background: #fff;
}

.ztzb_box {
    width: 100%;
    height: 255px;
    background: url(../img/content1Bg.png) center bottom no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

.ztzl {
    width: 100%;
    height: 162px;
    border-radius: 15px;
    background: #C81710;
    background: linear-gradient(180deg, #C81710 36%, rgba(237, 210, 143, 0) 100%);
    margin-top: 30px;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
}

.ztzl .column {
    width: 353px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    padding: 0;
    background: #C81710;
    left: calc((100% - 353px) / 2);
}

.ztzl_item {
    width: 99%;
    height: 182px;
    background: url(../img/ztzl_item_bg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 35px 75px 0 75px;
}

.ztzl_item .bd li {
    width: 100%;
    border-radius: 15px;
}

.ztzl_item .bd li .img {
    overflow: hidden;
    border-radius: 15px;
}

.ztzl_item .bd li .img img {
    width: 100%;
    height: 112px;
    border-radius: 15px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ztzl_item .bd li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ztzl_item .hd {
    width: 100%;
    height: 10px;
    text-align: center;
    margin-top: 25px;
}

.ztzl_item .hd ul {
    display: inline-block;
}

.ztzl_item .hd li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C81710;
    margin: 0 3px;
    opacity: .2;
    cursor: pointer;
}

.ztzl_item .hd li.on {
    opacity: 1;
}


.content2 {
    width: 100%;

    background: url(../img/content2Bg2.jpg) center no-repeat;
    background-size: cover;
}

.content2 .container {
    height: 445px;
    background: url(../img/szBg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 35px;
}

.szjylist .bd li {
    width: 275px;
    margin-right: 75px;
    float: left;
}

.szjylist .bd li a {
    color: #fff;
    box-sizing: border-box;
    padding: 0 35px;
}

.szjylist .bd li .dete {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0 auto;
}

.szjylist .bd li .d {
    font-size: 24px;
    text-align: center;
}

.szjylist .bd li .y {
    text-align: center;
    opacity: .5;
}

.szjylist .bd li .xian {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin: 38px 0 25px 0;
    position: relative;
}

.szjylist .bd li .xian::before {
    content: '';
    width: 77px;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: calc((100% - 77px) / 2);
    transition: all 0.5s ease-in-out;
}

.szjylist .bd li .title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    height: 44px;
}

.szjylist .bd li:hover .title {
    font-weight: bold;
}

.szjylist .bd li:hover .xian::before {
    width: 100%;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.szjylist .hd {
    width: 100%;
    height: 10px;
    text-align: center;
    margin-top: 35px;
}

.szjylist .hd ul {
    display: inline-block;

}

.szjylist .hd li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 3px;
    opacity: .2;
}

.szjylist .hd li.on {
    opacity: 1;
}

.content4 {
    width: 100%;
    height: 590px;
    background: url(../img/content4Bg.jpg) center no-repeat;
    background-size: cover;
}

.mtjjlist {
    width: 100%;
}

.mtjjlist .box {
    width: calc((100% - 60px) / 3);
    float: left;
    height: 171px;
    background: #fff;
    margin-right: 29px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 23px;
    position: relative;
}

.mtjjlist .box::before {
    content: '';
    width: 0;
    height: 2px;
    background: #C81710;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.mtjjlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.mtjjlist .box3,
.mtjjlist .box6 {
    margin-right: 0;
}

.mtjjlist .box .col {
    width: auto;
    height: 37px;
    line-height: 37px;
    background: #C81710;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 14px;
    display: inline-block;
}

.mtjjlist .box .title {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    line-height: 25px;
    color: #313131;
    margin: 18px 0;
}

.mtjjlist .box .dete {
    width: 87px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    background: #FFE2E1;
    color: #C81710;
}

.mtjjlist .box:hover .title {
    /* color: #C81710; */
    font-weight: bold;
}

/* 党建工作 */

.djgzlist .item {
    width: calc((100% - 40px) / 2);
}

.dj-pic {
    width: 360px;
    height: 452px;
    float: left;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
}

.dj-pic .img {
    overflow: hidden;
}

.dj-pic .img img {
    width: 100%;
    height: 167px;
}

.dj-pic .tt {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}

.dj-pic .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #313131;
    height: 60px;
}

.dj-pic .desc {
    line-height: 25px;
    height: 75px;
    text-align: justify;
    color: #414141;
    opacity: 0.5;
    margin: 15px 0 30px 0;
}

.dj-pic .more {
    width: 24px;
    height: 12px;
    display: inline-block;
    background: url(../img/dj-jt1.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: 25px;
}



.dj-pic .dete {
    color: #999;
}

.dj-box {
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-top: 50px;
    margin-left: 360px;
}

.dj-box .box {
    width: 100%;
    height: 177px;
    background: #FFF6EA;
    box-sizing: border-box;
    padding: 22px;
    position: relative;
}

.dj-box .box3,
.dj-box .box5 {
    background: #C81710;
}

.dj-box .box .title {
    font-size: 16px;
    color: #414141;
    line-height: 25px;
    height: 50px;
}

.dj-box .box .dete {
    color: #999;
    margin-top: 30px;
}

.dj-box .box3 .title,
.dj-box .box5 .title {
    color: #fff;
}

.dj-box .box3 .dete,
.dj-box .box5 .dete {
    color: #fff;
}

.dj-box .box .more {
    width: 24px;
    height: 12px;
    display: inline-block;
    background: url(../img/dj-jt1.png) center no-repeat;
    position: absolute;
    left: 25px;
    bottom: 25px;
    opacity: .5;
}

.dj-box .box3 .more,
.dj-box .box5 .more {
    background: url(../img/dj-jt2.png) center no-repeat;
    opacity: 1;
}


.llxx_pfjy {
    width: 100%;
    padding-bottom: 70px;
    background: url(../img/llxxBg.png) center bottom no-repeat;
    background-size: cover;
}

.llxx {
    width: 680px;
}

.pfjy {
    width: 676px;
}

.pfjylist {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 23px;
}

.pfjylist li {
    width: 100%;
}

.pfjylist li.f {
    width: 100%;
    height: 152px;
    background: #FFF5ED;
    margin-bottom: 23px;
}

.pfjylist li.f .img {
    width: 275px;
    float: left;
}

.pfjylist li.f .img img {
    width: 100%;
    height: 152px;
}

.pfjylist li.f .tt {
    width: calc(100% - 275px);
    margin-left: 275px;
    box-sizing: border-box;
    padding: 20px;
}

.pfjylist li.f .title {
    font-size: 16px;
    line-height: 30px;
    color: #212121;
}

.pfjylist li.f .desc {
    line-height: 25px;
    text-align: justify;
    color: #9E9E9E;
    margin: 5px 0 10px 0;
}

.pfjylist li.f .dete {
    color: #9E9E9E;
}

.pfjylist li.n {
    width: calc(100% - 50px);
    height: 53px;
    margin: 0 auto;
    margin-bottom: 26px;
}

.pfjylist li.n .dete {
    width: 66px;
    height: 53px;
    border-radius: 5px;
    background: url(../img/szyw-dete.png) center no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 15px;
    box-sizing: border-box;
    padding-top: 3px;
}

.pfjylist li.n .d {
    font-size: 18px;
    font-weight: bold;
    color: #C81710;
    text-align: center;
}

.pfjylist li.n .y {
    color: #C81710;
    text-align: center;
}

.pfjylist li.n .title {
    line-height: 25px;
    font-size: 16px;
    color: #313131;
}

.pfjylist li.n .xian {
    width: 47px;
    opacity: 0.2;
    height: 1px;
    background: #C81710;
    display: block;
    margin: 0 auto;
}

.pfjylist li.n4 {
    margin-bottom: 0;
}

.llxxlist .box {
    width: 100%;
    height: 50px;
    padding: 20px 0;
    position: relative;
}

.llxxlist .box1 {
    padding-top: 0;
}

.llxxlist .box5 {
    padding-bottom: 0;
}

.llxxlist .box::after {
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px solid #F0F0F0;
    display: inline-block;
    position: absolute;
    left: 71px;
    top: 0;
}

.llxxlist .box::before {
    content: '';
    width: calc(100% - 71px);
    height: 0;
    border-top: 1px solid #F0F0F0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.llxxlist .box5::before {
    display: none;
}

.llxxlist .box .dete {
    width: 56px;
    float: left;
    margin-right: 15px;
}

.llxxlist .box .d {
    font-size: 24px;
    color: #C81710;
    text-align: center;
}

.llxxlist .box .y {
    opacity: 0.5;
    color: #313131;
    text-align: center;
}

.llxxlist .box .title {
    font-size: 16px;
    color: #313131;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 86px;
    position: relative;
}

.llxxlist .box .title::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    border: 4px solid #D8D8D8;
    left: 65px;
    top: 18px;
    z-index: 99;
}

.llxxlist .box:hover .title::before {
    border: 4px solid #C81710;
}

.llxxlist .box:hover::after {
    border-left: 1px solid #C81710;
}

.llxxlist .box:hover .title {
    /* color: #C81710; */
    font-weight: bold;
}

/* ----------------------------------------------------- */

.footer {
    width: 100%;
    height: 226px;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 40px;
}

.foot2 {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.ftcode {
    width: 92px;
    margin-left: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.ftcode img {
    width: 92px;
    height: 92px;
    border-radius: 5px;
}

.ftcode p {
    text-align: center;
    color: #fff;
    opacity: 0.8;
    margin-top: 10px;
}

.banq p {
    color: rgba(255, 255, 255, .8);
    line-height: 25px;
    text-align: center;
}

.banq p a {
    color: rgba(255, 255, 255, .8) !important;
}

.ftnav {
    width: 640px;
    position: absolute;
    right: 0;
    top: 0;
}

.ftnav ul {
    width: 500px;
}

.ftnav ul li {
    margin-left: 35px;
    line-height: 40px;
    float: left;
}

.ftnav ul li a {
    color: #fff;
    font-size: 16px;
    opacity: .8;
}

.ftlogo img {
    width: 420px;
}

.foot1 {
    width: 100%;
    position: relative;
}

.ftlogo {
    float: left;
}

.foot1 .yqlj {
    position: absolute;
    right: 0;
    top: 0;
}

.contact {
    float: left;
    margin-left: 95px;
}

.contact .box {
    color: #fff;
    line-height: 25px;
    position: relative;
    float: left;
}

.contact .box1 {
    margin-right: 60px;
}

.contact .box1::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/place-ico.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 3px;
}

.contact .box2::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/phone-ico.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: -24px;
    top: 3px;
}


.yqlj .box {
    width: 248px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .3);
    box-sizing: border-box;
    padding: 0 18px;
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 16px;
    height: 8px;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 20px;
}

.yqlj .box .sub {
    width: 100%;
    position: absolute;
    background: #f1efef;
    left: 0;
    bottom: 100%;
    z-index: 99;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.yqlj .box .sub a {
    width: 49%;
    display: block;
    margin: 5px 0;
    color: #333;
}

.yqlj .box:hover .sub {
    display: flex;
}

/* 校园文化 */

.content5 {
    width: 100%;
    padding-bottom: 70px;
}

.xywh_box {
    width: 100%;
}

.xywhSlide {
    width: 830px;
    overflow: hidden;
}

.xywhlist {
    width: 542px;
}

.xywhlist .box {
    width: 100%;
    height: 121px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 26px 25px;
    position: relative;
}

.xywhlist .box::before {
    content: '';
    height: 3px;
    width: 0;
    display: inline-block;
    background: #C81710;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.xywhlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.xywhlist .box2,
.xywhlist .box7 {
    margin: 30px 0;
}

.xywhlist .box a {
    display: block;
    height: 100%;
}

.xywhlist .box .dete {
    width: 63px;
    height: 69px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    float: left;
    position: relative;
}

.xywhlist .box .dete::before {
    content: '';
    width: 1px;
    display: inline-block;
    height: 5px;
    position: absolute;
    top: -5px;
    background: #DEDEDE;
    left: 23px;
}

.xywhlist .box .dete::after {
    content: '';
    width: 1px;
    display: inline-block;
    height: 5px;
    position: absolute;
    top: -5px;
    background: #DEDEDE;
    right: 23px;
}

.xywhlist .box .d {
    text-align: center;
    font-size: 24px;
    color: #373737;
    line-height: 43px;
    height: 43px;
}

.xywhlist .box .y {
    text-align: center;
    height: 26px;
    line-height: 26px;
    background: #DEDEDE;
    font-size: 12px;
    color: #868686;
}

.xywhlist .box .title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    color: #373737;
    width: calc(100% - 63px);
    box-sizing: border-box;
    padding-left: 18px;
    margin-left: 63px;
    position: relative;
    top: 7px;
}

.xywhlist .box:hover .dete {
    border: 1px solid #C81710;
}

.xywhlist .box:hover .y {
    background: #C81710;
    color: #fff;
}

.xywhlist .box:hover .d {
    color: #C81710;
}

.xywhlist .box:hover .title {
    /* color: #C81710; */
    font-weight: bold;
}


.xywhSlide {
    position: relative;
}

.xywhSlide .bd ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xywhSlide .bd li .img {
    overflow: hidden;
}

.xywhSlide .bd li .img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.xywhSlide .bd ul li .tt {
    width: 100%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    background: url(../img/mark2.png) center no-repeat;
    background-size: 100% 100%;
    padding: 45px 40px 15px 15px;
}

.xywhSlide .bd ul li .title {
    color: #fff;
    font-size: 16px;
}

.xywhSlide .xywh_btn {
    width: 87px;
    height: 73px;
    border-radius: 50px 0px 0px 0px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
}

.xywhSlide .prev,
.xywhSlide .next {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 30px;
    border-radius: 50%;
    z-index: 99;
}

.xywhSlide .prev {
    background: url(../img/prev-ico.png) center no-repeat;
    left: 16px;
}

.xywhSlide .prev:hover {
    background: url(../img/prev-ico2.png) center no-repeat;
}

.xywhSlide .next {
    background: url(../img/next-ico.png) center no-repeat;
    right: 0;
}

.xywhSlide .next:hover {
    background: url(../img/next-ico2.png) center no-repeat;
}


/* ------- 内页 ------------- */

.nydt img {
    width: 100%;
    position: relative;
}

.nheader {
    height: 122px;
    position: relative;
}

.nheader::before {
    display: none;
}

.nheader .top_link a,
.nheader .top_link span {
    color: #292929;
}

.nheader .head .search {
    background: url(../img/ss-ico2.png) center no-repeat;
}

.nheader .navgation ul li h3 a {
    color: #292929;
}

.nheader .navgation ul .nli::before {
    background: #C81710;
}

.nheader .navgation ul .nli.on h3 a,
.nheader .navgation ul .nli:hover h3 a {
    color: #C81710;
}

h1 .img1 {
    display: block;
}

h1 .img2 {
    display: none;
}

.header.active,
.header.active1 {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.header.active h1 .img2,
.header.active1 h1 .img2 {
    display: block;
}

.header.active h1 .img1,
.header.active1 h1 .img1 {
    display: none;
}

.header.active::before,
.header.active1::before {
    display: none;
}

.header.active .top_link a,
.header.active .top_link span {
    color: #292929;
}

.header.active .head .search {
    background: url(../img/ss-ico2.png) center no-repeat;
}

.header.active .navgation ul li h3 a {
    color: #292929;
}

.header.active .navgation ul .nli::before {
    background: #C81710;
}

.header.active .navgation ul .nli.on h3 a,
.header.active .navgation ul .nli:hover h3 a {
    color: #C81710;
}

.header.active1 .top_link a,
.header.active1 .top_link span {
    color: #292929;
}

.header.active1 .head .search {
    background: url(../img/ss-ico2.png) center no-repeat;
}

.header.active1 .navgation ul li h3 a {
    color: #292929;
}

.header.active1 .navgation ul .nli::before {
    background: #C81710;
}

.header.active1 .navgation ul .nli.on h3 a,
.header.active1 .navgation ul .nli:hover h3 a {
    color: #C81710;
}

/* ---------- */

.crumbs {
    width: 100%;
    height: 84px;
    background: url(../img/crumbsBg.png) center right no-repeat;
    background-size: 100% 100%;
    margin-bottom: 40px;
    position: relative;
}

.nydt::before {
    content: '';
    width: 100%;
    display: inline-block;
    height: 84px;
    position: absolute;
    left: -70%;
    background: #C81710;
    bottom: -84px;
}

.crumbs-name {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    float: left;
    margin-top: 17px;
}

.crumbs-list {
    position: absolute;
    right: 84px;
    top: 32px;
}

.crumbs-list a,
.crumbs-list span {
    color: #fff;
}

.crumbs-list span:last-of-type {
    display: none;
}

.subNav {
    float: left;
    margin-top: 22px;
    margin-left: 80px;
}

.subNav .box {
    float: left;
    width: auto;
    padding: 0 25px;
    height: 38px;
    line-height: 38px;
    border-radius: 200px;
    margin-right: 20px;
}

.subNav .box.on,
.subNav .box:hover {
    background: #EFD576;
}

.subNav .box.on a,
.subNav .box:hover a {
    color: #C81710;
    font-weight: bold;
}

.subNav .box a {
    color: #fff;
    font-size: 18px;
}


.textlist .box {
    width: 100%;
    height: 64px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.textlist .box .title {
    color: #292929;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    box-sizing: border-box;
    padding-left: 18px;
    position: relative;
}

.textlist .box .title::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #292929;
    position: absolute;
    left: 0;
    top: 31px;
}

.textlist .box .dete {
    position: absolute;
    right: 0;
    top: 22px;
    color: #292929;
    font-size: 16px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover {
    background: #C81710;
    box-sizing: border-box;
    padding: 0 15px;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover .dete {
    right: 15px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.textlist .box:hover .title {
    color: #fff;
    font-weight: bold;
}

.textlist .box:hover .title::before {
    background: #fff;
}

.list-page {
    width: 100%;
    height: 30px;
    margin: 40px 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #C81710 !important;
    background-color: #C81710 !important;
}

.piclist .box {
    width: 100%;
    height: 195px;
    background: #F6F6F6;
    margin-bottom: 30px;
    position: relative;
}

.piclist .box::before {
    content: '';
    width: 217px;
    height: 35px;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 25px;
    bottom: 25px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.piclist .box .img {
    overflow: hidden;
    width: 350px;
    float: left;
}

.piclist .box .img img {
    width: 100%;
    height: 195px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
    width: calc(100% - 350px);
    margin-left: 350px;
    box-sizing: border-box;
    padding: 30px 22px;
}

.piclist .box .title {
    font-size: 18px;
    font-weight: bold;
    color: #292929;
}

.piclist .box .desc {
    line-height: 25px;
    text-align: justify;
    color: #9E9E9E;
    margin: 10px 0 25px 0;
}

.piclist .box .dete {
    width: 87px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    color: #9E9E9E;
    background: #fff;
}

.piclist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .box:hover {
    background: #FFEAEB;
}

.piclist .box:hover .title {
    /* color: #C81710; */
    font-weight: bold;
}

.piclist .box:hover .dete {
    background: #FCBFC2;
    color: #C81710;
}

.picture .info {
    width: 100%;
}

.picture .box {
    float: left;
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .box .title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #F6F6F6;
    font-size: 18px;
    color: #292929;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .box:hover .title {
    background: #C81710;
    color: #fff;
}

.detail {
    width: 100%;
    box-sizing: border-box;
    padding: 55px 100px 20px 100px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 57px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
}

.timer {
    padding: 25px 0 15px 0;
    text-align: center;
    height: 20px;
    width: 100%;
}

.timer>div {
    color: #9E9E9E;
    opacity: .8;
    margin: 0 35px;
    display: inline-block;
}


.detail .dtl {
    font-size: 18px;
    line-height: 40px;
    color: #464646;
    text-align: justify;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    border-top: 1px solid rgba(216, 216, 216, .5);
}

.detail .dtl p {
    margin: 10px 0;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    padding: 27px 0;
    position: relative;
}

.detail-page .box1 {
    border-bottom: 1px solid #D8D8D8;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 18px;
}

.detail-page .box:hover a {
    color: #CC2D26;
}

.danye .dtl {
    border: none;
}

/* 改变选中文本的背景色和文本颜色 */
::selection {
    background-color: #CC2D26;
    /* 你想要的颜色 */
    color: #fff;
    /* 文本颜色 */
}

/* 对于某些旧版浏览器，可能需要添加下面的前缀 */
::-moz-selection {
    background-color: #CC2D26;
    color: #fff;
}

.listFrame {
    margin-bottom: 40px;
}

.ztzlSlide2 {
    width: 100%;
}

.ztzlSlide2 .bd li {
    width: 446px;
    margin-right: 30px;
}

.ztzlSlide2 .bd li img {
    width: 100%;
    height: 155px;
}

@media screen and (max-width: 1630px) {
    .navgation ul .nli {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1430px) {
    .navgation ul li h3 a {
        font-size: 15px;
    }

    .navgation ul .nli {
        margin-left: 10px;
    }

    .header h1 {
        width: 30%;
    }

}