header {
    background-size: cover;
    position: relative;
}

.head-bg {
    width: 100%;
    height: 170px;
    background: linear-gradient(270deg, #D40000 0%, #9C0A00 100%);
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 40px;
}

.logo h1 img {
    width: 931px;
}

.logo .search-btn .collect {
    margin-bottom: 20px;
}

.logo .search-btn .collect a {
    font-size: 14px;
    color: #FFFFFF;
}

.logo .search-btn .collect span {
    color: #FFFFFF;
    margin: 0 5px 0 5px;
}

.search {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    position: relative;
}

.search .search-input {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    position: absolute;
    right: 0;
    background-position: 10px;
}

.search input[type="search"] {
    color: #FFFFFF;
    padding-left: 10px;
}

.search .search-input:focus {
    border-color: #B63434;
    outline: none;
}

input[type="text"]::-webkit-clear-button {
    display: none;
}

.search .search-input::placeholder {
    text-indent: 10px;
    font-size: 16px;
    color: #FFFFFF;
}



.search .search-btn {
    width: 40px;
    height: 40px;
    background: url(../img/search.png) no-repeat center #FFFFFF;
    background-size: 40%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    position: absolute;
    right: 0;
    z-index: 9;
}

.navigation {
    width: 100%;
    position: relative;
}

.navigation ul {
    display: flex;
}

.navigation ul .nli {
    padding: 16px 60px;
    flex: 1;
    position: relative;
    white-space: nowrap;
}

.navigation ul .nli h3 {
    text-align: right;
}

.navigation ul .nli:nth-child(1) h3 {
    text-align: left;
}

.navigation ul .nli:hover h3 a {
    border-bottom: 3px solid #B63434;
}

.navigation ul .nli:first-of-type {
    padding: 15px 30px 10px 0;
}

.navigation ul .nli:last-of-type {
    padding: 15px 0 10px 60px;
}

.navigation ul li a {
    font-size: 20px;
    line-height: 28px;
    color: #3D3D3D;
    padding: 15px 0;

}

.navigation .drivder {
    width: 100%;
    height: 1px;
    background: rgba(187, 60, 60, 0.14);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.navigation ul .nli.on h3 a {
    border-bottom: 3px solid #B63434;
    color: #B63434;
    font-weight: bold;
}

.navigation ul .nli:hover h3 a {
    color: #B63434;
    font-weight: bold;
}

.navigation ul .sub {
    position: absolute;
    width: 200px;
    height: auto;
    left: 25px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    /* border-top: 3px solid #0B4A93; */
    padding: 10px 0;
}

.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .sub li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}


.navigation ul .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navigation ul .sub li:hover a {
    color: #B63434;
    font-weight: bold;
}

/* 轮播图 */
.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 99;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: rgba(149, 21, 20, 0.8);
}

.banlist .swiper-left {
    right: 40px;
    top: 50%;
}

.banlist .swiper-right {
    left: 40px;
    top: 50%;
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: relative;
}

.banlist .swiper-left .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%);
}

.banlist .swiper-right .img img {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, 100%);
}

.banlist .swiper-pagination {
    margin-bottom: 20px;
}

.banlist .swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #B63434;
    width: 37px;
    border-radius: 90px;
    border: 1px solid #B63434;
}

/* 工作动态 */
.gzdt {
    padding: 10px 0 30px 0;
}

.gzdt .theme .left a .title {
    color: #3D3D3D;
}

.gzdt .theme .left .img {
    border: 1px solid #B63434;
}

.gzdt .theme .right a .show {
    color: #999999;
}


.gzdt .disflex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.newslist {
    width: 685px;
    height: 382px;
    position: relative;
    overflow: hidden;
}

.newslist .swiper-slide {
    position: relative;
}

.newslist .swiper-slide a {
    width: 100%;
    overflow: hidden;
}

.newslist .swiper-slide img {
    width: 100%;
    height: 382px;
    z-index: 99;
    transition: transform 0.5s ease-in-out;
}

.newslist .swiper-slide:hover img {
    transform: scale(1.1);
}

.newslist .swiper-prev,
.newslist .swiper-next {
    background: rgba(0, 0, 0, 0.4);
    width: 23px;
    height: 29px;
}

.newslist .swiper-prev:hover,
.newslist .swiper-next:hover {
    background: rgba(182, 52, 52, 0.74);
}

.newslist .swiper-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.newslist .swiper-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.newslist .swiper-prev img,
.newslist .swiper-next img {
    width: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newslist .yinying {
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.newslist .swiper-pagination {
    position: absolute;
    bottom: 25px;
    right: 60px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 40px;
}

.newslist .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 8px;
    height: 8px;
    border-radius: 0;
    z-index: 9;
    margin-left: 7px !important;
}

.newslist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.newslist .swiper-slide .tt {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    min-height: 110px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    padding: 0 100px 0px 30px;
    display: flex;
    align-items: flex-end;
}

.newslist .swiper-slide .text {
    box-sizing: border-box;
    padding-bottom: 10px;
    line-height: 60px;
}

.rightlist {
    width: 680px;
}

.rightlist .box {
    padding-bottom: 25px;
    padding-top: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.rightlist .box a {
    display: flex;
    align-items: center;
}

.rightlist .box:first-of-type {
    padding-top: 5px;
}

.rightlist .box:last-of-type {
    border-bottom: 0;
}

.rightlist .box .content {
    margin-left: 30px;
}

.rightlist .box .content .title {
    font-size: 18px;
    height: 24px;
    color: #3D3D3D;
}

.rightlist .box:hover .content .title {
    color: #B63434;
    font-weight: bold;
}

.rightlist .box .content .disc {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #999999;
    margin-top: 5px;
}

.rightlist .box:hover .content .disc {
    color: #3D3D3D;
}

.rightlist .box .time {
    width: 76px;
    height: 76px;
    text-align: center;
}

.rightlist .box .time .day {
    color: #B63434;
    font-weight: 700;
    font-size: 30px;
}

.rightlist .box .time .year {
    color: #B63434;
    font-weight: 700;
    font-size: 18px;
}


.rightlist .box .content {
    flex: 1;
}


/* 通知公告 */
.notice {
    background: url(../img/tzgg-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 12px;
}

.notice .theme .right .lines .shortline,
.speech .theme .right .lines .shortline {
    background: #FFFFFF;
}

.notice .theme {
    /* padding: 50px 0 0 0; */
}

.contentbox .padd {
    margin-top: 40px;
}

.contentbox {
    margin-top: 40px;
}

.tzgglist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.tzgglist .box {
    width: calc((100% - 30px) / 2);
    padding: 15px 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

.tzgglist .box a {
    display: flex;
    align-items: center;
}

.tzgglist .box .time {
    width: 55px;
    height: 55px;
    border-radius: 0px 10px 0px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #B63434;
}

.tzgglist .box:hover .time {
    background: #F1B06A;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.tzgglist .box .content {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.tzgglist .box .content .img {
    width: 25px;
    height: 15px;
    box-sizing: border-box;
}

.tzgglist .box .content .img img {
    width: 100%;
}

.tzgglist .box:hover .content .img img {
    display: none;
}

.tzgglist .box:hover .content .img {
    background: url(../img/tzgg-arrow-glad.png) no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.tzgglist .box .time .day {
    font-weight: 400;
    font-size: 18px;
}

.tzgglist .box:hover .time .day,
.tzgglist .box:hover .time .year {
    color: #FFFFFF;
}

.tzgglist .box .time .year {
    font-weight: 400;
    font-size: 12px;
}

.tzgglist .box .title {
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
    padding-left: 30px;
    position: relative;
}

.tzgglist .box .title::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    left: 15px;
    top: 50%;
}

.tzgglist .box:hover .title::before {
    background: #FFD4A5;
}

.tzgglist .box:hover .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    color: #FFD4A5;
}

/* 横幅轮播 */
.bannerli {
    position: relative;
    padding: 60px 0 10px 0;
}

.bannerli .swiper-pagination1 {
    position: absolute;
    right: 20px;
    bottom: 13px;
    z-index: 9;
    text-align: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.bannerli .swiper-slide .img img {
    height: 120px;
}

.bannerli .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 1) !important;
}

.bannerli .swiper-pagination-bullet:last-child {
    margin-right: 20px;
}

.bannerli .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

/* 政策法规和上级精神 */
.policy {
    padding-bottom: 60px;
}

.policy .container {
    display: flex;
    justify-content: space-between;
}

.policy .theme .left a .title {
    font-size: 30px;
    line-height: 34px;
    color: #3D3D3D;
}

.policy .theme .right a .show {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    transition: transform 0.5s ease-in-out;
}

.policy .theme .right:hover a .show {
    transform: scale(1.1);
}

.policy .theme .left .img {
    box-sizing: border-box;
    border: 0.5px solid #B63434;
}

.zcfg {
    width: calc(50% - 15px);
}

.zcfglist .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zcfglist .box a .title {
    font-weight: 400;
    font-size: 18px;
    flex: 1;
    color: #3E3E3E;
    padding: 12px 0 16px 20px;
    position: relative;
}

.zcfglist .box a .title::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/zcfg-title-icon.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.zcfglist .box:hover a .title {
    color: #B63434;
    font-weight: 700;
    font-size: 18px;
}

.zcfglist .box a .time {
    width: 112px;
    height: 35px;
    border-radius: 90px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zcfglist .box:hover .time {
    background: #B63434;
    color: #FFFFFF;
}

.sjjs {
    width: calc(50% - 15px);
}

.sjjslist .box {}

.sjjslist .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #3D3D3D;
    padding: 20px 0 5px 0;
    margin-bottom: 4px;
}

.sjjslist .box:hover .title {
    color: #B63434;
    font-weight: bold;
}

.sjjslist .box:first-of-type .title {
    padding: 15px 0 10px 0;
}

.sjjslist .box .time {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.sjjslist .box .time .drivder {
    width: 567px;
    height: 0;
    border-top: 1px dashed #D8D8D8;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.sjjslist .box:hover .time .drivder {
    border-top: 1px dashed rgba(182, 52, 52, 0.52);
}

.sjjslist .box .time .timer {
    display: flex;
    align-items: center;
}

.sjjslist .box .time .date {
    color: #999999;
    margin-left: 5px;
}

.sjjslist .box:hover .time .date {
    color: #B63434;
}

.sjjslist .box .time .img {
    width: 20px;
    height: 20px;
}

.sjjslist .box .time .img img {
    width: 100%;
    height: 100%;
}

.sjjslist .box:hover .time .img {
    background: url(../img/calendar-red.png) no-repeat center;
    background-size: cover;

}

.sjjslist .box:hover .time .img img {
    display: none;
}

/* 重要讲话 */
.speech {
    width: 100%;
    background: url(../img/speech-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 90px;
}

.speech .theme {
    padding: 50px 0 10px 0;
}

.theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 15px 0;
}

.theme .left a {
    display: flex;
    align-items: center;
}

.theme .left .title img {
    width: 180px;
    margin: 0 10px;
}

.theme .left .img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    position: relative;
}

.theme .left img {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.theme .right a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.theme .right a .show {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    margin-right: 40px;
}

.theme .left a .title {
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    margin-left: 15px;
}

.theme .right {
    position: relative;
}

.theme .right img {
    width: 11%;
}

.theme .right .lines .underline {
    width: 114px;
    height: 2px;
    background: #FF8400;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.theme .right .lines .shortline {
    width: 38px;
    height: 2px;
    background: rgba(182, 52, 52, 0.9294);
    position: absolute;
    bottom: -10px;
    right: 76px;
    transition: transform 0.5s ease;
}

.theme .right:hover .lines .shortline {
    transform: translateX(76px);
}

.speechlist {
    width: 100%;
}

.speechlist .btnimg {
    position: relative;
}

.speechlist .swiper-prevjh {
    position: absolute;
    right: 300px;
    top: -80px;
    z-index: 99;
}

.speechlist .swiper-prevjh:hover img,
.speechlist .swiper-nextjh:hover img {
    display: none;
}

.speechlist .swiper-prevjh:hover {
    width: 30px;
    height: 40px;
    background: url(../img/kcjs-arrow-left-red.png) no-repeat;
    background-size: cover;
}

.speechlist .swiper-nextjh:hover {
    width: 30px;
    height: 40px;
    background: url(../img/kcjs-arrow-right-red.png) no-repeat;
    background-size: cover;
}

.speechlist .swiper-nextjh {
    position: absolute;
    right: 100px;
    top: -80px;
    z-index: 99;
}

.speechlist .swiper-prevjh img,
.speechlist .swiper-nextjh img {
    width: 30px;
    height: 40px;
}

.speechlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.speechlist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.speechlist .swiper-slide .slide-box a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.speechlist .swiper-slide .timer {
    width: 60px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.speechlist .swiper-slide .timer::after {
    content: '';
    width: 50px;
    height: 0;
    transform: rotate(90deg);
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    position: absolute;
    right: -40px;
}

.speechlist .swiper-slide .timer .day {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.speechlist .swiper-slide .slide-box:hover .timer .day,
.speechlist .swiper-slide .slide-box:hover .timer .year {
    color: #F1B06A;
}

.speechlist .timer .year {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
}

.speechlist .swiper-paginationjh {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -25px;
    z-index: 99;
}



.speechlist .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0 !important;
    transition: opacity 1000ms ease;
}

.speechlist .swiper-slide-active {
    opacity: 1 !important;
}

.speechlist .slide-box {
    width: calc((100% - 190px) / 3);
    margin-bottom: 10px;
    margin-right: -20px;
}

.speechlist .slide-box:last-of-type {
    margin-bottom: 0;
}

.speechlist .slide-box .text {
    flex: 1;
    margin-left: 40px;
}

.speechlist .swiper-slide .title {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.speechlist .swiper-slide .slide-box:hover .title {
    font-weight: bold;
}

.speechlist .swiper-slide .disc {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    margin-top: 5px;
}

/* 页脚 */
.foot {
    height: 252px;
    background: url(../img/foot-bg.png) no-repeat center;
    background-size: cover;
}

.foot .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .left .logo img {
    width: 642px;
    height: 75px;
}

.foot .left .footinfo {
    display: flex;
    /* justify-content: space-between;
    width: auto; */
    margin-top: 40px;
}

.foot .left .footinfo .square {
    width: 43px;
    height: 43px;
    border: 1px solid #B63434;
    display: flex;
    border-radius: 5px;
}

.foot .left .footinfo .box .info {
    margin-left: 15px;
    font-size: 14px;
    color: rgba(61, 61, 61, 0.8);
    /* flex: 1; */
    margin-right: 24px;
}

.footinfo .box {
    display: flex;
    align-items: center;
}

.footinfo .square .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footinfo .square img {
    width: 38%;
}

.footinfo .box:nth-child(3) .square img {
    width: 54%;
}

.footinfo .box:nth-child(4) .square img {
    width: 54%;
}

.foot .right {
    display: flex;
    margin-top: 55px;
}

.foot .right .erweima .img {
    width: 109px;
    height: 109px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url(20201112161957_280972.jpg);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot .right .erweima .img img {
    width: 102px;
    height: 102px;
}

.foot .right .erweima .text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}

footer .banq {
    width: 100%;
    text-align: center;
    height: 70px;
    background: linear-gradient(270deg, #DF5414 0%, #B63434 100%);
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot .right .yq {
    margin-right: 45px;
}

.yq .box {
    width: 260px;
    height: 45px;
    background: #4878B4;
    z-index: 99;
}

.yq .box h3 {
    width: 100%;
    height: 45px;

    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F1F1F1;
}

.yq .box h3 .disc {
    line-height: 45px;
    font-size: 16px;
    /* color: #fff; */
    opacity: 0.8;
    color: rgba(153, 153, 153, 0.8);
}

.yq .box h3 img {
    width: 12.5px;
    height: 7px;
}

.yq .box h3::before {
    content: '';
    width: 15px;
    height: 9px;
    background: url(../img/arrow.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 22px;
}

.yq .box ul {
    display: none;
    height: auto;
    overflow-y: scroll;
    max-height: 172px;
}

.yq .box:hover ul {
    display: block;
    z-index: 99;
}

.yq .box ul li {
    width: 100%;
    height: auto;
    line-height: 20px;
    text-align: left;
    color: #000;
    background: #FFFFFF;
    padding: 20px 0 20px 20px;
    border-bottom: 0.5px dashed #D8D8D8;
    box-sizing: border-box;
}

.yq .box ul li:last-of-type {
    border-bottom: none;
}

.yq .box ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.yq .box ul a {
    color: #333333;
    font-size: 15px;
}

.yq .box ul li:hover a {
    color: #B63434;
    font-weight: bold;
}


/* list页面 */
.nydt {
    width: 100%;
    position: relative;
}

.nydt img {
    width: 100%;
    display: block;
}

.nydt .crumb {
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: 40px;
    display: flex;
    z-index: 9;
}

.nydt .crumb .crumb-con {
    width: 100%;
    height: 85px;
    padding: 15px 0;
    box-sizing: border-box;
}


.nydt .crumb .letter {
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.nydt .crumb .path a {
    font-size: 18px;
    color: #FFFFFF;
}

.nydt .crumb .path span {
    font-size: 14px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
}

.nydt .crumb .path span:last-of-type {
    display: none;
}

.nydt .zhezhao {
    width: 100%;
    height: 223px;
    background: linear-gradient(180deg, #A9060A 0%, rgba(169, 6, 10, 0) 100%);
    position: absolute;
    bottom: 0;
    opacity: 0.4;
    transform: rotateX(180deg);
}

.nydt .drivder {
    width: 225px;
    height: 0;
    border-top: 1px solid #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 9;
}

.current {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.current .columns {
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #A9060A;
    display: flex;
    align-items: center;
    position: relative;
}

.current .columns::before {
    content: '';
    width: 3px;
    height: 70px;
    transform: rotate(90deg);
    background: linear-gradient(0deg, #A40007 4%, #F1683C 50%, #A60208 100%);
    position: absolute;
    left: 33px;
    bottom: -33px;
}

.boxlist {
    margin-top: 40px;
}

.boxlist .box {
    display: flex;
    align-items: center;
    background: #FFFFFF;

    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    padding: 25px 40px 20px 40px;
    margin-bottom: 20px;
}

.boxlist .box a {
    display: flex;
    align-items: center;
}

.boxlist .box .time {
    width: 76px;
    height: 76px;
    text-align: center;
}

.boxlist .box .time .day {
    font-weight: 700;
    font-size: 30px;
    color: #B63434
}

.boxlist .box .time .year {
    font-weight: 700;
    font-size: 18px;
    color: #B63434
}

.boxlist .box .text {
    padding: 0 0 0 30px;
    width: calc(100% - 76px - 30px);
}

.boxlist .box .text .title {
    font-size: 18px;
    color: #3D3D3D;
    height: 24px;
}
.boxlist .box:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
}

.boxlist .box:hover .text .title {
    color: #B63434;
    font-weight: bold;
}

.boxlist .box .text .disc {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #999999;
    margin-top: 10px;
}

.boxlist .box:hover .text .disc {
    color: #666666;
}

.boxlist .news-container .detail-page .box {
    padding-left: 0;
}

/* 页码 */
.list-page {
    width: 100%;
    text-align: center;
    margin: 30px 0 30px 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #A9060A !important;
    background: #A9060A !important;
}

/* 图文列表页 */
.boxlist .picbox {
    margin-bottom: 20px;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
}

.boxlist .picbox a {
    display: flex;
    align-items: center;
}

.boxlist .picbox .img1 {
    width: 340px;
    height: 190px;
    overflow: hidden;
}

.boxlist .picbox .img1 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.boxlist .picbox:hover .img1 img {
    transform: scale(1.1);
}

.boxlist .picbox .text {
    flex: 1;
    padding: 0 30px;
}

.boxlist .picbox .text .time .img {
    width: 13px;
    height: 13px;
    position: relative;
}
.boxlist .picbox .text .time .img img{
    width: 100%;
    height: 100%;
    position: absolute;
}

.boxlist .picbox .text .title {
    font-size: 18px;
    color: #0B0B0B;
    height: 24px;
}

.boxlist .picbox:hover .text .title {
    color: #B63434;
    font-weight: bold;
}

.boxlist .picbox .text .disc {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
    height: 50px;
    margin-top: 15px;
}

.boxlist .picbox:hover .text .disc {
    color: #666666;
}

.boxlist .picbox .text .time {
    display: flex;
    margin-top: 25px;
    align-items: center;
}

.boxlist .picbox .text .time .date {
    font-size: 14px;
    line-height: 25px;
    color: #AFAFAF;
    margin-left: 5px;
}

.boxlist .picbox:hover .text .time .date {
    color: #B63434;
}

.footline {
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, #DF5414 0%, #B63434 100%);
}

.boxlist .picturelist {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.boxlist .picturebox {
    width: calc((100% - 40px) / 3);
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 20px;
}

.boxlist .picturebox:nth-child(3n+1) {
    margin-left: 0;
}

.boxlist .picturebox .img {
    width: 450px;
    height: 250px;
}

.boxlist .picturebox .img {
    overflow: hidden;
}

.boxlist .picturebox .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.boxlist .picturebox:hover .img img {
    transform: scale(1.1);
}

.boxlist .picturebox .text {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.boxlist .picturebox .text .title {
    font-size: 18px;
    color: #FFFFFF;
    height: 24px;
    position: relative;
    z-index: 99;
}


.boxlist .picturebox .yinying {
    position: absolute;
    bottom: 0;
    width: 450px;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    box-sizing: border-box;
}

/* detail页面 */
.boxlist .news-container {
    padding: 65px 140px 40px 140px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.detail {
    width: 100%;
    /* padding: 50px 160px; */
    position: relative;
    box-sizing: border-box;
}

.detail .title {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #272727;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .timer {
    display: flex;
    justify-content: space-between;
}

.detail .timer .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.detail .timer .info div {
    line-height: 34px;
    color: #9E9E9E;
    margin-right: 20px;
}

.detail .content {
    border-top: 1px solid #D8D8D8;
    margin: 20px 0 0 0;
    padding: 20px 0 20px 0;
}

.detail .content .text {
    font-size: 18px;
    line-height: 40px;
    color: #323232;
}

.detail .content .text div p {
    margin: 10px 0;
   /* text-indent: 2em !important; */
    font-size: 20px !important;
    line-height: 40px !important;
    color: #323232;
}

/* 上一篇下一篇 */
.detail-page {
    background: #FFFFFF;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.detail-page .box {
    width: 100%;
    background: #FFFFFF;
    height: 50px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.detail-page .box:nth-child(2) {
    margin-top: 20px;
}

.detail-page .box a {
    height: 45px;
    text-decoration: none;
    font-size: 16px;
    line-height: 45px;
    color: #9E9E9E;
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.detail-page .box:hover {
    background: linear-gradient(180deg, #FFF0F1 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #A9060A;
}

.detail-page .box:hover a {
    font-size: 16px;
    line-height: 40px;
    color: #B63434;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail .timer .right {
    display: flex;
    align-items: center;
    width: 22%;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

/* 搜索结果页 */
#newskeycode244889 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 3px;
    border: 1px solid #D3D3D3;
    outline-color: #3d5adb;
    margin-bottom: 30px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    text-align: left;
}

.textlist .box {
    width: 100%;
    height: 136px;
    border-radius: 5px 10px 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 30px;
}
.textlist .box:hover .title{
    color: #dd4b39;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E5EC1;
    margin-right: 30px;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .d {
    font-size: 24px;
    font-weight: bold;
}

.textlist .box .y {
    font-size: 16px;
    margin-top: 5px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.textlist .box .title span {
    font-size: 18px;
    color: #dd4b39;
}

.textlist .box .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
    margin-top: 7px;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 7px;
}

.textlist .box:hover .dete2 {
    color: rgba(255, 255, 255, 0.7);
}

.content3 .content-bg {
    width: 100%;
}

.nav .nav_li6 .sub {
    width: 155px;
}

.nav .nav_li7 .sub {
    width: 155px;
}

.nav .nav_li8 .sub {
    width: 155px;
}

.column-crumb1 .container {
    display: flex;
    justify-content: flex-end;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid rgba(94, 60, 15, 0.3);
}

.pb_sys_common .p_fun_d {
    margin-left: 15px;
}
.listFrame:last-of-type{
    margin-bottom: 40px;
}
@media screen and (max-width: 1366px){
    .navigation ul .nli{
        padding: 16px 10px;
        display: inline-block;
    }
    .navigation ul .nli h3{
        display: inline;
    }
    .container{
        width: 95%;
    }
}