﻿.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.head {
    width: 100%;
    height: 170px;
    background: #fff;
}


.head h1 {
    width: calc(100% - 360px);
    display: flex;
    align-items: center;
    /* margin-top: -20px; */
}

.head h1 img {
    /* width: 100%; */
    height: 100px;
}

.search {
    width: 180px;
    height: 32px;
    border-radius: 90px;
    position: relative;
    margin-bottom: 30px;
    display: none;
}

.search .search-in {
    width: 100%;
    height: 32px;
    outline: unset;
    border-radius: 90px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 0.5px solid #B60000;
    background: rgba(255, 255, 255, 0.19);
}

.search .search-in::placeholder {
    color: #999;
}

.search .search-btn {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: url(ss.png) center no-repeat;
    position: absolute;
    right: 8px;
    border: none;
    top: 0;
}

.search_text .text {
    margin-bottom: 12px;
    text-align: right;
}

.search_text .text a {
    color: #999;
}

.search_text .text span {
    color: #999;
    margin: 0 2px;
}

.navgation {
    width: 100%;
    height: 60px;
    background: #FF0000;
    background: linear-gradient(182deg, #FF0000 56%, #D00000 78%);
    position: relative;
    z-index: 99;
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul .nli {
    position: relative;
    text-align: center;
}


.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.navgation ul li h3 {
    height: 60px;
    line-height: 60px;
}

.navgation ul li h3 a {
    font-size: 20px;
    color: #fff;
}

.navgation ul li .sub {
    width: 145px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    /* border-top: 3px solid #CFBC80; */
    /* padding: 10px 0; */
    border-radius: 10px;
    overflow: hidden;
}

.navgation ul li .sub li {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 5px;
    border-bottom: 0.5px solid #D8D8D8;
}

.navgation ul li .sub li a {
    color: #2E2E2E;
    font-size: 16px;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}


.navgation ul li .sub li:hover {
    background: #ECF4FF;
}

.navgation ul li .sub li:hover a {
    font-weight: bold;
    color: #D61A1A;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 87px;
    height: 80px;
    background: rgba(255, 255, 255, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.banlist .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #fff;
}


.footer {
    width: 100%;
    height: 116px;
    background: url(../images/footerBg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}


.footer p {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 30px;
}

.footer p a {
    color: rgba(255, 255, 255, 0.8);
}

.nmain-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}




.cgjj,
.cgsp {
    width: calc((100% - 40px) / 2);
    background: url(../images/bg.png) center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
}

.column {
    width: 100%;
    height: 82px;
    background: #D30000;
    background: url(../images/columnBg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column .title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.column .title .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    background: linear-gradient(180deg, #FFAC07 0%, #FFDE07 100%);
    box-sizing: border-box;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .title .icon img {
    height: 24px;
}

.column .more {
    color: #fff;
}

.zgjj_text,
.cgsp_text {
    width: 100%;
    height: 430px;
    box-sizing: border-box;
    padding: 30px 40px;
    position: relative;
}

.cgsp_text .img img {
    width: 100%;
    object-fit: cover;
    height: 367px;
}

.cgsp_text video {
    width: 100%;
}

.zgjj_text .desc {
    font-size: 17px;
    line-height: 36px;
    height: 324px;
    text-align: justify;
    color: #333;
    margin-bottom: 20px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zgjj_text .more {
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #D61A1A;
}

.zgjj_text .more a {
    color: #fff;
}

.cgspSlide {
    width: 100%;
    position: relative;
}

.cgspSlide .swiper-slide a {
    width: 100%;
}

.cgspSlide .swiper-slide img {
    width: 100%;
    height: 367px;
    object-fit: cover;
}

.cgspSlide .swiper-slide .title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.54);
    box-sizing: border-box;
    padding: 0 100px 0 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.cgspSlide .swiper-pagination {
    right: 15px;
    bottom: 19px;
    z-index: 9;
}

.cgspSlide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.5);
}

.cgspSlide .swiper-pagination-bullet-active {
    background: #fff;
}

.nydt img {
    width: 100%;
}

.subNav {
    width: 300px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.subNav .name {
    width: 100%;
    height: 105px;
    line-height: 105px;
    background: #CE0000;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 20px;
}

.subNav ul {
    box-sizing: border-box;
    padding: 0 30px 60px 30px;
}

.subNav ul li {
    width: 100%;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.subNav ul li::before {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../images/jt-icon.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subNav ul li::after {
    content: '';
    width: 0;
    height: 33px;
    display: inline-block;
    border-left: 4px solid #CE0000;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.subNav ul li a {
    color: #333;
    font-size: 17px;
}

.subNav ul li:hover a,
.subNav ul li.on a {
    color: #CE0000;
    font-weight: bold;
}

.subNav ul li:hover::before,
.subNav ul li.on::before {
    background: url(../images/jt-icon2.png) center no-repeat;
}

.subNav ul li:hover::after,
.subNav ul li.on::after {
    opacity: 1;
}

.crumbs-list {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 17px;
    color: #757575;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    margin: 40px 0 30px 0;
}

.crumbs-list a {
    color: #757575;
}

.crumbs-list span:last-of-type {
    display: none;
}

.crumbs-list a:last-of-type {
    color: #CE0000;
}

.ncontent {
    width: calc(100% - 350px);
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 35px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 60px;
}

.textlist ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.textlist ul li .title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.textlist ul li .date {
    color: #BEBEBE;
}

.textlist ul li .date img {
    position: relative;
    top: -1px;
}

.textlist ul li:hover {
    box-sizing: border-box;
    border: 1px solid #CE0000;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.textlist ul li:hover .title {
    color: #CE0000;
    font-weight: bold;
}

.detail .title {
    font-size: 30px;
    color: #252525;
    font-weight: bold;
    text-align: center;
}

.detail .timer {
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #dedede;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .timer>div {
    margin: 0 10px;
    color: #292929;
    opacity: .7;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #D61510 !important;
    color: #fff;
    background-color: #D61510 !important;
}

.detail .timer .right {
    position: relative;
}

.detail .timer .left span {
    color: #292929;
    opacity: .5;
    margin-right: 30px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 15px 0;
}

.detail .dtl iframe {
    width: 100% !important;
    min-height: 1200px !important;
}

.detail .dtl p {
    color: #252525;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

.detail-page p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-top: 1px solid rgba(226, 134, 36, .5);
}

.detail-page a {
    color: #252525;
    font-size: 16px;
}

.detail-page a:hover {
    color: #b70301;
    font-weight: bold;
}

.pictureList ul {
    display: flex;
    flex-wrap: wrap;
}

.pictureList ul li {
    width: calc((100% - 61px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}

.pictureList ul li:nth-of-type(3n) {
    margin-right: 0;
}

.pictureList ul li .img {
    overflow: hidden;
}

.pictureList ul li .img img {
    width: 100%;
}

.pictureList ul li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 11;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}



.searchText {
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.topText .box {
    display: flex;
    color: #AA0000;
}

.topText .box1 {
    margin-bottom: 10px;
}

.topText .box .l {
    font-weight: bold;
    width: 70px;
    text-align: justify;
}

.topText .box .r {
    flex: 1;
}

.topText .box a {
    color: #AA0000;
    width: 42px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    margin-bottom: 2px;
}

.topText .box span {
    display: inline-block;
    margin: 0 3px;
}

.topText .box .s5,
.topText .box .s10,
.topText .box .s15 {
    display: none;
}

.back_page {
    width: 108px;
    height: 108px;
    background: #F1F8FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.back_page p {
    color: #717171;
    font-size: 16px;
    margin-top: 10px;
}

.mian .container {
    display: flex;
    align-items: flex-start;
    /* padding: 60px 0; */
    padding: 40px 0;
    justify-content: space-between;
}