@charset "utf-8";

/* PrizeDeatil Start */

.awarder-subject {
    width: 100%;
    display: block;
    margin-top: 20%;
}

.awarder-name {
    width: 100%;
    display: block;
    margin-top: 5px;
}

.awarder-year {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 15px;
}

.awarder-info {
    position: absolute;
    display: none;
    top: 0;
    width: 165px;
    height: 220px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    transition: all .4s;
    font-weight: bold;
}

#awarder_slider,
#awarder_acslider {
    overflow: hidden;
}

#awarder_slider .item span.awarder-name,
#awarder_acslider .item span.awarder-name {
    display: block;
    text-align: center;
}

#awarder-morebtn {
    display: none;
    color: #fff;
    background: none;
    margin: 25px auto 0;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 40px;
}

#awarder-morebtn:hover {
    background: #fff;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8)
}


/* PrizeDeatil End */


/* PrizeAwarderDeatil Start */

#awarder_all {
    margin-top: 50px;
    margin-bottom: 50px;
}

#awarder_all .awarder-name {
    float: left;
    display: block;
    font-weight: bold;
}

#awarder_all .awarder-country {
    float: right;
    display: block;
    font-size: 0.8rem;
    color: #aaa;
}

#awarder_all .awarder-introduce {
    margin: 15px 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    float: left;
    word-wrap: break-word;
}

#prize_all {
    margin-top: 50px;
    margin-bottom: 50px;
}

#prize_all .awarder-info {}

#prize_all .course {
    margin-top: 20px;
}

#prize_all .awarder-subject {
    float: left;
    font-size: 0.9rem;
}

#prize_all .awarder-year {
    display: block;
    float: right;
    font-size: 0.9rem;
    line-height: 20px;
}

#prize_all .prize-info {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    transition: all .4s;
}


/* PrizeAwarderDeatil End */


/* ActivityDetail Start */

#guest a:hover,
#awarder a:hover {
    opacity: 0.7;
    color: #fff;
}

#guest .guest-rank {
    margin: 0 auto;
}

#guest .guest-info {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    transition: all .4s;
}

.related-news a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5% 0 2%;
}


/* ActivityDetail End */

.pl20 {
    padding-left: 20px;
    border-radius: 6px;
}

.contentBlock {
    min-height: 444px;
}

#structure>.contentBlock,
#introduction>.contentBlock,
#members>.contentBlock {
    margin-top: 30px;
}

.page_header .page-content h1 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "microsoft yahei";
}

.classbtn {
    float: right;
    margin-right: 25px;
    margin-bottom: 30px;
}

.acBlock {}

.acBlock img {
    width: 415px;
    height: 235px;
    display: block;
    margin: 0 auto;
}

.acBlock span {
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    line-height: 1.2;
}

#newsTitle {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
}

#page_header {
    padding-top: 265px;
}