.font18 {
    font-size: 18px;
}


.nydt img {
    width: 100%;
}


.nmain {
    width: 100%;
    background: url(../images/nmain-bg.jpg) center top no-repeat;
    background-size: cover;
}

.nmain .layui-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 300px;
    background: #fff;
    border-radius: 15px 15px 0px 0px;
    margin-top: -105px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 40px;

    position: sticky;
    top: 20px;
}

.subNav .name {
	width: 100%;
	height: 105px;
	line-height: 105px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	/* background: #B31D22; */
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
	padding-left: 30px;
	backdrop-filter: blur(20px);
	background-color: rgba(26,97,183,0.8);

}

.subNav ul li {
    width: 100%;
    position: relative;
}



.subNav ul li .iconfont {
    color: #B5B5B5;
    font-size: 12px;
}

.subNav ul li h3 {
    width: 100%;
    box-sizing: border-box;
    padding: 23px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 11;
    font-size: 18px;
}

.subNav ul li h3 a {
    display: inline-block;
}

.subNav ul li h3 .xian {
    width: calc(100% - 60px);
    height: 0;
    border-bottom: 1px solid #EDEDED;
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 0;
}

.subNav ul li .bg {
    width: calc(100% + 17.5px);
    height: 70px;
    background: url(../images/subnav-li-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.subNav ul li .bg::before {
    content: '';
    width: 18px;
    height: 15px;
    display: inline-block;
    background: url(../images/subnav-icon.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 100%;
}


.subNav ul li:hover h3 a {
	color: #134f8d;
	font-weight: bold;
}

.subNav ul li:hover h3 .iconfont {
	color: #134f8d;
	font-weight: bold;
}

.subNav ul li.on .bg {
    display: block;
}

.subNav ul li.on h3 a {
    color: #fff;
}

.subNav ul li.on h3 .iconfont {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.subNav ul li.on h3::before {
    display: none;
}

.subNav ul .sub {
    /* background: #FFF3F3; */
    box-sizing: border-box;
    padding: 0 30px 0 43px;
}

.subNav ul .sub li {
    line-height: 20px;
    padding: 15px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subNav ul .sub li a {
    color: #272727;
}

.subNav ul .sub li:last-of-type {
    border: none;
}

.subNav ul .sub li.on a,
.subNav ul .sub li:hover a {
	color: #134f8d;
	font-weight: bold;
}

.subNav ul .sub li:hover .iconfont {
    color: #134f8d;
}

.ncontent {
    width: calc(100% - 300px - 48px);
    padding-bottom: 60px;
}

.crumbs {
    width: 100%;
}

.crumbs .list {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #272727;
}

.crumbs .list a {
    color: #272727;
}

.crumbs .list span {
    display: block;
    margin: 0 2px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.nmainBg {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
}

.textlist_ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 15px;
    border: 1px solid #EEEEEE;
    margin-bottom: 30px;
    position: relative;
}

.textlist_ul li::before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	transition: all 0.5s ease-in-out;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #134f8d;
}

.textlist_ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.textlist_ul li .date {
	width: 108px;
	height: 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../images/date-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #134f8d;
}

.textlist_ul li .d {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.textlist_ul li .y {
    font-style: italic;
}

.textlist_ul li .text {
    box-sizing: border-box;
    padding-left: 13px;
    flex: 1;
}

.textlist_ul li .title {
    color: #333;
    margin-bottom: 5px;
    line-height: 25px;
    height: 25px;
}

.textlist_ul li .desc {
    color: #9E9E9E;
    line-height: 20px;
    height: 20px;
}

.textlist_ul li:hover {
    background: linear-gradient(180deg, #dff0ff 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.textlist_ul li:hover .date {
    background: url(../images/date-bg2.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.textlist_ul li:hover .title {
	color: #134f8d;
	font-weight: bold;
}

.textlist_ul li:hover::before {
    width: 100%;
}


.piclist_ul li {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-bottom: 30px;
    position: relative;
}

.piclist_ul li::before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	transition: all 0.5s ease-in-out;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #134f8d;
}

.piclist_ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.piclist_ul li .img {
    width: 300px;
    overflow: hidden;
}

.piclist_ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    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 .text {
    flex: 1;
    box-sizing: border-box;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.piclist_ul li .title {
    color: #353535;
}

.piclist_ul li .desc {
    color: #A4A4A4;
    line-height: 25px;
    height: 50px;
    margin: 10px 0 15px 0;
}

.piclist_ul li .date {
    color: #B9B9B9;
}

.piclist_ul li .date span {
	font-size: 12px;
	color: #0066FF;
}

.piclist_ul li:hover::before {
    width: 100%;
}

.piclist_ul li:hover {
    background: linear-gradient(180deg, #dff0ff 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.piclist_ul li:hover .title {
	color: #134f8d;
	font-weight: bold;
}

.piclist_ul 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);
}

.picture_ul ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture_ul li {
    width: calc((100% - 61px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}

.picture_ul li:nth-of-type(3n) {
    margin-right: 0;
}

.picture_ul li .img {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.picture_ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    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_ul li .title {
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    background: #EDEDED;
}

.picture_ul li:hover .title {
	color: #fff;
	background-color: #134f8d;
}

.picture_ul 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);
}

/* ------------- */
.detail {
    width: 100%;
}

.detail-title {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 35px;
	background-color: #F3F9FE;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #134f8d;
}

.detail .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
    color: #292929;
    margin-bottom: 25px;
}

.detail .timer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9E9E9E;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
}

.danye .dtl {
    padding: 0;
    border: none;
}

.detail .dtl p {
    margin: 10px 0;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #292929;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 26px !important;
    line-height: 60px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 40px !important;
    line-height: 70px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 22px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.detail-page .box:last-of-type {
    margin-bottom: 10px;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}


.detail-page .box:hover a {
	color: #134f8d;
	font-weight: bold;
}

.detail-page .box::before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #134f8d;
}

.detail-page .box:hover::before {
    width: 100%;
}

.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 .timer .right {
    display: flex;
    align-items: center;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
	color: #0066FF;
	font-weight: bold;
}

.danye .dtl {
    padding: 0;
}

.tealist_ul ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tealist_ul li {
    width: calc((100% - 32px) / 2);
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    position: relative;
    margin-bottom: 30px;
}

.tealist_ul li::before {
    content: '';
    width: 100%;
    height: calc(100% - 40px);
    display: inline-block;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.tealist_ul li::after {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #134f8d;
}

.tealist_ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 11;
}

.tealist_ul li .left {
    width: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tealist_ul li .left .img {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.13);
}

.tealist_ul li .left 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;
}

.tealist_ul li .right {
    width: calc(100% - 132px);
    box-sizing: border-box;
    padding-left: 30px;
}

.tealist_ul li .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 20px 0 10px 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: auto;
    display: inline-block;
    padding: 0 15px;
}

.tealist_ul li .name2 {
    color: #8D8D8D;
    text-align: center;
}

.tealist_ul li .desc {
    line-height: 30px;
    height: 120px;
    color: #8D8D8D;
    margin-bottom: 30px;
}

.tealist_ul li .more {
	width: 114px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #fff;
	color: #134f8d;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.tealist_ul li:hover .name {
	color: #fff;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	background-color: #134f8d;
}

.tealist_ul li:hover::after {
    width: 100%;
}

.tealist_ul 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);
}


/* 搜索结果 */
.listFrame {
    width: 100%;
    position: relative;
    background: #fff;
    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%);
    margin-bottom: 40px;
}

.listFrame .input {
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	line-height: 45px;
	outline: none;
	border-radius: 5px;
	border: 1px solid #134f8d;
	background: #fff;
	padding: 0 15px;
	font-size: 18px;
}

.listFrame .btn {
	position: absolute;
	right: 0;
	width: 70px;
	height: 45px;
	border: none;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	background-color: #134f8d;
}

.searchlist ul li {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
}

.searchlist ul li .title {
    color: #333;
}

.searchlist ul li .desc {
    color: #999;
    margin: 10px 0;
    line-height: 25px;
    height: 50px;
}

.searchlist ul li .dete {
    color: #999;
}

.searchlist ul li:hover {
	background: #fff;
	border: 1px solid #134f8d;
	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%);
}

.searchText {
    font-size: 18px;
    color: #333;
    line-height: 35px;
}

.navImg {
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
    display: none;
}

.navImg.navImg0 {
    display: block;
}


@media screen and (max-width: 1430px) {
    .subNav {
        width: 240px;
        margin-top: -75px;
    }

    .ncontent {
        width: calc(100% - 240px - 40px);
    }

    .subNav .name {
        font-size: 26px;
        height: 75px;
        line-height: 75px;
    }

    .subNav ul li h3 {
        padding: 15px 20px;
    }

    .subNav ul li .bg {
        height: 54px;
    }

    .subNav ul .sub li {
        line-height: 45px;
    }
}

@media screen and (max-width: 1240px) {
    .nydt {
        padding-top: 60px;
    }

    .font18 {
        font-size: 16px;
    }

    .nmainBg {
        padding: 10px;
    }

    .detail-title {
	padding: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #134f8d;
    }

    .detail .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .detail .timer .right {
        display: none;
    }

    .detail .timer .left {
        justify-content: center;
    }

    .detail .timer .left>div {
        margin: 0 5px;
    }

    .detail-page .box {
        height: auto;
        padding: 10px 15px;
    }

    .detail-page .box a {
        font-size: 15px;
        height: auto;
        line-height: 23px;
        -webkit-line-clamp: unset;
    }

    .textlist_ul li {
        padding: 15px 10px;
        margin-bottom: 20px;
    }

    .piclist_ul li {
        margin-bottom: 20px;
    }

    .piclist_ul li .img {
        width: 100%;
    }

    .piclist_ul li .img img {
        width: 100%;
        height: auto;
    }

    .piclist_ul li .text {
        padding: 15px;
    }

    .piclist_ul li .desc {
        line-height: 21px;
        height: 42px;
        margin: 10px 0;
    }

    .picture_ul ul {
        justify-content: space-between;
    }

    .picture_ul li {
        width: 48.5%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .tealist_ul li {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .subNav {
        display: none;
    }

    .ncontent {
        width: 100%;
        padding-bottom: 30px;
    }

    .detail .dtl p,
    .detail .dtl p span {
        font-size: 15px !important;
        line-height: 28px !important;
    }

    .textlist_ul li .date {
        width: 90px;
        height: 60px;
    }

    .textlist_ul li .text {
        padding-left: 5px;
    }

    .picture_ul li {
        width: 100%;
    }

    .picture_ul li .img {
        padding: 0;
    }

    .picture_ul li .img img {
        position: unset;
    }

    .picture_ul li .title {
        line-height: 45px;
        height: 45px;
    }

    .tealist_ul li {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 15px 15px 15px;
    }

    .tealist_ul li .left {
        width: 115px;
    }

    .tealist_ul li .name {
        margin: 10px 0 5px 0;
    }

    .tealist_ul li::before {
        height: calc(100% - 20px);
    }

    .tealist_ul li .right {
        padding-left: 15px;
        width: calc(100% - 115px);
    }

    .tealist_ul li .desc {
        line-height: 25px;
        height: 125px;
        -webkit-line-clamp: 5;
        margin-bottom: 20px;
    }

    .responsive-table {
        width: 100%;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }

    .detail .dtl {
        padding: 15px 0;
    }
}