::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ee3f4d;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.layout {
    width: 1260px;
    margin: 0 auto;
}

.flex-bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .head-name {
            position: absolute;
            font-size: 20px;
            font-weight: 400;
            color: #FFFFFF;
            top: 50px;
            left: 60px;
        }
.head {
    width: 100%;
    height: 820px;
    background: url("../images/head-bg.png");
    background-size: 100% 100%;
    padding-top: 165px;
    box-sizing: border-box;
    margin-bottom: -100px;
}

.head .title {
    margin: 0 auto;
   	width: 1120px;
	height: 358px;
	background: url(/upload/images/2023/2/97b2e2205f036d46.png) no-repeat;
    background-size: 100% 100%;
}

.focusing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1260px;
    height: 130px;
    background: url("../images/focusing-bg.png");
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -50px;
    padding-left: 150px;
    padding-right: 50px;
    box-sizing: border-box;
}

.focusing .title {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focusing .title a {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DB000A;
}

.focusing .text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.banner {
    margin-top: 36px;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    color: #fff;
}

.banner .mask {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 40px;
    width: 100%;
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 10px 80px 10px 20px;
    /* background: rgba(0, 0, 0, 0.5); */
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 40px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
}

.banner .swiper-container {
    width: 1260px;
    height: 630px;
}

.banner .swiper-slide {
    position: relative;
    width: 1260px;
    height: 630px;
}

.banner .swiper-container img {
    width: 1260px;
    height: 630px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    right: 20px;
    left: inherit;
}

.banner .swiper-pagination {
    text-align: right;
}

.banner-new .swiper-button-next:after,
.banner-new .swiper-button-prev:after {
    color: #fff;
}

.banner-new .mask {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 40px;
    width: 100%;
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 10px 80px 10px 20px;
    /* background: rgba(0, 0, 0, 0.5); */
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.banner-new .swiper-button-next,
.banner-new .swiper-button-prev {
    width: 40px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
}

.banner-new .swiper-container {
    width: 600px;
    height: 360px;
}

.banner-new .swiper-slide {
    position: relative;
    width: 600px;
    height: 360px;
}

.banner-new .swiper-container img {
    width: 600px;
    height: 360px;
}

.banner-new .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-new .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    right: 20px;
    left: inherit;
}

.banner-new .swiper-pagination {
    text-align: right;
}

.column {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.column .nows,
.column .video-focusing {
    width: 600px;
}

.column .nows .title {
    background: url("../images/nows.png");
    background-size: 100% 100%;
}

.column .nows .list {
    margin-top: 30px;
}

.column .nows .item {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    margin-bottom: 6px;
    padding-left: 15px;
    box-sizing: border-box;
}
.column .nows .item1 {
    width: 100%;
   margin-bottom: 8px;
}
.column .nows .item1 .title1 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei;
  color: #4D4D4D;
    font-weight: 600;
    /* margin-bottom: 6px; */
    /* padding-left: 15px; */
    box-sizing: border-box;
    
}
.column .nows .item1 .content {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    margin-bottom: 6px;
    box-sizing: border-box;
    border-bottom: 1px dashed #D0D0D0;
     /* padding-left: 15px; */
    /* text-indent: 2em; */
}

.column .nows .item::before {
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 11px;
    background: url("../images/to-right.png");
    background-size: 100% 100%;
}

.column .video-focusing .title {
    background: url("../images/video-focusing.png");
    background-size: 100% 100%;
}

.column .video-focusing .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.column .video-focusing .item {
    width: 285px;
}

.column .video-focusing .video {
    width: 100%;
    height: 155px;
}

.column .video-focusing .text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding: 0 10px;
    color: #333333;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border: 1px solid #DCDCDC;
    border-top: none;
    line-height: 24px;
    padding: 10px;
}

.column .title {
    width: 100%;
    height: 35px;
}

.mt50 {
    margin-top: 50px;
}

.report .title {
    width: 100%;
    height: 124px;
    background: url("../images/report.png");
    background-size: 100% 100%;
}

.report .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    height: 510px;
    background: url("../images/box-bg.png");
    background-size: 100% 100%;
}

.report .box .list {
    position: relative;
    width: 594px;
    height: 450px;
    padding: 40px 0;
    padding-bottom: 50px;
    box-sizing: border-box;
    /* border: 1px solid #000; */
}

.report .box .item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.report .box .item .index {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #CCCCCC;
    border-radius: 50%;
    font-size: 20px;
    font-family: FZCuHeiSongS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
}

.report .box .item .text {
    flex: 1;
}

.report .box .item .active-index {
    background: #FAF5EF;
    color: #C80000;
}

.report .box .active-item {
    background: #C80000;
    color: #FFFFFF;
}

.report .box .before {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: url("../images/before.png");
    background-size: 100% 100%;
    cursor: pointer;
}

.report .box .next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 26px;
    height: 26px;
    background: url("../images/before.png");
    transform: rotate(180deg);
    background-size: 100% 100%;
    cursor: pointer;
}

.report .box .detail {
    display: flex;
    flex-direction: column;
    width: 580px;
    height: 440px;
    overflow: auto;
    padding: 20px 50px 40px 0;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.report .box .detail .to-detail {
    display: flex;
    justify-content: flex-end;
}

.report .box .detail .to-detail a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    width: 130px;
    height: 40px;
    background: #A70303;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.video-report {
    width: 100%;
    height: 926px;
    padding-top: 100px;
    background: url("../images/video-report-bg.png");
    background-size: 100% 100%;
    box-sizing: border-box;
}

.video-report .title {
    height: 133px;
    background: url("../images/video-report-title.png");
    background-size: 100% 100%;
    margin-top: 50px;
}

.video-report .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 20px 80px;
    height: 600px;
    margin-top: 50px;
    box-sizing: border-box;
}

#video-report-swiper {
    width: 950px;
    height: 310px;
}

.swiper-box {
    width: 1072px;
    position: relative;
    margin: 0 auto;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
    color: white;
    background: #e4d2b5;
    padding: 20px 8px;
}

#video-report-swiper .swiper-slide-prev {
    transform: translateX(185px) scale(0.8) !important;
}

#video-report-swiper .swiper-slide-next {
    transform: translateX(-185px) scale(0.8) !important;
}

#video-report-swiper .to-play {
    position: absolute;
    width: 44px;
    height: 44px;
    bottom: 30px;
    right: 20px;
    background: url("../images/to-play.png");
    background-size: 100% 100%;
}

#video-report-swiper .swiper-slide {
    position: relative;
    width: 465px;
    height: 310px;
    /* border: 1px solid red; */
}

#video-report-swiper img {
    width: 465px;
    height: 310px;
}

.video-report .other {
    display: flex;
    justify-content: space-around;
    padding: 0px 50px;
    box-sizing: border-box;
    margin-top: 35px;
}

.video-report .other .item {
    width: 233px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A38351;
}

.video-report .other .item .img {
    width: 100%;
    height: 156px;
    /* margin-bottom: 10px; */
}

.video-report .other .item .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A38351;
    line-height: 24px;
}

.swiper-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 22px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tushuo .title {
    height: 133px;
    background: url("../images/tushuo-title.png");
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.tushuo .list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tushuo .list .item {
    position: relative;
    width: 133px;
    height: 450px;
    overflow: hidden;
    transition: all 1.25s;
}

.tushuo .list .item img {
    width: 340px;
    height: 450px;
}

.tushuo .list .item .mask {
    position: absolute;
    padding: 10px;
    right: 0;
    top: 0;
    writing-mode: vertical-lr;
    width: 42px;
    max-height: 100%;
    color: white;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tushuo .list .item:hover,
.tushuo .list .active {
    width: 340px;
}

.guandian {
    margin-bottom: 64px;
}

.guandian .title {
    height: 133px;
    background: url("../images/guandian-title.png");
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.guandian .tab {
    display: flex;
    width: 600px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.guandian .tab .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    font-size: 30px;
    font-family: SourceHanSerifCN;
    font-weight: 800;
    color: #FFFFFF;
    background: #D9D9D9;
    border-radius: 40px;
    cursor: pointer;
}

.guandian .tab .active {
    width: 250px;
    height: 70px;
    padding-bottom: 10px;
    border-radius: 0;
    box-sizing: border-box;
    background: url("../images/gdrp-tab-bg.png") !important;
    background-size: 100% 100%;
}

.guandian .tab .item img {
    width: 140px;
    height: 34px;
}

.guandian .zjjd {
    width: 610px;
    height: 250px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
    border-top: 4px solid #C80000;
    box-sizing: border-box;
    overflow-y: auto;
}

.guandian .zjjd .sub-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C80000;
    line-height: 28px;
}

.guandian .zjjd .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 28px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guandian .mtpl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 600px;
}

.guandian .mtpl .item {
    width: 600px;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient( 108deg, #c0392b, rgba(156, 4, 7, 0.8));
    box-shadow: 0px 3px 11px 0px rgba(200, 0, 0, 0.36);
    color: #fff;
}

.column .dbfc {
    width: 624px;
}

.column .dbfc .title {
    width: 100%;
    height: 133px;
    background: url("../images/dbfc.png");
    background-size: 100% 100%;
}

.column .dbgx {
    width: 544px;
}

.column .dbgx .title {
    width: 100%;
    height: 133px;
    background: url("../images/dbgx.png");
    background-size: 100% 100%;
}

.column .dbgx .list {
    margin-top: 20px;
}

.column .dbgx .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    margin-bottom: 10px;
    padding-left: 15px;
    box-sizing: border-box;
}

.column .dbgx .item .text {
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.column .dbgx .item::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 11px;
    background: url("../images/to-right.png");
    background-size: 100% 100%;
}

#dbfc-swiper {
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

#dbfc-swiper .swiper-slide {
    position: relative;
    width: 320px;
    height: 220px;
}

#dbfc-swiper img {
    width: 320px;
    height: 220px;
}

.yjq {
    height: 536px;
    background: url("../images/footer-bg.png");
    background-size: 100% 100%;
}

.yjq .title {
    background: url("../images/footer-title.png");
    background-size: 100% 100%;
    height: 133px;
}

.yjq .content {
    display: flex;
    width: 1260px;
    height: 380px;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    padding: 10px 20px;
    padding-top: 40px;
    box-sizing: border-box;
}

.yjq .content .icon {
    width: 98px;
    height: 334px;
    background: url("../images/footer-icon.png");
    background-size: 100% 100%;
}

.yjq .content .list {
    margin-left: 40px;
    flex: 1;
}

.yjq .content .item {
    border-bottom: 1px dashed #666666;
    padding: 10px 0;
    line-height: 32px;
}

.yjq .content .item .name {
    font-weight: bold;
}

.footer {
    border-top: 4px solid #B30003;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    background: #F2F2F2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 34px;
}