@font-face {
    font-family: 'iconfontN';
    /* Project id 4810198 */
    src: url('//at.alicdn.com/t/c/font_4810198_6ovyerq57rm.woff2?t=1736835816479') format('woff2'), url('//at.alicdn.com/t/c/font_4810198_6ovyerq57rm.woff?t=1736835816479') format('woff'), url('//at.alicdn.com/t/c/font_4810198_6ovyerq57rm.ttf?t=1736835816479') format('truetype');
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?t=1663740079843') format('woff2'), url('iconfont.woff?t=1663740079843') format('woff'), url('iconfont.ttf?t=1663740079843') format('truetype');
}

.iconfontN {
    font-family: "iconfontN" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: din;
    src: url(../fonts/Geometr415MdBTMedium.ttf);
}

body,
html {
    color: #444444;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    background: #f7f7f7;
    /* background: url('../images/img1.jpg') center;
    background-size: contain !important; */
}

a {
    color: #444444;
}

b {
    font-weight: bold;
}

textarea,
input {
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    font-size: 14px;
    color: #444444;
}

.header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    top: 0;
    border-top: 5px solid #da2e34;
    background: #ffffff;
    box-shadow: 0px 0px 48px 3px rgba(0, 0, 0, 0.1);
}

.header>.w1400 {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 420px;
    height: auto;
    position: relative;
}

.nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}

.nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    width: calc(100% / 8);
    height: auto;
    position: relative;
    text-align: center;
    transition: .3s all ease-in-out;
}

.nav ul li.active {
    border-bottom: 3px solid #da2e34;
}

.nav ul li .secend {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0%;
    top: 80px;
    color: #333333;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.nav a {
    transition: all 0.3s;
}

.nav ul li:hover {
    border-bottom: 3px solid #da2e34;
}

.nav ul li .secend::after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    background: rgba(0, 0, 0, .1);
}

.nav ul li:hover .secend {
    opacity: 1;
    visibility: visible;
    top: 50px;
}


/* .nav ul li.has::after {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jt_icon.png) no-repeat;
    background-size: auto 100%;
    content: '';
    opacity: 0.6;
    display: none;
}

.nav ul li:hover.has::after {
    background-position: -12px 0px;
} */

.nav ul li .secend a {
    height: auto;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #444444;
    font-weight: normal;
}

.nav ul li .secend a:last-child {
    border-bottom: none;
}

.nav ul li .secend a::after {
    display: none;
}

.nav ul li .secend a:hover {
    color: #da2e34;
}

.nav a {
    font-size: 22px;
    line-height: 40px;
    display: block;
    position: relative;
    color: #333333;
    padding: 0 0 15px 0px;
    text-align: center;
}

.search {
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    background: white;
    overflow: hidden;
}

.search input {
    width: 250px;
    height: auto;
    position: relative;
    outline: none;
    height: 40px;
    border: none;
    background: transparent;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 16px;
}

.search input::placeholder {
    color: rgba(0, 0, 0, .5);
}

.search .search_btn {
    width: 60px;
    height: 40px;
    position: relative;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #999999;
}

.search .search_btn span {
    margin-right: 10px;
    color: #333333;
}

.search .search_btn::after {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.search .search_btn::after {
    width: 1px;
}

.tongzhi {
    width: 100%;
    display: flex;
    margin-top: 3vw;
    background: white;
}

.tongzhi .tit {
    width: 81px;
    height: 81px;
    background-color: #da2e34;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding-top: 12px;
}

.tongzhiSwiper {
    width: calc(100% - 120px);
    height: 82px;
}

.tongzhiSwiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 30px 0;
}

.tongzhiSwiper .swiper-slide .name {
    width: 78%;
    color: #333333;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tongzhiSwiper .swiper-slide .time {
    color: #999999;
    font-size: 18px;
}

.tongzhiSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #da2e34;
    border-radius: 50%;
    margin-top: 10px;
}

.tongzhiSwiper .swiper-slide:hover .name {
    color: #da2e34;
}

.bannerSwiper {
    height: 15vw;
    position: relative;
    width: 100%;
    background: #da2e34;
    color: white;
}

.bannerSwiper .swiper-slide {
    overflow: hidden;
    text-align: center;
    padding: 4vw 0;
}

.bannerSwiper .swiper-slide .tit {
    font-size: 36px;
    font-weight: bold;
}

.bannerSwiper .swiper-slide .des {
    font-size: 18px;
    margin-top: 20px;
    color: #cccccc;
}

.bannerSwiper .swiper-pagination {
    bottom: 15%;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    transition: all 0.6s;
    border: 1px solid #ffffff;
    opacity: 1;
    margin: 0 .5vw;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}

.f1_box {
    width: 100%;
}

.f1_box .left {
    width: 55%;
}

.f1_box .left .f1Swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.f1_box .left .f1Swiper .thum .inner {
    padding-top: 79.5%;
}

.f1_box .left .f1Swiper .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    color: white;
    font-size: 20px;
    padding: 35px 22px;
}

.f1_box .left .f1Swiper .swiper-pagination {
    width: auto;
    right: 20px;
    bottom: 40px;
    left: inherit;
}

.f1_box .left .f1Swiper .swiper-pagination-bullet {
    background: white;
    margin: 0 .5vw;
}

.f1_box .right {
    width: 42%;
}

.f1_box .right .itemBox {
    background: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.f1_box .right .itemBox .item {
    display: block;
    padding: 0 15px;
    margin: 12px 0;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333333;
    /* transition: .3s all ease; */
}

.f1_box .right .itemBox .item:hover {
    font-weight: bold;
}

.f2_box {
    width: 100%;
}

.f2_box .w1400 {
    display: flex;
    justify-content: space-between;
}

.f2_box .left {
    width: 75%;
    background: #da2e34;
    padding: 0 20px;
}

.f2_box .left .titBox {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.f3_box .left .f2LeftBox {
    padding: 15px;
}

.f2LeftBox {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.f2LeftBox .item {
    width: 32%;
}

.f2LeftBox .item:hover .thum .inner {
    transform: scale(1.05);
}

.f2LeftBox .item .thum .inner {
    padding-top: 138%;
    transition: .5s all ease-in-out;
}

.f2LeftBox .item .info {
    background: white;
    text-align: center;
    color: #333333;
    font-size: 18px;
    padding: 20px 0;
}

.f2_box .right {
    width: 22%;
}

.f2_box .right .f2rightBox .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #efd5b7;
    margin-bottom: 1px;
    padding: 29px 0;
    text-align: center;
    justify-content: center;
}

.f2_box .right .f2rightBox .item .icon {
    width: 4vw;
}

.f2_box .right .f2rightBox .item p {
    width: 51%;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 4vw;
    position: relative;
    /* top: -1.6vw; */
}

.f3Box.left {
    width: 59%;
    background: white;
}

.f3ItemBox {
    padding: 15px 0;
}

.f3ItemBox .item {
    padding: 23px 30px;
    display: block;
}

.f3ItemBox .item .name {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.f3ItemBox .item .time {
    color: #999999;
    font-size: 16px;
    margin-top: 10px;
}

.f3ItemBox .item:hover .name {
    color: #da2e34;
}

.f3Box.right {
    width: 38%;
    background: white;
}

.f4ItemBox {
    padding: 0 10px 10px 10px;
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f4ItemBox .item {
    width: 23%;
    background: white;
    padding: 12px;
    margin-top: 20px;
    transition: .5s all ease-in-out;
}

.f4ItemBox .item:hover .thum .inner {
    transform: scale(1.05);
}

.f4ItemBox .item:hover {
    background: #da2e34;
}

.f4ItemBox .item:hover .info {
    color: white;
}

.f4ItemBox .item .thum .inner {
    padding-top: 75%;
    transition: .5s all ease-in-out;
}

.f4ItemBox .item .info {
    text-align: center;
    color: #333333;
    font-size: 18px;
    padding: 20px 0 5px 0;
}

.f5Box.left {
    width: 59%;
    background: white;
}

.f5Box2 {
    display: flex;
    justify-content: space-around;
    background: white;
}

.f5Box2 .f2LeftBox {
    width: 42%;
    flex-wrap: wrap;
}

.f5Box2 .f2LeftBox .item {
    width: 28%;
}

.f5Box2 .f3ItemBox {
    width: 50%;
}

.f5Box2 .f3ItemBox .item {
    padding: 22px 30px;
}

.f5_box {
    width: 100%;
}

.f5ItemBox {
    padding: 15px 0;
}

.f5ItemBox .item {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}

.f5ItemBox .item .name {
    width: 80%;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.f5ItemBox .item .name i {
    margin-right: 5px;
}

.f5ItemBox .item .time {
    color: #999999;
    font-size: 16px;
}

.f5ItemBox .item:hover .name {
    color: #da2e34;
}

.f5Box.right {
    width: 38%;
    background: white;
}

.f6ItemBox {
    display: flex;
    justify-content: space-between;
}

.f6ItemBox .item {
    width: 23%;
    background: white;
    padding: 12px;
    margin-top: 20px;
    transition: .5s all ease-in-out;
}

.f6ItemBox .item .thum .inner {
    padding-top: 125%;
    border-radius: 0px 0px 30px 30px;
    transition: .5s all ease-in-out;
}

.f6ItemBox .item .info {
    text-align: center;
    color: #999999;
    font-size: 18px;
    padding: 20px 0 5px 0;
    transition: .5s all ease-in-out;
}

.f6ItemBox .item .info .mark {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    transition: .5s all ease-in-out;
}

.f6ItemBox .item:hover .thum .inner {
    transform: scale(1.05);
}

.f6ItemBox .item:hover {
    background: #da2e34;
}

.f6ItemBox .item:hover .info {
    color: white;
}

.f6ItemBox .item:hover .info .mark {
    color: white;
}


/* .f1_box .right .itemBox .item:hover i {
    display: none;
} */

.common_top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 1vw;
    line-height: 40px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
}

.common_title {
    width: 100%;
    display: flex;
    font-size: 24px;
    line-height: 45px;
    position: relative;
    font-weight: bold;
}

.plj_list {
    width: 100%;
    height: auto;
    position: relative;
}

.plj_list ul {
    width: 100%;
    display: none;
}

.plj_list ul.active {
    display: flex;
    flex-wrap: wrap;
}

.plj_list ul li {
    width: 49%;
    height: auto;
    position: relative;
    margin-right: 2%;
    margin-bottom: 1.5vw;
}

.plj_list ul li:nth-child(even) {
    margin-right: 0;
}

.plj_list ul li:nth-child(n+5) {
    margin-bottom: 0;
}

.plj_list ul li a {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    justify-content: space-between;
    background: #fff;
    transition: all 0.4s;
}

.plj_list ul li a:hover {
    background: #da2e34;
    color: #fff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .2);
}

.plj_list ul li a:hover .inner img {
    transform: scale(1.05);
}

.plj_list ul li a .thum {
    width: 40%;
}

.plj_list ul li a .info {
    width: 100%;
    text-align: center;
    /* display: flex;
    flex-wrap: wrap; */
    padding: 25px;
    align-content: space-between;
}

.plj_list ul li a .info .name {
    font-size: 18px;
    line-height: 1.5;
}

.plj_list ul li a .thum .inner {
    padding-top: 45%;
}

.plj_list2 ul li a .thum .inner {
    padding-top: 58%;
}

.plj_list ul li a .btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 25px;
}

.plj_list ul li a .btm .zz {
    font-size: 16px;
}

.plj_list ul li a .btm .date {
    opacity: 0.6;
    font-size: 14px;
}

.plj_list.in ul li {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 2vw;
}

.plj_list.in ul li:nth-child(2n) {
    margin-right: 0;
}

.plj_list.in ul li a .thum {
    width: 100%;
}

.plj_list.in ul li a .info {
    width: 100%;
}

.rb_list.in a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 25px;
}

.tj_list.in ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
}

.tj_list.in ul li a {
    background: #f9f9f9;
}

.tj_list.in ul li a .thum {
    width: 300px;
}

.tj_list.in ul li a .info {
    width: calc(100% - 315px);
}

.rb_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.rb_list a {
    width: 30%;
    /* display: flex;
    flex-wrap: wrap; */
    margin-right: 5%;
    margin-bottom: 25px;
}

.rb_list a:nth-child(3n) {
    margin-right: 0;
}

.rb_list a .thum {
    width: 100%;
}

.rb_list a .thum .inner {
    padding-top: 130%;
    transition: .3s all ease-in-out;
}

.rb_list a:last-child {
    /* margin-bottom: 0; */
}

.rb_list a:hover .inner {
    transform: scale(1.1);
}

.rb_list a:hover .name {
    color: #da2e34;
}

.space {
    width: 100%;
    height: 1px;
    margin: 5vw 0px 0px;
}

.tj_list {
    width: 100%;
    height: auto;
    position: relative;
}

.tj_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tj_list ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.25vw;
}

.tj_list ul li:nth-child(2n) {
    margin-right: 0%;
}

.tj_list ul li a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff;
    padding: 15px;
    transition: all 0.4s;
}

.tj_list ul li a:hover {
    background: #da2e34;
    color: #fff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .2);
}

.tj_list ul li a:hover .inner img {
    transform: scale(1.05);
}

.tj_list ul li a:hover .info .mark {
    border: 1px solid #fff;
    background: #fff;
    color: #da2e34;
}

.tj_list ul li a .thum {
    width: 40%;
    height: auto;
    position: relative;
}

.tj_list ul li a .thum .inner {
    padding-top: 75%;
}

.tj_list ul li a .info {
    width: calc(60% - 20px);
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.tj_list ul li a .info .mark {
    width: auto;
    height: auto;
    line-height: 20px;
    position: relative;
    padding: 3px 10px;
    border: 1px solid #da2e34;
    border-radius: 3px;
    font-size: 14px;
}

.tj_list ul li a .info .name {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
}

.tj_list ul li a .info .date {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.6;
}

.tj_list ul li a .info .more {
    font-size: 14px;
    line-height: 25px;
}

.rb_list a .icon {
    width: 24px;
    height: 27px;
    position: relative;
}

.rb_list a .info {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.rb_list a .name {
    line-height: 27px;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rb_list a .des {
    font-size: 16px;
}

.rb_left {
    width: calc(33.33% - 30px);
    background: #fff;
    transition: all .4s;
    padding: 35px 20px;
    border-bottom: 3px solid #da2e34;
    position: relative;
}

.rb_left:hover {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, .1);
}

.rb_left:before,
.dt_box .right:before {
    width: 25px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #da2e34;
}

.rb_left::after,
.dt_box .right::after {
    width: 4px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #da2e34;
}

.tz_menu a {
    position: relative;
}

.pl_box .common_title a {
    margin-right: 0;
}

.pl_box .common_top .common_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tz_menu a::after {
    width: 96px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    bottom: -14px;
    content: '';
    background: url(../images/line.png) no-repeat;
    opacity: 0;
    transition: all 0.5s;
}

.common_title a.active::after {
    opacity: 1;
}

.read_box .w1400 {
    align-items: inherit;
}

.rb_left .rb_name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.rb_list a .btm {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.4;
}

.common_more {
    width: 75px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    font-size: 16px;
    text-align: right;
    opacity: 0.6;
}

.common_more:hover {
    opacity: 1;
    color: #da2e34;
}

.common_more .icon {
    font-size: 12px;
}

.common_top .common_title {
    width: auto;
}

.common_top .common_title span {
    display: none;
}

.common_top .common_title p {
    position: relative;
    z-index: 2;
    color: #333333;
}

.intro_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.focus_swiper {
    width: 100%;
    position: relative;
    margin: 0;
}

.focus_swiper .inner {
    padding-top: 373px;
}

.focus_swiper .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

.focus_swiper .info {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    bottom: 0;
    background: #e9e5db;
    padding: 28px 25px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.focus_swiper .swiper-pagination {
    bottom: 10px !important;
    width: auto;
    left: auto;
    right: 25px;
}

.focus_swiper .info .date {
    width: 80px;
}

.focus_swiper .info .date b {
    font-size: 24px;
    display: block;
    margin-bottom: 3px;
}

.focus_swiper .info .date p {
    font-size: 14px;
}

.focus_swiper .info .des {
    width: calc(100% - 90px);
}

.focus_swiper .info .des .name {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.focus_swiper .swiper-slide:hover .info .des .name {
    color: #da2e34
}

.focus_swiper .swiper-slide:hover .inner img {
    transform: scale(1.05);
}

.focus_swiper .info .des .sum {
    font-size: 14px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    text-align: left;
}

.focus_swiper .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    opacity: 1 !important;
    background: #fff !important;
}

.focus_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #da2e34 !important;
}

.focus_swiper .swiper-button-next,
.focus_swiper .swiper-button-prev {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    transition: all 0.35s;
    top: 35%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
}

.swiper-button-next {
    right: -50px;
}

.swiper-button-prev {
    left: -50px;
}

.focus_swiper:hover .swiper-button-next {
    right: 10px;
}

.focus_swiper:hover .swiper-button-prev {
    left: 10px;
}

.intro_list {
    width: 100%;
}

.intro_list ul {
    width: 100%;
    display: none;
    flex-wrap: wrap;
}

.intro_list ul.active {
    display: flex;
}

.intro_list ul li {
    width: 100%;
    position: relative;
}

.intro_list ul li:last-child a {
    margin-bottom: 0px;
}

.intro_list ul li a {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-left: 15px;
    line-height: 30px;
}

.intro_list ul li a::after {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    background: #da2e34;
}

.intro_list ul li a .date {
    width: 85px;
    font-size: 14px;
    text-align: right;
    opacity: 0.6;
}

.intro_list ul li a .date b {
    font-weight: normal;
}

.intro_list ul li a .name {
    width: calc(100% - 85px);
    font-size: 18px;
}

.intro_list ul li a:hover .name {
    color: #da2e34;
}

.intro_list ul li a .info .top {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.intro_list ul li a .info .top .mark {
    width: 50px;
    height: auto;
    line-height: 25px;
    background: #da2e34;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}

.intro_list ul li a .info .top .name {
    font-weight: bold;
    line-height: 25px;
    font-size: 20px;
}

.intro_list ul li a:hover .info .top .name {
    color: #da2e34
}

.intro_list ul li a .info .btm {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.6;
}

.intro_list ul li a:hover .info .btm {
    opacity: 1;
}

.intro_list ul li a .date p {
    font-size: 14px;
    margin-top: 3px;
}

.intro_list ul li:hover a .info .top .mark {
    background: #fff;
    color: #da2e34;
}

.platform {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.platform .item {
    display: block;
    position: relative;
    width: 20%;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
    color: #444444;
    margin-right: 2%;
    padding: 30px 5px;
    text-align: center;
    border: 1px solid #444444;
}

.platform .item:nth-child(5n) {
    margin-right: 0;
}

.platform .item .inner {
    padding-top: 55%;
}

.platform .item .icon {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.platform .item .icon .i {
    width: 70px;
    height: 70px;
    margin: 0px auto;
    position: relative;
    background: url(../images/icons.png) 0px -70px no-repeat;
    margin-bottom: 10px;
}

.platform .item:nth-child(2) .icon .i {
    background-position: -70px -70px;
}

.platform .item:nth-child(3) .icon .i {
    background-position: -140px -70px;
}

.platform .item:nth-child(4) .icon .i {
    background-position: -210px -70px;
}

.platform .item:nth-child(5) .icon .i {
    background-position: -280px -70px;
}

.platform .item .txt {
    font-weight: bold;
    position: relative;
    font-size: 16px;
}

.platform .item:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .3);
}

.platform .item:hover {
    background: #444444;
    color: #fff;
}

.platform .item:hover .icon .i {
    background-position: 0 0;
}

.platform .item:nth-child(2):hover .icon .i {
    background-position: -70px 0;
}

.platform .item:nth-child(3):hover .icon .i {
    background-position: -140px 0;
}

.platform .item:nth-child(4):hover .icon .i {
    background-position: -210px 0;
}

.platform .item:nth-child(5):hover .icon .i {
    background-position: -280px 0;
}

.gg_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list {
    width: 100%;
    height: auto;
    position: relative;
}

.list a {
    display: flex;
    position: relative;
    align-items: center;
    padding: 17px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    justify-content: space-between;
    line-height: 20px;
    flex-wrap: wrap;
}

.list a:last-child {
    border-bottom: none;
}

.list a .name {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

.list a .date {
    width: 100%;
    font-size: 12px;
    opacity: 0.6;
}

.list a:hover {
    color: #da2e34;
}

.list a:hover::before {
    height: 20px;
    transform: translateY(-10px);
}

.actives {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.actives .item {
    width: 32%;
    display: block;
    position: relative;
    margin-right: 2%;
    background: #f4f4f4;
    margin-bottom: 1.75vw;
    transition: all 0.35s;
    border-radius: 5px;
    overflow: hidden;
}

.actives .item:nth-child(n+4) {
    margin-bottom: 0;
}

.actives .item:hover img {
    transform: scale(1.05);
}

.actives .item:hover .name {
    color: #fff;
}

.actives .item:nth-child(3n) {
    margin-right: 0%;
}

.actives .item .inner {
    padding-top: 55%;
}

.actives .item .info {
    width: 100%;
    height: auto;
    position: relative;
}

.actives .item .name {
    font-size: 16px;
    height: auto;
    line-height: 25px;
    transition: all 0.2s;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.actives .item .des {
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 10px;
}

.about_box {
    margin-top: 10vw;
}

.about_box .w1400 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: inherit;
}

.a_box {
    width: calc(50% - 15px);
}

.a_box .list {
    width: 100%;
    background: #f6f5f3;
    box-shadow: none;
}

.a_conent {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.a_conent .img {
    width: 100%;
    margin-bottom: 1vw;
    border-radius: 5px;
    height: 165px;
    overflow: hidden;
    position: relative;
}

.a_conent .img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.more_btn {
    width: 110px;
    height: 34px;
    border: 1px solid #da2e34;
    color: #da2e34;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.more_btn:hover {
    background: #da2e34;
    color: #fff;
}

.a_conent .singePage p {
    text-indent: 32px;
}

.footer {
    width: 100%;
    background: #333333;
    color: #fff;
    position: relative;
    padding: 3vw 0;
}

.footerBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footerRight {
    display: flex;
    margin-top: -50px;
}

.footerRight .serachBox {
    display: flex;
}

.footerRight .serachBox .tit {
    font-size: 16px;
    width: 20%;
    line-height: 34px;
}

.footerRight .serachBox .serachBoxlist {
    width: 200px;
    height: 34px;
    position: relative;
    background-color: #ffffff;
    margin-right: 20px;
}

.footerRight .serachBox .serachBoxlist .txt {
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.footerRight .serachBox .serachBoxlist .lists {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    background: rgba(255, 255, 255, .2);
    display: none;
    backdrop-filter: blur(5px);
    padding: 5px 0px;
}

.footerRight .serachBox .serachBoxlist .lists a {
    color: #fff;
    display: block;
    padding: 5px 20px;
    font-size: 14px;
}

.footerRight .serachBox .serachBoxlist .lists a:hover {
    text-decoration: underline;
}

.serachBox .serachBoxlist:hover .lists {
    display: block;
}

.qrcodeBox {
    display: flex;
}

.qrcodeBox .qrcode {
    width: 120px;
    text-align: center;
    color: #999999;
    font-size: 16px;
    margin-left: 20px;
}

.qrcodeBox .qrcode p {
    margin-top: 5px;
}

.copyright {
    width: 500px;
    align-items: center;
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, .5);
}

.copyright .footerText {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.copyright a {
    color: rgba(255, 255, 255, .5);
}

.copyright p {
    margin-right: 10px;
}

.footer .top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 65px;
    margin-bottom: 35px;
}

.a_conent .singePage {
    margin-bottom: 3vw;
}

.f_socal {
    width: 110px;
    height: auto;
    position: relative;
    text-align: center;
}

.f_socal p {
    font-size: 14px;
    margin-top: 10px;
}

.flogo {
    width: 448px;
    height: auto;
    position: relative;
    margin-bottom: 2vw;
}

.fl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_nav {
    width: 70%;
    margin-bottom: 40px;
}

.f_nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.f_nav ul li {
    width: auto;
    height: auto;
    position: relative;
}

.f_nav ul li a {
    color: #ffffff;
    display: block;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.f_nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.pp_box {
    background: url(../images/active_bg.jpg) center center no-repeat;
    background-size: cover;
}

.pt_box {
    background: url(../images/pt_bg.jpg) top center no-repeat;
    background-size: cover;
}

.platform .item:hover img {
    transform: scale(1.05);
}

.nr {
    width: calc(100% - 350px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.banner_box {
    width: 100%;
    height: 35vw;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s
}

.banner_box .banner {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden
}

.banner ul {
    height: 100%;
    width: 100%
}

.banner ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .6s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition-delay: .2s;
    will-change: opacity;
    visibility: hidden
}

.banner ul li .img {
    -webkit-transform: scale(1);
    position: relative;
    width: 100%;
    height: 100%
}

.banner ul li .img .a {
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.445, .05, .55, .95);
    transition: none
}

.banner ul li.active {
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
    -webkit-transition-delay: 0
}

.banner ul li.visible {
    visibility: visible
}

.banner ul li.visible .img {
    -webkit-transform: scale(1.07);
    -webkit-transition: -webkit-transform 8s linear
}

.banner ul li.visible .img .a {
    transition: none;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.445, .05, .55, .95)
}

.banner ol {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 2vw;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.banner ol li {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 8px;
    background: url(../images/logoIco.png) no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    opacity: 0.5;
}

.banner ol li.active {
    opacity: 1;
    background-position: -30px 0px;
}

.banner .btn {
    width: 40px;
    height: 70px;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -35px;
    background: url(../images/icon1.png) -40px 0 no-repeat;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .35s;
    -webkit-transform: scale(.6);
}

.banner .btn.prev {
    left: 3%;
    -webkit-transform: rotate(-180deg) scale(.6)
}

.banner .btn.next {
    left: auto;
    right: 3%
}

.banner .btn:hover {
    background-position: 0 0;
    -webkit-transform: scale(1);
    opacity: 1
}

.banner .btn.prev:hover {
    -webkit-transform: scale(1) rotate(-180deg)
}

.process {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 10
}

.process.on {
    -webkit-transition: all 8s;
    width: 100%
}

.dt_box .left {
    width: calc(30% - 15px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.dt_box .w1400 {
    align-items: initial;
}

.dt_box .left a .info {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.dt_box .left a .thum {
    width: 100%;
    height: 100%;
}

.dt_box .left a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.45s;
}

.dt_box .left a:hover .thum img {
    transform: scale(1.05);
}

.dt_box .left a {
    width: 100%;
    display: block;
    height: calc(50% - 10px);
    position: relative;
    overflow: hidden;
}

.dt_box .right {
    width: calc(70% - 15px);
    background: #fff;
    padding: 25px;
    height: auto;
    border-bottom: 3px solid #da2e34;
}

.common_title a {
    margin-right: 3vw;
    color: #666666;
    transition: all 0.3s;
}

.common_title a:last-child {
    margin-right: 0;
}

.common_title a:hover,
.common_title a.active {
    color: #da2e34;
    opacity: 1;
}

.pl_box {
    background: url(../images/bg2.jpg) center center no-repeat;
    background-size: cover;
}

.hy_top {
    margin-top: 5vw;
}

.ft_box {
    width: 40%;
}

.cbw {
    width: calc(33% - 50px);
}

.boxes.b2 {
    background: #e9e5db;
}

.ft_list {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.ft_list .ft_item {
    width: calc(50% - 7.5px);
    display: block;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.ft_list .ft_item:nth-child(2n) {
    margin-right: 0;
}

.ft_list .ft_item:nth-child(n+3) {
    margin-bottom: 0;
}

.ft_list .ft_item .inner {
    padding-top: 135px;
}

.ft_list .ft_item .thum {
    border-radius: 3px;
}

.ft_list .ft_item .info {
    width: 100%;
    margin-top: 10px;
}

.ft_list .ft_item .info .name {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
    font-weight: bold;
}

.ft_list .ft_item:hover .info .name {
    color: #da2e34
}

.ft_list .ft_item:hover .inner img {
    transform: scale(1.05);
}

.dt_box {
    padding-top: 2vw;
}

.cbw_list .item:hover .info {
    opacity: 1;
    visibility: visible;
}

.ft_list .ft_item .info .btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    opacity: 0.6;
}

.msj {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.msj .item {
    width: 18%;
    height: auto;
    position: relative;
    margin-right: 2.5%;
    background: #e9e5db;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.35s;
}

.msj .item:hover .inner img {
    transform: scale(1.05);
}

.msj .item:nth-child(5n) {
    margin-right: 0%;
}

.msj .inner {
    padding-top: 125%;
}

.msj .item .thum {
    border-radius: 5px;
}

.msj .item .info {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 20px 0px;
    padding-bottom: 10px;
}

.msj .item .info b {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.msj .item .info p {
    margin-top: 5px;
    font-size: 14px;
}

.about_img {
    width: 45%;
    height: auto;
    position: relative;
}

.about_right {
    width: calc(55% - 50px);
    height: auto;
    position: relative;
}

.about_menu {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 25px;
}

.about_menu a {
    font-size: 18px;
    position: relative;
    line-height: 50px;
    cursor: pointer;
    font-weight: bold;
}

.about_menu a::after {
    width: 0%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    content: '';
    transition: all 0.35s;
}

.about_menu a:hover::after,
.about_menu a.active::after {
    width: 100%;
    left: 0;
}

.about_content {
    width: 100%;
    height: auto;
    position: relative;
}

.about_info {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    display: none;
    height: auto;
    margin-bottom: 5vw;
}


/* 修改滚动条的宽度 */

.about_info::-webkit-scrollbar {
    width: 10px;
    /* 纵向滚动条的宽度 */
    height: 10px;
    /* 横向滚动条的高度 */
}


/* 滚动条轨道部分 */

.about_info::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}


/* 滚动条滑块部分 */

.about_info::-webkit-scrollbar-thumb {
    background-color: #da2e34;
}


/* 鼠标悬停在滑块上时 */

.about_info::-webkit-scrollbar-thumb:hover {
    background-color: #da2e34;
}

.about_info p {
    margin-bottom: 15px;
}

.about_info p:last-child {
    margin-bottom: 0;
}

.about_info.active {
    display: block;
}

.about_img .inner {
    padding-top: 460px;
}

.cbw_list {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.cbw_list .item {
    display: block;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    position: relative;
    margin-bottom: 15px;
}

.cbw_list .item:nth-child(2n) {
    margin-right: 0;
}

.cbw_list .item:nth-child(n+3) {
    margin-bottom: 0;
}

.cbw_list .item .thum {
    border-radius: 5px;
}

.cbw_list .item .info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(91, 138, 114, .9);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    opacity: 0;
    visibility: hidden;
}

.cbw_list .inner {
    padding-top: 245px;
}

.cbw_list .item .info b {
    display: block;
    font-family: din;
    font-size: 24px;
}

.cbw_list .item .info p {
    font-family: din;
    font-size: 14px;
    margin-top: 0px;
}

.cbw_list .item .info span {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 5vw;
    display: block;
}

.zt_box {
    background: #ffffff;
}

.warp {
    width: 100%;
    height: auto;
    position: relative;
    background: #fefbf7 url(../images/sub_bg.jpg) center top no-repeat;
}

.menu_left {
    width: 300px;
    height: auto;
    position: relative;
}

.warp_right {
    width: calc(100% - 350px);
    padding: 50px 35px;
    background: #ffffff;
    min-height: 500px;
}

.menu_rect {
    width: calc(100% - 25px);
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.menu_box {
    width: 100%;
    height: auto;
    position: relative;
    background: #f1e7dc;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.menu_name {
    width: 100%;
    height: 140px;
    position: relative;
    background: #da2e34;
    /* background: url(../images/menu_bg.jpg) no-repeat; */
    background-size: cover;
}

.menu_name p {
    color: #fff;
    height: auto;
    width: auto;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-30%, -50%);
    font-size: 24px;
    font-weight: bold;
}

.menu_list {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 15px 0px;
}

.add_box {
    width: 100%;
    height: auto;
    position: relative;
}

.menu_list a {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    transition: all 0.4s;
    display: flex;
    text-align: center;
    margin-bottom: 1px;
    padding-left: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.intro_list.in ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.intro_list.in ul li a {
    margin-bottom: 0;
}

.menu_list a:last-child {
    border-bottom: none;
}

.menu_list a::after {
    width: 3px;
    height: 0px;
    position: absolute;
    left: 15px;
    top: 30px;
    content: '';
    background: #da2e34;
    opacity: 0;
    transition: all 0.4s;
}

.menu_list a:hover::after {
    height: 20px;
    top: 20px;
    opacity: 1;
}

.menu_list a.active::after {
    opacity: 1;
    height: 20px;
    top: 20px;
}

.news {
    width: 100%;
    position: relative;
}

.news ul li {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 25px;
}

.news ul li a {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.news ul li a .thum {
    width: 225px;
    height: auto;
    position: relative;
}

.news ul li a .thum .inner {
    padding-top: 65%;
}

.news ul li a .info {
    width: calc(100% - 245px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.news ul li a .name {
    line-height: 30px;
    font-size: 18px;
}

.news ul li a .des {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.5;
}

.news ul li a .date {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    opacity: 0.3;
}

.news ul li a .date .icon {
    font-size: 18px;
}

.news ul li a .date p {
    margin-left: 5px;
}

.news ul li a:hover .name {
    color: #da2e34;
}

.news ul li a:hover img {
    transform: scale(1.05);
}

.menu_box .common_top {
    margin-bottom: 0.5vw;
}

.menu_box .common_title {
    font-size: 24px;
}

.menu_list a:hover,
.menu_list a.active {
    color: #da2e34;
}

.hambuer {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 15px 0px;
    background: #e9e9e9;
}

.boxes.pb0 {
    padding: 0;
}

.hambuer .w1400 {
    justify-content: flex-end;
}

.hambuer a {
    padding: 0px 10px;
}

.hambuer a:hover,
.hambuer a.active {
    color: #da2e34;
}

.hambuer .icon.h {
    color: #da2e34;
    font-size: 20px;
    margin-right: 5px;
}

.td_list {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.td_list .item {
    display: flex;
    width: 32%;
    height: auto;
    margin-right: 2%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 1vw;
    justify-content: center;
    padding: 20px 15px;
    line-height: 25px;
}

.td_list .item:nth-child(3n) {
    margin-right: 0;
}

.dsj_list {
    width: 100%;
    height: auto;
    position: relative;
}

.dsj_list .item {
    width: 50%;
    padding-right: 5%;
    position: relative;
    padding-bottom: 2vw;
}

.dsj_list .item:nth-child(even) {
    margin-left: 50%;
    padding-left: 5%;
    padding-right: 0;
}

.dsj_list .item::after {
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}

.dsj_list .item:nth-child(even)::after {
    right: auto;
    left: -1px;
}

.dsj_list .item .year {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #da2e34;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: din;
}

.dsj_list .item .des {
    width: 100%;
    height: auto;
    line-height: 2;
    position: relative;
    font-size: 14px;
}

.dsj_list .item .des img {
    margin-bottom: 10px;
}

.dsj_list .item .year::after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #da2e34;
    content: '';
    position: absolute;
    right: -14px;
    top: 10px;
}

.dsj_list .item:nth-child(even) .year::after {
    right: auto;
    left: -14px;
    border-right: none;
    border-left: 6px solid #da2e34;
}

.dsj_list .item::before {
    width: 10px;
    height: 10px;
    background-color: #da2e34;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 10px;
    content: '';
    box-shadow: 0px 0px 10px rgba(116, 34, 34, .5);
}

.dsj_list .item:nth-child(even)::before {
    right: auto;
    left: -5px;
}

.intro_list.in ul {
    display: block;
}

.intro_list.in ul li {
    padding: 25px 0px;
}

.news_list {
    width: 100%;
    height: auto;
    position: relative;
}

.news_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list ul li {
    width: 48.5%;
    height: auto;
    position: relative;
    margin-right: 3%;
    margin-bottom: 1.5vw;
}

.news_list ul li:nth-child(even) {
    margin-right: 0;
}

.news_list ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news_list ul li a:hover {
    background: #da2e34;
    color: #fff;
}

.news_list ul li a .thum {
    width: 40%;
}

.news_list ul li a .info {
    width: calc(60% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0.5vw 0px;
}

.news_list ul li a .inner {
    padding-top: 70%;
}

.news_list ul li a .info .name {
    width: 100%;
    height: auto;
    line-height: 1.7;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.news_list ul li a .info .date {
    width: 95%;
    display: flex;
    position: relative;
    line-height: 25px;
    font-size: 12px;
}

.news_list ul li a:hover .info .date .txt,
.news_list ul li a:hover .info .date .rq {
    background: transparent;
}

.news_list ul li a .info .date .txt {
    width: 50px;
    height: auto;
    position: relative;
    background: #838383;
    color: #fff;
    text-align: center;
}

.news_list ul li a .info .date .rq {
    width: calc(100% - 50px);
    background: #f4f4f4;
    padding-left: 10px;
}

.list.in a .name {
    font-size: 20px;
    margin-bottom: 10px;
}

.list.in a {
    padding: 25px 15px;
    border-radius: 5px;
    background: #f9f9f9;
    border-bottom: none;
    margin-bottom: 25px;
}

.ft_list.in .ft_item {
    width: 32%;
    margin-right: 2%;
}

.ft_list.in .ft_item:nth-child(3n) {
    margin-right: 0%;
}

.ft_list.in .ft_item .inner {
    padding-top: 60%;
}

.cbw_list.in .inner {
    padding-top: 125%;
}

.cbw_list.in .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2vw;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
}

.cbw_list.in .item:nth-child(2n) {
    margin-right: 0%;
}

.msj.in .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 1vw;
}

.msj.in .item:nth-child(5n) {
    margin-right: 2%;
}

.msj.in .item:nth-child(4n) {
    margin-right: 0%;
}

.cbw_list.in .item .thum {
    width: 40%;
}

.cbw_list.in .item .info {
    width: 60%;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    background: transparent;
    color: #444444;
    text-align: left;
    padding: 0px 5%;
    border-radius: 0;
}

.cbw_list.in .item:hover .inner img {
    transform: scale(1.05);
}

.cbw_list.in .item:hover .info {
    color: #fff;
}

.cbw_list.in .item .info p {
    font-size: 16px;
}

.cbw_list.in .item .info b {
    margin-bottom: 5px;
}

.actives.in .item {
    width: 48.5%;
    margin-right: 3%;
}

.actives.in .item:nth-child(3n) {
    margin-right: 3%;
}

.actives.in .item:nth-child(2n) {
    margin-right: 0;
}

.actives.in .item:nth-child(n+4) {
    margin-bottom: 1.75vw;
}

.list.dl a .li_top {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.list.dl a .li_top .icon {
    width: 25px;
}

.list.dl a .li_top .li_r {
    width: calc(100% - 35px);
    margin-left: 10px;
    line-height: 25px;
    margin-bottom: 0;
}

.list.dl a .date {
    font-size: 14px;
}

.orga_list {
    width: 100%;
    height: auto;
    position: relative;
}

.orga_list .item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3vw;
}

.orga_list .item .top {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    background: #da2e34;
    color: #fff;
    padding: 10px 15px;
}

.orga_list .item .name {
    width: calc(100% - 200px);
    height: auto;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.orga_list .item .info {
    width: 100%;
    background: #f9f9f9;
    padding: 25px 15px;
    line-height: 1.7;
}

.orga_list .item a {
    width: auto;
    display: flex;
    align-items: center;
    color: #fff;
}

.orga_list .item a .icon {
    width: 25px;
    height: 25px;
    color: #da2e34;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    line-height: 25px;
    font-size: 16px;
}

.orga_list .item a .txt {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.art_search {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5vw;
}

.art_search input {
    width: 230px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    outline: none;
}

.at_box {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1vw 0px 3vw;
}

.at_box .img {
    width: 30%;
    height: auto;
    position: relative;
}

.at_box .img img {
    position: relative;
    z-index: 2;
}

.at_box .img::after {
    width: 70%;
    height: 0;
    padding-top: 100%;
    position: absolute;
    right: -15px;
    bottom: -15px;
    content: '';
}

.at_con {
    width: calc(70% - 70px);
}

.at_top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 1.5vw;
    align-items: center;
}

.at_top .name {
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.at_top span {
    padding: 0px 5px;
}

.at_btm {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 2;
}

.as_btn {
    background: #da2e34;
    color: #fff;
    line-height: 40px;
    text-align: center;
    width: auto;
    padding: 0px 15px;
    cursor: pointer;
}

.as_btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.warp_right.dp {
    width: 100%;
}

.about_box .left {
    width: 55%;
    padding: 5vw 0px;
}

.about_box .right {
    width: calc(40% - 30px);
    display: flex;
    position: relative;
}

.about_box .right img {
    width: 100%;
    height: 110%;
    position: absolute;
    left: 0;
    top: -10%;
}

.about_box {
    padding: 0;
    overflow: initial;
    background: #ededed;
}

@media screen and (max-width: 1660px) {
    .f3ItemBox .item {
        padding: 20px;
    }
    .f5Box2 .f3ItemBox .item {
        padding: 20px;
    }
    .f2LeftBox .item .thum .inner {
        padding-top: 125%;
    }
    .nav::before {
        width: 92%;
    }
}

@media screen and (max-width: 1440px) {
    .f1_box .left .f1Swiper .thum .inner {
        padding-top: 91%;
    }
    .f3ItemBox .item {
        padding: 16.3px 20px;
    }
    .f5Box2 .f3ItemBox .item {
        padding: 13px 20px;
    }
}

@media screen and (max-width: 1366px) {
    .f3ItemBox .item {
        padding: 15.2px 20px;
    }
    .f1_box .left .f1Swiper .thum .inner {
        padding-top: 96%;
    }
    .nav a,
    .rb_left .rb_name {
        font-size: 20px;
    }
    .common_title {
        font-size: 22px;
    }
    .common_title a {
        margin-right: 2.5vw;
    }
    .tj_list ul li a .info .name {
        font-size: 18px;
    }
    .tongzhiSwiper .swiper-slide .time {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .nav a,
    .rb_left .rb_name {
        font-size: 18px;
    }
    .toutiao a {
        font-size: 24px;
    }
    .toutiao .tt_tips,
    .plj_list ul li a .info .name,
    .rb_list a .name,
    .tj_list ul li a .info .name {
        font-size: 16px;
    }
    .tj_list ul li a .info .more {
        display: none;
    }
    .common_title {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    body,
    html {
        font-weight: normal;
    }
    .header>.w1400 {
        padding: 0;
        height: 60px;
    }
    #nav-icon2 span {
        background: #da2e34;
    }
    .nr {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
    }
    .header {
        height: auto;
        position: fixed;
        padding: 0px 3%;
        top: 0;
        z-index: 100;
        /* background: url(../images/img1.jpg) center center no-repeat; */
        background-size: cover;
    }
    .header::after {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
        content: '';
        z-index: 2;
    }
    .header .w1400 {
        width: 100%;
        z-index: 3;
        flex-wrap: wrap;
        align-items: center;
    }
    .w1400 {
        width: 90%;
    }
    .banner_box {
        margin-top: 60px;
    }
    .logo {
        width: 230px;
    }
    #nav-icon2 {
        display: block;
    }
    .search {
        width: 90%;
        height: auto;
        position: absolute;
        left: 5%;
        top: 85vh;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
        border: 1px solid rgba(0, 0, 0, .1);
    }
    .nav {
        height: 0px;
        position: fixed;
        left: 0px;
        top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        -webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
        flex-wrap: wrap;
        visibility: hidden;
        pointer-events: none;
        margin-right: 0%;
        z-index: 2;
        background: #fff;
        align-items: flex-start;
        margin-top: 0;
        overflow: hidden;
    }
    .nav.active {
        height: calc(100vh - 60px);
        visibility: visible;
        pointer-events: auto;
    }
    .search.active {
        transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
        opacity: 1;
        visibility: visible;
        top: 90vh;
    }
    .search input {
        width: calc(100% - 40px);
    }
    .banner .btn {
        display: none;
    }
    .banner_box {
        height: 40vw;
    }
    .banner ol li {
        width: 20px;
        height: 20px;
        margin: 0px 3px;
    }
    .banner ol li.active {
        background-position: -20px 0px;
    }
    .boxes {
        padding: 10vw 0px;
    }
    .dt_box .left {
        width: 100%;
        margin-bottom: 0vw;
    }
    .focus_swiper .inner {
        padding-top: 60%;
    }
    .common_title {
        line-height: 35px;
    }
    .focus_swiper .info {
        padding: 12px;
        padding-bottom: 17px;
    }
    .focus_swiper .info .des .sum {
        display: none;
    }
    .focus_swiper .info .date {
        display: none;
    }
    .focus_swiper .info .des {
        width: 100%;
    }
    .focus_swiper .info .des .name,
    .intro_list ul li a .info .top .name {
        text-overflow: initial;
        white-space: break-spaces;
        font-size: 16px;
        text-align: left;
        margin-bottom: 0;
        height: 50px;
        line-height: 25px;
    }
    .focus_swiper .swiper-pagination {
        bottom: 5px !important;
        right: 0px;
        width: 100%;
    }
    .swiper-pagination-bullet {
        /* border-radius: 0; */
    }
    .common_top {
        padding-bottom: 0;
        margin-bottom: 5vw;
    }
    .dt_box .right {
        width: 100%;
    }
    .common_title a {
        margin-right: 2vw;
    }
    .common_title {
        font-size: 4.5vw;
    }
    .common_more {
        font-size: 12px;
        width: auto;
    }
    .focus_swiper .swiper-button-next,
    .focus_swiper .swiper-button-prev {
        display: none;
    }
    .focus_swiper .swiper-pagination-bullet {
        margin: 0px 2px !important;
    }
    .intro_list ul li a .info .btm {
        display: none;
    }
    .intro_list ul li a {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    }
    .intro_list ul li a .info {
        width: calc(100% - 45px);
    }
    .platform {
        flex-wrap: wrap;
    }
    .platform .item {
        width: calc(50% - 7.5px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .platform .item:nth-child(2n) {
        margin-right: 0;
    }
    .platform .item .icon .i {
        width: 40px;
        height: 40px;
        background: url(../images/icons.png) 0px -40px no-repeat;
        background-size: auto 80px;
    }
    .platform .item:nth-child(2) .icon .i {
        background-position: -40px -40px;
    }
    .platform .item:nth-child(3) .icon .i {
        background-position: -80px -40px;
    }
    .platform .item:nth-child(4) .icon .i {
        background-position: -120px -40px;
    }
    .platform .item:nth-child(5) .icon .i {
        background-position: -160px -40px;
    }
    .platform .item:nth-child(2):hover .icon .i {
        background-position: -40px -0px;
    }
    .platform .item:nth-child(3):hover .icon .i {
        background-position: -80px -0px;
    }
    .platform .item:nth-child(4):hover .icon .i {
        background-position: -120px -0px;
    }
    .platform .item {
        padding: 3vw 0;
    }
    .platform .item .icon .i {
        margin-bottom: 5px;
    }
    .platform .item .txt {
        font-size: 14px;
    }
    .f_socal,
    .f_nav {
        display: none;
    }
    .copyright p {
        margin-right: 0;
    }
    .fl {
        width: 100%;
    }
    .intro_list ul li a .date b {
        font-size: 14px;
    }
    .ft_box,
    .cbw {
        width: 100%;
        margin-bottom: 10vw;
    }
    .ft_list .ft_item .info .btm {
        display: none;
    }
    .ft_list .ft_item .info .name {
        font-size: 14px;
        margin-bottom: 0;
    }
    .cbw_list .inner {
        padding-top: 120%;
    }
    .pl_box {
        width: 100%;
    }
    .pl_box .common_top {
        margin-bottom: 0;
    }
    .msj .item,
    .actives .item {
        width: calc(50% - 7.5px);
        padding: 0;
        background: transparent;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .msj .item:nth-child(5n),
    .actives .item:nth-child(3n) {
        margin-right: 15px;
    }
    .msj .item:nth-child(2n),
    .actives .item:nth-child(2n) {
        margin-right: 0px;
    }
    .msj.in .item:nth-child(5n),
    .msj.in .item:nth-child(2n) {
        margin-right: 2%;
    }
    .msj.in .item:nth-child(4n) {
        margin-right: 0%;
    }
    .msj .item .info {
        padding: 10px 0px;
    }
    .msj .item:nth-child(5) {
        display: none;
    }
    .actives .item .name {
        font-size: 14px;
        padding: 10px 0;
        height: 50px;
        line-height: 20px;
        text-overflow: initial;
        white-space: break-spaces;
        text-align: left;
    }
    .about_img,
    .about_right {
        width: 100%;
    }
    .about_img {
        margin-bottom: 5vw;
    }
    .about_menu {
        display: none;
    }
    .about_info {
        height: auto;
        font-size: 14px;
        line-height: 2;
    }
    .about_info p {
        margin-bottom: 5px;
    }
    .footer .top {
        display: none;
    }
    .list a {
        padding: 15px 0;
    }
    .about_img .inner {
        padding-top: 70%;
    }
    .footer {
        padding: 5vw 0px 3vw;
    }
    .about_box .common_top {
        display: flex;
    }
    .copyright {
        font-size: 3.1vw;
        flex-wrap: wrap;
        line-height: 1.7;
    }
    .nav ul {
        position: relative;
        top: 1vw;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px 5vw;
    }
    .nav ul li {
        width: 100%;
        color: #494949;
        padding: 0px 0vw;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        margin-left: 0;
    }
    .nav a {
        color: #444444;
        line-height: 55px;
        font-size: 16px;
    }
    .warp {
        padding-top: 60px;
    }
    .menu_left,
    .warp_right {
        width: 100%;
    }
    .nav ul li .secend {
        display: block;
        position: relative;
        top: 0px;
        height: auto;
        padding-top: 0px;
        line-height: 20px;
        opacity: 1;
        margin-top: 0px;
        width: calc(100% - 80px);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0px;
        left: 0;
        visibility: visible;
    }
    .nav ul li>a {
        width: 150px;
        line-height: 30px;
        padding: 10px 0px;
        text-align: left;
        font-size: 16px;
    }
    .nav::before {
        content: inherit;
    }
    .nav ul li .secend a {
        opacity: 1;
        font-size: 14px;
        width: auto;
        top: 0px;
        border-bottom: none;
        margin-right: 10px;
        font-weight: normal;
        padding: 0;
        line-height: 30px;
    }
    .nav ul li .secend::after {
        display: none;
    }
    .nav ul li:hover .secend {
        display: flex;
    }
    .menu_name {
        height: 100px;
    }
    .menu_list {
        display: none;
    }
    .warp_right {
        padding: 5vw 0;
        background: transparent;
    }
    .hambuer {
        margin-bottom: 5vw;
        font-size: 12px;
        display: none;
    }
    .hambuer a {
        padding: 0 5px;
    }
    .singePage p {
        margin-bottom: 10px;
    }
    .singePage {
        font-size: 14px;
    }
    .orga_list .item a .txt {
        font-size: 14px;
    }
    .orga_list .item a .icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .orga_list .item .name {
        width: calc(100% - 130px);
        font-size: 16px;
    }
    .orga_list .item .info {
        font-size: 14px;
        padding: 3vw;
    }
    .orga_list .item {
        margin-bottom: 5vw;
    }
    .dsj_list .item .year::after {
        display: none;
    }
    .dsj_list .item .year {
        font-size: 5vw;
    }
    .dsj_list .item .des {
        font-size: 12px;
        line-height: 1.7;
    }
    .news_list ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5vw;
    }
    .news_list ul li a .info .name {
        font-size: 15px;
    }
    #page li {
        width: 30px;
        line-height: 30px;
        font-size: 12px;
        margin: 0px 2px;
    }
    #page ul {
        justify-content: center;
    }
    .de_pate {
        padding-top: 100px;
    }
    .o_list a,
    .ndc_npnews .post_next,
    .ndc_npnews .post_prev {
        font-size: 14px;
    }
    .list.in a {
        padding: 0px 0;
        background: transparent;
        margin-bottom: 5vw;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 5vw;
    }
    .list.in a .name {
        font-size: 16px;
        text-overflow: initial;
        white-space: normal;
        margin-bottom: 5px;
    }
    .ft_list.in .ft_item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5vw;
        padding: 0;
        background: transparent;
    }
    .ft_list.in .ft_item:nth-child(3n) {
        margin-right: 0%;
    }
    .ft_list.in .ft_item:nth-child(2n) {
        margin-right: 0%;
    }
    .ft_list.in .ft_item .info .name {
        font-size: 16px;
    }
    .cbw_list.in .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5vw;
    }
    .cbw_list .item .info b {
        font-size: 6vw;
    }
    .cbw_list .item .info span {
        font-size: 12px;
    }
    #page {
        margin-top: 10vw;
    }
    .list.dl a .li_top .icon img {
        position: relative;
        top: 5px;
    }
    .as_btn {
        font-size: 14px;
        width: 60px;
        padding: 0px;
        text-align: center;
    }
    .art_search input {
        width: calc(100% - 60px);
        font-size: 14px;
    }
    .art_search {
        margin-bottom: 3vw;
    }
    .msj.in .item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 5vw;
    }
    .msj.in .item:nth-child(4n) {
        margin-right: 4%;
    }
    .msj.in .item:nth-child(2n) {
        margin-right: 0%;
    }
    .msj .item .info b {
        font-size: 16px;
    }
    .at_box .img {
        width: 100%;
    }
    .at_con {
        width: 100%;
        margin-top: 5vw;
    }
    .at_box .img::after {
        display: none;
    }
    .at_btm {
        font-size: 14px;
    }
    .at_top .name {
        font-size: 5vw;
    }
    .bannerSwiper {
        margin-top: 60px;
        height: auto;
    }
    .bannerSwiper .swiper-pagination {
        bottom: 3%;
    }
    .w1400.full {
        width: 100%;
    }
    .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0px 3px !important;
    }
    .tongzhi .tit {
        font-size: 16px;
        width: auto;
        height: auto;
        padding: 8px 12px;
    }
    .tongzhiSwiper {
        width: 80%;
        height: 30px;
        margin-top: 12px;
    }
    .tongzhiSwiper .swiper-slide {
        padding: 5px 0;
    }
    .tongzhiSwiper .swiper-slide .name {
        width: 70%;
        font-size: 14px;
    }
    .tongzhiSwiper .swiper-slide .time {
        font-size: 14px;
    }
    .tongzhiSwiper .swiper-slide::before {
        margin-top: 7px;
    }
    .toutiao .tt_tips,
    .plj_list ul li a .info .name,
    .rb_list a .name,
    .tj_list ul li a .info .name {
        font-size: 14px;
    }
    .dt_box .w1400 {
        width: 100%;
    }
    .tz_menu a::after {
        display: none;
    }
    .dt_box .right {
        padding: 10vw 5vw;
    }
    .common_title a {
        margin-right: 0;
    }
    .common_top .common_title {
        width: auto;
        justify-content: space-between;
    }
    .rb_left {
        width: 100%;
        padding: 5vw;
        margin-bottom: 5vw;
    }
    .tj_list ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 5vw;
    }
    .tj_list ul li:nth-child(even) {
        margin-right: 0;
    }
    .tj_list ul li a {
        background: transparent;
        flex-wrap: wrap;
        padding: 0;
    }
    .tj_list ul li a .info .mark {
        display: none;
    }
    .tj_list ul li a .info .name {
        height: auto;
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .tj_list ul li a .info .date {
        font-size: 12px;
        line-height: 1.2;
    }
    .tj_list ul li a .thum,
    .tj_list ul li a .info {
        width: 100%;
    }
    .rb_list a .btm {
        display: none;
    }
    .rb_list a {
        margin-bottom: 3vw;
    }
    .about_box .right {
        display: none;
    }
    .about_box .left {
        width: 100%;
        padding: 0;
    }
    .dt_box .common_top .common_title {
        width: 100%;
    }
    .intro_list ul li a .date {
        display: none;
    }
    .intro_list ul li a .name {
        width: 100%;
        font-size: 14px;
    }
    .intro_list ul li a {
        margin-bottom: 1vw;
        padding-bottom: 1vw;
        padding-left: 10px;
    }
    .intro_list ul li a::after {
        width: 4px;
        height: 4px;
        top: 13px;
    }
    .common_title {
        font-size: 16px;
    }
    .pl_box .common_top .common_title {
        flex-wrap: wrap;
        font-weight: normal;
        font-size: 14px;
        justify-content: start;
    }
    .pl_box .common_top .common_title a {
        width: 20%;
        font-size: 14px;
        line-height: 30px;
    }
    .pl_box {
        padding-top: 0;
    }
    .dt_box .left a {
        height: auto;
        width: 49%;
    }
    .dt_box .right {
        margin-bottom: 10vw;
    }
    .dt_box .left a .info {
        font-size: 16px;
    }
    .dt_box .left {
        padding: 0px 5vw;
    }
    .plj_list {
        padding: 0 5vw;
        margin-top: 5vw;
    }
    .pl_box .w1400 {
        width: 100%;
    }
    .plj_list ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 5vw;
    }
    .plj_list ul li:nth-child(even) {
        margin-right: 0%;
    }
    .plj_list ul li a {
        flex-wrap: wrap;
        background: transparent;
    }
    .plj_list ul li a .thum {
        width: 100%;
    }
    .plj_list ul li a .info {
        padding: 10px 0px 0px;
        width: 100%;
    }
    .plj_list ul li a .btm {
        line-height: 20px;
    }
    .plj_list ul li a .btm .zz {
        font-size: 12px;
        opacity: 0.6;
        margin-top: 5px;
    }
    .plj_list ul li a:hover {
        background: transparent;
        color: #444444;
        box-shadow: none;
    }
    .plj_list ul li a .btm .date {
        display: none;
    }
    .pl_box .common_top {
        background: #333333;
        color: #fff;
        padding: 5vw;
    }
    .pl_box .common_title a:hover,
    .pl_box .common_title a.active {
        color: #fff;
    }
    .pl_box .common_title a {
        color: rgba(255, 255, 255, .5);
    }
    .dt_box .left a .thum img {
        position: relative;
    }
    .search input {
        height: 40px;
        font-size: 14px;
    }
    .search .search_btn {
        height: 40px;
        line-height: 40px;
    }
    .bannerSwiper .swiper-slide {
        padding: 10vw 5vw;
    }
    .bannerSwiper .swiper-slide .tit {
        font-size: 20px;
    }
    .bannerSwiper .swiper-slide .des {
        font-size: 14px;
        text-align: left;
    }
    .f1_box .w1400 {
        display: block;
    }
    .f1_box .left {
        width: 100%;
    }
    .f1_box .left .f1Swiper .text {
        font-size: 16px;
        padding: 10px;
    }
    .f1_box .left .f1Swiper .swiper-pagination {
        bottom: 10px;
        right: 5px;
    }
    .f1_box .right {
        width: 100%;
        margin-top: 10vw;
    }
    .f1_box .right .itemBox .item {
        font-size: 14px;
    }
    .f1_box .right .itemBox:last-child {
        margin-bottom: 0;
    }
    .f2_box .w1400 {
        display: block;
    }
    .f2_box .left {
        width: 100%;
    }
    .f2LeftBox {
        flex-wrap: wrap;
    }
    .f2LeftBox .item .info {
        font-size: 14px;
        padding: 5px 0;
    }
    .f2_box .right {
        width: 100%;
        margin-top: 10vw;
    }
    .f2_box .right .f2rightBox .item {
        padding: 10px 0;
    }
    .f2_box .right .f2rightBox .item p {
        width: 40%;
        font-size: 16px;
        line-height: 12vw;
        /* top: -3.6vw; */
    }
    .f2_box .right .f2rightBox .item .icon {
        width: 12vw;
    }
    .f3_box .w1400 {
        display: block;
    }
    .f3Box.left {
        width: 100%;
    }
    .f3ItemBox .item .name {
        font-size: 14px;
    }
    .f3ItemBox .item .time {
        display: none;
    }
    .f3ItemBox .item {
        padding: 10px 15px;
    }
    .f3Box.right {
        width: 100%;
        margin-top: 10vw;
    }
    .f4ItemBox {
        flex-wrap: wrap;
    }
    .f4ItemBox .item .info {
        font-size: 14px;
        padding: 10px 0;
    }
    .f4ItemBox .item {
        width: 48%;
        padding: 5px;
    }
    .f5_box .w1400 {
        display: block;
    }
    .f5Box.right {
        width: 100%;
    }
    .f5ItemBox .item {
        padding: 10px 15px;
    }
    .f5ItemBox .item .name {
        width: 100%;
        font-size: 14px;
    }
    .f5ItemBox .item .time {
        display: none;
    }
    .f5Box.left {
        width: 100%;
        margin-top: 10vw;
    }
    .f6ItemBox {
        flex-wrap: wrap;
    }
    .f6ItemBox .item {
        width: 48%;
        padding: 5px;
    }
    .f6ItemBox .item .info {
        font-size: 14px;
        padding: 10px 0;
    }
    .f6ItemBox .item .info .mark {
        font-size: 16px;
    }
    .f6ItemBox .item .thum .inner {
        border-radius: 0 0 15px 15px;
    }
    .footerBox {
        display: block;
    }
    .footerRight {
        display: block;
        margin-top: 0;
    }
    .footerRight .serachBox .tit {
        width: auto;
        font-size: 14px;
        text-align: center;
    }
    .footerRight .serachBox {
        display: block;
        margin: 0 auto;
    }
    .footerRight .serachBox .serachBoxlist {
        margin: 10px auto;
    }
    .footerRight .serachBox .serachBoxlist .txt {
        font-size: 14px;
    }
    .qrcodeBox {
        justify-content: center;
        margin-top: 20px;
    }
    .qrcodeBox .qrcode {
        font-size: 14px;
        margin: 0 10px;
    }
    .news ul li a .thum {
        width: 170px;
    }
    .news ul li a .name {
        font-size: 16px;
    }
    .news ul li a .info {
        width: calc(100% - 180px);
    }
    .news ul li a .des {
        display: none;
    }
    .nav ul li:hover .secend {
        top: inherit;
    }
    .plj_list.in ul li a .thum {
        width: 170px;
    }
    .plj_list.in ul li a .info {
        width: calc(100% - 180px);
    }
    .plj_list.in ul li a .info .name {
        font-size: 16px;
    }
    .plj_list ul li a .btm .zz {
        font-size: 14px;
    }
    .copyright {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .copyright .footerText {
        display: block;
        text-align: center;
    }
    .index .f1 .swiper-button-next,
    .index .f1 .swiper-button-prev {
        display: none;
    }
    .plj_list {
        padding: 0;
        margin-top: 0;
    }
    .plj_list.in ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .plj_list.in ul li a .thum {
        width: 100%;
    }
    .plj_list.in ul li a .info {
        width: 100%;
    }
    .rb_list a {
        width: 47%;
    }
    .rb_list.in a {
        padding-bottom: 10px;
    }
    .rb_list a:nth-child(3n) {
        margin-right: 5%;
    }
    .rb_list a:nth-child(2n) {
        margin-right: 0;
    }
    .rb_list a .name {
        font-size: 16px;
    }
    .rb_list a .des {
        font-size: 14px;
    }
}