
.main-width {
    width: 1280px;

}

.mian-auto {
    margin: 0 auto;
}

.top-img {
    width: 100%;
}

.top-img img {
    width: 100%;
    display: block;
}

.top-menu {
    /*background-color: #e42500;*/
}

.top-menu .menu-box {
    width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: -47px;
    position: relative;
    background-color: #e42500;
    display: grid;
    grid-template-rows: repeat(2, 1fr);  /* 2行 */
    grid-auto-flow: column;               /* 按列填充 */
    gap: 0px;
}

.top-menu .menu-box:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: #f1f1f1;
    content: '';
}

.top-menu .menu-box a.menu-item {
    font-size: 22px;
    color: #fff;
    padding: 11px 64px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}

.top-menu .menu-box a.menu-item:nth-child(2n) {
    color: #1D2129;
    background-color: #f1f1f1;
}

.top-menu .menu-box a.menu-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.top-menu .menu-box a.menu-item img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 2px;
    display: none;
}

.big-thumb-box {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
}

.big-thumb-box img {
    width: 100%;
    height: auto;
    display: block;
}

.headlines-container {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
}

.headlines-container .headlines-box {
    position: relative;
}

.headlines-container .headlines-box .headlines-title {
    text-align: center;
    background: rgba(31, 75, 187, 0.1);
    border-radius: 4px;
    min-height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    font-weight: 600;
    padding: 12px 55px 12px 20px;
}

.headlines-container .headlines-box .headlines-title a {
    color: #c90002;
}

.headlines-container .headlines-box .more {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 42px;
    line-height: 42px;
    background-color: #DBE3FF;
    color: #c90002;
    text-align: center;
    writing-mode: vertical-lr;
    border-radius: 0 6px 6px 0;
}

.little-headlines-box {
    text-align: center;
    margin-top: 20px;
}

.little-headlines-box a {
    display: inline-block;
    max-width: 21%;
    margin: 0 20px;
    font-size: 16px;
    line-height: 22px;
    color: #4E5969;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.little-headlines-box a.a-circle {
    padding-left: 20px;
}

.little-headlines-box a.a-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4E5969;
}

.little-headlines-box a:last-child {
    margin-right: 0;
}

.little-headlines-box a:first-child {
    margin-left: 0;
}

.little-headlines-box a:hover {
    color: #c90002;
}

.little-headlines-box a:hover.a-circle:after {
    background-color: #c90002;
}

.swiper-box {
    width: 868px;
    height: 488px;
    border-radius: 4px;
    overflow: hidden;
}

.swiper-box .swiper-slide {
    width: 868px;
    height: 488px;
    position: relative;
}

.swiper-box .swiper-slide:hover img {
    transform: scale(1.05);
}

.swiper-box .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.swiper-box .swiper-slide .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 141px;
    padding-right: 152px;
    padding-top: 39px;
    padding-left: 30px;
    background: linear-gradient(180deg, rgba(61, 61, 61, 0) 0%, rgba(0, 0, 0, 0.42) 53.65%, #292929 100%);
}

.swiper-box .swiper-pagination {
    text-align: left;
    padding-left: 30px;
    bottom: 33px !important;
    display: flex;
    width: 65% !important;
    align-items: center;
}

.swiper-box .swiper-pagination span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    margin-right: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.swiper-box .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.swiper-box .swiper-nav {
    position: absolute;
    right: 30px;
    bottom: 18px;
    z-index: 2;
}

.swiper-box .swiper-nav .swiper-prev, .swiper-box .swiper-nav .swiper-next {
    background: rgba(255, 255, 255, 0.15);
    width: 38px;
    height: 38px;
    border-radius: 7px;
    margin-left: 12px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.swiper-box .swiper-nav .swiper-prev img, .swiper-box .swiper-nav .swiper-next img {
    max-width: 9px;
    max-height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-container1 {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    background-color: #f1f1f1;
}

.main-container1 .main1-left {
    width: 868px;
    float: left;
}

.main-container1 .main1-right {
    float: right;
    width: 375px;
}

.main-container1 .main1-right .cate-title-style1 {
    padding-top: 20px;
    padding-right: 20px;
}

.main-container1 .main1-right .text-list-style div.text-item {
    margin-top: 22px;
    margin-right: 20px;
}

.main1-left-bottom {
    display: flex;
    margin-top: 24px;
}

.main1-left-bottom a {
    margin-right: 21px;
}

.main1-left-bottom a:last-child {
    margin-right: 0;
}

.main1-left-bottom a .img-box {
    width: 275px;
    height: 175px;
    border-radius: 4px;
    overflow: hidden;
}

.main1-left-bottom a .img-box:hover img {
    transform: scale(1.2);
}

.main1-left-bottom a .img-box img {
    height: 100%;
    width: 100%;
    transition: 1.5s;
}

.rated-box {
    height: 488px;
}

.notice-box {
    margin-top: 24px;
}

.notice-box .notice-scroll {
    margin-top: 18px;
    height: 135px;
    overflow: hidden;
}

.notice-box .notice-scroll .text-item {
    padding-top: 0;
    padding-bottom: 18px;
}

.cate-title-style1 {
    display: flex;
    line-height: 26px;
    justify-content: space-between;
    align-items: center;
}

.cate-title-style1 .tit {
    color: #c90002;
    position: relative;
    padding-left: 16px;
    font-size: 20px;
    font-weight: 500;
}

.cate-title-style1 .tit a {
    color: inherit;
}

.cate-title-style1 .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 18px;
    background-color: #c90002;
}

.cate-title-style1 a.more {
    padding-right: 14px;
    background-image: url("../image/more1.png");
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: right center;
    color: #999999;
    font-size: 14px;
}

.cate-title-style1 a.more:hover {
    color: #c90002;
}

.cate-title-style-bottom {
    border-bottom: 2px solid #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 53px;
}

.cate-title-style-bottom .tit {
    padding: 9px 12px 12px 12px;
    border-bottom: 5px solid #c90002;
    color: #c90002;
    font-size: 24px;
    font-weight: 600;
}

.cate-title-style-bottom .tit a {
    color: inherit;
}

.cate-title-style-bottom a.more {
    padding-right: 14px;
    background-image: url("../image/more1.png");
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: right 3px;
    color: #999999;
    font-size: 14px;
}

.cate-title-style-bottom a.more:hover {
    color: #c90002;
}

.cate-title-style-bottom.custom-jt a.more {
    background: none;
}

.cate-title-style-bottom.custom-jt a.more span {
    display: inline-block;
    transform: rotate(-45deg) translateY(-2px);
    color: inherit;
    margin-left: 2px;
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: inherit;
}

.text-list-style div.text-item {
    margin-top: 24px;
}

.text-list-style div.text-item a {
    display: block;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1D2129;
}

.text-list-style div.text-item a:hover {
    color: #c90002;
}

.circle-list-style div.text-item {
    padding-top: 18px;
}

.circle-list-style div.text-item a {
    display: block;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1D2129;
    padding-left: 18px;
    position: relative;
}

.circle-list-style div.text-item a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #c90002;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.circle-list-style div.text-item a:hover {
    color: #c90002;
}

.list-title-fixed .item-box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.list-title-fixed .item-box:hover img {
    transition: 1.5s;
    transform: scale(1.05);
}

.list-title-fixed .item-box img {
    width: 100%;
    height: 100%;
}

.list-title-fixed .item-box .tit {
    max-height: 85px;
    line-height: 25px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.list-title-fixed .item-box .tit a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-back-style {
    display: flex;
}

.list-back-style .item-box {
    background-color: #F6F6F6;
    width: 202px;
    height: 194px;
}

.list-back-style .item-box:first-child {
    margin-right: 11px;
}

.list-back-style .item-box:hover a.tit {
    color: #c90002;
}

.list-back-style .item-box:hover .img-box img {
    transform: scale(1.05);
}

.list-back-style .item-box .img-box {
    width: 202px;
    height: 114px;
    overflow: hidden;
}

.list-back-style .item-box .img-box img {
    width: 202px;
    height: 114px;
    border-radius: 4px 4px 0 0;
    transition: 1.5s;
}

.list-back-style .item-box a.tit {
    color: #1D2129;
    font-size: 18px;
    line-height: 25px;
    padding: 13px 7px 0 7px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-img-left-style .item-box {
    margin-top: 12px;
    display: flex;
}

.list-img-left-style .item-box:hover .img-box img {
    transform: scale(1.05);
}

.list-img-left-style .item-box:hover .text-info .tit {
    color: #c90002;
}

.list-img-left-style .item-box .img-box {
    width: 148px;
    height: 82px;
    border-radius: 4px;
    overflow: hidden;
}

.list-img-left-style .item-box .img-box img {
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.list-img-left-style .item-box .text-info {
    margin-left: 12px;
    width: 240px;
}

.list-img-left-style .item-box .text-info .tit {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1D2129;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-img-left-style .item-box .text-info .desc {
    color: #4E5969;
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-img-bottom-style {
    display: flex;
    flex-wrap: wrap;
}

.list-img-bottom-style .item-box {
    width: 304px;
    margin-right: 21px;
    margin-top: 12px;
}

.list-img-bottom-style .item-box .img-box {
    width: 100%;
    height: 170px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.list-img-bottom-style .item-box .img-box img {
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.list-img-bottom-style .item-box .tit {
    margin-top: 12px;
    color: #000000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
}

.list-img-bottom-style .item-box:nth-child(4n) {
    margin-right: 0;
}

.list-img-bottom-style .item-box:hover .img-box img {
    transform: scale(1.05);
}

.list-img-bottom-style .item-box:hover .tit {
    color: #c90002;
}

.main-container2 {
    overflow: hidden;
    width: 1280px;
    margin: 0 auto;
    margin-top: 42px;
}

.main-container2 .main2-left {
    float: left;
    width: 843px;
}

.main-container2 .main2-right {
    float: right;
    width: 400px;
}

.civilization-more {
    color: #f15a20;
}

.civilization-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.civilization-box .civilization-left {
    width: 415px;
}

.civilization-box .civilization-left .list-title-fixed .item-box {
    width: 415px;
    height: 242px;
}

.civilization-box .civilization-left .list-back-style {
    margin-top: 16px;
}

.civilization-box .civilization-right {
    width: 411px;
}

.civilization-box .civilization-right .circle-list-style {
    height: 242px;
}

.civilization-box .civilization-right .circle-list-style .text-item {
    padding-top: 24px;
}

.civilization-box .civilization-right .circle-list-style .text-item:first-child {
    padding-top: 12px;
}

.civilization-box .civilization-right .list-back-style {
    margin-top: 16px;
}

.aspiration-box .list-title-fixed .item-box {
    height: 227px;
    margin-top: 20px;
}

.aspiration-box .text-list-style .text-item {
    margin-top: 18px;
}

.aspiration-box .text-list-style .text-item a {
    line-height: 20px;
}

.main-container3 {
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
    margin: 0 auto;
    margin-top: 40px;
}

.main-container3 .cate-item-box {
    width: 400px;
    margin-top: 28px;
    margin-right: 40px;
}

.main-container3 .cate-item-box:nth-child(3n) {
    margin-right: 0;
}

.main-container3 .cate-item-box .text-list-style .text-item {
    margin-top: 18px;
}

.main-container3 .cate-item-box .text-list-style .text-item a {
    line-height: 20px;
}

.main-container4 {
    width: 1280px;
    margin: 0 auto;
    margin-top: 40px;
}

.main-container4 .cate-title-style-bottom {
    margin-bottom: 8px;
}

.main-container5 {
    width: 1280px;
    margin: 0 auto;
    margin-top: 40px;
}

.civilization-creation-tab {
    margin-top: 16px;
}

.civilization-creation-tab .civilization-tab-nav {
    display: flex;
}

.civilization-creation-tab .civilization-tab-nav span {
    width: 240px;
    height: 55px;
    line-height: 55px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    color: #fff;
    cursor: pointer;
}

.civilization-creation-tab .civilization-tab-nav span.active {
    font-size: 20px;
}

.civilization-creation-tab .civilization-tab-nav span.active b {
    display: inline-block;
}

.civilization-creation-tab .civilization-tab-nav span b {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    display: none;
    margin: 0 10px;
    transform: translateY(-3px);
}

.civilization-creation-tab .civilization-tab-nav span:first-child {
    background-color: #F15A20;
}

.civilization-creation-tab .civilization-tab-nav span:nth-child(2) {
    background-color: #E3394F;
}

.civilization-creation-tab .civilization-tab-nav span:nth-child(3) {
    background-color: #EFAA30;
}

.civilization-creation-tab .civilization-tab-nav span:nth-child(4) {
    background-color: #39C7B2;
}

.civilization-creation-tab .civilization-tab-nav span:nth-child(5) {
    background-color: #2875CE;
}

.civilization-creation-tab .civilization-tab-nav span:last-child {
    margin-right: 0;
}

.civilization-creation-tab .civilization-tab-container {
    margin-top: 16px;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item {
    display: flex;
    justify-content: space-between;
    display: none;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item.active {
    display: flex;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper {
    width: 410px;
    height: 222px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .swiper-slide {
    border-radius: 4px;
    overflow: hidden;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .swiper-slide:hover img {
    transform: scale(1.05);
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .swiper-slide img {
    width: 410px;
    height: 222px;
    transition: 1.5s;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .swiper-slide .tit {
    position: absolute;
    top: 51px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding: 0 16px;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .swiper-slide .tit a {
    display: block;
    padding-top: 118px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .civilization-prev {
    position: absolute;
    left: 0;
    top: 86px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 4px 4px 0;
    background-image: url("../image/left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 16px;
    width: 36px;
    height: 50px;
    cursor: pointer;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .civilization-next {
    position: absolute;
    right: 0;
    top: 86px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px 0 0 4px;
    background-image: url("../image/right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 16px;
    width: 36px;
    height: 50px;
    cursor: pointer;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .civilization-pagination {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    left: 16px;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .civilization-pagination span {
    opacity: 1;
    width: 30px;
    height: 3px;
    margin: 0;
    margin-right: 8px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .civilization-pagination span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .civilization-swiper .civilization-pagination span.swiper-pagination-bullet-active:after {
    width: 100%;
    transition: 0.3s;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .circle-list-style {
    width: 393px;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .circle-list-style .text-item {
    padding-top: 24px;
}

.civilization-creation-tab .civilization-tab-container .civilization-tab-item .circle-list-style .text-item:first-child {
    padding-top: 0;
}

.main-container6 {
    width: 1280px;
    margin: 0 auto;
    margin-top: 40px;
}

.main-container6 .video-container {
    display: flex;
    margin-top: 24px;
}

.main-container6 .video-container .big-video-box {
    width: 507px;
}

.main-container6 .video-container .big-video-box .video-thumb {
    width: 507px;
    height: 316px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.main-container6 .video-container .big-video-box .video-thumb img.thu {
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.main-container6 .video-container .big-video-box .video-thumb img.play-btn {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-container6 .video-container .big-video-box .video-thumb .bottom-con {
    position: absolute;
    height: 104px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 18px;
}

.main-container6 .video-container .big-video-box .video-thumb .bottom-con .pl-num {
    background-image: url("../image/pl-s.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 21px;
    color: #fff;
    font-size: 14px;
}

.main-container6 .video-container .big-video-box .video-thumb .bottom-con .dur {
    font-size: 13px;
    color: #fff;
}

.main-container6 .video-container .big-video-box .tit {
    margin-top: 8px;
}

.main-container6 .video-container .big-video-box .tit a {
    font-weight: 500;
    color: #1D2129;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.main-container6 .video-container .big-video-box:hover img.thu {
    transform: scale(1.05);
}

.main-container6 .video-container .big-video-box:hover .tit a {
    color: #c90002;
}

.main-container6 .video-list-box {
    width: calc(100% - 507px);
    display: flex;
    flex-wrap: wrap;
    margin-top: -14px;
}

.main-container6 .video-list-box .video-item {
    width: 246px;
    margin-left: 11px;
    margin-top: 14px;
}

.main-container6 .video-list-box .video-item .video-thumb {
    height: 136px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.main-container6 .video-list-box .video-item .video-thumb img.thu {
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.main-container6 .video-list-box .video-item .video-thumb img.play-btn {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-container6 .video-list-box .video-item .video-thumb .bottom-con {
    position: absolute;
    height: 45px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 8px;
}

.main-container6 .video-list-box .video-item .video-thumb .bottom-con .pl-num {
    background-image: url("../image/pl-s.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 21px;
    color: #fff;
    font-size: 14px;
}

.main-container6 .video-list-box .video-item .video-thumb .bottom-con .dur {
    font-size: 13px;
    color: #fff;
}

.main-container6 .video-list-box .video-item .tit {
    margin-top: 8px;
    width: 100%;
}

.main-container6 .video-list-box .video-item .tit a {
    color: #1D2129;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.main-container6 .video-list-box .video-item:hover img.thu {
    transform: scale(1.05);
}

.main-container6 .video-list-box .video-item:hover .tit a {
    color: #c90002;
}

.brilliant-container {
    background-image: url("../image/jcsj.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 436px;
    margin-top: 50px;
}

.brilliant-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(205, 210, 255, 0.2) 0%, rgba(255, 205, 205, 0.152) 100%);
    z-index: -1;
}

.brilliant-container .main-container7 {
    width: 1280px;
    margin: 0 auto;
}

.brilliant-container .brilliant-top-title {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.brilliant-container .brilliant-top-title span {
    color: #c90002;
    font-weight: 500;
    font-size: 32px;
    display: inline-block;
    margin: 0 20px;
}

.brilliant-container .brilliant-top-title span a {
    color: inherit;
}

.brilliant-container .brilliant-top-title .line-left {
    width: 224px;
    height: 4px;
    background: linear-gradient(270deg, #c90002 -1.34%, rgba(31, 75, 187, 0) 100%);
    position: relative;
    margin-top: 19px;
}

.brilliant-container .brilliant-top-title .line-left::after {
    position: absolute;
    right: -7px;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c90002;
    content: '';
}

.brilliant-container .brilliant-top-title .line-right {
    width: 224px;
    height: 4px;
    background: linear-gradient(90deg, #c90002 -1.79%, rgba(31, 75, 187, 0) 96.21%);
    position: relative;
    margin-top: 19px;
}

.brilliant-container .brilliant-top-title .line-right::after {
    position: absolute;
    left: -7px;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c90002;
    content: '';
}

.brilliant-container .brilliant-swiper {
    margin-top: 54px;
    width: 1280px;
    padding-bottom: 10px;
}

.brilliant-container .brilliant-swiper .swiper-slide {
    width: 221px;
    height: 247px;
    background: #f4f4f4;
}

.brilliant-container .brilliant-swiper .swiper-slide:hover .img img {
    transform: scale(1.05);
}

.brilliant-container .brilliant-swiper .swiper-slide .img {
    width: 221px;
    height: 148px;
    overflow: hidden;
}

.brilliant-container .brilliant-swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: 1.5s;
}

.brilliant-container .brilliant-swiper .swiper-slide .tit {
    font-size: 18px;
    color: #1D2129;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 12px 12px 0 12px;
}

.brilliant-container .brilliant-swiper .swiper-slide .desc {
    font-size: 16px;
    line-height: 22px;
    color: #4E5969;
    margin: 6px 12px 12px 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.brilliant-container .brilliant-swiper .swiper-slide:hover {
    background-color: #c90002;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}

.brilliant-container .brilliant-swiper .swiper-slide:hover .tit, .brilliant-container .brilliant-swiper .swiper-slide:hover .desc {
    color: #fff;
}

.brilliant-container .brilliant-swiper .brilliant-next {
    position: absolute;
    right: 0;
    top: 81px;
    border-radius: 10px 0 0 10px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../image/right.png");
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: auto 16px;
    z-index: 1;
    width: 31px;
    height: 73px;
    cursor: pointer;
}

.brilliant-container .brilliant-swiper .brilliant-prev {
    position: absolute;
    left: 0;
    top: 81px;
    border-radius: 0 10px 10px 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../image/left.png");
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: auto 16px;
    z-index: 1;
    width: 31px;
    height: 73px;
    cursor: pointer;
}

.main-container7 {
    width: 1280px;
    margin: 0 auto;
    margin-top: 27px;
}

.main-container7 .visual-container {
    display: flex;
    margin-top: 26px;
}

.main-container7 .visual-container .item-box {
    width: 110px;
    height: 340px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    background-color: #d6e8ff;
    margin-right: 1px;
}

.main-container7 .visual-container .item-box:last-child {
    margin-right: 0;
}

.main-container7 .visual-container .item-box ::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(31, 75, 187, 0.5);
    z-index: 2;
}

.main-container7 .visual-container .item-box .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.25);*/
    /*transition: 0.5s;*/
}

.main-container7 .visual-container .item-box.active {
    width: 836px;
    /*transition: 0.5s;*/
}

.main-container7 .visual-container .item-box.active::after {
    display: none;
}

.main-container7 .visual-container .item-box.active .sort-num {
    display: none;
}

.main-container7 .visual-container .item-box.active .text-info {
    display: block;
}

.main-container7 .visual-container .item-box.active .shadow {
    opacity: 0;
    z-index: -1;
}

.main-container7 .visual-container .item-box.active .m-name {
    position: absolute;
    left: 510px;
    right: 0;
    top: 0;
    color: #c90002;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    display: block;
}

.main-container7 .visual-container .item-box:not(.active) .m-name {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}

.main-container7 .visual-container .item-box .img {
    width: 510px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-container7 .visual-container .item-box .img img {
    width: 100%;
    height: 100%;
}

.main-container7 .visual-container .item-box .text-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 510px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
    padding: 8px;
}

.main-container7 .visual-container .item-box .text-list-style {
    margin-left: 510px;
    padding: 50px 15px 0 15px;
}

.main-container7 .visual-container .item-box .text-info .tit {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
}

.main-container7 .visual-container .item-box .text-info .desc {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    color: #fff;
    height: 77px;
}

.main-container7 .visual-container .item-box .sort-num {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.main-container7 .visual-container .item-box .sort-num span {
    font-size: 36px;
    font-weight: 500;
    transform: translateY(6px);
}

.main-container7 .visual-container .item-box .sort-num em {
    font-style: normal;
    transform: translateY(2px);
}

.main-container8 {
    width: 1280px;
    margin: 0 auto;
}

.outside-container {
    margin-top: 30px;
}

.outside-container .outside-tab-nav {
    height: 44px;
    display: flex;
    background-color: #F4F4F4;
}

.outside-container .outside-tab-nav span {
    padding: 7px 16px 11px 16px;
    color: #1D2129;
    font-size: 20px;
    line-height: 26px;
    margin-right: 30px;
}

.outside-container .outside-tab-nav span.active, .outside-container .outside-tab-nav span:hover {
    color: #c90002;
    border-bottom: 4px solid #c90002;
    cursor: pointer;
}

.outside-container .outside-tab-box {
    margin-top: 20px;
}

.outside-container .outside-tab-box .outside-tab-item {
    display: none;
}

.outside-container .outside-tab-box .outside-tab-item.active {
    display: block;
}

.outside-container .outside-tab-box .outside-tab-item a {
    font-size: 18px;
    line-height: 40px;
    color: #c90002;
    margin-right: 30px;
    display: inline-block;
}

.outside-container .outside-tab-box .outside-tab-item a:nth-last-child(1) {
    margin-right: 0;
}

footer.footer {
    background-color: #c90002;
    padding: 70px 0;
    margin-top: 40px;
}

.footer-container {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-container .footer-left {
    max-width: 70%;
}

.footer-container .info-box {
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
}

.footer-container .info-box a {
    color: #fff;
}

.footer-container .codeimg-box img {
    width: 95px;
    height: 95px;
    margin-right: 24px;
}

.footer-container .codeimg-box img:last-child {
    margin-right: 0;
}

.breadcurumb-box {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.breadcurumb-box a {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4E5969;
}

.breadcurumb-box a.active {
    color: #1D2129;
    font-weight: 600;
}

.breadcurumb-box a:hover {
    color: #c90002;
}

.breadcurumb-box b {
    padding: 0 4px;
    width: 12px;
    height: 12px;
    background: url("../image/fgf.png") no-repeat;
    background-size: 100% 100%;
}

.list-container {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.list-container .list-left {
    float: left;
    width: 854px;
    margin-top: 14px;
}

.list-container .list-right {
    float: right;
    width: 400px;
    margin-top: 60px;
}

.list-container .list-right .illustration-box .img-box {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.list-container .list-right .illustration-box .img-box img {
    width: 400px;
    height: auto;
    transition: 1s;
}

.list-container .list-right .illustration-box .img-box:hover img {
    transform: scale(1.05);
}

.list-container .list-right .cate-title-style-bottom {
    margin-top: 24px;
}

.list-container .list-right .text-list-style .text-item {
    margin-top: 18px;
}

.list-container .list-right .text-list-style .text-item a {
    line-height: 20px;
}

.list-container .list-right .list-img-left-style .item-box {
    margin-top: 20px;
}

.line-back {
    width: 100%;
    height: 4px;
    background: #F1F1F1;
}

.list-news-box .item-box {
    border-bottom: 1px solid #E5E6EB;
    padding-top: 20px;
    padding-bottom: 16px;
}

.list-news-box .item-box .tit a {
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    display: block;
}

.list-news-box .item-box .tit a:hover {
    color: #c90002;
}

.list-news-box .item-box .info {
    color: #4E5969;
    margin-top: 16px;
}

.list-news-box .item-box .info span {
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.content-container {
    width: 1280px;
    margin: 0 auto;
    margin-top: 25px;
    word-break: break-all;
}

.content-container .content-top {
    margin-top: 50px;
}

.content-container .content-top .tit {
    text-align: center;
    font-weight: 500;
    font-size: 42px;
    line-height: 59px;
}

.content-container .content-top .info {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}

.content-container .content-top .info span {
    margin-right: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #4E5969;
}

.content-container .line-back {
    height: 10px;
}

.content-container .content-con {
    color: #1D2129;
    line-height: 28px;
    margin-top: 18px;
}

.content-container .content-con img, .content-container .content-con video, .content-container .content-con audio, .content-container .content-con iframe {
    max-width: 100%;
}

.content-container .content-author {
    margin-top: 40px;
    color: #1D2129;
}

.picture-main {
    margin-top: 18px;
}

.mian-qxwm {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.mian-qxwm .qxwm-area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15.8px;
    margin-right: -15.8px;
}

.mian-qxwm .qxwm-area a {
    border-radius: 6px;
    padding: 13px 33px;
    color: #fff;
    font-size: 20px;
    background: #2EC060;
    margin-left: 15.8px;
    margin-top: 23px;
}

.mian-qxwm .qxwm-area .a_1 {
    background: #F15A20;
}

.mian-qxwm .qxwm-area .a_2 {
    background: #E3394F;
}

.mian-qxwm .qxwm-area .a_3 {
    background: #EFAA30;
}

.mian-qxwm .qxwm-area .a_4 {
    background: #39C7B2;
}

.mian-qxwm .qxwm-area .a_5 {
    background: #5883D7;
}

.mian-qxwm .qxwm-area .a_6 {
    background: #E3399F;
}

.mian-qxwm .qxwm-area .a_7 {
    background: #E28630;
}

.mian-qxwm .qxwm-area .a_8 {
    background: #2EC060;
}

.mian-qxwm .qxwm-area .a_9 {
    background: #4E54E1;
}

.page {
    height: 70px;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-size: 12px;
}

.page a {
    display: inline-block;
    padding: 0 12px;
    vertical-align: top;
    letter-spacing: normal;
    color: #fff;
    background: #bbb;
    margin: 0 2px;
}

.page i {
    margin: 0 2px;
}

.page a:hover {
    background: #666;
}

.page .now {
    cursor: default;
    background: #666;
}

.page .disable {
    cursor: default;
}

.page .disable:hover {
    background: #bbb;
}

/*# sourceMappingURL=index.css.map */

.attachments {
    width: 100%;
    margin: 20px auto;
    overflow: hidden
}

.attachments label {
    font-weight: bold;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    display: block
}

.attachments ul {
    list-style: none;
    border: 1px solid #eee;
    padding: 0
}

.attachments ul li {
    border-bottom: 1px solid #EEE;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
}

.attachments ul li:last-child {
    border-bottom: none;
}

.attachments .attach-item .attach-size {
    font-size: 14px;
    color: #CCC;
    float: right !important;
}

.attachments .attach-download {
    display: inline-block;
    width: 40%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.attachments .attach-download:hover {
    color: #0672c5;
}

.attachments .icon-filetype {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(images/filetype.png);
    float: left;
    margin-right: 10px;
    margin-top: 13px;
}

.attachments .icon-filetype-excel {
    background-position: 0px 0;
}

.attachments .icon-filetype-other {
    background-position: -18px 0;
}

.attachments .icon-filetype-img {
    background-position: -36px 0;
}

.attachments .icon-filetype-ppt {
    background-position: -54px 0;
}

.attachments .icon-filetype-word {
    background-position: -72px 0;
}

.attachments .icon-filetype-zip {
    background-position: -90px 0;
}

.attachments .icon-filetype-psd {
    background-position: -108px 0;
}

.main-container3.two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.main-container3.two .cate-item-box {
    width: auto;
    margin-right: 0;
}

.mt-30 {
    margin-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.wemingcj-list-box {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.wemingcj-list-box .text-list-style div.text-item {
    margin-top: 18px;
}

.wenmingshijian-box {
    display: flex;
    justify-content: space-between;
}

.wenmingshijian-box .aspiration-box {
    width: 400px;

}

.wenmingshijian-box .aspiration-box .list-title-fixed .item-box {
    margin-top: 30px;
}

.wenmingshijian-box .wenmingshijian-left {
    width: calc(100% - 440px);
    margin-top: 30px;
}

.wenming-list-2 {
    /*display: grid;*/
    /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
    /*gap: 40px;*/
}

.wenming-list-2 .cate-item-box {
    margin-top: 11px;
}

.wenming-list-2 .text-list-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wenming-list-2 .text-list-style .text-item {
    width: 48%;
}

.main1-swiper a .img-box img {
    height: 175px;
    width: 100%;
}

.wenmingpeiyu-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    margin-top: 24px;
}

.wenmingshijian-box .case-swiper {
    margin-top: 20px;
}

.wenmingshijian-box .case-swiper .swiper-slide {
    background-color: #fff;
    height: 180px;
    background-color: #f4f4f4;
}

.wenmingshijian-box .case-swiper .swiper-slide .img {
    width: 100%;
}

.wenmingshijian-box .case-swiper .swiper-slide .img a {
    width: 100%;
    display: inline-block;
}

.wenmingshijian-box .case-swiper .swiper-slide .img a img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.wenmingshijian-box .case-swiper .swiper-slide .tit {
    font-size: 16px;
    color: #1D2129;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    padding-top: 5px;
}

.wenmingshijian-box .case-swiper .swiper-slide .desc {
    font-size: 16px;
    line-height: 22px;
    color: #4E5969;
    margin: 6px 12px 12px 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wenmingshijian-box .case-swiper .case-next {
    position: absolute;
    right: 0;
    top: 68px;
    border-radius: 10px 0 0 10px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../image/right.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: auto 16px;
    z-index: 1;
    width: 20px;
    height: 60px;
    cursor: pointer;
}

.wenmingshijian-box .case-swiper .case-prev {
    position: absolute;
    left: 0;
    top: 68px;
    border-radius: 0 10px 10px 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../image/left.png");
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: auto 12px;
    z-index: 1;
    width: 20px;
    height: 60px;
    cursor: pointer;
}

.wenmingshijian-box .wenmingshijian-left .wenming-list-2 {
    margin-top: 20px;
}

.wenmingshijian-box .wenmingshijian-left .text-list-style div.text-item {
    margin-top: 18px;
}

.main1-swiper .main1-next {
    position: absolute;
    right: 0;
    top: 61px;
    border-radius: 10px 0 0 10px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../image/right.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: auto 16px;
    z-index: 1;
    width: 20px;
    height: 60px;
    cursor: pointer;
}

.main1-swiper .main1-prev {
    position: absolute;
    left: 0;
    top: 61px;
    border-radius: 0 10px 10px 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../image/left.png");
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: auto 12px;
    z-index: 1;
    width: 20px;
    height: 60px;
    cursor: pointer;
}
