/*-------------index.html-------------*/
.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #141d39;
    line-height: 32px;
    background-color: #142863;
}


/*center*/
.center{
    width: 100%;
    margin-top: 80px;
    padding-bottom: 80px;
}
.banner{
    width: 100%;
    height: 1115px;
    letter-spacing: 2px;
    background: url("../images/banner.png") no-repeat center;
}
.b_org{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 445px;
}
.b_signup{
    width: 100%;
    text-align: center;
    margin-top: 80px;
}
.b_signup a{
    width: 450px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 6px;
    font-weight: bold;
    background-color: rgba(0,90,230,0.7);
    border: 2px #46c4ef solid;
    border-radius: 50px;
}
.details_main{
    width: 100%;
    padding-top: 1px;
    background: url("../images/page_bg.png") no-repeat;
    background-position: center top;
}

.c_box{
    width: 100%;
    margin-top: 95px;
}
.c_title{
    position: relative;
    width: 1200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #f7ecd2;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 auto;
}
.c_title::before{
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    display: inline-block;
    width: 322px;
    height: 46px;
    background: url("../images/title_bg_left.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.c_title::after{
    position: absolute;
    top: 0;
    right: 0;
    content: ' ';
    display: inline-block;
    width: 322px;
    height: 46px;
    background: url("../images/title_bg_right.png") no-repeat;
    background-size: 100% auto;
    background-position: right center;
}

/*关于大赛*/
.bg_content{
    width: 1138px;
    margin: 0 auto;
    margin-top: 45px;
    padding: 10px;
    text-align: center;
    background-color: #123e7d;
    border-radius: 10px;
}
.bg_content p{
    color: #f7ecd2;
    padding: 24px 28px;
    border: 1px #f7ecd2 solid;
    border-radius: 4px;
}

/*组织机构*/
.c_org{
    margin-top: -15px;
}
.org_content{
    width: 1200px;
    min-height: 382px;
    margin: 0 auto;
    margin-top: 45px;
    padding: 60px 0;
    background: url("../images/org_img.png") no-repeat;
    background-size: 498px 502px;
}
.org_list{
    width: 385px;
    color: #141d39;
    padding: 25px 82px;
    margin-left: 592px;
    border-radius: 15px;
    background-color: #f7ecd2;
    background-image: linear-gradient(to right bottom,#f7ecd2,#fff);
    box-shadow: 15px 15px 0 rgba(171,191,252,0.2);
}
.org_item{
    margin:20px 0;
}
.org_item p:first-child{
    color: #142964;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 6px;
    text-shadow: 2px 2px 6px #7a96ee;
}

/*竞赛内容*/
.c_details{
    margin-top: 55px;
}
.contest_content{
    width: 1120px;
    margin: 0 auto;
    margin-top: 45px;
    padding: 40px;
    background: url("../images/details_bg.png") no-repeat;
    background-size: 100% 100%;
}
.d_item{
    margin-bottom: 30px;
}
.d_item:last-child{
    margin-bottom: 0;
}
.d_title{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 12px;
    margin-bottom: 6px;
}
.d_title::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 32px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom,#ea5b39,#d52f2b);
}

/*奖项设置*/
.prize_content{
    width: 1120px;
    padding: 50px 40px;
    margin: 0 auto;
    margin-top: 45px;
    background-color:#f0f2f9;
    border-radius: 10px;
}
.prize_main{
   float: left;
    width: 535px;
    margin-bottom: 42px;
}
.prize_csxs{
    margin-right: 50px;
}
.prize_jnzs{
    width: 100%;
    margin-bottom: 0;
}
.prize_title{
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 24px;
    background: url("../images/prize_icon.png") no-repeat;
    background-size: 10px 24px;
}
.csxs_info{
    width: 495px;
    min-height: 283px;
    margin-top: 24px;
    padding: 20px;
    text-align: center;
    background: url("../images/prize_bg_01.png") no-repeat;
    background-size: 535px 100%;
}
.prize_dj{
    text-align: left;
    padding-left: 158px;
}
.prize_dj p{
    color: #e3432a;
    margin-bottom: 15px;
    font-weight: bold;
}
.prize_dj span{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    border-radius: 30px;
    padding: 0 15px;
    margin-right: 15px;
    font-weight: normal;
    background-image: linear-gradient(to right,#f5ca6d,#d09b3c);
}
.prize_cert{
    display: inline-block;
    color: #f0f2f9;
    text-align: center;
    padding: 0 15px;
    margin: 10px 0;
    background-color: #141d39;
    border-radius: 30px;
}
.prize_tips{
    color: #727171;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin-top: 6px;
}
.cbyx_info{
    width: 495px;
    min-height: 283px;
    margin-top: 24px;
    color: #fff;
    text-align: center;
    padding: 20px;
    background: url("../images/prize_bg_02.png") no-repeat;
    background-size: 535px 100%;
}
.cbyx_info .prize_cert{
    margin-bottom: 32px;
}
.cbyx_info .prize_tips{
    color: #fff;
    font-size: 15px;
}
.jnzs_info{
    padding: 32px 160px 32px 32px;
    margin-top: 24px;
    text-align: center;
    color: #fff;
    background: url("../images/prize_bg_03.png") no-repeat;
    background-size: 100% 100%;
}
.jnzs_info span{
    font-size: 17px;
    color: #faf6bd;
}

/*cbSchool*/
.cb_content{
    width: 1120px;
    padding: 50px 40px;
    margin: 0 auto;
    margin-top: 45px;
    background-color:#f0f2f9;
    border-radius: 10px;
}
.cb_search{
    width: 540px;
    height: 40px;
    margin: 0 auto;
}
.cb_search #school{
    width: 420px;
    height: 38px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px 0 0 5px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}
input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
.s_btn{
    float: right;
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background-color: #e13b29;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
}
.query_results{
    display: none;
    width: 490px;
    margin: 0 auto;
    margin-top: 20px;
    padding:30px 40px;
    text-align: center;
    line-height: 30px;
    border: 1px #ccc solid;
}
.query_results .apply_btn{
    color: #fff;
    padding: 4px 20px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #e13b29;
}
.cb_list_school{
    width: 100%;
    max-height: 400px;
    margin-top: 30px;
    overflow-y: auto;
}
.cb_list_school li{
    float: left;
    width: 30%;
    padding: 0 1.65%;
    margin-top: 12px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*高校报道、活动风采、支持院校、获奖分享*/
.c_activity{
    margin-top: 62px;
}
.report_list,.activity_list,.colleges_list,.awards_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}
.report_list ul,.activity_list ul,.colleges_list ul,.awards_list ul{
    position:relative;
}
.report_list ul li,.activity_list ul li,.colleges_list ul li,.awards_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{
    margin-right: 0;
}
.report_list ul li p,.activity_list ul li p,.colleges_list ul li p,.awards_list ul li p{
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.report_list img,.activity_list img,.colleges_list img,.awards_list img{
    width: 281px;
    height: 204px;
    border-radius: 10px;
}


/*footer*/
.footer{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
    background: #0f152a;
}
.f_main{
    width: 1200px;
    margin: 0 auto;
    color: #f5f7f9;
    padding: 35px 0;
}
.f_main a{
    color:#f5f7f9;
}
.f_left,.f_center{
    position: relative;
    float: left;
    width: 360px;
    text-align: left;
    padding-top: 25px;
}
.f_left::before,.f_center::before{
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 1px;
    background-color: #223261;
}
.f_right{
    float: right;
    width: 185px;
    text-align: center;
}
.f_right img{
    width: 120px;
    height: 120px;
}

.f_beian{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.piaochuang{
    position: fixed;
    left: 30px;
    bottom:30%;
    width: 120px;
}
.float_info{
    width: 100px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
    text-align: center;
    background-color: #25366a;
    border-radius: 10px;
}
.f_cs{
    width: 100%;
    color: #141d39;
    background-color: #f5f7f9;
    border-radius: 24px;
    margin-bottom:10px;
}
.f_qun{
    width: calc(100% - 20px);
    color: #141d39;
    padding-left: 20px;
    margin-bottom: 10px;
    background: url(../images/qq_icon.png) no-repeat;
    background-size: 14px auto;
    background-position: 10px center;
    background-color: #f5f7f9;
    border-radius: 24px;
}
.wx_ewm img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
}
.back_top{
    position: relative;
    width: 52px;
    height: 52px;
    color: #f5f7f9;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    background-color: #3966a4;
}
.back_top a{
    color: #f5f7f9;
}
.back_top::before{
    content: ' ';
    position: absolute;
    left: calc((100% - 3px) / 2);
    top: -10px;
    display: inline-block;
    width: 3px;
    height:10px;
    background-color: #3966a4;
}

