/* -------------------------------organziers----------------------------------- */

.organizers {
    padding: 0.15rem 0.35rem;
}

.organizers h2 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    text-align: center;
}

.organizers .h5-bg {
    display: block;
    width: 0.9rem;
    height: auto;
    margin: auto;
    padding: 0.15rem;
}

.organizers .organizers-1 {
    padding: 0.15rem 0;
    text-align: center;
}

.organizers .organizers-1 h3 {
    font-size: 0.28rem;
    padding: 0 0 0.15rem 0;
    font-weight: bold;
}

.organizers .organizers-1 p {
    font-size: 0.24rem;
    line-height: 0.36rem;
}

.organizers .organizers-1 p a {
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: blue;
}

/* ------------------------------------------contact---------------------------------------------------- */

.contact {
    padding: 1rem 0.35rem 0;
}

.contact h2 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    text-align: center;
}

.contact .h5-bg {
    display: block;
    width: 0.9rem;
    height: auto;
    margin: auto;
    padding: 0.15rem;
}

.contact p {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.36rem;
}

.contact p a {
    color: #2926e6;
}

/* ------------------------------------------history------------------------------------------------- */

.history {
    padding: 0.2rem 0.35rem;
}

.history h2 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    text-align: center;
}

.history h3 {
    font-size: 0.32rem;
    line-height: 0.5rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.history .intro {
    font-size: 0.28rem;
    text-indent: 2em;
    line-height: 0.48rem;
    padding-bottom: 0.2rem;
}

.history .h5-bg {
    display: block;
    width: 0.9rem;
    height: auto;
    margin: auto;
    padding: 0.15rem;
}

.history .history-1 {
    padding: 0.15rem 0;
}

.history .history-1 h4 {
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: center;
}

.history .history-1 a {
    display: block;
}

.history .history-1 a img {
    display: block;
    width: 6.8rem;
}

/* ---------------------------------------venue-------------------------------------------- */

.venue {
    padding: 0.2rem 0.35rem;
}

.venue h2 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    text-align: center;
}

.venue .h5-bg {
    display: block;
    width: 0.9rem;
    height: auto;
    margin: auto;
    padding: 0.15rem;
}

.venue p {
    font-size: 0.28rem;
    line-height: 0.48rem;
    /* text-align: center; */
    padding: 0.15rem 0;
}

.venue #map {
    width: 100%;
    height: 7rem;
}

.comming {
    padding: 0.2rem 0.35rem;
}

.comming img {
    display: block;
    margin: auto;
    width: 6.8rem;
}

/* callforpaper */
.callforpaper {
    padding-top: 0.3rem;
}

.callforpaper h2 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    text-align: center;
}

.callforpaper .h5-bg {
    display: block;
    width: 0.9rem;
    height: auto;
    margin: auto;
    padding: 0.15rem;
}

.callforpaper p {
    padding: 0 0.35rem;
    text-align: justify;
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-bottom: 0.2rem;
}

.callforpaper p a {
    font-size: 0.24rem;
    line-height: 0.24rem;
    padding: 0.15rem 0;
}

.new-star-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.15rem;
}

.new-star-list .new-star-1 {
    width: 100%;
    height: 125px;
    background: #edeff2;
    margin-bottom: 10px;
}


.new-star-list .new-star-1 .img {
    float: left;
    padding: 22px 20px;
}

.new-star-list .new-star-1 .img img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.new-star-list .new-star-1 .words .awards {
    font-size: 18px;
    font-weight: bold;
    color: #c3a260;
    padding: 12px 0 10px 0;
}

.new-star-list .new-star-1 .words img {
    display: block;
    width: 44px;
    height: auto;
}

.new-star-list .new-star-1 .words .name {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 8px 0 8px 0;
}

.new-star-list .new-star-1 .words .school {
    font-size: 12px;
    color: #000000;
    padding: 0px 0 5px 0;
}

.new-star-list .new-star-1 .words .number {
    font-size: 12px;
    color: #000000;
}

