@charset "UTF-8";
/* 响应式样式 */
@media screen and (max-width: 1440px) {
    /*专家组*/
    .swiper_np {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .box {
        width: 96vw;
    }
    .banner_container{
        margin-top: 0;
    }
    .itops .itop {
        height: 60px;
    }
    .itops .itop .itop_left img {
        height: 25px;
    }
    .itops .itop .itop_nav {
        margin-right: 30px;
    }
    .itops .itop .itop_nav .link {
        line-height: 60px;
        margin-left: 10px;
        font-size: 12px;
    }
    .imenus .link {
        width: 12.5%;
    }
    .swiper-container{
        margin-top: 0;
    }
    /*banner下方图标*/
    .indexTab{
        height: fit-content;
    }
    .indexTab .txt1 {
        width: 48%;
    }
    .indexTab .txt1 img{
        width: 100%;
    }
    /*服务项目*/
    .inewLists{
        width: 100%;
        height: 650px;
    }
    .inewLists .inewList {
        width: 90%;
        padding: 10% 0 10% 10%;
    }
    .inewList .oneDiv{
        width: 24%;
        height: 40px;
        padding: 1.5%;
        font-size: 8px;
        margin: 2.5%;
        text-align: center;
    }
    .inewList .oneDiv a{
        width: 100%;
    }
    .inewList .oneDiv .txt1{
        line-height: 36px;
    }
    .inewList .oneDiv .txt2{
        line-height: 18px;
    }
    /*平台简介*/
    .intros .intro{
        width: 90%;
        margin: 25px auto;
        border-radius: 16px
    }
    .intros .intro .left{
        width: 100%;
    }
    .intros .intro .left img{
        width: 100%;
        height: auto;
    }
    .intros .intro .right{
        width: 100%;
        margin-bottom: 20px;
    }
    .intros .inewList {
        width: 90%;
        padding: 10%;
    }
    .intros .intro .right .intro_title{

        font-weight: 500;
        font-size: 12px;
        color: #000000;
        line-height: 12px;
        text-align: center;
        font-style: normal;
        margin: 35px 0 12px 0;
    }
    .intros .intro .right .intro_content {
        font-weight: 400;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 16px;
        text-align: justify;
        font-style: normal;
        margin: 0 28px;
    }
    /*服务项目列表页*/
    .services {
        height: auto;
    }

    .services .service {
        padding: 2vw 0 2vw;
        width: 96vw;
        margin: 0 auto;
        margin-right: -3vw;
        overflow: hidden;
    }

    .service .oneDiv {
        width: 35vw;
        height: auto;
        align-items: flex-start;
        background: #FFFFFF;
        box-shadow: 0 0 50px 0 rgba(0,0,0,0.06);
        border-radius: 16px 16px 16px 16px;
        float: left;
        padding: 2vw;
        text-align: center;
        margin: 0 2vw 2vw 0;
        vertical-align: middle;
    }
    .service .oneDiv .title {
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 24px;
        text-align: left;
    }
    .service .oneDiv .name {
        display: block;
        font-size: 8px;
        font-weight: bold;
        color:#000;
        line-height: 14px;
        text-align: left;
    }
    .service .oneDiv a {
        display: block;
        width: 100%;
        height: 4vw;
        line-height: 4vw;
        color: #FFF;
        border-radius: 5px;
        font-size: 8px;
        background: #ff9900;
        margin-top: 10px;
    }
    .service .oneDiv .content {
        display: block;
        color:#696969;
        font-size: 8px;
        text-align: left;
        line-height: 14px;
        white-space: pre-wrap;  /* 保留换行，允许自动换行 */
        word-wrap: break-word;  /* 防止长文本溢出 */
    }
    /*项目案例*/
    .cases .case {
        width: 96vw;
        margin: 25px auto;
        overflow: hidden;
        border-radius: 0 16px 16px 0;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
        display: block;!important;
    }
    .cases .case .oneCase{
        width: 45%;
        margin-right: 2.5%;
        margin-left: 2.5%;
        margin-top: 20px;
        float: left;
    }
    .cases .case .oneCase .oneCase_top{
        width: 100%;
    }
    .cases .case .oneCase .oneCase_top img{
        width: 100%;
        height: auto;
    }
    .cases .case .oneCase .oneCase_bottom{
        width: 90%;
        background: #FFF;
        padding: 5%;
    }
    .cases .case .oneCase .oneCase_bottom .txt1{
        margin-bottom: 12px;
        font-size: 14px;
    }
    .cases .case .oneCase .oneCase_bottom .txt2{
        margin-bottom: 12px;
        height: 40px;
        display: -webkit-box;          /* 启用弹性盒子模型 */
        -webkit-box-orient: vertical;  /* 设置垂直方向排列 */
        -webkit-line-clamp: 2;         /* 限制显示行数 */
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .cases .case .oneCase .oneCase_bottom .cycle{
        font-weight: 400;
        font-size: 10px;
        color: #6B7280;
        line-height: 20px;
        font-style: normal;
        text-transform: none;
        float: left;
        display: block;
        width: 100%;
    }
    .cases .case .oneCase .oneCase_bottom .bottom{
        display: block;
        height: auto;
    }
    .cases .case .oneCase .oneCase_bottom .more{
        font-weight: 700;
        font-size: 12px;
        color: #3176FF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        float: none;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .cases .more_case{
        display: block;
        text-align: center;
        width: 200px;
        height: 52px;
        /*background: #FFF;*/
        border-radius: 8px 8px 8px 8px;
        margin: 0 auto;
        /*color: #c6c6c6;*/
        line-height: 52px;
        font-size: 18px;
        background: #FF9900;
        color: #FFF;
        cursor: pointer;
    }
    .cases .more_case:hover{
        background: #435876;
    }
    /*维保知识 */
    .weibs{
        display: block;
        overflow: hidden;
        height: auto;
        background: #FFFFFF;
    }

    .weibs .weib{
        width: 100%;
        margin: 25px 0;
        overflow: hidden;
        display: block;
    }
    .weibs .weib .oneWeib{
        width: 38%;
        height: 160px;
        background: #FFFFFF;
        box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.06);
        border-radius: 16px 16px 16px 16px;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 2.5%;
        padding: 5%;
        cursor: pointer;
    }
    .weibs .weib .oneWeib:hover{

        /*all: unset !important;*/
    }
    .weibs .weib .oneWeib:hover .more{
        background: #FFF;
    }
    .weibs .weib .oneWeib:hover .title{
        color: #FFF;
    }
    .weibs .weib .oneWeib:hover .desc{
        color:rgba(255,255,255,0.5);
    }
    .weibs .weib .oneWeib:nth-child(2),
    .weibs .weib .oneWeib:nth-child(4) {
        margin-right: 0;
    }
    .weibs .weib .title{
        font-weight: 700;
        font-size: 12px;
        color: #000;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .weibs .weib .desc{
        font-weight: 400;
        font-size: 10px;
        color: rgba(0,0,0,0.5);
        line-height: 24px;
        text-align: justify;
        font-style: normal;
        text-transform: none;
        margin-top: 12px;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .weibs .weib .more{
        display: none ;
    }
    .weibs .more_case{
        display: block;
        text-align: center;
        width: 200px;
        height: 52px;
        /*background: #FFF;*/
        border-radius: 8px 8px 8px 8px;
        margin: 0 auto 20px;
        /*color: #c6c6c6;*/
        line-height: 52px;
        font-size: 18px;
        background: #FF9900;
        color: #FFF;
        cursor: pointer;
    }
    .weibs .more_case:hover{
        background: #435876;
    }
    /*合作伙伴 */
    .partners{
        display: block;
        overflow: hidden;
        height: fit-content;
    }

    .partners .partner{
        width: 100%;
        margin: 25px auto;
        overflow: hidden;
    }
    .partners .partner .onePartner{
        width: 48%;
        float: left;
        /*background:#FFF;*/
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
        border-radius: 16px 16px 16px 16px;
        margin: 1%;
    }
    .partners .partner .onePartner img{
        width: 100%;
        height: auto;
    }

    /*赛事日程*/
    .schedule .schedu .oneSchedu {
        height: 120px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_left {
        width: 40px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right {
        width: calc((96vw - 165px) / 5);
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt1 {
        line-height: 18px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt2 {
        line-height: 14px;
        margin-top: 16px;
    }
    .ibanner .oneBan {
        height: 400px;
        background-size: auto 100%;
    }
    /*赛事通知*/
    .snotices .snotice {
        padding: 5px 12px 0;
    }
    .snotices .snotice .oneNotice {
        margin: 12px 0 0;
        width: 48.5%;
    }
    .userDatas .userData {
        padding: 30px 40px;
    }
    .userDatas .userData .userDataInfo {
        height: auto;
        padding: 10px 16px;
        line-height: 36px;
    }
    .userDatas .userData .userDataInfo .txt1 {
        font-size: 16px;
    }
    .userDatas .userData .userDataList {
        margin: 20px auto 0;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot {
        padding: 24px 16px;
        overflow: hidden;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_img {
        width: 100px;
        height: 133px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul {
        width: calc(100% - 130px);
        padding-left: 130px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl {
        margin-left: 40px;
    }
    /*专家组*/
    .experts {
        padding: 56px 0 120px;
    }
    .experts .brand_swiper_container {
        width: 96%;
    }
    .experts .brand_swiper {
        padding: 28px 0 0;
    }
    .experts .onwSwp {
        height: 300px;
    }
    .experts .onwSwp .onwSwp_img {
        height: calc(100% - 60px);
    }
    .experts .onwSwp .onwSwp_info {
        height: 60px;
        padding: 0 12px;
    }
    .swiper_np .sl,
    .swiper_np .sr {
        width: 40px;
        height: 66px;
    }
    /*赛事日程*/
    .courses {
        padding: 56px 0 0;
    }
    .courses .course {
        padding: 28px 0 80px;
        height: 120px;
    }
    .courses .course .oneSchedu {
        height: 120px;
    }
    .courses .course .oneSchedu .oneSchedu_left {
        width: 40px;
    }
    .courses .course .oneSchedu .oneSchedu_right {
        width: calc((96vw - 160px) / 5);
    }
    .courses .course .oneSchedu .oneSchedu_right .txt1 {
        line-height: 18px;
    }
    .courses .course .oneSchedu .oneSchedu_right .txt2 {
        line-height: 14px;
        margin-top: 16px;
    }
    /*合作机构*/
    .cooperates {
        padding: 56px 0 0;
    }
    .cooperates .cooperate {
        padding: 28px 0 60px;
    }
    .cooperates .cooperate .cooperateList {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .cooperates .cooperate .cooperateList .oneCoop {
        width: calc((100% - 80px) / 4);
        height: 60px;
        margin: 12px 10px;
    }
    /*新闻详情*/
    .imap {
        padding: 15px 0;
    }
    .contentDetaisl {
        padding: 36px 0;
    }
    .contentDetaisl .contentDetail .detailTitle {
        margin-top: 30px;
        font-size: 30px;
    }
    .contentDetaisl .contentDetail .detailTime {
        margin: 30px 0;
    }
    /* 其他新闻推荐*/
    .otherNews .otherNewList {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .otherNews .otherNewList .oneNews {
        width: calc((100% - 80px) / 4);
        margin: 0 10px;
        padding: 30px 0;
    }
    .otherNews .otherNewList .oneNews .oneNew_img {
        height: calc(((100% - 80px) / 4) * 184 / 276);
    }
    .otherNews .otherNewList .oneNews .oneNew_info {
        height: auto;
        padding: 14px;
    }
    .otherNews .otherNewList .oneNews .oneNew_info .txt1 {
        font-size: 14px;
    }
    .otherNews .otherNewList .oneNews:hover .oneNew {
        margin-top: -10px;
    }
    /*赛题资料*/
    .informations {
        padding: 56px 0 0;
    }
    .informations .information {
        margin-top: 30px;
    }
    .informations .information .informationTop {
        height: 56px;
    }
    .informations .information .informationTop .informationTop_title {
        font-size: 18px;
    }
    .informations .information .informationList {
        padding: 15px 10px;
    }
    .informations .information .informationList .oneInfo {
        width: calc(48.8% - 24px);
        height: auto;
        margin: 12px 0;
        padding: 12px;
    }
    .informations .information .informationList .oneInfo .oneInfo_left .txt1 {
        line-height: 20px;
        font-size: 16px;
    }
    .informations .information .informationList .oneInfo .oneInfo_left .txt2 {
        margin-top: 6px;
    }
    .informations .information .informationList .swiperTab .oneTab {
        width: 20%;
        height: 40px;
        font-size: 16px;
    }
    .informations .information .informationList .playList {
        overflow: hidden;
    }
    .informations .information .informationList .playList .onePlay {
        width: calc(25% - 20px);
        margin: 0 10px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_img {
        height: calc((25% - 20px) * 178 / 268);
    }
    .informations .information .informationList .playList .onePlay .onePlay_info {
        height: auto;
        padding: 10px 12px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_info .txt2 {
        margin-top: 2px;
    }
    .informations .information.information1 {
        margin-top: 24px;
    }
    .informations .information.information4 {
        margin-bottom: 20px;
    }
    /*赛事介绍*/
    .introdus {
        padding: 56px 0 0;
    }
    .introdus .introdu {
        padding: 24px 0 56px;
    }
    .introdus .introdu .introdu_img {
        width: 50%;
        height: 24vw;
    }
    .introdus .introdu .introdu_info, .introdus .introdu .previou {
        width: 50%;
        height: 24vw;
        padding: 0 30px;
        line-height: 28px;
    }
    /*组织机构*/
    .institutions {
        padding: 56px 0 60px;
    }
    .institutions .institution .instList {
        margin-top: 30px;
    }
    .institutions .institution .instList .instList_top {
        height: 40px;
        font-size: 18px;
    }
    .institutions .institution .instList .instList_list .instList_listm {
        padding: 15px 40px;
    }
    .institutions .institution .instList .instList_list .link {
        margin: 15px 0;
    }
    .institutions .institution .instList .instList_list .link .img {
        height: 40px;
    }
    .institutions .institution .instList.half {
        width: calc(50% - 12px);
    }
    .institutions .institution .instList.half .instList_list {
        padding: 15px 0;
    }
    .institutions .institution .instList.half .instList_list .img {
        width: 240px;
    }
    /*发展历史*/
    .historys {
        padding: 56px 0;
    }
    .historys .history {
        margin-top: 32px;
        background: url(../images/libg.png) top center no-repeat, url(../images/libg.png) center 155px no-repeat;
        padding-bottom: 40px;
    }
    .historys .history .oneHis {
        width: 47%;
        height: 90px;
        margin-bottom: 40px;
    }
    .historys .history .oneHis:nth-child(even) {
        transform: translate(0px, 70px);
    }
    .historys .history .oneHis:nth-child(odd) {
        transform: translate(0px, 12px);
    }
    .historys .history .oneHis .time {
        width: 100px;
        height: 30px;
        font-size: 18px;
    }
    .historys .history .oneHis .txt {
        padding: 12px 18px;
    }
    /*组委会*/
    .committees {
        padding: 56px 0;
    }
    .committees .committee .oneCommi {
        width: 48%;
        height: 200px;
        padding: 20px;
        margin-top: 40px;
    }
    .committees .committee .oneCommi .oneCommi_info {
        width: 280px;
        height: 80px;
    }
    .committees .committee .oneCommi .oneCommi_info .txt1 {
        width: 74px;
        height: 30px;
        font-size: 16px;
        padding-left: 18px;
    }
    .committees .committee .oneCommi .oneCommi_info .txt2 {
        padding: 0 18px;
        height: 50px;
        font-size: 14px;
    }
    .committees .committee .oneCommi .oneCommi_img {
        width: 180px;
    }
    .committees .committee .oneCommi .oneCommi_img .img1 {
        width: 180px;
        height: 228px;
        right: 18px;
    }
    .committees .committee .oneCommi .oneCommi_img .img2 {
        width: auto;
    }
    /*赛题介绍*/
    .questionIntros {
        padding: 56px 0;
    }
    .questionIntros .questionIntro {
        margin-top: 24px;
    }
    .questionIntros .questionIntro .oneQintro {
        width: 48%;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top {
        height: 80px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top .txt1 {
        font-size: 20px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top .txt2 {
        margin-top: 6px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_bot {
        height: 188px;
        padding: 20px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_bot .oneq {
        margin-bottom: 12px;
        line-height: 24px;
    }
    /*参赛规则*/
    .srules {
        padding: 56px 0;
        background-size: 100% 520px;
    }
    .srules .srule {
        margin-top: 24px;
    }
    .srules .srule .oneRule {
        width: 32%;
        height: 480px;
        position: relative;
    }
    .srules .srule .oneRule .oneRuleInfo {
        width: calc(100% - 20px);
        height: 220px;
        padding: 20px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 10px;
    }
    /*赛程说明*/
    .describes {
        padding: 0 0 56px;
    }
    .describes .describe {
        margin-top: 24px;
    }
    .describes .describe::after {
        top: 93px;
    }
    .describes .describe .oneDescribe {
        width: 28%;
    }
    .describes .describe .oneDescribe .oneDescribe_num {
        width: 100px;
        height: 100px;
    }
    .describes .describe .oneDescribe .oneDescribe_info {
        width: 100%;
        height: 90px;
        margin-top: 24px;
    }
    .describes .describe .oneDescribe .oneDescribe_info .txt2 {
        margin-top: 8px;
    }
    /*赛区设置*/
    .compsets {
        padding: 56px 0;
    }
    .compsets .compset .oneSet {
        margin-top: 20px;
    }
    .compsets .compset .oneSet .oneSet_title {
        height: 40px;
        font-size: 18px;
    }
    .compsets .compset .oneSet .oneSet_info {
        height: 80px;
        line-height: 26px;
        font-size: 14px;
    }
    /*奖杯设置*/
    .scups {
        padding: 56px 0;
    }
    .scups .scup .scupm {
        margin-top: 50px;
    }
    .scups .scup .scupm .oneScup {
        width: 48%;
        height: 318px;
    }
    .scups .scup .scupm .oneScup .oneScup_img {
        width: 150px;
        height: 150px;
        top: -41px;
    }
    .scups .scup .scupm .oneScup .oneScup_img.oneScup_img2 {
        height: 170px;
        top: -61px;
    }
    .scups .scup .scupm .oneScup .oneScup_info {
        width: 96%;
        height: 214px;
        padding: 0 15px;
    }
    .scups .scup .scupm .oneScup .oneScup_info .txt1 {
        padding-top: 15px;
    }
    .scups .scup .scupm .oneScup .oneScup_info .txt2 {
        line-height: 22px;
        margin-top: 6px;
    }
    .scups .scup .scupm .oneScup.oneScup1 {
        background-image: url(../images/jbbg1.png);
    }
    .scups .scup .scupm .oneScup.oneScup2 {
        background-image: url(../images/jbbg2.png);
    }
    /*其他说明*/
    .idescribes {
        padding: 56px 0 20px;
    }
    .idescribes .idescribe {
        width: 96%;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 1024px) {
    .iswindow {
        display: none;
    }
    .ismobile {
        display: block;
    }
    .nbanner {
        height: 200px;
        margin-top: 0;
    }
    .npageTop {
        height: 60px;
        padding-top: 20px;
    }
    .npageTop .txt1 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .npageTop .txt3 {
        color: #4B5563;
        font-size: 12px;
        line-height: 14px;
        display: block;
    }
    .ifooters {
        margin-top: 35px;
    }
    .ifooters .ifooter .ifooter_concat {
        padding: 45px 0;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_left {
        margin-right: 0;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_left .img {
        height: 55px;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list .title{

    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list .title{
        text-align: center;
        margin: 0 auto;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list .ul li{
        text-align: center;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right.first_ifooter_right .ifooter_right_list .ul li{
        text-align: left!important;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right {
        height: auto;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_ewm .one_ewm .one_ewm_img {
        width: 110px;
        height: 110px;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_ewm .one_ewm.one_ewm2 {
        margin-left: 0;
    }
    .ifooters .ifooter .ifooter_copyright {
        padding: 16px 0;
    }
    .ibanner .oneBan {
        height: 350px;
    }
    .ibanner.swiper-container-horizontal > .swiper-pagination-bullets, .ibanner.swiper-pagination-custom, .ibanner .swiper-pagination-fraction {
        bottom: 20px !important;
    }
    /*赛事日程*/
    .schedule .schedu .oneSchedu {
        height: 100px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_left {
        width: 30px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right {
        width: calc((96vw - 130px) / 5);
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt1 {
        line-height: 16px;
        font-size: 16px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt2 {
        margin-top: 12px;
    }
    /*专家组*/
    .experts {
        padding: 40px 0 80px;
    }
    .experts .brand_swiper {
        padding: 20px 0 0;
    }
    .experts .onwSwp {
        height: 250px;
    }
    .experts .onwSwp .onwSwp_img {
        height: calc(100% - 50px);
    }
    .experts .onwSwp .onwSwp_info {
        height: 50px;
        padding: 0 10px;
    }
    .experts .onwSwp .onwSwp_info .txt1 {
        font-size: 14px;
    }
    .experts .onwSwp .onwSwp_info .txt2 {
        font-size: 12px;
    }
    .swiper_np .sl,
    .swiper_np .sr {
        width: 30px;
        height: 49px;
    }
    .score {
        padding: 20px 0 20px 30%;
    }
    .score ul li {
        line-height: 40px;
        font-size: 14px;
    }
    .score ul li .span1 {
        width: 100px;
    }
    .score ul li .span2 {
        padding-left: 100px;
    }
    /*赛事日程*/
    .courses {
        padding: 40px 0 0;
    }
    .courses .course {
        padding: 28px 0 80px;
        height: 100px;
    }
    .courses .course .oneSchedu {
        height: 100px;
    }
    .courses .course .oneSchedu .oneSchedu_left {
        width: 30px;
    }
    .courses .course .oneSchedu .oneSchedu_right {
        width: calc((96vw - 130px) / 5);
    }
    .courses .course .oneSchedu .oneSchedu_right .txt1 {
        line-height: 16px;
        font-size: 16px;
    }
    .courses .course .oneSchedu .oneSchedu_right .txt2 {
        margin-top: 12px;
    }
    /*合作机构*/
    .cooperates {
        padding: 40px 0 0;
    }
    .cooperates .cooperate {
        padding: 20px 0 30px;
    }
    .cooperates .cooperate .cooperateList {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .cooperates .cooperate .cooperateList .oneCoop {
        width: calc((100% - 80px) / 4);
        height: 60px;
        margin: 12px 10px;
    }
    .otherTop {
        height: 40px;
    }
    .otherTop .otherTop_title {
        font-size: 20px;
    }
    /*赛题资料*/
    .informations {
        padding: 40px 0 0;
    }
    .informations .information {
        margin-top: 20px;
    }
    .informations .information .informationTop {
        height: 40px;
    }
    .informations .information .informationTop .informationTop_title {
        font-size: 16px;
    }
    .informations .information .informationTop .informationTop_title .img {
        width: 16px;
        margin: 3px 5px 0 0;
    }
    .informations .information .informationList {
        padding: 12px 8px;
    }
    .informations .information .informationList .oneInfo {
        width: calc(48.8% - 20px);
        height: auto;
        margin: 10px 0;
        padding: 8px;
    }
    .informations .information .informationList .oneInfo .oneInfo_left .txt1 {
        line-height: 18px;
        font-size: 14px;
    }
    .informations .information .informationList .oneInfo .oneInfo_left .txt2 {
        margin-top: 4px;
        font-size: 12px;
    }
    .informations .information .informationList .swiperTab .oneTab {
        font-size: 14px;
    }
    .informations .information .informationList .playList .onePlay {
        width: calc(25% - 20px);
        margin: 0 10px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_info {
        height: auto;
        padding: 5px 6px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_info .txt1 {
        font-size: 14px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_info .txt2 {
        margin-top: 2px;
        font-size: 12px;
    }
    .informations .information.information1 {
        margin-top: 24px;
    }
    .informations .information.information4 {
        margin-bottom: 20px;
    }
    /*赛事介绍*/
    .introdus {
        padding: 40px 0 0;
    }
    .introdus .introdu {
        padding: 20px 0 40px;
    }
    .introdus .introdu .introdu_info, .introdus .introdu .previou {
        padding: 0 10px;
        line-height: 24px;
        font-size: 12px;
    }
    /*组织机构*/
    .institutions {
        padding: 40px 0;
    }
    .institutions .institution .instList {
        margin-top: 20px;
    }
    /*发展历史*/
    .historys {
        padding: 40px 0;
    }
    .historys .history {
        margin-top: 20px;
        background: url(../images/libg.png) top center no-repeat, url(../images/libg.png) center 100px no-repeat;
        padding-bottom: 30px;
    }
    /*组委会*/
    .committees {
        padding: 40px 0;
    }
    .committees .committee .oneCommi {
        width: 48%;
        height: 200px;
        padding: 20px;
        margin-top: 30px;
    }
    /*赛题介绍*/
    .questionIntros {
        padding: 40px 0;
    }
    .questionIntros .questionIntro {
        margin-top: 20px;
    }
    .questionIntros .questionIntro .oneQintro {
        width: 48%;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top {
        height: 60px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top .txt1 {
        font-size: 16px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top .txt2 {
        margin-top: 4px;
        font-size: 12px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_bot {
        height: 188px;
        padding: 10px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_bot .oneq {
        margin-bottom: 8px;
        line-height: 20px;
    }
    /*参赛规则*/
    .srules {
        padding: 40px 0;
        background-size: 100% 400px;
    }
    .srules .srule {
        margin-top: 20px;
    }
    .srules .srule .oneRule {
        height: 400px;
    }
    .srules .srule .oneRule .oneRuleInfo {
        height: 220px;
        padding: 10px;
    }
    .srules .srule .oneRule .oneRuleInfo .txt1 {
        font-size: 16px;
    }
    .srules .srule .oneRule .oneRuleInfo .txt2 {
        margin-top: 6px;
        line-height: 20px;
    }
    /*赛程说明*/
    .describes {
        padding: 0 0 40px;
    }
    .describes .describe {
        margin-top: 20px;
    }
    .describes .describe::after {
        top: 93px;
    }
    .describes .describe .oneDescribe {
        width: 32%;
    }
    .describes .describe .oneDescribe .oneDescribe_num {
        width: 100px;
        height: 100px;
    }
    .describes .describe .oneDescribe .oneDescribe_info {
        width: 100%;
        height: 80px;
        margin-top: 20px;
    }
    .describes .describe .oneDescribe .oneDescribe_info .txt1 {
        font-size: 16px;
    }
    .describes .describe .oneDescribe .oneDescribe_info .txt2 {
        font-size: 12px;
        margin-top: 5px;
    }
    /*赛区设置*/
    .compsets {
        padding: 40px 0;
    }
    .compsets .compset .oneSet {
        margin-top: 20px;
    }
    .compsets .compset .oneSet .oneSet_title {
        height: 40px;
        font-size: 16px;
    }
    .compsets .compset .oneSet .oneSet_info {
        height: 60px;
        line-height: 20px;
        font-size: 14px;
    }
    /*奖杯设置*/
    .scups {
        padding: 40px 0;
    }
    .scups .scup .scupm {
        margin-top: 30px;
    }
    .scups .scup .scupm .oneScup {
        width: 48%;
        height: 280px;
    }
    .scups .scup .scupm .oneScup .oneScup_img {
        width: 100px;
        height: 100px;
        top: -20px;
    }
    .scups .scup .scupm .oneScup .oneScup_img.oneScup_img2 {
        height: 110px;
        top: -29px;
    }
    .scups .scup .scupm .oneScup .oneScup_info {
        width: 96%;
        height: 200px;
        padding: 0 10px;
    }
    .scups .scup .scupm .oneScup .oneScup_info .txt1 {
        padding-top: 10px;
        font-size: 16px;
    }
    .scups .scup .scupm .oneScup .oneScup_info .txt2 {
        line-height: 20px;
        margin-top: 6px;
    }
    /*其他说明*/
    .idescribes {
        padding: 40px 0 10px;
    }
    .idescribes .idescribe {
        margin: 10px auto 0;
    }
}

@media screen and (max-width: 960px) {
    .imenus {
        height: 50px;
        line-height: 50px;
        margin: -25px auto 0;
    }
    .imenus .link {
        width: 12.5%;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .nbanner {
        height: 180px;
    }
    .ifooters {
        margin-top: 30px;
    }
    .ifooters .ifooter .ifooter_concat {
        padding: 35px 0;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_left {

    }
    .ifooters .ifooter .ifooter_concat .ifooter_left .img {
        height: 40px;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right {
        height: auto;

    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_ewm .one_ewm .one_ewm_img {
        width: 100px;
        height: 100px;
    }
    .ifooters .ifooter .ifooter_copyright {
        padding: 14px 0;
    }
    .commTop {
        height: 45px;
    }
    /*赛事日程*/
    .schedule .schedu {
        display: block;
        text-align: center;
    }
    .schedule .schedu .oneSchedu {
        height: 80px;
        width: 32%;
        display: inline-block;
        overflow: hidden;
    }
    .schedule .schedu .oneSchedu .oneSchedu_left {
        width: 50px;
        float: left;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right {
        width: calc(100% - 50px);
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt1 {
        line-height: 16px;
        font-size: 16px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt2 {
        margin-top: 12px;
    }
    .schedule .schedu .oneSchedu:first-of-type .oneSchedu_left {
        display: block;
    }
    .ibanner .oneBan {
        height: 280px;
    }
    .ibanner.swiper-container-horizontal > .swiper-pagination-bullets, .ibanner.swiper-pagination-custom, .ibanner .swiper-pagination-fraction {
        bottom: 15px !important;
    }
    .userDatas .userData {
        padding: 15px;
    }
    .userDatas .userData .userDataInfo {
        display:block;
        padding: 10px 12px;
        line-height: 24px;
    }
        .userDatas .userData .userDataInfo_btn{margin-top:10px;}
    .userDatas .userData .userDataInfo .txt1 {
        font-size: 14px;
    }
    .userDatas .userData .userDataList {
        margin: 10px auto 0;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot {
        padding: 15px 10px;
        width: 100%;
        display: block;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left {
        width: 100%;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_img {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_img img {
        max-width: 400px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul {
        padding-left: 0;
        overflow: hidden;
        width: 100%;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl {
        margin-left: 24px;
        padding: 10px 0;
        width: 47%;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl li {
        line-height: 24px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl li .txt1 {
        width: 70px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl li .txt2 {
        padding-left: 70px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_btn {
        width: 100%;
        padding: 10px;
        justify-content: center;
    }
    .pages {
        padding: 18px 0;
    }
    .pages a, .pages span, .pages em {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
    }
    .pages .more {
        display: none;
    }
    .cbtn {
        width: fit-content;
        height: 28px;
        line-height: 28px;
    }
    .cbtn.cbtn3 {
        padding: 0 5px;
    }
    /*专家组*/
    .experts {
        padding: 20px 0 40px;
    }
    .experts .brand_swiper {
        padding: 15px 0 0;
    }
    .experts .onwSwp {
        height: 280px;
    }
    .swiper_np .sl,
    .swiper_np .sr {
        width: 20px;
        height: 33px;
    }
    /*赛事日程*/
    .courses {
        padding: 20px 0 0;
    }
    .courses .course {
        padding: 15px 0 20px;
        height: auto;
        display: block;
        text-align: center;
    }
    .courses .course .oneSchedu {
        height: 80px;
        width: 32%;
        display: inline-block;
        overflow: hidden;
    }
    .courses .course .oneSchedu .oneSchedu_left {
        width: 50px;
        float: left;
    }
    .courses .course .oneSchedu .oneSchedu_right {
        width: calc(100% - 50px);
    }
    .courses .course .oneSchedu .oneSchedu_right .txt1 {
        line-height: 16px;
        font-size: 16px;
    }
    .courses .course .oneSchedu .oneSchedu_right .txt2 {
        margin-top: 12px;
    }
    .courses .course .oneSchedu:first-of-type .oneSchedu_left {
        display: block;
    }
    /*合作机构*/
    .cooperates {
        padding: 20px 0 0;
    }
    .cooperates .cooperate {
        padding: 15px 0 10px;
    }
    .cooperates .cooperate .cooperateList {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .cooperates .cooperate .cooperateList .oneCoop {
        width: calc((100% - 60px) / 3);
        height: 60px;
        margin: 12px 10px;
    }
    /*新闻详情*/
    .imap {
        padding: 12px 0;
    }
    .contentDetaisl {
        padding: 20px 0;
    }
    .contentDetaisl .contentDetail .detailTitle {
        margin-top: 20px;
        font-size: 20px;
    }
    .contentDetaisl .contentDetail .detailTime {
        margin: 20px 0;
    }
    /*赛事介绍*/
    .introdus {
        padding: 20px 0 0;
    }
    .introdus .introdu {
        padding: 10px 0 20px;
    }
    .introdus .introdu .introdu_info {
        padding: 0 10px;
        line-height: 18px;
        font-size: 12px;
    }
    .introdus.previous .introdu {
        display: block;
        padding: 15px 0;
    }
    .introdus.previous .introdu_img {
        width: 100%;
        height: auto;
    }
    .introdus.previous .previou {
        width: 100%;
        height: auto;
        padding: 6px;
        line-height: 20px;
        font-size: 12px;
        box-sizing: border-box;
    }
    .introdus.previous .previou .previou_title {
        font-size: 16px;
    }
    /*组织机构*/
    .institutions {
        padding: 20px 0;
    }
    .institutions .institution .instList {
        margin-top: 10px;
    }
    .institutions .institution .instList .instList_top {
        height: 30px;
        font-size: 16px;
    }
    .institutions .institution .instList .instList_list .instList_listm {
        padding: 10px 15px;
    }
    .institutions .institution .instList .instList_list .link {
        margin: 15px 0;
        width: 33.33%;
    }
    .institutions .institution .instList .instList_list .link .img {
        height: 30px;
    }
    .institutions .institution .instList.half {
        width: calc(50% - 6px);
    }
    .institutions .institution .instList.half .instList_list {
        padding: 12px 0;
    }
    .institutions .institution .instList.half .instList_list .img {
        width: 200px;
    }
    /*发展历史*/
    .historys {
        padding: 20px 0;
    }
    .historys .history {
        margin-top: 10px;
        background: none;
        display: block;
        padding: 0;
    }
    .historys .history .oneHis {
        width: 100%;
        height: 70px;
        margin-bottom: 20px;
    }
    .historys .history .oneHis:nth-child(even), .historys .history .oneHis:nth-child(odd) {
        transform: translate(0px, 0px);
    }
    .historys .history .oneHis .time {
        width: 90px;
        height: 30px;
        font-size: 16px;
    }
    .historys .history .oneHis .txt {
        padding: 10px 12px;
        font-size: 14px;
    }
    /*组委会*/
    .committees {
        padding: 20px 0;
    }
    .committees .committee {
        display: block;
    }
    .committees .committee .oneCommi {
        width: 100%;
        height: 120px;
        padding: 5px;
        margin-top: 20px;
    }
    .committees .committee .oneCommi .oneCommi_info {
        width: 220px;
        height: 80px;
        background-size: 100% 100%;
    }
    .committees .committee .oneCommi .oneCommi_info .txt1 {
        width: 88px;
        height: 36px;
        font-size: 14px;
        padding-left: 16px;
    }
    .committees .committee .oneCommi .oneCommi_info .txt2 {
        padding: 0 16px;
        height: 30px;
        font-size: 12px;
    }
    .committees .committee .oneCommi .oneCommi_img {
        width: 120px;
    }
    .committees .committee .oneCommi .oneCommi_img .img1 {
        width: 105px;
        height: 130px;
        right: 10px;
    }
}

@media screen and (max-width: 640px) {
    header .logo img {
        height: 20px;
    }
    .ifooters {
        margin-top: 20px;
    }
    .ifooters .ifooter .ifooter_concat {
        padding: 20px 0;
        display: flex;flex-direction: column;align-items: center;justify-content: center;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_left {
     
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right {
        padding-left: 0;
        width: 100%;
        display: block;

    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list {
      padding:30px 0;
        border: none;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list .ul{
        margin-top:0;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list_first .ul{
        margin-top:0;
        margin-left: 0 !important;
        width: 21vw;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_ewm .one_ewm .one_ewm_img {
        width: 100px;
        height: 100px;
    }

    /* 提高选择器特异性 */
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list ul.first_ul[style] {
        margin-left: 31vw !important
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list ul li {
        text-align: left;!important;
    }
    .ifooters .ifooter .ifooter_concat .ifooter_right .ifooter_right_list  ul{
        display: block;
    }
    .ifooters .ifooter .ifooter_copyright a{
        display: block;
    }
    .imenus {
        height: auto;
        line-height: 45px;
        display: block;
        margin: -22.5px auto 0;
    }
    .imenus .link {
        width: 25%;
        display: block;
        font-size: 14px;
        float:left;
    }
    .ibanner .oneBan {
        height: 200px;
    }
    .commTop {
        height: 40px;
        padding: 0 15px;
    }
    .commTop .commTop_title {
        font-size: 16px;
    }
    /*赛事通知*/
    .snotices .snotice {
        padding: 5px 10px 0;
        display: block;
    }
    .snotices .snotice .oneNotice {
        margin: 10px 0 0;
        width: 100%;
    }
    .snotices .snotice .oneNotice .oneNotice_left {
        padding: 10px;
    }
    /*赛事日程*/
    .schedule .schedu {
        display: block;
        text-align: center;
    }
    .schedule .schedu .oneSchedu {
        height: 50px;
        width: 100%;
    }
    .schedule .schedu .oneSchedu .oneSchedu_left {
        width: 30px;
        height: 100%;
        float: left;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right {
        width: calc(100% - 30px);
        padding: 8px 0;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt1 {
        line-height: 16px;
        font-size: 14px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt2 {
        margin-top: 3px;
        font-size: 12px;
    }
    /*专家组*/
    .experts {
        padding: 15px 0 20px;
    }
    .experts .brand_swiper {
        padding: 10px 0 0;
    }
    .experts .onwSwp {
        height: 240px;
    }
    .swiper_np .sl,
    .swiper_np .sr {
        width: 20px;
        height: 33px;
    }
    /*赛事日程*/
    .courses {
        padding: 15px 0 0;
    }
    .courses .course {
        display: block;
        text-align: center;
    }
    .courses .course .oneSchedu {
        height: 50px;
        width: 100%;
    }
    .courses .course .oneSchedu .oneSchedu_left {
        width: 30px;
        height: 100%;
        float: left;
    }
    .courses .course .oneSchedu .oneSchedu_right {
        width: calc(100% - 30px);
        padding: 0;
    }
    .courses .course .oneSchedu .oneSchedu_right .txt1 {
        line-height: 16px;
        font-size: 14px;
    }
    .courses .course .oneSchedu .oneSchedu_right .txt2 {
        margin-top: 3px;
        font-size: 12px;
    }
    /*合作机构*/
    .cooperates {
        padding: 15px 0 0;
    }
    .cooperates .cooperate {
        padding: 10px 0;
    }
    .cooperates .cooperate .cooperateList {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .cooperates .cooperate .cooperateList .oneCoop {
        width: calc((100% - 30px) / 3);
        height: 50px;
        margin: 6px 5px;
    }
    .otherTop {
        height: 30px;
    }
    .otherTop .otherTop_title {
        font-size: 14px;
    }
    .otherTop .otherTop_link {
        font-size: 12px;
    }
    /* 其他新闻推荐*/
    .otherNews .otherNewList {
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .otherNews .otherNewList .oneNews {
        width: 48%;
        padding: 0;
        margin: 8px 0;
    }
    .otherNews .otherNewList .oneNews .oneNew_img {
        height: calc(48% * 184 / 276);
    }
    .otherNews .otherNewList .oneNews .oneNew_info {
        height: auto;
        padding: 5px 6px;
    }
    .otherNews .otherNewList .oneNews .oneNew_info .txt1 {
        font-size: 13px;
    }
    .otherNews .otherNewList .oneNews .oneNew_info .txt2 {
        font-size: 12px;
    }
    .otherNews .otherNewList .oneNews:hover .oneNew {
        margin-top: 0px;
    }
    /*赛题介绍*/
    .questionIntros {
        padding: 15px 0;
    }
    .questionIntros .questionIntro {
        margin-top: 10px;
        display: block;
    }
    .questionIntros .questionIntro .oneQintro {
        width: 100%;
        margin-top: 10px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top {
        height: auto;
        padding: 10px 0;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top .txt1 {
        font-size: 14px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_top .txt2 {
        margin-top: 3px;
        font-size: 12px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_bot {
        height: auto;
        padding: 10px;
    }
    .questionIntros .questionIntro .oneQintro .oneQintro_bot .oneq {
        margin-bottom: 10px;
        line-height: 20px;
    }
    /*参赛规则*/
    .srules {
        padding: 15px 0;
        background-size: 100% 100%;
    }
    .srules .srule {
        margin-top: 10px;
        display: block;
    }
    .srules .srule .oneRule {
        width: 100%;
        height: auto;
        margin-top: 10px;
        padding: 10px;
        box-sizing: border-box;
        background-size: 100% auto;
    }
    .srules .srule .oneRule .oneRuleInfo {
        position: unset;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    /*赛程说明*/
    .describes {
        padding: 0 0 15px;
    }
    .describes .describe {
        margin-top: 15px;
        display: block;
    }
    .describes .describe::after {
        display: none;
    }
    .describes .describe .oneDescribe {
        width: 100%;
        margin-top: 10px;
    }
    .describes .describe .oneDescribe .oneDescribe_num {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .describes .describe .oneDescribe .oneDescribe_info {
        width: 100%;
        height: auto;
        margin-top: 0px;
        padding: 10px 0;
    }
    .describes .describe .oneDescribe .oneDescribe_info .txt1 {
        font-size: 14px;
    }
    .describes .describe .oneDescribe .oneDescribe_info .txt2 {
        margin-top: 4px;
        font-size: 12px;
    }
    /*赛区设置*/
    .compsets {
        padding: 15px 0;
    }
    .compsets .compset {
        display: block;
    }
    .compsets .compset .oneSet {
        margin-top: 10px;
        width: 100%;
    }
    .compsets .compset .oneSet .oneSet_title {
        height: 26px;
        font-size: 14px;
    }
    .compsets .compset .oneSet .oneSet_info {
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        font-size: 14px;
    }
    .compsets .compset .oneSet.oneSetm {
        width: 100%;
    }
    /*奖杯设置*/
    .scups {
        padding: 15px 0;
    }
    .scups .scup .scup_intro {
        font-size: 14px;
    }
    .scups .scup .scupm {
        margin-top: 30px;
        display: block;
    }
    .scups .scup .scupm .oneScup {
        width: 100%;
        height: 280px;
        margin-top: 30px;
    }
    .scups .scup .scupm .oneScup .oneScup_img {
        width: 100px;
        height: 100px;
        top: -20px;
    }
    .scups .scup .scupm .oneScup .oneScup_info {
        width: 96%;
        height: 200px;
        padding: 0 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .scups .scup .scupm .oneScup .oneScup_info .txt1 {
        padding-top: 15px;
    }
    .scups .scup .scupm .oneScup .oneScup_info .txt2 {
        line-height: 22px;
        margin-top: 6px;
    }
    /*其他说明*/
    .idescribes {
        padding: 15px 0 10px;
    }
    .idescribes .idescribe {
        margin: 10px auto 0;
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 540px) {
    .nbanner {
        height: 150px;
    }
    .ibanner .oneBan {
        height: 180px;
    }
    .ibanner.swiper-container-horizontal > .swiper-pagination-bullets, .ibanner.swiper-pagination-custom, .ibanner .swiper-pagination-fraction {
        bottom: 10px !important;
    }
    .userDatas .userData {
        padding: 10px;
    }
    .userDatas .userData .userDataInfo {
        padding: 10px;
        line-height: 20px;
    }
    .userDatas .userData .userDataInfo .txt1 {
        font-size: 13px;
    }
    .userDatas .userData .userDataList {
        margin: 10px auto 0;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot {
        padding: 10px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_img {
        width: 100%;
        height: auto;
        float: none;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_img img {
        max-width: 200px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul {
        padding: 10px 0;
        overflow: hidden;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl {
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl li {
        line-height: 24px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl li .txt1 {
        width: 70px;
    }
    .userDatas .userData .userDataList .oneUser .oneUser_bot .oneUser_bot_left .oneUser_bot_ul .oneUl li .txt2 {
        padding-left: 70px;
    }
    .score {
        padding: 15px 0 15px 20px;
    }
    .score ul li {
        line-height: 40px;
        font-size: 14px;
    }
    .score ul li .span1 {
        width: 100px;
    }
    .score ul li .span2 {
        padding-left: 100px;
    }
    /*赛事日程*/
    .schedule .schedu {
        display: block;
        text-align: center;
    }
    .schedule .schedu .oneSchedu {
        height: 40px;
    }
    .schedule .schedu .oneSchedu .oneSchedu_left {
        width: 25px;
        background-size: 8px auto;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right {
        width: calc(100% - 25px);
        padding: 5px 0;
    }
    .schedule .schedu .oneSchedu .oneSchedu_right .txt1 {
        line-height: 14px;
        font-size: 12px;
    }
    .schedule .schedu .oneSchedu.active .oneSchedu_left {
        background-size: 8px auto;
    }
    /*赛事通知*/
    .snotices .snotice {
        padding: 5px 10px 0;
        display: block;
    }
    .snotices .snotice .oneNotice {
        margin: 10px 0 0;
        width: 100%;
    }
    .snotices .snotice .oneNotice .oneNotice_left {
        padding: 8px;
    }
    .snotices .snotice .oneNotice .oneNotice_right {
        line-height: 20px;
    }
    /*新闻详情*/
    .imap {
        padding: 10px 0;
    }
    .imap .txt1 {
        padding: 0 4px;
    }
    .contentDetaisl {
        padding: 10px 0;
    }
    .contentDetaisl .contentDetail .detailTitle {
        margin-top: 10px;
        font-size: 14px;
    }
    .contentDetaisl .contentDetail p{
        line-height: 25px;
        font-size: 12px;
    }
    .contentDetaisl .contentDetail .detailTime {
        margin: 10px 0;
        font-size: 12px;
    }
    /*赛题资料*/
    .informations {
        padding: 20px 0 0;
    }
    .informations .information {
        margin-top: 10px;
    }
    .informations .information .informationTop {
        height: 30px;
    }
    .informations .information .informationTop .informationTop_title {
        font-size: 14px;
    }
    .informations .information .informationTop .informationTop_title .img {
        width: 12px;
        margin: 3px 5px 0 0;
    }
    .informations .information .informationTop .informationTop_link, .informations .information .informationTop .informationTop_link .icon {
        font-size: 12px;
    }
    .informations .information .informationTop .informationTop_link, .informations .information .informationTop .informationTop_left {
        width: 70px;
    }
    .informations .information .informationTop .informationTop_left{display:none;}
     .informations .information.information3 .informationTop{padding-left:10px;}
     .informations .information.information1 .informationTop{padding-left:10px;}
     .informations .information.information4 .informationTop{padding-left:10px;}
    .informations .information .informationList {
        padding: 10px 5px;
    }
    .informations .information .informationList .oneInfo {
        width: 100%;
        height: auto;
        margin: 5px 0;
        padding: 8px;
    }
    .informations .information .informationList .oneInfo .oneInfo_left .txt1 {
        line-height: 16px;
        font-size: 12px;
    }
    .informations .information .informationList .oneInfo .oneInfo_left .txt2 {
        margin-top: 4px;
        font-size: 12px;
    }
    .informations .information .informationList .swiperTab .swiper-wrapper {
        width: 100%;
    }
    .informations .information .informationList .swiperTab .oneTab {
        width: 50% !important;
        height: 30px;
        font-size: 12px;
    }
    .informations .information .informationList .playList {
        overflow: hidden;
    }
    .informations .information .informationList .playList .onePlay {
        width: calc(50% - 10px);
        margin: 0 5px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_img {
        height: calc((50% - 10px) * 178 / 268);
    }
    .informations .information .informationList .playList .onePlay .onePlay_img .icon {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_info {
        height: auto;
        padding: 10px 12px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_info .txt1, .informations .information .informationList .playList .onePlay .onePlay_info .txt2 {
        font-size: 12px;
    }
    .informations .information .informationList .playList .onePlay .onePlay_info .txt2 {
        margin-top: 2px;
    }
    .informations .information.information1 {
        margin-top: 10px;
    }
    .informations .information.information4 {
        margin-bottom: 12px;
    }
    /*赛事介绍*/
    .introdus {
        padding: 10px 0 0;
    }
    .introdus .introdu {
        padding: 10px 0;
        display: block;
    }
    .introdus .introdu .introdu_img {
        width: 100%;
        height: 48vw;
    }
    .introdus .introdu .introdu_info {
        width: 100%;
        height: auto;
        padding: 6px;
        line-height: 20px;
        font-size: 12px;
        box-sizing: border-box;
    }
    .introdus .introdu .previou_title {
        font-size: 14px;
    }
    /*组织机构*/
    .institutions {
        padding: 10px 0 0;
    }
    .institutions .institution .instList {
        margin-top: 10px;
    }
    .institutions .institution .instList .instList_top {
        height: 25px;
        font-size: 14px;
    }
    .institutions .institution .instList .instList_list .instList_listm {
        padding: 5px 6px;
    }
    .institutions .institution .instList .instList_list .link {
        margin: 10px 0;
        width: 33.33%;
    }
    .institutions .institution .instList .instList_list .link .img {
        height: 25px;
    }
    .institutions .institution .instList.half {
        width: calc(50% - 6px);
    }
    .institutions .institution .instList.half .instList_list {
        padding: 12px 0;
    }
    .institutions .institution .instList.half .instList_list .img {
        width: auto;
        height: 18px;
    }
    /*发展历史*/
    .historys {
        padding: 10px 0;
    }
    .historys .history .oneHis {
        margin-bottom: 8px;
    }
    /*组委会*/
    .committees {
        padding: 10px 0;
    }
    .committees .committee {
        display: block;
    }
    /*常见问题*/
    .frequentlys .frequently .frequentlyTop {
        height: 40px;
        line-height: 40px;
    }
    .frequentlys .frequently .frequentlyTop .otab {
        width: 80px;
        font-size: 14px;
    }
    .frequentlys .frequently .frequentlyList {
        margin-top: 15px;
    }
    .frequentlys .frequently .frequentlyList .oneQue {
        margin-bottom: 20px;
    }
    .frequentlys .frequently .frequentlyList .oneQue .oneQue_title {
        font-size: 14px;
        padding: 6px;
        line-height: 20px;
    }
    .frequentlys .frequently .frequentlyList .oneQue .oneQue_bot {
        font-size: 12px;
        line-height: 20px;
    }
}

