/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #024e69;
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom,#f8fce5,#d9f5f8,#357696,#357696);
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.nav{
    width: 100%;
}
.nav_list{
    display: flex;
    width: 94%;
    padding: 0 3%;
    line-height: 50px;
    justify-content: space-between;
}
.nav_item{
    position: relative;
    text-align: center;
}
.nav_item a{
    color: #333;
}
.nav_menu{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 80px) / 2);
    width: 80px;
    line-height: 40px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
}
.nav_menu a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.nav_menu: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%;
    min-height: calc(100vh - 118px);
    margin-top: 50px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.b_org{
    position: absolute;
    top: 56%;
    width: 100%;
    text-align: center;
    color: #393033;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
}
.b_signup{
    position: absolute;
    top: 86%;
    width: 100%;
    text-align: center;
}
.b_signup a{
    width: 160px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    border-radius: 30px;
    background-color: #247f9e;
    box-shadow: 0 0 16px #247f9e;
}

.c_box{
    width: 100%;
    margin-top: 25px;
}
.c_title{
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0 auto;
}
.c_title span{
    display: inline-block;
    width: 224px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: left center;
}

/*news*/
.c_news{
    width: 100%;
    margin-top: 0;
    padding-top: 42px;
    background: url("../images/imagesM/center_top.png") no-repeat;
    background-size: 100% auto;
}
.news_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list{
    width: 100%;
    max-height: 388px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news_item{
    width: 94%;
    height: 94px;
    padding: 15px 3%;
    margin-bottom: 12px;
    border-radius: 10px;
    background-color: #ddebee;
}
.news_list .news_item:last-child{
    border: none;
}
.news_item a{
    width: 100%;
}
.n_left{
    float: left;
    width:135px;
    text-align: right;
}
.n_left img{
    width:135px;
    height: 92px;
    border-radius: 10px;
}
.n_right{
    float: left;
    width: calc(100% - 145px);
    padding-left: 10px;
}
.n_right h4{
    height: 56px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n_right p{
    font-size: 13px;
    margin-top: 5px;
}
.view_more_news{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.view_more_news a{
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #247f9e;
}

/*content*/
.bg_content{
    position: relative;
    width: 88%;
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 15px;
    text-indent: 32px;
    padding-top: 10px;
    background: url("../images/imagesM/bg_content.png") no-repeat;
    background-size: 100% 100%;
}
.bg_content::before{
    content: ' ';
    position: absolute;
    top: -22px;
    right: -12px;
    display: inline-block;
    width: 82px;
    height: 115px;
    background: url(../images/org_img.png) no-repeat;
    background-size: 100% auto;
}
.bg_content span{
    position: relative;
}


/*org*/
.org_content{
    position: relative;
    width: 88%;
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 15px;
    background: url("../images/imagesM/org_bg.png") no-repeat;
    background-size: 100% 100%;
}
.org_content::before{
    content: ' ';
    position: absolute;
    top: -22px;
    right: -12px;
    display: inline-block;
    width: 82px;
    height: 115px;
    background: url(../images/org_img.png) no-repeat;
    background-size: 100% auto;
}
.org_item{
    width: 100%;
    margin: 6px 0;
}
.org_item span{
    display: block;
    padding-left: 28px;
}
.org_item span:first-child{
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 28px;
    margin-right: 5px;
    background: url(../images/icon_org.png) no-repeat;
    background-size: 22px auto;
    background-position: left center;
}


/*details_content*/
.schedule_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.cs_schedule{
    width: 100%;
    margin-bottom: 32px;
}
.mountain_top,.jssd_mountain{
    position: relative;
}
.mountain_top::before,.jssd_mountain::before{
    content: ' ';
    position: absolute;
    top: -14px;
    left: 0;
    display: inline-block;
    width: 82px;
    height: 72px;
    background: url(../images/mountain_top.png) no-repeat;
    background-size: 100% auto;
}
.jssd_mountain::before{
    top: -42px;
}
.schedule_title{
    color: #333;
    font-size: 18px;
    padding-left: 84px;
    margin-bottom: 6px;
    font-weight: bold;
}
.cs_schedule_main{
    width: 94%;
    padding:25px 3% 15px 3%;
    color: #fff;
    background: url("../images/imagesM/cs_schedule01.png") no-repeat;
    background-size: 100% 100%;
}
.schedule_btn{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.schedule_btn a{
    min-width: 135px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    margin: 6px 2px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #ff9b77, #ff7a47);
}
.js_schedule{
    width: 100%;
}
.js_schedule_main{
    width: 100%;
}
.js_saidao{
    width: 94%;
    padding:25px 3% 15px 3%;
    color: #fff;
    background: url("../images/imagesM/cs_schedule02.png") no-repeat;
    background-size: 100% 100%;
}
.sd_title{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
}
.jssd_mountain{
    margin-top: 58px;
}

/*time*/
.time_content{
    position: relative;
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px 0;
    background: url("../images/imagesM/time_bg_03.png") no-repeat;
    background-size: 100% 100%;
}
.time_content::before{
    content: ' ';
    position: absolute;
    top: -22px;
    right: -12px;
    display: inline-block;
    width: 82px;
    height: 115px;
    background: url(../images/org_img.png) no-repeat;
    background-size: 100% auto;
}
.time_item{
    display: flex;
    position: relative;
    width: 94%;
    padding: 6px 3%;
    justify-content: flex-start;
    align-items: baseline;
}
.time_item p:first-child{
    position: relative;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    font-weight: bold;
    margin-right: 40px;
    background-color: #247f9e;
    border-radius: 50%;
    border:4px #c6dee6 solid;
}
.time_item p:first-child::before{
    content: ' ';
    position: absolute;
    right: -44px;
    top: 0;
    width: 30px;
    height: 36px;
    background: url(../images/time_arrow.png) no-repeat;
    background-size: 30px auto;
    background-position-y: center;
}
.time_item p:nth-child(2){
    width: 72px;
    padding: 0 10px;
}


/*prize_content*/
.prize_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.prize_item{
    width: 100%;
    margin-bottom: 30px;
}
.prize_title{
    color: #ff774f;
    font-size: 18px;
    padding-left: 84px;
    margin-bottom: 6px;
    font-weight: bold;
}
.cs_prize_info{
    width: 94%;
    padding: 15px 3%;
    background: url("../images/imagesM/cs_prize_bg.png") no-repeat;
    background-size: 100% 100%;
}
.prize_cs{
    display: flex;
    width: 100%;
    margin: 15px 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.pp_item{
    width: 115px;
    height: 85px;
    color: #333;
    text-align: center;
    padding-top: 18px;
    margin: 0 10px;
    letter-spacing: 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/prize_dj.png) no-repeat;
    background-size: 100% auto;
}
.pp_item:first-child{
    margin: 0 70px;
    margin-bottom: 12px;
}
.js_prize_info{
    width: 94%;
    padding: 15px 3%;
    background: url("../images/imagesM/js_prize_bg.png") no-repeat;
    background-size: 100% 100%;
}
.prize_js{
    margin: 15px 0;
}
.pjs_item{
    width: 94%;
    padding: 12px 3%;
    margin-bottom: 12px;
    background: url("../images/imagesM/icon_prize.png") no-repeat;
    background-size: 55px auto;
    background-position: 95% center;
    background-color: #fdf4d8;
    border-radius: 10px;
}
.pjs_item p:first-child{
    position: relative;
    /*display: inline-block;*/
    width: 80px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    background-image: linear-gradient(to right,#ffa10c,#ff4528);
}
.pjs_item p:first-child::before{
    content: ' ';
    position: absolute;
    bottom: -8px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-left: 10px #ffa10c solid;
}
.pjs_item p:nth-child(2),.pjs_item p:nth-child(3){
    display: inline-block;
}
.pjs_item p:nth-child(2) span{
    font-size: 17px;
    color: #ff4428;
    letter-spacing: 0;
}
.pjs_item p:nth-child(3) span{
    background: url("../images/imagesM/line_m.png") no-repeat;
    background-size: 100% 5px;
    background-position: left bottom;
}
.more_prize_info{
    width: 94%;
    padding: 15px 3%;
    background: url("../images/imagesM/more_bg.png") no-repeat;
    background-size: 100% 100%;
}
.small_prize_title{
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.prize_explain{
    margin-top: 6px;
    margin-bottom: 12px;
}
.prize_info div:last-child{
    margin-bottom: 0;
}


/*高校报道、活动风采、支持院校、获奖分享*/
.awards_content,.share_content,.activity_content,.report_content,.colleges_content{
    width: 94%;
    margin: 0 auto;
}
.report_list,.activity_list,.colleges_list,.awards_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    padding: 20px 0 0 0;
    border-radius: 10px;
}
.report_list a{
    width: 100%;
}
.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: 150px;
    margin-right: 15px;
}
.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%;
    height: 20px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.report_list img,.activity_list img,.colleges_list img,.awards_list img{
    width: 150px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}

/*footer*/
.footer{
    width: 100%;
    margin-top: 32px;
}
.f_main{
    width: 88%;
    color: #333;
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 15px;
    background: url("../images/imagesM/more_bg.png") no-repeat;
    background-size: 100% 100%;
}
.f_main a{
    color:#333;
}
.f_left,.f_center{
    width:100%;
    text-align: left;
}
.f_right{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.f_right img{
    width: 120px;
    height: 120px;
}
.f_jszc{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

/*tab*/
.main_btn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 750px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background-color: #f8fce5;
    border-top: 1px #dcdcdc solid;
}
.m_btn{
    position: relative;
    float: left;
    width: calc(25% - 1px);
    height: 50px;
    color: #333;
    text-align: center;
    line-height: 50px;
    border-right: 1px #dcdcdc solid;
}
.m_btn:last-child{
    border: none;
    width: 25%;
}
.m_btn_active{
    background-color: #d9f5f8;
}
.m_btn a{
    color: #333;
}
.m_btn img{
    position: relative;
    top: 3px;
}
.lm_list{
    display: none;
    position: absolute;
    bottom: 50px;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    background-color: #efefef;
    border-bottom: 1px #dcdcdc solid;
}
.lm_list a{
    display: inline-block;
    width: 94%;
    color: #333;
    padding: 10px 3%;
    border-bottom: 1px #dcdcdc solid;
}
.lm_list a:last-child{
    border-bottom: none;
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    width: 50px;
}
.float_info{
    width: 30px;
    padding: 10px;
    text-align: center;
    background-color: #247f9e;
    border-radius: 10px;
    font-size: 14px;
}
.f_cs{
    padding: 6px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    color: #141d39;
    margin-bottom: 10px;
    background-color: #f5f7f9;
}
.f_qun{
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    color: #333;
    padding: 6px;
    padding-top: 32px;
    background: url(../images/qq_icon.png) no-repeat;
    background-size: 25px auto;
    background-position: center 10px;
    background-color: #f5f7f9;
}
.back_top{
    position: relative;
    width: 36px;
    height: 36px;
    color: #f5f7f9;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 50%;
    background-color: #247f9e;
}
.back_top a{
    color: #f5f7f9;
}
.back_top::before{
    content: ' ';
    position: absolute;
    left: calc((100% - 2px) / 2);
    top: -10px;
    display: inline-block;
    width: 2px;
    height:10px;
    background-color: #247f9e;
}

.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideRight {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(150%);
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(150%);
        opacity: 1;
    }
}