.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #00509F;
    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 {
    height: 38px;
}

.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;
}

.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: #00509F
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #00509F !important;
    background-color: #00509F !important;
}

.search {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 34px;
    position: relative;
    margin-top: 25px;
}

.search .search-input {
    width: 200px;
    height: 34px;
    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: 14px;
    color: #FFFFFF;
}



.search .search-btn {
    width: 34px;
    height: 34px;
    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;
    background: #920A00;
    overflow: hidden;
}

.navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
}

.navigation ul .nli {
    position: relative;
    white-space: nowrap;
}

.navigation ul .nli h3 {
    display: inline-block;
}


.navigation ul .nli:hover h3 a {
    border-bottom: 2px solid #FFFFFF;
}

.navigation ul li a {
    line-height: 28px;
    padding: 9.5px 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.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: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
}

.navigation ul .sub {
    position: absolute;
    width: 200px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    top: 42px;
    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;
}

/* 页头 */
header {
    background: url(../img/head-bg.png) no-repeat center;
    background-size: cover;
}

header .logo {
    padding: 24px 0
}

header .logo img {
    height: 72px;
}

header .logo-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-search .righttop li a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.logo-search .righttop ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo-search .righttop ul span {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 10px;
}

.logo-search .right {
    margin-top: -15px;
}

/* 轮播大图 */
.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.banlist .ban {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50% 50%;
    border: 1.35px solid #D8D8D8;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}


.banlist .ban img {
    width: 35%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 34px;
    height: 60px;
    background: #922325;
    position: absolute;
    z-index: 9;
    margin: 0;
    cursor: pointer;
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: #EE9640;
}

.banlist .swiper-left {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-right {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
}


.banlist .swiper-pagination {
    width: auto;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 25px;
    z-index: 9;
    margin: 0 20px;
    padding: 0 10px;
}

.banlist .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 1;
    margin: 5px;
    display: block;

}

.banlist .swiper-pagination-bullet-active {
    background: #AF251B;
}

.banlist .container {
    position: relative;
}

.banner1 {
    padding: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.banner1 ul li {
    width: 100%;
    overflow: hidden;
}

/* 各个栏目 */
.column-btn {
    background: url(../img/column-btn-bg.png) no-repeat center;
    background-size: cover;
    padding: 100px 0 160px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.column {
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.08);
    padding: 55px 80px;
    box-sizing: border-box;
}

.column ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column ul li {
    width: calc(100% / 4);
    margin-bottom: 95px;
}

.column ul li:nth-child(5),
.column ul li:nth-child(6),
.column ul li:nth-child(7),
.column ul li:nth-child(8) {
    margin-bottom: 0;
}

.column ul li:nth-child(5) span,
.column ul li:nth-child(6) span,
.column ul li:nth-child(7) span,
.column ul li:nth-child(8) span {
    margin-top: 15px;
}

.column ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column ul li span {
    font-size: 26px;
    font-weight: bold;
    line-height: 195%;
    color: #3D3D3D;
    transition: transform 0.5s ease;
    text-align: center;
}

.column ul li:hover span {
    color: #AF251B;
    transform: scale(1.1);
}

.column ul li .img {
    width: 100px;
    height: 100px;
}

.column ul li .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.9s ease;
}

.column ul li .img:hover img {
    transform: rotateY(360deg);
}

.news {
    padding: 100px 0 100px 0;
    background: url(../img/news-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.news .moreph {
    display: none;
}

.news .theme {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .theme .letter {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 45px;
}

.news .theme .redletter {
    width: 44px;
    height: 57px;
    background: #AF251B;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 45px;
    margin-left: 5px;
    padding-left: 7px;
    box-sizing: border-box;
    line-height: 50px;
}

.newslist {
    position: relative;
    padding-bottom: 15px;
    margin-top: 60px;
}

.newslist::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px;
    background: #AF251B;
    width: calc(100% - 35px);
    height: 100%;
}

.newslist .swiper-slide {
    opacity: 0 !important;
}

.newslist .swiper-slide-active {
    opacity: 1 !important;
}

.newslist .swiper-slide a {
    display: flex;
    justify-content: space-between;
}

.newslist .swiper-slide .img {
    width: 724px;
    height: 395px;
    overflow: hidden;
}

.newslist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.newslist .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.newslist .swiper-slide .righttext {
    width: calc(100% - 724px - 40px);
    padding: 0 70px 0 30px;
    box-sizing: border-box;
}

.newslist .swiper-slide .text .title {
    font-size: 28px;
    line-height: 32px;
    height: 64px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 45px;
    word-break: keep-all;
}

.newslist .swiper-slide .text .disc {
    font-size: 18px;
    line-height: 25px;
    height: 125px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 23px;
    word-break: keep-all;
}

.newslist .swiper-slide .newsicon {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    display: inline-block;
    padding: 0 10px;
    font-style: italic;
    margin-top: 80px;
}

.newslist .swiper-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 26%;
    transform: translateX(-50%);
    z-index: 2;
}

.newslist .swiper-pagination {
    width: auto;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    bottom: 0;
    position: relative;
    margin: 0 20px;
    border-radius: 10000px;
    padding: 0 10px;
}

.newslist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    opacity: 1 !important;
    margin: 0 5px;
}

.newslist .swiper-pagination-bullet-active {
    background: #AF251B;
}

.column-newslist {
    background: url(../img/column-newslist-bg.png) no-repeat center;
    background-size: cover;
}

.newsbox .more {
    width: 42px;
    height: 42px;
    background: #AF251B;
    font-size: 30px;
    position: relative;
}

.newsbox .more .moreheng {
    height: 0;
    width: 24px;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newsbox .more .moreshu {
    height: 24px;
    width: 0;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newsbox .boxlist {
    width: calc(100% - 42px - 50px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.newsbox .boxlist .box {
    width: calc(50% - 20px);
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
}

.newsbox .boxlist .box:nth-child(1),
.newsbox .boxlist .box:nth-child(2) {
    border-bottom: none;
}

.newsbox .boxlist .box:nth-child(3),
.newsbox .boxlist .box:nth-child(4) {
    margin-bottom: 0;
}

.newsbox .boxlist .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 20px 0;
}

.newsbox .boxlist .title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    color: #3D3D3D;
    word-break: keep-all;
}

.newsbox .boxlist .box:hover .title {
    color: #AF251B;
}

.newsbox .boxlist .box .time {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #3D3D3D;
    margin-left: 20px;
}

.newsbox .boxlist .box:hover .time {
    color: #AF251B;
}

.newsbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
    position: relative;
}

/* programs */
.programs {
    background: url(../img/program-bg.png) no-repeat center;
    background-size: cover;
    padding: 110px 0 110px 0;
    overflow: hidden;
}

.programs .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.programs .imglist {
    width: 1065px;
    display: flex;

}

.imglist .box {
    position: relative;
    width: calc(100% / 4);
}

.imglist .box .img {
    width: 266px;
    /* height: 546px; */
    overflow: hidden;
}

.imglist .box .img img {
    width: 100%;
    height: 100%;
}

.imglist .box .produce {
    height: 72px;
    width: 320px;
    background: rgba(175, 37, 27, 0.9);
    position: absolute;
    top: 124px;
    right: -124px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE9 */
    transform-origin: center;
    display: flex;
    align-items: center;
}

.imglist .box .produce span {
    font-size: 28px;
    line-height: 30px;
    color: #FFFFFF;
    margin-left: 35px;
}

.programs .theme {
    display: flex;
}

.programs .theme .letter {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 45px;
    margin-left: 5px;
}

.programs .theme .redletter {
    width: 59px;
    height: 57px;
    background: #AF251B;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 45px;
    padding-right: 7px;
    box-sizing: border-box;
    text-align: right;
}

.proright {
    width: calc(100% - 1065px - 50px);
    /* padding-left: 50px;
    box-sizing: border-box; */

}

.proright .prodisc {
    font-size: 20px;
    line-height: 195%;
    height: 156px;
    color: #3D3D3D;
    margin-top: 50px;
    word-break: keep-all;
}

.proright .more {
    width: 132px;
    height: 41px;
    margin-top: 70px;
}

.proright .more img {
    width: 100%;
    height: 100%;
}

/* 超链接 */
.links {
    background: #FFFFFF;
    overflow: hidden;
}

.linklist ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.linklist ul li a {
    font-size: 15px;
    line-height: 195%;
    color: #666666;
}

.linklist ul li:hover a {
    color: #AF251B;
}

/* 页脚 */
footer {
    background: url(../img/foot-bg.png) no-repeat center;
    background-size: cover;
    padding: 45px 0 25px 0;
}

footer .left {
    width: calc(100% - 430px - 200px);
}

footer .left .logo {
    height: 72px;
}

footer .left .logo img {
    height: 100%;
}

.methods .box {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 15px;
}

.methods .box .img {
    width: 18px;
    height: 18px;
}

.methods .box .img img {
    width: 100%;
    height: 100%;
}

.contact .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    color: #FFFFFF;
    margin-top: 40px;
}

.methods {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.methods .box:nth-child(2n-1) {
    margin-left: 0;
}

.methods .box .describe {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .9);
    margin-left: 5px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .right {
    width: 430px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 55px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .right .follow {
    font-size: 22px;
    font-weight: bold;
    line-height: 31px;
    text-align: center;
    color: #000000;
}

footer .right .share {
    width: calc(100% - 160px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .right .share .img {
    width: 37px;
    height: 37px;
}

footer .right .share .img img {
    width: 100%;
    height: 100%;
}

.copyright {
    background: #920A00;
}

.banq {
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    text-align: center;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    padding: 25px 0;
}

/* 内页大图 */
.nydt {
    width: 100%;
}

.nydt img {
    width: 100%;
    display: inline-block;
}

.position {
    margin: 30px 0 70px 0;
}

.position .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.position .currcolumn a {
    font-size: 36px;
    color: #3D3D3D;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #AF251B;
}

.position .current a,
.position .current span {
    color: #000000;
    opacity: .3;
}

.position .current span {
    margin: 0 5px;
}

.position .current span:last-of-type {
    display: none;
}

.nmain {
    margin: 50px 0;
}

.listbox .box {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 0 50px 0;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 45px;
}

.listbox .box:hover {
    border-radius: 30px;
    background: linear-gradient(180deg, #FFE4E2 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
}

.listbox .box .title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #3D3D3D;
    margin: 0 40px;
    padding: 35px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #D1D1D1;
    margin-top: 35px;
    position: relative;
}

.listbox .box .title span {
    word-break: normal;
    height: 64px;
}


.listbox .box .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #AF251B;
    transition: width .5s ease-in-out;
}

.listbox .box:hover .title::before {
    width: 100%;
}

.listbox .box .time {
    width: 100px;
    height: 100px;
    background: #F6F6F6;
    position: absolute;
    top: -15px;
    left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.listbox .box:hover .time {
    background: #AF251B;
}

.listbox .box .time .day {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.listbox .box:hover .time .day,
.listbox .box:hover .time .year {
    color: #FFFFFF;
}

.listbox .box .time .year {
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
}

.page-box {
    margin: 10px 0 50px 0;
}

/* piccontent页面 */
.picbox .boxbg:hover {
    background: linear-gradient(180deg, #FFE4E2 0%, #FFFFFF 100%);
}

.picbox .box {
    margin-bottom: 50px;
}

.picbox .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picbox .box .img {
    width: 520px;
    height: 290px;
    overflow: hidden;
}

.picbox .box .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.picbox .box:hover .img img {
    transform: scale(1.1);
}

.picbox .box .text {
    width: calc(100% - 520px);
    padding: 0 40px;
    box-sizing: border-box;
}

.picbox .box .text .title {
    font-size: 24px;
    line-height: 32px;
    height: 64px;
    color: #333333;
    word-break: normal;
}

.picbox .box:hover .text .title {
    font-weight: bold;
    line-height: 32px;
    color: #AF251B;
}

.picbox .box .text .time {
    font-size: 20px;
    line-height: 40px;
    color: #313131;
    opacity: .5;
    margin-top: 90px;
}

/* picture页面 */
.picture {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 60px) / 3);
    height: 100%;
    margin-bottom: 30px;
}


.picture .box .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.picture .box:hover .img img {
    transform: scale(1.1);
}

.picture .box .text {
    font-size: 24px;
    line-height: 30px;
    height: 140px;
    color: #2C2C2C;
    background: #FFFFFF;
    box-shadow: 0px 0px 32.38px 0px rgba(0, 0, 0, 0.15);
    padding: 25px;
    box-sizing: border-box;
}

.picture .box:hover .text {
    background: linear-gradient(180deg, #FFE4E2 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 32.38px 0px rgba(0, 0, 0, 0.15);
}

.picture .box:hover .text span {
    font-weight: bold;
    line-height: 30px;
    color: #AF251B;
    height: 90px;
}

.detail {
    border-radius: 30px;
    border: 0.5px solid #333333;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    padding: 70px 100px;
    box-sizing: border-box;
}

.detail .info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}

.detail .info div {
    margin-left: 50px;
    color: #9C9C9C;
}

.detail .info div:first-of-type {
    margin-left: 0;
}

.detail .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #2C2C2C;
}

.detail .text {
    padding: 40px 50px 0;
    box-sizing: border-box;
}

.detail .text p {
    font-size: 22px;
    line-height: 35px;
    color: #2C2C2C;
    margin-bottom: 40px;
    text-align: justify;
}

/* 搜索结果页 */
#newskeycode249881 {
    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;
}
/* 一些网站公用的 */
.content2 {
    border-radius: 30px;
    border: 0.5px solid #333333;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    padding: 70px 100px;
    box-sizing: border-box;
}
.pb_sys_style1 .p_no_d{
    border: 1px solid #AF251B !important;
    background: #AF251B !important;
}