.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}

.sign_up{
    width: 100%;
    text-align: center;
    padding: 12px 0;
}
.sign_up a{
    display: inline-block;
    width: 42%;
    height: 40px;
    background-color: #286276;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 10px;
}

.center{
    padding-bottom: 0;
}
.c_box{
    width: 100%;
    margin-top: 25px;
}
.c_title{
    width: 100%;
    text-align: center;
}
.c_title img{
    width: 245px;
}

.main-content{
    width:100%;
    margin: 0 auto;
    margin-top: 20px;
}

/*news*/
.c_news{
    width: 94%;
    margin: 0 auto;
    text-align: left;
}
.news_img{
    width: 100%;
}
.news_img img{
    width: 100%;
}
.news_list {
    width:100%;
    height: 360px;
    margin-top: 15px;
    overflow: hidden;
}
.news_list > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.news_list .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.news_item{
    width: 100%;
    font-size: 14px;
}
.news_item span {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news_item a {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    background-color: #286276;
    border-radius: 6px;
}

/*org*/
.c_org{
    width: 94%;
    padding: 25px 3% 50px 3%;
    color: #f9ece3;
    background-color: #286276;
}
.org_title{
    height: 48px;
    padding-left: 60px;
    line-height: 48px;
    font-weight: bold;
    font-size: 16px;
    background: url("../images/imagesM/icon_03.png") no-repeat;
    background-size: 48px 48px;
}
.org_zb .org_title span{
    display: block;
    line-height: 24px;
}
.org_zb .org_title span:last-child{
    font-size: 15px;
    font-weight: normal;
}
.org_info{
    width: 100%;
    color: #333;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 20px;
    border-radius: 6px;
    background-color: #fff;
}
.org_info p{
    padding: 15px 3% 0 3%;
}
.zb_name{
    display: inline-block;
    width: calc(100% - 42px);
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 42px;
    border-radius: 6px 6px 0 0;
    background: url(../images/imagesM/icon_11.png) no-repeat;
    background-size: 25px auto;
    background-position: 10px center;
    background-color: #942617;
}
.org_xb{
    margin-top: 25px;
}
.view_more_xb {
    display: block;
    width: 110px;
    height: 32px;
    color: #d44328;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    background-color: #f7f0f2;
}

/*expert*/
.expert{
    width: 88%;
    margin: 0 auto;
    padding:20px 3%;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 3px 3px 10px #9ad3c8;
}
.expert:last-child{
    margin-bottom: 0;
}
.expert li{
    float: left;
    width: 48%;
    margin-right: 4%;
}
.expert li:last-child{
    margin-right: 0;
}
.expert li img{
    width: 100%;
    border-radius: 10px;
    vertical-align: inherit;
}
.expert li p:nth-child(2){
    font-size: 15px;
    font-weight: bold;
}
.expert li p:nth-child(3){
    font-size: 14px;
    line-height: 20px;
}

/*relevant*/
.r_c_1,.r_c_2,.r_c_3,.r_c_4{
    width: 94%;
    max-width: 420px;
    padding-top: 94px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: url(../images/indexpc1.png) no-repeat;
    background-size: 100% auto;
}
.relevant_content div p{
    width: 90.5%;
    margin: 0 auto;
    padding: 0 3%;
    padding-bottom: 24px;
    background-color: #fff;
    border-radius: 10px;
}
.r_c_2{
    background-image: url("../images/indexpc2.png");
}
.r_c_3{
    background-image: url("../images/indexpc3.png");
}
.r_c_4{
    background-image: url("../images/indexpc4.png");
}

/*process*/
.process_content{
    position: relative;
    width: 94%;
    margin: 0 auto;
}
.process_content::before{
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 27px;
    width: 1px;
    height: 666px;
    border-left: 2px #45539a dashed;
}
.process_item{
    position: relative;
    margin-top: 20px;
    padding-left: 7%;
}
.process_item p:first-child{
    position: relative;
    font-weight: bold;
    font-size: 17px;
    color: #af270f;
    padding-left: 66px;
}
.process_item p:first-child::before{
    content: attr(data-id);
    position: absolute;
    left: 0;
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px 30px 0 30px;
    color: #fcebe1;
    font-size: 16px;
    font-weight: bold;
    margin-right: 6px;
    background-image: linear-gradient(to bottom,#2f7d99,#286378);
}
.process_item::before{
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px #286176 solid;
}
.process_item p:last-child{
    width: 92%;
    padding: 10px 4%;
    background-color: #fff;
    line-height: 24px;
    margin-top: 10px;
    border-radius: 5px 5px 10px 5px;
    box-shadow:0 5px 10px -5px #f8dcd1;
}

/*prize*/
.prize_cs,.prize_js{
    width: 94%;
    height: 273px;
    max-width: 366px;
    margin: 0 auto;
    margin-top: 20px;
    color: #f6f0f2;
    font-size: 14px;
    background: url("../images/imagesM/prize_cs_bg_25.png") no-repeat;
    background-size: 100% 100%;
}
.prize_js{
    margin-top: 20px;
    background: url(../images/imagesM/prize_js_bg_28.png) no-repeat;
    background-size: 100% 100%;
}
.prize_item{
    float: left;
    width: 48%;
    color: #f7f0f2;
    text-align: center;
    padding-top: 83px;
    margin-right: 4%;
    letter-spacing: 0;
    line-height: 24px;
}
.prize_item:first-child{
    width: 80%;
    text-align: left;
    padding-left: 7%;
    padding-top: 50px;
}
.prize_item:nth-child(2) span,.prize_item:nth-child(3) span{
    display: block;
    width: 100%;
}
.prize_item:last-child{
    margin-right: 0;
}
.cs_explain,.js_explain{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}
.cs_explain p,.js_explain p{
    position: relative;
    padding-left: 13px;
}
.cs_explain p span,.js_explain p span{
    display: none;
}
.cs_explain p::before,.js_explain p::before{
    content: ' ';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #af270f;
    border-radius: 50%;
}
.other_box{
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    background-color: #286378;
}
.more_prize{
    width: calc(91% - 95px);
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 95px;
    background: url("../images/imagesM/prize_qt_35.jpg") no-repeat;
    background-size: 86px auto;
    background-position: left center;
    background-color: #fff;
    border-radius: 10px;
}

.prize_img,.c_file{
    width: 90%;
    padding: 10px 2%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}
.c_file img{
    width: 112px;
    height: auto;
}
.prize_img li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.prize_img li img{
    width: 95%;
}


/*高校报道、活动风采、支持院校、获奖分享*/
.rewardzz_content,.report_list,.offline_list,.awards_list{
    width:94%;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.rewardzz_content ul,.report_list ul,.offline_list ul,.awards_list ul{
    position:relative;
}
.rewardzz_content ul li,.report_list ul li,.offline_list ul li,.awards_list ul li{
    position: relative;
    float: left;
    width: 150px;
    margin-right: 15px;
}
.rewardzz_content ul li:last-child,.report_list ul li:last-child,.offline_list ul li:last-child,.awards_list ul li:last-child{
    margin-right: 0;
}
.rewardzz_content ul li p,.report_list ul li p,.offline_list ul li p,.awards_list ul li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    border-radius:0 0 6px 6px;
    background-color: rgba(0,0,0,0.4);
}
.rewardzz_content img,.report_list img,.offline_list img,.awards_list img{
    width: 148px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}



/*special_contest*/
.special_contest{
    display: flex;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.special_item{
    width: 142px;
    height: 170px;
    padding: 0;
    margin: 6px 10px;
    text-align: center;
    background: url(../images/zxs_bg.png) no-repeat;
    background-size: 100% 100%;
}
.special_item:last-child{
    margin-right: 0;
}
.special_item a{
    padding: 30px 0;
}
.sc_name{
    color: #fdebd0;
    font-size: 22px;
    line-height: 32px;
    text-shadow: 2px 2px 5px #1b5062;
}
.sc_btn{
    width: 100px;
    height: 28px;
    color: #286276;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 12px;
    line-height: 28px;
    background-image: linear-gradient(130deg, #f9d28b, #fcf1ce, #f9d28b);
    border-radius: 30px;
}