/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    background-color: #fff;
}
/*header*/
.pay_item{
    float: left;
    width: 50%;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width:100%;
    height:80px;
    line-height:80px;
    margin:auto;
    background:#5370ff;
}
.h_mian{
    width:1200px;
    margin:auto;
}
.h_logo{
    float:left;
    width: 166px;
}
.h_logo img{
    width: 166px;
    height: 62px;
}
.h_nav{
    float:left;
    margin-left:20px;
}
.h_nav li{
    float:left;
    /*width:111px;*/
    text-align:center;
    color:#fff;
    cursor:pointer;
    margin-right: 25px;
}
.h_nav a{
    color:#fff;
    display:inline-block;
}
.h_login{
    float:right;
}
.h_login a{
    display:inline-block;
    width:110px;
    height:35px;
    color: #333;
    line-height:35px;
    text-align:center;
    border-radius:6px;
    background:#fff;
}
.history,.prov{
    position: relative;
}
.modal_history,.modal_prov{
    display: none;
    position: absolute;
    top: 70px;
    left: calc((100% - 80px) / 2);
    width: 80px;
    line-height: 42px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
}
.modal_history a,.modal_prov a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.modal_history:before,.modal_prov:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}

/*center*/
.center{
    width: 100%;
    margin-top: 80px;
    padding-bottom: 100px;
}
.banners{
    width: 100%;
    height: 540px;
}
.banner{
    width: 100%;
    height: 540px;
    background: url("https://ncccu2025.oss-cn-zhangjiakou.aliyuncs.com/images/banner.png") no-repeat center;
}
.banner a{
    width: 100%;
    height: 540px;
}
.layui-carousel-ind {
    top: -82px;
}
.banner_sx{
    background-image: url("../images/banner/sx_banner.jpg");
}
.banner_gs{
    background-image: url("https://ncccu2025.oss-cn-zhangjiakou.aliyuncs.com/images/banner_gs.jpg");
}
.banner_sc{
    background-image: url("https://ncccu2025.oss-cn-zhangjiakou.aliyuncs.com/images/banner_sc.jpg");
}
.banner_hb{
    background-image: url("https://ncccu2025.oss-cn-zhangjiakou.aliyuncs.com/images/banner_hb.jpg");
}


.subjects_menu{
    width: 1230px;
    margin: 30px auto;
    /*margin-top: -55px;*/
}
.menu_item{
    position: relative;
    width: 240px;
    height: 310px;
    float: left;
}
.menu_item .subject_btn{
    position: absolute;
    top:230px;
    left: 36px;
    width: 146px;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 30px;
    border: 1px solid transparent;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}
.menu_item .subject_btn a{
    color: #fff;
}
.background_blue{
    background-color: #3955d3;
}
.background_purple{
    background-color: #5540d2;
}
.background_cyan{
    background-color: #68cdb2;
}
.background_red{
    background-color: #e96273;
}
.background_orange{
    background-color: #f4993f;
}
.sub_item{
    position: relative;
    float: left;
    width: 273px;
    height: 100px;
    margin: 15px;
    background-image: linear-gradient(to bottom,#f4f5f9,#ffffff);
    border: 2px #fff solid;
    border-radius: 6px;
    box-shadow: 0 0 10px #f3f3fb;
}
.sub_item:first-child{
    width: 213px;
    height: 64px;
    color: #fff;
    font-style: italic;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 4px;
    padding: 18px 30px;
    background: url(../images/sx_bg.png) no-repeat;
    background-size: 100% 100%;
}
.sub_type{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    line-height: 20px;
    color: #fff;
    background-color: #5370ff;
    box-shadow: -1px 1px 5px #5370ff;
}
/*.subjects_menu a{*/
/*    display: inline-block;*/
/*    width: 243px;*/
/*    height: 64px;*/
/*    padding:18px 15px;*/
/*}*/
/*.subjects_menu a p:first-child{*/
/*    height: 35px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    padding-left: 46px;*/
/*    line-height: 35px;*/
/*    background: url(../images/icon_sub_01.png) no-repeat;*/
/*    background-size: 33px 33px;*/
/*    background-position-y: center;*/
/*}*/
/*.subjects_menu a p:last-child{*/
/*    color: #a0a0a0;*/
/*    font-size: 15px;*/
/*    margin-top: 3px;*/
/*    padding-left: 10px;*/
/*}*/
.dsj a p:first-child{
    background-image: url("../images/icon_sub_01.png");
}
.rgzn a p:first-child{
    background-size: 34px 33px;
    background-image: url("../images/icon_sub_02.png");
}
.office a p:first-child{
    background-size: 34px 33px;
    background-image: url("../images/icon_sub_03.png");
}
.cxsj a p:first-child{
    background-size: 40px 35px;
    background-image: url("../images/icon_sub_04.png");
}
.jsjxt a p:first-child{
    background-size: 34px 35px;
    background-image: url("../images/icon_sub_05.png");
}
.qrsxt a p:first-child{
    background-size: 33px 30px;
    background-image: url("../images/icon_sub_06.png");
}
.szmt a p:first-child{
    background-size: 41px 31px;
    background-image: url("../images/icon_sub_07.png");
}

.c_box{
    width: 100%;
    margin-top: 72px;
}
.c_title{
    width: 100%;
    height: 45px;
    text-align: center;
}
.c_title p:first-child{
    position: relative;
    height: 45px;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 3px;
}
.c_title p:last-child{
    height: 21px;
    color: #e5e7f3;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 8px;
    margin-top: -30px;
}

/*关于大赛*/
.c_bg{
    padding-bottom: 70px;
    background: url("../images/map_bg.png") no-repeat;
    background-size: 926px 517px;
    background-position: center bottom;
}
.bg_main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.contest_data{
    float: left;
    width: 588px;
    padding-top: 100px;
    padding-right: 12px;
}
.contest_data>div{
    float: left;
    width: 200px;
    text-align: center;
    padding-top: 110px;
    font-size: 14px;
}
.contest_jie{
    width: 188px!important;
    background: url("../images/icon_jie.png") no-repeat;
    background-size: 105px 98px;
    background-position: center top;
}
.contest_jie p:first-child{
    color: #00a3be;
    font-size: 24px;
    font-weight: bold;
}
.contest_school_num{
    background: url("../images/icon_school_num.png") no-repeat;
    background-size: 118px 88px;
    background-position: center 10px;
}
.contest_school_num p:first-child{
    color: #e96273;
    font-size: 24px;
    font-weight: bold;
}
.contest_join{
    background: url("../images/icon_join.png") no-repeat;
    background-size: 114px 103px;
    background-position: center top;
}
.contest_join p:first-child{
    color: #2065f9;
    font-size: 24px;
    font-weight: bold;
}

.bg_content{
    float: left;
    width: 588px;
    padding-left: 12px;
    text-indent: 35px;
}

/*组织机构*/
.c_org{
    margin-top: 32px;
}
.org_content{
    width: 100%;
    /*height: 437px;*/
    margin-top: 45px;
    background: url("../images/org_bg.png") no-repeat center;
}
.org_box{
    width: 1200px;
    margin: 0 auto;
}
.org_zb{
    float: left;
    width: 555px;
    padding-top: 36px;
    padding-right: 45px;
}
.org_title{
    font-size: 20px;
    font-weight: bold;
}
.org_logo{
    width: 410px;
    height: 49px;
    margin: 0 auto;
    padding: 9px 0 9px 100px;
    margin-top: 25px;
    line-height: 24px;
    background: url(../images/zb_logo.png) no-repeat;
    background-size: 87px 67px;
    background-position: left center;
}
.org_logo p:first-child{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.org_logo p:last-child{
    font-size: 13px;
    letter-spacing: 0;
}
.org_text{
    width: 100%;
    margin-top: 10px;
    line-height: 34px;
}
.org_zb .org_text{
    height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}
.org_text::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}
.org_other{
    float: left;
    width: 600px;
    padding: 30px 0;
    background-image: linear-gradient(to bottom,#f3f5f8,#ffffff);
}
.org_item{
    padding: 12px 30px;
    /*border: 2px #fff solid;*/
    /*margin-bottom: 25px;*/
    margin-left: 2px;
    /*height: 116px;*/
    /*box-shadow: 5px 5px 10px #e8ebf4;*/
    /*background-image: linear-gradient(to bottom,#f3f5f8,#ffffff);*/
}
.org_item:last-child{
    margin-bottom: 0;
    height: 115px;
}
.org_wyh{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 50px;
    background-color: #f3f5f8;
}
.wyh_title{
    width: 1196px;
    height:100px;
    text-align: center;
    line-height: 100px;
    font-size: 36px;
    letter-spacing: 3px;
    background: url("../images/wyh_bg.png") no-repeat;
    background-size: 100% 100%;
    border: 2px #fff solid;
    box-shadow: 0 0 10px #e8ebf4;
}
.wyh_list{
    width: 960px;
    padding: 40px 120px 0 120px;
}
.wyh_left{
    float: left;
    width: 470px;
    padding-right: 10px;
}
.wyh_right{
    float: left;
    width: 470px;
    padding-left: 10px;
}
.wyh_item{
    width: 100%;
    margin-bottom: 30px;
}
.wyh_item>p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mingdan li span{
    display: inline-block;
    width: 52px;
    margin-right: 12px;
    text-align: justify;
    text-justify:distribute-all-lines;
    text-align-last: justify;
}

/*赛事内容*/
.details_content{
    width: 1230px;
    margin: 0 auto;
    margin-top: 45px;
}
.details_content .subjects_menu{
    margin-top: 0;
}
.details_content .sub_item{
    background: #0052d9;
    border: 2px #cbcefc solid;
    margin: 0 15px 30px 15px;
}
.details_content .sub_item a{
    color: #fff;
}
.details_content .sub_item a p:last-child{
    color: #fff;
}
.details_content .sub_item:first-child {
    color: #0052d9;
    background: url(../images/sx_bg_02.png) no-repeat;
    background-size: 100% 100%;
    border: 2px #fff solid;
}
.details_content .sub_type{
    color: #0052d9;
    background-color: #fff;
    box-shadow: -1px 1px 5px #666;
}

/*赛制赛程*/
.c_course{
    width: 100%;
    margin-top: 52px;
    padding: 50px 0 70px 0;
    background-color: #f3f5f8;
}
.course_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    background: url("../images/course_04.png?v=7.0") no-repeat;
    background-size: 1200px 8px;
    background-position: left center;
}
.course_content ul{
    background: url("../images/course_jt.png") no-repeat;
    background-size: 60px 56px;
    background-position: 28% center;
}
.course_content ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.course_content ul li p:first-child{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 120px;
}
.course_content ul li p:last-child{
    color: #7b838d;
    letter-spacing: 0;
}
/*.course_content ul li:nth-child(5) p:last-child{*/
/*    color: #0052d9;*/
/*}*/

/*news*/
.news_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.n_left,.n_right{
    float: left;
    width: 551px;
    height: 311px;
    padding: 18px;
    background: url("../images/news_bg.png") no-repeat;
    background-size: 100% 100%;
}
.n_right{
    float: right;
}
.news_content h3{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 0 2px 0 #3572f4;
}
.n_list{
    width: calc(100% - 60px);
    height: 230px;
    padding: 15px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
    background-color: #fff;
}
/*.n_list::-webkit-scrollbar {*/
/*    display: none; !* 对于Chrome, Safari和Opera *!*/
/*}*/
.news_item{
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.news_item:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.news_item a{
    width: 100%;
}
.news_item p{
    width: 395px;
    color: #353538;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news_item span{
    /*display: inline-block;*/
    /*width: 49%;*/
    font-size: 13px;
    color: #aaacb0;
}
.news_item span:last-child{
    text-align: right;
}
/*.news_item:before{*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    top: 12px;*/
/*    left: 1px;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    background-color: #d2ad78;*/
/*    transform: rotate(45deg);*/
/*}*/

/*prize*/
.prize_content{
    width: 1166px;
    min-height: 200px;
    margin: 0 auto;
    margin-top: 45px;
    padding: 17px 17px 50px 17px;
    background: linear-gradient(to bottom,#d9dffc 0,#fff 20%,#fff 100%);
    border-radius: 10px;
    box-shadow: 0 0 10px #d9dffc;
}
.prize_type{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.pt_item{
    position: relative;
    width: 508px;
    color: #3955d3;
    padding: 20px 30px;
    border-radius: 10px;
}
.pt_active{
    background-image: linear-gradient(to bottom,#fff,transparent);
}
.pt_active::after{
    content:' ';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 138px;
    height: 100%;
    background: url("../images/icon_zz.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.pt_item p:first-child{
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.prize_info{
    /*display: none;*/
    width: 100%;
}
.prize_info_active{
    display: block;
}
.prize_list{
    display: flex;
    width: 1120px;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: space-between;
    align-items: center;
}
.prize_item{
    width: 355px;
    height: 100px;
    padding-top: 147px;
    text-align: center;
    color: #913a05;
    background: url("../images/prize_bg01.png") no-repeat;
    background-size: 100% 100%;
}
.prize_item:nth-child(2){
    color: #0c3d7a;
    background-image: url("../images/prize_bg02.png");
}
.prize_item:nth-child(3){
    color: #b5200b;
    background-image: url("../images/prize_bg03.png");
}
.prize_item p:first-child{
    font-size: 22px;
    font-weight: bold;
}
.prize_tips{
    width: 1120px;
    margin: 0 auto;
    margin-top: 30px;
}
.prize_tips p:first-child{
    color: #3955d3;
}


/*赛事相关*/
.about_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}
.about_tab{
    width: 372px;
    margin: 0 auto;
}
.about_tab_item{
    float: left;
    width: 82px;
    text-align: center;
    margin: 0 21px;
    font-size: 17px;
    padding-bottom: 25px;
}
.about_tab_active{
    border-bottom: 3px #0052d9 solid;
}
.about_main{
    display: none;
    width:1014px;
    min-height: 328px;
    padding: 50px 90px;
    margin: 0 auto;
    margin-top: -3px;
    background: url(../images/about_bg.png) no-repeat;
    background-size: 100% auto;
    background-color: #f2f5f8;
    background-position: left bottom;
    border-radius: 15px;
    border: 3px #fff solid;
    box-shadow: 5px 2px 10px #e8ebf4;
}
.about_main_active{
    display: block;
}
.about_main p{
    font-size: 17px;
    font-weight: bold;
}

/*高校报道、活动风采、支持院校、获奖分享*/
.c_activity{
    margin-top: 62px;
}
.report_list,.activity_list,.colleges_list,.awards_list,.accr_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}
.report_list ul,.activity_list ul,.colleges_list ul,.awards_list ul,.accr_list ul{
    position:relative;
}
.report_list ul li,.activity_list ul li,.colleges_list ul li,.awards_list ul li,.accr_list ul li{
    float: left;
    width: 281px;
    margin-right: 25px;
}
.report_list ul li:last-child,.activity_list ul li:last-child,.colleges_list ul li:last-child,.awards_list ul li:last-child,.accr_list ul li:last-child{
    margin-right: 0;
}
.report_list ul li p,.activity_list ul li p,.colleges_list ul li p,.awards_list ul li p,.accr_list ul li p{
    width: 100%;
    color: #333;
    text-align: center;
    margin-top: 15px;
}
.report_list img,.activity_list img,.colleges_list img,.awards_list img,.accr_list img{
    width: 281px;
    height: 204px;
    border-radius: 10px;
}
.colleges_list{
    height: 700px;
    overflow-y: auto;
}
.colleges_list ul li{
    width: 148px;
    text-align: center;
    background-color: #efefef;
    margin: 0 10px 20px 10px;
    padding: 10px 15px;
    border-radius: 10px;
}
.colleges_list ul li a{
    width: 100%;
}
.colleges_list ul li p{
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
    letter-spacing: 0;
}
.colleges_list img{
    width: 80px;
    height: 80px;
}

/*教师分享*/
.experience{
    width: 1200px;
    height: 410px;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}
.experience ul{
    position: relative;
}
.eeperience{
    width: 1200px;
    height: 410px;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}
.eeperience ul{
    position: relative;
}
.ee_item{
    float: left;
    width: 252px;
    height: 348px;
    color: #333;
    padding: 27px 14px 18px 14px;
    margin-right: 21px;
    box-shadow: 3px 0 20px #f3f5f8;
    border: 2px #fff solid;
    background: url(../images/icon_10.png) no-repeat !important;
}
.ee_item:last-child{
    margin-right: 0;
}
.ee_item .ee_text{
    height: 192px;
    padding: 8px 10px;
    min-height: 196px;
    padding-top: 7px;
    margin: 10px auto;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}

.ex_item{
    float: left;
    width: 252px;
    height: 348px;
    color: #333;
    padding: 27px 14px 18px 14px;
    margin-right: 21px;
    box-shadow: 3px 0 20px #f3f5f8;
    border: 2px #fff solid;
    background-color: #f3f5f8;
    background-image: linear-gradient(to bottom,#f3f5f8,#fff);
}
.ex_item:last-child{
    margin-right: 0;
}
.ex_name{
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}
.ex_school{
    width: 100%;
    text-align: center;
    font-size: 17px;
}
.ex_item .ex_text{
    height: 192px;
    padding: 8px 10px;
    min-height: 196px;
    padding-top: 7px;
    margin: 10px auto;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    background: url(../images/icon_07.png) no-repeat;
    background-size: 64px 49px;
}
.ex_more{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 18px;
    border-radius: 4px;
    background-color: #0052d9;
}
.ex_modal{
    width: 90%;
    color: #333;
    padding: 50px 5%;
}
.ex_modal .ex_text{
    width: calc(100% - 12px);
    font-size: 16px;
    line-height: 28px;
    padding: 8px 10px;
    min-height: 196px;
    padding-top: 7px;
    margin: 10px auto;
    background: url(../images/icon_07.png) no-repeat;
    background-size: 64px 49px;
}

/*footer*/
.footer{
    width: 100%;
    margin:0 auto;
    background: #0b0c11;
}
.f_main{
    width: 990px;
    margin: 0 auto;
    color: #fff;
    padding: 35px 0;
}
.f_main a{
    color:#fff;
}
.f_left{
    float: left;
    width: 840px;
    text-align: left;
}
.f_qq{
    padding-left: 40px;
    margin-bottom: 10px;
    background: url("../images/qq.png") no-repeat;
    background-size: 30px 30px;
}
.f_tel{
    padding-left: 40px;
    background: url("../images/tel.png") no-repeat;
    background-size: 30px 30px;
}
.f_tel span{
    font-size: 13px;
    color: #fff
}
.f_right{
    float: left;
    width: 150px;
    text-align: center;
}
.finfo li div{
    color:#fff;
    margin-bottom: 10px;
}
.finfo li img{
    position: relative;
    bottom: 2px;
}
.f_beian{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.piaochuang{
    position: fixed;
    right: 30px;
    bottom:30%;
    z-index: 100;
    width: 120px;
}
.piaochuang img{
    width: 100%;
}
.zx_list{
    display: none;
    position: absolute;
    top: 78px;
    right: 120px;
    width: 120px;
    padding:10px;
    font-size: 14px;
    background-color: #877afe;
    line-height: 30px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    background-image: linear-gradient(to right,#8e81fe,#9d90ff);
}
.zx_list a{
    display: inline-block;
    width: 100%;
    height: 30px;
    margin: 5px auto;
    background-color: #5240c1;
    color: #fff;
    border-radius:10px;
}
.notic_qun,.pc_bm{
    display: inline-block;
    position: absolute;
    top: 178px;
    left: 0;
    width: 120px;
    height: 100px;
}
.notic_qun{
    top: 78px;
}

/*滚动条*/
.scroll_bar::-webkit-scrollbar{
    width:10px;
    height:10px;
}
.scroll_bar::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:10px;
}
.scroll_bar::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
.scroll_bar::-webkit-scrollbar-thumb:hover{
    background: #5370ff;
}
.scroll_bar::-webkit-scrollbar-corner{
    background: #5370ff;
}



/*-------------case.html-------------*/
.page_case{
    padding-top: 1px;
    padding-bottom: 0;
}
.case_sub_menu{
    position: fixed;
    top: 30vh;
    left: 10px;
    z-index: 6;
    width: 140px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #6c98f6;
}
.c_sub_item{
    width: 140px;
    background-color: #0052d9;
    border: 1px #fff solid;
    border-bottom: 0;
}
.c_dsj{
    background: url("../images/pc_h.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 10px 10px 0 0;
}
.c_add_qun{
    background-color: #ef6e46;
    background-image: linear-gradient(to bottom,#ff8854,#ef6e46);
    border-bottom: 1px #fff solid;
    border-radius:0 0 10px 10px;
}
.c_sub_item a{
    display: inline-block;
    padding:5px 15px;
    color: #fff;
    height: 35px;
    font-size: 16px;
    padding-left: 40px;
    line-height: 35px;
    background: url(../images/icon_sub_01.png) no-repeat;
    background-size: auto 20px;
    background-position: 7px center;
}
.c_dsj a{
    background-image: url("../images/icon_sub_01.png");
}
.c_rgzn a{
    background-image: url("../images/icon_sub_02.png");
}
.c_office a{
    background-image: url("../images/icon_sub_03.png");
}
.c_cxsj a{
    background-image: url("../images/icon_sub_04.png");
}
.c_jsjxt a{
    background-image: url("../images/icon_sub_05.png");
}
.c_qrsxt a{
    background-image: url("../images/icon_sub_06.png");
}
.c_szmt a{
    background-image: url("../images/icon_sub_07.png");
}
.c_add_qun a{
    background-image: url("../images/pc_qun_icon.png");
    background-size: auto 23px;
}

.subject_main_info{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.subject_img{
    position: relative;
    float: left;
    width: 489px;
    height: 276px;
}
.case_bm{
    position: absolute;
    top: 166px;
    left: 34px;
}
.case_bm a{
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    border-radius: 10px;
    background-color: #0052d9;
    box-shadow: 0 0 10px lightslategrey;
}
.subject_info{
    float: right;
    width: 660px;
}
.subject_info h3{
    font-size: 25px;
}
.case_org,.test_sub{
    width: 100%;
    margin-top: 20px;
}
.case_org p:first-child,.test_sub p:first-child{
    font-size: 17px;
    font-weight: bold;
}
.case_time{
    width: 100%;
    margin-top: 30px;
    letter-spacing: 0;
    background: url(../images/ctime1.png) no-repeat;
    background-size: 100% auto;
    background-position: left 39px;
}
.case_time li{
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
}
.case_time li p:last-child{
    color: #7b838d;
    margin-top: 55px;
    line-height: 21px;
}

.subject_content{
    width: 100%;
    padding: 30px 0 100px 0;
    margin-top: 60px;
    background-color: #e1e7f5;
}
.case_main{
    width: 1200px;
    margin: 0 auto;
}
.anchor_point{
    position: relative;
    float: left;
    width: 152px;
}
.anchor_point:before{
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    width: 4px;
    height: 107%;
    background-color: #bbbfc9;
}
.anchor_point li{
    position: relative;
    width: 152px;
    margin-top: 30px;
}
.anchor_point li a{
    width: 118px;
    height: 37px;
    line-height: 37px;
    padding-right: 34px;
    text-align: center;
    background: url(../images/bpic1.png) no-repeat center;
    cursor: pointer;
}
.anchor_point li a:hover {
    color: #fff;
    background: url(../images/bpic2.png) no-repeat center;
}
.sub_details {
    float: right;
    width: 1020px;
    background: #fff;
    border: 1px #d3d3d3 solid;
}
.subject_test_rule{
    width: 890px;
    padding:20px 64px 45px 64px;
}
.subject_test_rule p{
    /*font-size: 17px;*/
    /*font-weight: bold;*/
    /*margin-top: 15px;*/
}
.case_table{
    width: 100%;
    margin-top: 6px;
    border: 1px #ccc solid;
    border-collapse: collapse;
}
.case_table tr td{
    text-align: center;
    padding: 6px 10px;
    border: 1px #ccc solid;
}
.csign {
    width: 90%;
    background-color: #edebfa;
    padding: 45px 5%;
    text-align: center;
    font-size: 17px;
}
.csign_subject>p {
    text-align: center;
    color: deepskyblue;
    margin-bottom: 20px;
}
.csign_top{
    margin-top: 0;
    margin-bottom: 35px;
}
.csign_subject{
    width: 72%;
    margin: 0 auto;
}
.csign_subject ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 15px;
}
.cxsj_sub{
    width: 82%;
}
.szmt_sub{
    width: 92%;
}
.cxsj_sub ul li,.szmt_sub ul li{
    width: 25%;
}
.csign_subject ul li label{
    margin-right: 10px;
}
.csign_subject ul li input[type=checkbox]{
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
}
.csign_subject ul li span{
    color: orangered;
}
.csign_btn{
    width: 155px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #0052d9;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 10px auto 15px auto;
}
.case_tips{
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}



/*-------------news.html-------------*/
.news_box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.news_title{
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 2px #4d76ed solid;
}
.c_t{
    float: left;
    min-width: 72px;
    height: 36px;
    line-height: 36px;
    padding-left: 35px;
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
    margin-right: 15px;
    padding-right: 15px;
    background: url("../images/icon_06.png") no-repeat;
    background-size: 15px 16px;
    background-position: 12px center;
    background-color: #889bd3;
}
.c_t_active{
    background-color: #4d76ed;
}
.page_route{
    float: left;
    font-size: 12px;
    color: #999;
    margin-left: 24px;
    margin-top: 20px;
}
.page_route a{
    color: #999;
}
.main_news_list{
    position: relative;
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}
.n_1{
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
.n_1 a{
    width: 100%;
}
.n_1_left{
    float: left;
    width: 6%;
}
.n_1_left img{
    vertical-align: inherit;
}
.n_2_right{
    float: right;
    width: 93%;
    color: #0f4c82;
}
.n_2_right h3{
    height: 20px;
    color: darkslateblue;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.n_2_right p{
    height: 50px;
    line-height: 25px;
    margin-top: 20px;
    padding-left: 28px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    color: #666;
    background: url("../images/shijian.png") no-repeat;
    background-size: 24px 22px;
    background-position: 0 1px;
}
.main_news_list:before{
    position: absolute;
    left: -32px;
    top: 2px;
    content: ' ';
    display: inline-block;
    width:0;
    height:100%;
    border-left: 1px #efefef solid;
}
.n_1:before{
    position: absolute;
    left: -41px;
    top: 0;
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px #e3e6e5 solid;
    border-radius: 50%;
    background-color: #f5f7f6;
}

/*-------------newsContent.html-------------*/
.news_details_content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.news_details_content  h3{
    width: 85%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 20px;
}
.newstitle{
    text-align:center;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 35px;
}
.workstitle{
    text-align:center;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 35px;
}
.newsdate{
    text-align:center;
    line-height: 30px;
    color: #888;
    margin-top: 15px;
}
.workssub{
    text-align: center;
    line-height: 30px;
    margin-top: 40px;
}
.workssubject{
    display: inline-block;
    width: 20%;
}
.workssubject:last-child{
    width: 30%;
}
.workssubject p{
    width: 65%;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    font-size: 14px;
    text-align: center;

}
.workssubject-checked{
    background-color:#fb7c09;
    color: #fff;
    border-radius: 100px;
}
.workssubject p:hover{
    background-color: #fb7c09;
    color: #fff;
    border-radius: 100px;
}
.worksdata{
    width: 1230px;
    margin: 30px 0px 0px 0px;
}
.wordksdata-item{
    display: inline-block;
    width: 300px;
    text-align: left;
    vertical-align: middle;
    height: auto;
    margin: 10px auto;
}
.wordksdata-item img{
    width: 250px;
    height: auto;
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
}
.wordksdata-item p{
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}
.wordksdata-item p span{
    font-weight: bold;
}
.newsdate span:last-child{
    margin-left: 50px;
}
.news_details{
    width: 85%;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 15px;
}
.newscontent img,.news_details img{
    max-width: 100%;
    height: auto;
}
.bm_btn_case{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.bm_btn_case button{
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    border-radius: 10px;
    letter-spacing: 5px;
    background-color: royalblue;
}


/*-------------login.html-------------*/
.login_center{
    width: 100%;
    height: 490px;
    text-align: center;
    padding-top: 130px;
    background: url("../images/login_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
    background-color: #e1e7f5 ;
}
.login_btn img{
    width: 253px;
}
.login_btn p{
    font-size: 18px;
    color: #474d58;
    margin-top: 15px;
}
.privacy{
    width: 100%;
    color: #474d58;
    margin: 15px 0;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #474d58;
    text-decoration: underline;
}