@charset "utf-8";

/* **** Banner **** */
.banner {
    background: url(img/banners/aboutusBannerBg.jpg) center center/auto 100% no-repeat
}
/* **** 主办方简介 **** */
.aboutIntro {
    width: 914px;
    margin: 45px auto;
}
.aboutIntroTitle {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.aboutIntroDesc {
    font-size: 15px;
    line-height: 40px;
}
.aboutIntroDesc a {
    display: inline-block;
    color: #c30d23;
}

/* **** 产品 **** */
.product {
    box-sizing: border-box;
    width: 914px;
    height: 510px;
    margin: 0 auto;
    padding: 50px 0 0;
    background: url(img/product/productBg.jpg) center no-repeat;
}
.productList {
    width: 740px;
    margin-left: 90px;
    color: #fff;
}
.productItem {
    padding-top: 18px;
}
.productItemCaption {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
.productItemLogos {
    margin-top: 10px;
    font-size: 0;
}
.productItemLogo {
    display: inline-block;
    width: 155px;
    height: 66px;
    margin-right: 37px;
    margin-bottom: 20px;
}

/* **** 活动列表 **** */
.eventListBox {
    width: 914px;
    margin: 40px auto 107px;
}
.eventListBoxTitle {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.eventItem {
    padding: 26px 0;
    border-bottom: 1px #ececec solid;
}
/* .eventItem:first-child {
    border: 0;
    padding-bottom: 0;
} */
.eventItemLink {
    color: #333333;
}
.eventItemLogo {
    width: 100px;    
}
.eventItemLogoImg {
    width: 100%;
}
.eventItemInfo {
    width: 780px;
    margin-left: 32px;
}
.eventItemTitle {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    margin-bottom: 6px;
}
.eventItemSite {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    margin-bottom: 16px;
    font-weight: normal;
}
.eventItemDesc {
    font-size: 15px;
    line-height: 30px;
    color: #333;
}

@media screen and (max-width: 750px) {
    /* **** 主办方简介 **** */
    .aboutIntro {
        width: 90%;
        margin: 0.4rem auto 0.3rem;
    }
    .aboutIntroTitle {
        margin-bottom: 0.2rem;
        font-size: 0.32rem;
        line-height: 0.4rem;
    }
    .aboutIntroDesc {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }

    /* **** 产品 **** */
    .product {
        width: 100%;
        height: auto;
        padding: 0.3rem 0;
    }
    .productList {
        width: 70%;
        margin: 0 auto;
    }
    .productItem {
        padding-top: 0.2rem;
    }
    .productItemCaption {
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    .productItemLogos {
        margin-top: 0.2rem;
    }
    .productItemLogo {
        width: 2rem;
        height: auto;
        margin: 0 0.4rem 0.3rem 0;
    }

    /* **** 活动列表 **** */
    .eventListBox {
        width: 92%;
        padding-top: .3rem;
        margin: 0.3rem auto 0.8rem;
        border-top: 1px #f0f1f2 solid;
    }
    .eventListBoxTitle {
        margin-bottom: 0.2rem;
        font-size: 0.32rem;
        line-height: 0.4rem;
    }
    .eventItem {
        padding: 0.4rem 0 0.3rem;
    }
    .eventItemLogo {
        width: 1.5rem;
        margin-right: 0.3rem;
    }
    .eventItemInfo {
        width: calc(100% - 1.8rem);
        margin-left: 0;
    }
    .eventItemTitle {
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
        line-height: 0.3rem;
    }
    .eventItemSite {
        margin-bottom: 0.2rem;
        font-size: 0.28rem;
        line-height: 0.3rem;        
    }
    .eventItemDesc {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .eventItem:last-child {
        border-bottom: 0;
    }
}