﻿.content{max-width: 1200px; box-sizing: border-box;  margin: 0px auto;width:100%;}
.maodian{height: 0px;transform: translateY(-128px);}
.con_detail{
    font-family: 宋体!important;font-size: 18px;color: #333;line-height: 2em;

}
.con_detail p{background: none!important;}
.con_detail p,.detail_box span{ font-family: 宋体!important;font-size: 18px; color: #333;}
.con_detail img{max-width: 100%;height: auto!important;}
.con_detail video{max-width: 100%;height: auto!important;}
.con_detail table{max-width: 100%;}
.con_detail iframe{max-width: 100%;}

.pub_top{padding: 30px 0px;}
.pub_top .content{display: flex;justify-content: space-between;align-items: center;}

.pub_top .logo{height: 89px;}
.pub_top .logo img{width:auto;height: 100%;display: block;}
.pub_top .search_box{width:58px;height: 58px;display: flex;justify-content: center;align-items: center;background: #a22135;border-radius: 50%;}
.pub_top .search_box i{color: #fff;font-size: 20px;}

.pub_nav{background: #8a182a;}
.pub_nav .nav_box{display: flex;justify-content: center;}
.pub_nav .nav_box .nav_item{width: 160px;position: relative;}
.pub_nav .nav_box .nav_item .title{
    font-size: 18px;color: #fff;font-weight: bold; text-align: center;display: block;
    height: 74px;line-height: 74px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.pub_nav .nav_box .nav_item.on .title{ background: #761a29;}
.pub_nav .nav_box .nav_item:hover .title{background: #761a29;}

.pub_nav .nav_box .nav_item .sub_nav_box{transition: all linear 320ms; visibility: hidden;opacity: 0;filter:alpha(opacity=0); position: absolute;top: 120%; left: 50%;transform: translateX(-50%); padding-top: 15px;white-space: nowrap;}
.pub_nav .nav_box .nav_item .sub_nav_box .box{background: #fff;padding: 20px;box-shadow: 0px 0px 15px rgba(0,0,0,0.3);border-radius: 10px;position: relative;}
.pub_nav .nav_box .nav_item .sub_nav_box .box::after{
    content: "";width: 0px;height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;top: -8px;left: 50%;transform: translateX(-50%);
}
.pub_nav .nav_box .nav_item:hover .sub_nav_box{visibility: visible;opacity: 1;filter:alpha(opacity=100);top: 100%;}

.pub_nav .nav_box .nav_item .sub_nav_box .box a{display: block;font-size: 16px;color: #333;line-height: 2em;}
.pub_nav .nav_box .nav_item .sub_nav_box .box a:hover{color: #8a182a;}

.in_box_1{background: #f8f8f8;padding-top:28px;padding-bottom: 69px;}
.slogan_box img{width: 100%;display: block;margin-bottom: 44px;}

.in_news_box{display: flex;justify-content: space-between;}
.in_news_box .left_box{width: 632px;}
.in_news_box .right_box{width: 534px;}

.in_news_swiper .swiper-slide{width: 100%;height: 443px;position: relative;}
.in_news_swiper .swiper-slide a{width: 100%;height: 100%;display: block;position: relative;}
.in_news_swiper .swiper-slide img{width: 100%;height: 100%;display: block;object-fit: cover;position: relative;}
.in_news_swiper .swiper-slide a::before{content: "";width: 100%;height: 200px;background: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));position: absolute;z-index: 1; bottom: 0px;left: 0px;}
.in_news_swiper .swiper-slide .title{padding: 30px 20px;font-size: 16px;color: #fff;position: absolute;bottom: 0px;left: 0px;text-align: right;width: 100%;box-sizing: border-box;z-index: 2;}
.in_news_swiper .swiper-button-prev, .in_news_swiper .swiper-button-next{
    width: 52px;height: 52px;background-color: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;
    z-index: 3;
}
.in_news_swiper .swiper-button-prev i, .in_news_swiper .swiper-button-next i{
    font-size: 16px;color: #333;
}
.swiper-button-next:after,.swiper-button-prev:after{display: none;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 0.8;}


.in_dstz .top_box{display: flex;justify-content: space-between;border-bottom: 1px solid #d2d2d2;margin-bottom: 15px;line-height: 40px;}
.in_dstz .top_box .title{padding-bottom: 15px; font-size: 26px;color: #a22135;position: relative;padding-right: 10px;}
.in_dstz .top_box .title::after{
    content: "";width: 100%;height: 3px;background: #a22135;position: absolute;bottom: -1px;left: 0px;
}
.in_dstz .top_box .more{font-size: 14px;color: #838383;line-height: 40px;}
.in_dstz .list_box .list_item .title{font-size: 18px;color: #333333;padding: 10px 0px;padding-left: 14px;padding-right: 100px;display: block;line-height: 35px;position: relative;transition: all 200ms linear;}
.in_dstz .list_box .list_item .title::after{content: "";width:8px;height: 8px;background: #d0d0d0;border-radius: 50%;position: absolute;top: 50%;left: 0px;transform: translateY(-50%);transition: all 200ms linear;}
.in_dstz .list_box .list_item .time{color: #666;font-size: 14px; width: 100px;text-align: right;position: absolute;top: 50%;right: 0px;transform: translateY(-50%);font-weight: normal;transition: all 200ms linear;}
.in_dstz .list_box .list_item:hover .title{color: #a22135;font-weight: bold;}
.in_dstz .list_box .list_item:hover .time{color: #333333;}
.in_dstz .list_box .list_item:hover .title::after{background: #a22135;}


.in_box_2{padding-top: 40px;padding-bottom: 60px;background: #fff;}
.in_box_2 .top_box{line-height: 32px;display: flex;justify-content: space-between;border-bottom: 1px solid #d2d2d2;margin-bottom: 55px;}
.in_box_2 .top_box .title{padding-bottom: 20px;font-size: 26px;color: #a22135;position: relative;padding-right: 10px;}
.in_box_2 .top_box .title::after{content: "";width: 100%;height: 3px;background: #a22135;position: absolute;bottom: -1px;left: 0px;}
.in_box_2 .top_box .more{font-size: 14px;color: #838383;line-height: 40px;}

.in_box_2 .list_box{
    display: grid;grid-template-columns: repeat(3,1fr);gap: 23px;
}
.in_box_2 .list_box .list_item a{background: #a22135;display: flex;justify-content: center;align-items: center;height: 139px; text-align: center;}
.in_box_2 .list_box .list_item .title{font-size: 38px;font-style: italic;font-weight: bold;color: #fff;line-height: 50px;}
.in_box_2 .list_box .list_item .desc{font-family: Arial-BoldMT;font-size: 17px;line-height: 22px; color: #fff;}

.in_box_3{background: url(../images/dsfc_bg.jpg) center no-repeat;background-size: cover;padding-top: 30px;padding-bottom: 50px;}
.in_box_3 .top_box{line-height: 32px;display: flex;justify-content: space-between;border-bottom: 1px solid #d2d2d2;margin-bottom: 55px;}
.in_box_3 .top_box .title{padding-bottom: 20px;font-size: 26px;color: #a22135;position: relative;padding-right: 10px;}
.in_box_3 .top_box .title::after{content: "";width: 100%;height: 3px;background: #a22135;position: absolute;bottom: -1px;left: 0px;}
.in_box_3 .top_box .more{font-size: 14px;color: #838383;line-height: 40px;}


#in_dsfc_swiper .swiper-slide{position: relative;overflow: hidden;}
.dsfc_item{position: relative;}
.dsfc_item img{width: 100%;height: 193px;display: block;object-fit: cover;padding-bottom: 23px;}
.dsfc_item .title{
    font-size: 16px;color: #fff;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);
    padding: 0px 10px;box-sizing: border-box;text-align: center;
    background-color: #a22135;width: calc(100% - 52px);position: absolute;line-height: 46px;height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
#in_dsfc_swiper .swiper-pagination{position: static;margin-top: 60px;}
#in_dsfc_swiper .swiper-pagination span{width: 13px;height: 13px;opacity: 1;background-color: #cacaca;margin: 0px 6px;}
#in_dsfc_swiper .swiper-pagination span.swiper-pagination-bullet-active{background: #a22135;}

.pub_foot{
    background: #333333;padding-top: 50px;
}
.pub_foot .box_1{
    display: flex;
    justify-content: space-between;align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #585858;
}
.pub_foot .box_1 .nav_box{display: flex;}
.pub_foot .box_1 .nav_box .nav_item:first-child{margin-left: 0px;}
.pub_foot .box_1 .nav_box .nav_item{font-size: 18px;color: #fff;font-weight: bold;margin-left: 50px;}
.pub_foot .box_2{
    padding: 40px 0px;
    display: flex;justify-content: space-between;align-items: center;
}
.pub_foot .box_2 .cord_box{font-size: 14px;color: #ffffff;line-height: 29px;}
.pub_foot .box_2 .support_box{font-size: 14px;color: #ffffff;opacity: 0.5;}
.pub_foot .box_2 a{color: inherit;}

/* 大赛页面 */
.race_ctg_box{display: flex;justify-content: center;align-items: center;padding-bottom: 35px;}
.race_ctg_wrap{position: relative;}
.race_ctg_wrap>.title{padding: 25px; background: #ededed;border-radius: 10px;display: flex;align-items: center; justify-content: space-around;gap: 60px;cursor: pointer;}
.race_ctg_wrap>.title .tit{font-size: 16px;color: #333333;}
.race_ctg_wrap>.title .fa{font-size: 18px;color: #333;}
.race_ctg_wrap:hover .sub_ctg_box{top: 100%;visibility: visible;opacity: 1;}
.sub_ctg_box{
    padding: 20px;border-radius: 10px; box-sizing: border-box;display: flex;flex-direction: column;gap: 10px;  
    position: absolute;visibility: hidden;opacity: 0; top: 120%;left: 0px;background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    white-space: nowrap;min-width: 100%;
    transition: all 200ms linear;
    z-index: 999;
}
.sub_ctg_box .sub_ctg_item{display: flex;align-items: center; justify-content: space-between;gap: 60px;}
.sub_ctg_box .sub_ctg_item .title{font-size: 16px;color: #666;}
.sub_ctg_box .sub_ctg_item .fa{font-size: 16px;color: #666;}
.sub_ctg_box .sub_ctg_item:hover .title{color: #8a182a;}
.sub_ctg_box .sub_ctg_item.on .title{color: #8a182a;}

.race_info_wrap{display: flex;justify-content: space-between;gap: 40px;padding-bottom: 54px;}
.race_info_left{width: 273px;overflow: hidden;flex-shrink: 0; display: flex;flex-direction: column;gap:20px;}
.race_info_right{overflow: hidden;flex: 1;}

.race_info_left_info_box{background: #f5f5f5;border-radius: 5px;padding:27px 25px;display: flex;flex-direction: column;gap: 25px;}
.race_info_left_info_box .info_item .title{font-size: 22px;color: #333333;font-weight: bold;margin-bottom: 13px;}
.race_info_left_info_box .info_item .desc{font-size: 16px;color: #4d4d4d;line-height: 1.2em;}

.race_info_team_box{background: #f5f5f5;border-radius: 5px;padding:27px 20px;display: flex;flex-direction: column;gap: 25px;}
.race_info_team_box .title_box .title{font-size: 22px;color: #333333;font-weight: bold;}
#race_team_swiper{height:237px;}
#race_team_swiper .swiper-slide{background: #fff;}
#race_team_swiper .swiper-slide img{width: 100%;height: 100%;object-fit: contain;}
.race_team_swiper_box .swiper-pagination{position: static;bottom: initial;margin: 0px;transform:initial;margin-top: 15px;height: 10px;}
.race_team_swiper_box .swiper-pagination span{width: 10px;height: 10px;background: #b8b8b8;border-radius: 50%;display: inline-block!important;margin: 0px 5px!important;}
.race_team_swiper_box .swiper-pagination span.swiper-pagination-bullet-active{background: #9c2742;}
.race_info_right .title_box{padding-bottom: 20px;padding-top: 22px;}
.race_info_right .title_box .title{font-size: 22px;color: #333333;font-weight: bold;line-height: 1em;}

.race_image_swiper_box{display: flex;justify-content: space-between;gap: 15px;overflow: hidden;}

#race_image_big_swiper{width: 763px;height: 534px;overflow: hidden;}
#race_image_big_swiper .swiper-slide a{width: 100%;height: 100%;display: block;}
#race_image_big_swiper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;display: block;}
.race_image_swiper_box .small_box{width: 112px;overflow: hidden;flex-shrink: 0;display: flex;flex-direction: column;gap: 0px;}

.race_image_swiper_box .small_box .swiper-button-next, .race_image_swiper_box .small_box .swiper-button-prev{
    position: static;margin:0px;width: 100%;height: 35px;top: initial;font-size: 24px;color: #666;
}
#race_image_small_swiper{height: 463px;}
#race_image_small_swiper .swiper-slide.on{box-sizing: border-box;border: 2px solid #8a182a;}
#race_image_small_swiper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;display: block;position: relative;}
#race_image_small_swiper .swiper-slide::after{content: "";width: 100%;height: 100%;background: rgba(255, 255, 255, 0.5);position: absolute;top: 0px;left: 0px;z-index: 1;}
#race_image_small_swiper .swiper-slide.on::after{display: none;}

.race_news_box{background: #f5f5f5;}
.race_news_box .title_box{border-bottom: 1px solid #d2d2d2;display: flex;justify-content: space-between;padding-top: 20px;margin-bottom: 28px;}
.race_news_box .title_box .title{font-size: 22px;color: #9c2742;font-weight: bold;line-height: 64px;position: relative;}
.race_news_box .title_box .title::after{content: "";width: 100%;height: 2px;background: #9c2742;position: absolute;left: 0px;bottom: -1px;z-index: 1;}
.race_news_box .title_box .more{line-height: 64px;font-size: 14px;color: #838383;}


.race_news_swiper_box{padding-bottom: 30px;}
#race_news_swiepr{height: 373px;padding-bottom: 42px;}
#race_news_swiepr .swiper-slide{height: 111px;}
#race_news_swiepr .swiper-slide a{width: 100%;height: 100%;}


.race_news_item{display: flex;align-items: center; background: #fff;}
.race_news_item .time_box{padding: 5px 0px; width: 102px;box-sizing: border-box; overflow: hidden;flex-shrink: 0; box-sizing: border-box;text-align: center; display: flex;align-items: center;justify-content: center; border-right: 1px solid #d1d1d1;}
.race_news_item .time_box .day{font-size: 28px;color: #333333;margin-bottom: 10px;}
.race_news_item .time_box .ym{font-size: 17px;color: #797979;}

.race_news_item .con_box{overflow: hidden; padding: 0px;padding-left: 22px;padding-right: 22px; position: relative;box-sizing: border-box;}
.race_news_item .con_box .title{font-size: 18px;color: #333333;margin-bottom: 5px;}
.race_news_item .con_box .desc{font-size: 14px;color: #929292;line-height: 22px;}
.race_news_item:hover{background: #9c2742;}
.race_news_item:hover .time_box .day{color: #fff;}
.race_news_item:hover .time_box .ym{color: #fff;}
.race_news_item:hover .con_box .title{color: #fff;font-weight: bold;}
.race_news_item:hover .con_box .desc{color: #ffffff;opacity: 0.5;}

.race_news_swiper_box .swiper-pagination{position: static;margin: 0px;transform: initial;line-height: 10px;}
.race_news_swiper_box .swiper-pagination span{width: 10px;height: 10px;background: #b8b8b8;border-radius: 50%;display: inline-block!important;margin: 0px 5px!important;}
.race_news_swiper_box .swiper-pagination span.swiper-pagination-bullet-active{background: #9c2742;}

/* 大赛队伍风采 */
.race_team_image_box{padding-bottom: 80px;}
.race_team_image_box .title_box{border-bottom: 1px solid #d2d2d2;display: flex;justify-content: space-between;padding-top: 20px;margin-bottom: 28px;}
.race_team_image_box .title_box .title{font-size: 22px;color: #9c2742;font-weight: bold;line-height: 64px;position: relative;}
.race_team_image_box .title_box .title::after{content: "";width: 100%;height: 2px;background: #9c2742;position: absolute;left: 0px;bottom: -1px;z-index: 1;}
.race_team_image_box .title_box .more{line-height: 64px;font-size: 14px;color: #838383;}

.ny_main{padding-bottom: 60px;}
/* 内页标语 */
.ny_solgan{
    background: url(../images/ny_solgan_bg.png) center no-repeat;
    padding-top: 28px;
    padding-bottom: 40px;
}
.ny_solgan .slogan_box img{margin-bottom: 0px;}

/* 内页分类标题 */
.ny_ctg_title_box{
    display: flex;position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.ny_ctg_title_box::after{content: "";width: calc(100% - 50px);height: 25px;background: #8a182a;position: absolute;right: 0px;top: 50%;z-index:0; transform: translateY(-20%);opacity: 0.1;}
.ny_ctg_title_box .title{display: flex;align-items: center;gap: 16px;}
.ny_ctg_title_box .title .icon{width: 59px;height: 59px;background: #8a182a;border-radius: 50%;display: block;}
.ny_ctg_title_box .title .tit{font-size: 28px;color: #8a182a;font-weight: bold;}

.ny_news_list{display: flex;flex-direction: column;gap: 20px;margin-bottom: 20px;}

.ny_news_item{display: flex;padding: 25px 0px;background: #f5f5f5;}
.ny_news_item .time_box{padding: 5px 0px; width: 102px;overflow: hidden;flex-shrink: 0; box-sizing: border-box;text-align: center; display: flex;align-items: center;justify-content: center; border-right: 1px solid #d1d1d1;}
.ny_news_item .time_box .day{font-size: 28px;color: #333333;margin-bottom: 10px;}
.ny_news_item .time_box .ym{font-size: 17px;color: #797979;}

.ny_news_item .con_box{flex:1;overflow:hidden; padding: 0px;padding-left: 22px;padding-right: 180px;position: relative;}
.ny_news_item .con_box .title{font-size: 18px;color: #333333;margin-bottom: 5px;}
.ny_news_item .con_box .desc{font-size: 14px;color: #929292;line-height: 22px;}
.ny_news_item .con_box::after{content: "";width: 15px;height: 28px;background: url(../images/news_arrow.png) center no-repeat; position: absolute;top: 50%;right: 38px;transform: translateY(-50%); }
.ny_news_item:hover{background: #9c2742;}
.ny_news_item:hover .time_box .day{color: #fff;}
.ny_news_item:hover .time_box .ym{color: #fff;}
.ny_news_item:hover .con_box .title{color: #fff;font-weight: bold;}
.ny_news_item:hover .con_box .desc{color: #ffffff;opacity: 0.5;}
.ny_news_item:hover .con_box::after{background: url(../images/news_arrow_2.png) center no-repeat;}


.ny_image_list{
    display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;
}

.ny_news_show .news_title{font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;}
.ny_news_show .news_subtitle { font-size: 18px;  text-align: center; }
.ny_news_show .news_info { margin-top: 20px; color: #999999; text-align: center; }
.ny_news_show .news_content{
    margin-top: 30px;
    min-height: 200px;
}
.ny_news_show .nss_pn{clear: both;
    padding: 10px 15px 20px 15px;
    line-height: 22px;}
.ny_news_show .nss_pn p{padding-top: 10px;}


.ny_sign_list{display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}
.sign_item{min-width: 0;background: #f5f5f5;}
.sign_item.disabled{filter:grayscale(90%);}
.sign_item .img_box{height: 220px;width: 100%;overflow: hidden;}
.sign_item .img_box img{width: 100%;height: 100%;object-fit: cover;display: block;transition: all linear 320ms;}
.sign_item:hover .img_box img{transform: scale(1.1);}

.sign_item .con_box{padding: 24px 32px;background: #f5f5f5;}
.sign_item .con_box .title{font-size: 18px;color: #333333;margin-bottom: 5px;}
.sign_item .con_box .params { padding-bottom: 20px; border-bottom: 1px solid #d2d2d2; margin-bottom: 17px; }
.sign_item .con_box .desc { font-size: 14px; color: #929292; line-height: 22px; line-height: 28px;  }
.sign_item .con_box .desc text{font-size: 16px;color: #333333;}
.sign_item .btn_box .btn{font-size: 16px;color: #333333; width: 100%;height: 58px;line-height: 58px;text-align: center; background-color: #e6e6e6;border-radius: 10px;transition: all linear 320ms;}
.sign_item:hover .btn_box .btn{background: #8a182a;color: #fff;}

/*search*/
.sh_load_bkg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; }
.sh_load { position: fixed; left: 50%; top: 50%; margin: -8px 0 0 -64px; width: 128px; height: 15px; background: url(../images/loading_1.gif) center center no-repeat; z-index: 1001; }
@media screen and (max-width: 768px) {

}
