.head {
    width: 100%;
    box-sizing: border-box;
    padding: 0.25rem 1rem;
    background: #8A1A1F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1 img {
    height: 0.8rem;
}

.search {
    width: 3.62rem;
    height: 0.44rem;
    border-radius: 40px;
    background: #FFFFFF;
    position: relative;
}

.search-in {
    width: calc(100% - 1.2rem);
    height: 0.44rem;
    line-height: 0.44rem;
    box-sizing: border-box;
    border-radius: 40px;
    border: none;
    outline: unset;
    padding-left: 0.7rem;
    color: #9E9E9E;
    font-size: 0.16rem;
    position: relative;
}

.search-in::placeholder {
    color: #9E9E9E;
}

.search::before {
    content: '';
    width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    background: url(../images/ss.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0.17rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.search::after {
    content: '';
    width: 0;
    height: 0.2rem;
    display: inline-block;
    border-left: 0.02rem solid #D8D8D8;
    position: absolute;
    top: 50%;
    left: 0.56rem;
    transform: translateY(-50%);
}

.search-btn {
    width: 1.12rem;
    height: 0.44rem;
    border-radius: 40px;
    background: #CD0F18;
    position: absolute;
    right: 0;
    font-size: 0.2rem;
    color: #fff;
    border: none;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    position: absolute;
    left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/ban-prev.png) center no-repeat;
    background-size: 100% 100%;
    z-index: 11;
    cursor: pointer;
}

.banlist .swiper-next {
    left: auto;
    right: 0.4rem;
    background: url(../images/ban-next.png) center no-repeat;
    background-size: 100% 100%;
}

.banlist .swiper-prev:hover {
    background: url(../images/ban-prev2.png) center no-repeat;
    background-size: 100% 100%;
}

.banlist .swiper-next:hover {
    background: url(../images/ban-next2.png) center no-repeat;
    background-size: 100% 100%;
}

.banlist .swiper-pagination {
    bottom: 0.5rem;
    width: 100%;
    text-align: center;
    z-index: 11;
}

.banlist .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    opacity: 0.5;
    margin: 0 0.06rem;
    background: #fff;
}

.banlist .swiper-pagination-bullet-active {
    opacity: 1;
}

.navigation {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    background: #A1080F;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
    position: relative;
    z-index: 111;
}

.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .nli {
    flex: 1;
    position: relative;
}

.nav .nli h3 {
    text-align: center;
    line-height: 0.6rem;
}

.nav .nli h3 a {
    color: #fff;
    font-weight: bold;
    font-size: 0.2rem;
}

.nav .nli:hover,
.nav .nli.on {
    background: #740000;
}

.nav .nli:hover h3 a,
.nav .nli.on h3 a {
    color: #fff;
}

.nav .nli .sub {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.2rem 0.1rem;
    display: none;
    border-top: 0.02rem solid #8A1A1F;
}

.nav .nli:hover .sub {
    display: block;
}

.nav .nli .sub li {
    text-align: center;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}

.nav .nli .sub li:last-of-type {
    margin: 0;
}

.nav .nli .sub li a {
    color: #333;
}

.nav .nli .sub li:hover a {
    color: #8A1A1F;
    font-weight: bold;
}


.footer {
    width: 100%;
    background: #A1080F;
}

.foot .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0 0.45rem 0;
}

.codelist {
    display: flex;
}

.codelist .box {
    margin-left: 0.35rem;
}

.codelist .box:first-of-type {
    margin: 0;
}

.codelist .box img {
    width: 0.75rem;
}

.codelist .box p {
    font-size: 0.14rem;
    color: #fff;
    margin-top: 0.1rem;
    text-align: center;
}

.banq {
    padding: 0.22rem 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}

.banq p {
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
}

.banq p br {
    display: none;
}

.foot .name {
    width: 100%;
    min-width: 4rem;
    font-size: 0.18rem;
    color: #fff;
    position: relative;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.foot .left .name::before {
    content: '';
    width: 0.06rem;
    height: 0.13rem;
    display: inline-block;
    background: url(../images/js-icon.svg) center no-repeat;
    position: absolute;
    right: 0;
    top: 0.05rem;
    background-size: cover;
}

.foot .left .dd {
    font-size: 0.14rem;
    color: #fff;
}

.foot .left .dd p {
    margin-bottom: 0.15rem;
}

.foot .left .dd p:last-of-type {
    margin: 0;
}

/* -------------------- */

.main {
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
    background: url(../images/mainBg.jpg) center top no-repeat;
    background-size: cover;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.column .title {
    line-height: 0.5rem;
    height: 0.5rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: bold;
    color: #8A1A1F;
    box-sizing: border-box;
    border-top: 0.03rem solid #8A1A1F;
}

.column .more {
    width: 0.66rem;
    height: 0.28rem;
    line-height: 0.28rem;
    border-radius: 50px;
    color: #8A1A1F;
    font-size: 0.14rem;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #8A1A1F;
}

.column .more:hover {
    background: #8A1A1F;
    color: #fff;
}

.kstdSlide .swiper-slide a {
    width: 100%;
    display: block;
}

.kstdSlide .swiper-slide .img{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(161, 8, 15, 0.45);
}

.kstdSlide .swiper-slide img {
    max-width: 100%;
    width: 100%;
    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;
}

.kstdSlide .swiper-slide:hover 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);
}


.content1 {
    width: 100%;
    padding-bottom: 0.8rem;
}

.content1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 6.8rem;
    position: relative;
}

.newSlide .swiper-slide{
    opacity: 0 !important;
}

.newSlide .swiper-slide-active{
    opacity: 1 !important;
}

.newSlide .swiper-slide .img {
    width: 100%;
    overflow: hidden;
}

.newSlide .swiper-slide .bgImg {
    width: 100%;
    padding-bottom: 69.1%;
    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;
}

.newSlide .swiper-slide .text {
    width: 100%;
    height: 1.3rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.25rem 0.3rem;
    background: url(../images/mark.png) center bottom no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
}

.newSlide .swiper-slide .title {
    color: #fff;
    font-size: 0.18rem;
        line-height: 0.28rem;
    height: 0.28rem;
    box-sizing: border-box;
    padding-right: 1rem;
}

.newSlide .swiper-slide:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .swiper-pagination {
    right: 0.3rem;
    bottom: 0.35rem;
}

.newSlide .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    opacity: 1;
    margin-left: 0.1rem;
}

.newSlide .swiper-pagination-bullet-active {
    background: #A1080F;
}

.newSlide .swiper-next,
.newSlide .swiper-prev {
    width: 0.5rem;
    height: 0.54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}

.newSlide .swiper-next {
    left: auto;
    right: 0;
}

.newSlide .swiper-next:hover,
 .newSlide .swiper-prev:hover{
    background: rgba(161, 8, 15, 0.3);
}

.newlist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 0.35rem;
}

.newlist .column {
    margin-bottom: 0.2rem;
}

.newlist ul li {
    width: 100%;
    padding: 0.187rem  0;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.newlist ul li:first-of-type{
    padding-top: 0;
}

.newlist ul li:last-of-type {
    padding-bottom: 0;
    border: none;
}

.newlist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newlist ul li .title {
    flex: 1;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.25rem;
    height: 0.25rem;
}

.newlist ul li .date {
    color: #333;
    opacity: 0.5;
    font-size: 0.14rem;
    width: 1rem;
    text-align: right;
}

.newlist ul li:hover .title {
    color: #8A1A1F;
    font-weight: bold;
}

.llxx {
    width: 100%;
    padding-bottom: 0.4rem;
}

.llxxlist ul {
    display: flex;
    flex-wrap: wrap;
}

.llxxlist ul li {
    width: calc((100% - 0.81rem) / 3);
    box-sizing: border-box;
    border: 1px solid #B8B8B8;
    margin-bottom: 0.4rem;
    padding: 0.2rem;
    margin-right: 0.4rem;
}

.llxxlist ul li:nth-child(3n) {
    margin-right: 0;
}

.llxxlist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.llxxlist ul li .date {
    width: 0.92rem;
    height: 0.84rem;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.llxxlist ul li .d {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    color: #8A1A1F;
}

.llxxlist ul li .y {
    background: #8A1A1F;
    text-align: center;
    line-height: 0.34rem;
    color: #fff;
    font-size: 0.14rem;
}

.llxxlist ul li .title {
    font-size: 0.18rem;
    color: #333;
    flex: 1;
    margin-left: 0.22rem;
    line-height: 0.35rem;
    height: 0.7rem;
}

.llxxlist ul li:hover {
    box-sizing: border-box;
    border: 1px solid #8A1A1F;
}

.llxxlist ul li:hover .title {
    color: #8A1A1F;
    font-weight: bold;
}


.jcdj {
    width: 100%;
    padding-bottom: 0.8rem;
}

.jcdjlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jcdjlist ul li {
    width: calc((100% - 0.73rem) / 3);
    box-sizing: border-box;
    background: #fff;
    padding: 0.3rem;
    padding-bottom: 0.2rem;
    border: 1px solid #E4E4E4;
}

.jcdjlist ul li .img {
    width: 100%;
    overflow: hidden;
}

.jcdjlist ul li .bgImg {
    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;

}

.jcdjlist ul li .text {
    width: 100%;
    box-sizing: border-box;
    padding-top: 0.15rem;
}

.jcdjlist ul li .date {
    color: #999;
    font-size: 0.14rem;
}

.jcdjlist ul li .title {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.05rem;
}

.jcdjlist ul li:hover {
    box-sizing: border-box;
    border: 1px solid #8A1A1F;
}

.jcdjlist ul li:hover .title {
    font-weight: bold;
    color: #8A1A1F;
}

.jcdjlist ul li:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.advSlide {
    width: 100%;
    position: relative;
    margin-bottom: 0.8rem;
}

.advSlide .swiper-slide img {
    width: 100%;
    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;
}

.advSlide .swiper-slide img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gzzd_tzgg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.gzzd,
.tzgg {
    width: calc((100% - 0.6rem) / 2);
}

.gzzd ul li {
    width: 100%;
    margin-bottom: 0.38rem;
}

.gzzd ul li:last-of-type {
    margin: 0;
}

.gzzd ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gzzd ul li .title {
    font-size: 0.18rem;
    color: #333;
    box-sizing: border-box;
    padding-left: 0.15rem;
    position: relative;
    flex: 1;
    line-height: 0.28rem;
    height: 0.28rem;
}

.gzzd ul li .title::before {
    content: '';
    width: 0.03rem;
    height: 0.2rem;
    border-radius: 5px;
    background: #A1080F;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gzzd ul li .date {
    color: #999;
    font-size: 0.14rem;
    width: 1rem;
    text-align: right;
}

.gzzd ul li:hover .title {
    color: #8A1A1F;
    font-weight: bold;
}

.tzgg ul li {
    width: 100%;
    margin-bottom: 0.25rem;
}

.tzgg ul li:last-of-type {
    margin: 0;
}

.tzgg ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.tzgg ul li .date {
    width: 0.7rem;
    height: 0.68rem;
    border: 1px solid #8A1A1F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tzgg ul li .date .d {
    font-size: 0.22rem;
    color: #8A1A1F;
    width: 100%;
    line-height: 0.38rem;
    text-align: center;
}

.tzgg ul li .date .y {
    background: #8A1A1F;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 0.14rem;
}

.tzgg ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.tzgg ul li .title {
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0.1rem;
}

.tzgg ul li .desc {
    font-size: 0.14rem;
    color: #999;
    line-height: 0.21rem;
    height: 0.21rem;
}

.tzgg ul li:hover .title {
    color: #8A1A1F;
    font-weight: bold;
}

.tzgg ul li:hover .desc {
    color: #666;
}

.dwwd_wsdx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.8rem;
}

.dwwd,
.wsdx {
    width: calc((100% - 0.6rem) / 2);
}

.wsdx ul li {
    width: 100%;
    margin-bottom: 0.5rem;
}

.wsdx ul li:last-of-type {
    margin: 0;
}

.wsdx ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.wsdx ul li .img {
    width: 2rem;
    overflow: hidden;
}

.wsdx ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.wsdx ul li .title {
    color: #3E3E3E;
    font-size: 0.16rem;
    line-height: 0.25rem;
    height: 0.25rem;
    margin-bottom: 0.15rem;
}

.wsdx ul li .desc {
    color: #3E3E3E;
    line-height: 0.25rem;
    height: 0.75rem;
    font-size: 0.14rem;
    opacity: 0.5;
}

.wsdx ul li .bgImg {
    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;
}

.wsdx ul li:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.wsdx ul li:hover .title {
    color: #8A1A1F;
    font-weight: bold;
}

.wsdx ul li:hover .desc {
    color: #666;
    opacity: 1;
}

.dwwdlist {
    width: 100%;
    background: linear-gradient(180deg, #fff4f4 0%, #ffe6e6 100%);
    box-sizing: border-box;
    padding: 1.1rem 0.3rem 0.3rem 0.3rem;
    position: relative;
}

.dwwdlist::before {
    content: '';
    width: 1.14rem;
    height: 0.85rem;
    display: inline-block;
    background: url(../images/dwwd-icon2.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.27rem;
    left: 35%;
    z-index: 11;
}

.dwwdlist ul li:first-of-type {
    margin-bottom: 0.3rem;
}

.dwwdlist ul li a {
    width: 100%;
    display: block;
}

.dwwdlist ul li .title {
    width: 100%;
    height: 0.65rem;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 0 0.15rem 0 0.7rem;
    position: relative;
    margin-bottom: 0.12rem;
    display: flex;
    align-items: center;
}

.dwwdlist ul li .title p{
 font-size: 0.18rem;
    font-weight: bold;
    color: #212121;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.dwwdlist ul li .title::before {
    content: '';
    width: 0.5rem;
    height: 0.36rem;
    background: url(../images/icon-q.svg) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
}

.dwwdlist ul li .text {
    width: 100%;
    height: 1.44rem;
    background: url(../images/bg-a.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0.35rem 0.3rem 0.2rem 0.76rem;
}

.dwwdlist ul li .text::before {
    content: '';
    width: 0.5rem;
    height: 0.36rem;
    background: url(../images/icon-a.svg) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0.15rem;
    top: 0.2rem;
}

.dwwdlist ul li .desc {
    color: #5A5A5A;
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.9rem;
}

.dwwdlist .hd {
    width: 100%;
    background: url(../images/dwwd-icon.png) center top no-repeat;
    background-size: 100% 100%;
    height: 0.79rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.dwwdlist ul li:hover .title p{
    color: #8A1A1F;
    font-weight: bold;
}


.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    height: 2.3rem;
    position: absolute;
    bottom: 0;
    z-index: 11;
    background: url(../images/nydt-mark.png) center bottom no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-bottom: 0.25rem;
}

.crumbs .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.crumbs .name {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
}

.crumbs .list {
    font-size: 0.14rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.crumbs .list span{
    margin: 0 0.03rem;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.subNav {
    width: 100%;
    background: #FEF2F2;
}

.subNav ul {
    display: flex;
    align-items: center;
}

.subNav ul li {
    line-height: 0.55rem;
    font-size: 0.18rem;
    margin-right: 0.2rem;
}

.subNav ul li a {
    color: #333;
}

.subNav ul li.on,
.subNav ul li:hover {
    border-bottom: 2px solid #8A1A1F;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #8A1A1F;
    font-weight: bold;
}

.nmain {
    width: 100%;
    padding: 0.4rem 0;
}

.textlist ul li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #B8B8B8;
    padding: 0.2rem;
    margin-bottom: 0.3rem;
}

.textlist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.textlist ul li .date {
    width: 0.92rem;
    background: #F6F6F6;
}

.textlist ul li .d {
    line-height: 0.5rem;
    text-align: center;
    color: #8A1A1F;
    font-size: 0.28rem;
    font-weight: bold;
}

.textlist ul li .y {
    width: 100%;
    line-height: 0.34rem;
    background: #8A1A1F;
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
}

.textlist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.textlist ul li .title {
    color: #333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.3rem;
    margin-bottom: 0.1rem;
}

.textlist ul li .desc {
    color: #3E3E3E;
    font-size: 0.14rem;
    line-height: 0.22rem;
    height: 0.22rem;
    opacity: 0.5;
}

.textlist ul li:hover {
    border: 1px solid #8A1A1F;
}

.textlist ul li:hover .title {
    color: #8A1A1F;
    font-weight: bold;
}

.textlist ul li:hover .desc {
    opacity: 0.8;
}

.piclist ul li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #B8B8B8;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
}

.piclist ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.piclist ul li .img {
    width: 2.16rem;
    position: relative;
    overflow: hidden;
}

.piclist ul li .bgImg {
    padding-bottom: 69.5%;
    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 ul li:hover .bgImg {
    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 ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 0.3rem;
}

.piclist ul li .title {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.3rem;
}

.piclist ul li .desc {
    color: #3E3E3E;
    opacity: 0.5;
    line-height: 0.25rem;
    height: 0.5rem;
    font-size: 0.14rem;
    margin: 0.1rem 0 0.3rem 0;
}

.piclist ul li .date {
    font-size: 0.14rem;
    color: #999;
}

.piclist ul li:hover {
    border: 1px solid #8A1A1F;
}

.piclist ul li:hover .title {
    color: #8A1A1F;
    font-weight: bold;
}

.piclist ul li:hover .desc {
    opacity: 0.8;
}

.picture ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 0.72rem) / 3);
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin-right: 0.36rem;
    margin-bottom: 0.32rem;
    padding: 0.3rem;
    padding-bottom: 0.2rem;
}

.picture ul li:nth-child(3n) {
    margin-right: 0;
}

.picture ul li .img {
    width: 100%;
    overflow: hidden;
}

.picture ul li .bgImg {
    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 ul li .text {
    width: 1005;
    padding-top: 0.15rem;
}

.picture ul li .date {
    color: #999;
    font-size: 0.14rem;
}

.picture ul li .title {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.05rem;
}

.picture ul li:hover .bgImg {
    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 ul li:hover .title {
    color: #8A1A1F;
    font-weight: bold;
}

.picture ul li:hover {
    border: 1px solid #8A1A1F;
}

.detail {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 0.6rem 1.42rem 0.7rem 1.42rem;
}


.detail .timer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    padding: 0.2rem 0 0.1rem 0;
    position: relative;
    z-index: 11;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    font-size: 0.14rem;
}

.detail .timer .left div{
    margin-right: 0.05rem;
}

.detail .timer .left span {
    margin-right: 0.2rem;
}

.detail .title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #232323;
    font-size: 0.32rem;
}

.detail .dtl {
    width: 100%;
    padding: 0.3rem 0;
}


.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    font-size: 0.14rem;
}

.fontSize span {
    margin-right: 0.15rem;
    cursor: pointer;
}

.fontSize .on {
    color: #8A1A1F;
    font-weight: bold;
}


.detail .dtl p,
.detail .dtl p span {
    font-size: 0.18rem !important;
    line-height: 2em !important;
    color: #0a0a0a;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 0.24rem !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 0.36rem !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9E9E9E;
    font-size: 0.16rem;
}

.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("../images/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("../images/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("../images/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-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    padding: 0 0.15rem;
    position: relative;
    background: #F6F6F6;
}

.detail-page .box:first-of-type {
    margin-bottom: 0.27rem;
}



.detail-page .box p {
    color: #9E9E9E;
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.16rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover {
    background: #8A1A1F;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.detail-page .box:hover p {
    color: #fff;
    font-weight: bold;
}

.timer .right {
    display: flex;
    align-items: center;
}

.danye .dtl {
    padding: 0;
    border: none;
}


/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #8A1A1F;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 35px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #8A1A1F
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.searchList {
    width: 100%;
}

.searchList ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 10px;
}

.searchList ul li .title {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    text-align: left;
}

.searchList ul li .desc {
    color: #666;
    line-height: 25px;
    max-height: 50px;
    margin: 10px 0;
}

.searchList ul li .date {
    color: #666;
}

.searchList ul li{
     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%) ;
}

.searchForm {
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    border-radius: 10px;
    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%);
}

.searchForm .sch_in {
    width: 100%;
    box-sizing: border-box;
    padding: 0.1rem 0.15rem;
    outline: unset;
    font-size: 0.16rem;
    border: none;
}


.searchForm .sch-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.75rem;
    height: 100%;
    background: #8A1A1F;
    color: #fff;
    font-size: 0.16rem;
    border: none;
    border-radius: 10px;
}

.listFrame a{
    color: #8A1A1F;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #8A1A1F !important;
    background-color: #8A1A1F !important;
}