/*头部样式*/
.bannerList{
    padding: 100px 0;
    background-image: url(https://www.dgylec.com/static/web/images/Awards.jpg);
}
.bannerList .titleBox .en_title {
    color: #2883dd;
    font-family: Lato, sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.bannerList .titleBox .tw_title {
    color: rgb(55, 55, 55);
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .txt {
    color: rgb(88, 88, 88);
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}
.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 94px;
    height: 3px;
    background-color: #2883dd;
    margin-top: 30px;
}

/*主体*/
.classBoxRow {
    margin-top: 20px;
    margin-bottom: 50px;
}
.classBox {
    position: relative;
    z-index: 4;
}
.classBoxRow .classLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.classBoxRow .classLink li {
    padding: 0 10px 15px;
}
.classBoxRow .classLink span {
    min-width: 245px;
    display: block;
    color: #505050;
    font-size: 17px;
    font-weight: 500;
    padding: 15.5px 15px;
    letter-spacing: 0.34px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
}
.classBoxRow .classLink .a{
    min-width: 245px;
    display: block;
    color: #505050;
    font-size: 17px;
    font-weight: 500;
    padding: 15.5px 15px;
    letter-spacing: 0.34px;
    text-align: center;
    border-radius: 3px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
}
.classBox a, .classBox span {
    cursor: pointer;
}
.classBoxRow .classLink a h2, .classBoxRow .classLink a h3, .classBoxRow .classLink span h2, .classBoxRow .classLink span h3 {
    font-weight: 500;
}
.classBoxRow .classLink a.current, .classBoxRow .classLink a:hover, .classBoxRow .classLink span.current, .classBoxRow .classLink span:hover {
    color: #ffffff;
    background-color: #2883dd;
}


/*列表*/
.awardList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
@media (max-width: 768px) {
    .awardList {
        margin: 0;
    }
}

.awardList .awardItem {
    padding: 0 10px 33px 10px;
    width: 33.33%;
}
@media (max-width: 1280px) {
    .awardList .awardItem {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .awardList .awardItem {
        width: 100%;
        padding: 0 0 30px 0;
    }
}

.awardList .item {
    height: 100%;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.awardList a {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 22px;
}

.imh_scale {
    position: relative;
    overflow: hidden;
    line-height: 1;
}
.awardList .Img {
    width: 150px;
    padding: 2px;
    border: 2px solid #efefef;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.awardList .Img img {
    width: 100%;
}

.awardList .Txt {
    width: calc(100% - 150px);
    padding-left: 26px;
    padding-top: 15px;
}

.awardInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #dcdcdc;
}

.awardInfoBox .classTitle {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.3px;
    background-color: #2883dd;
    border-radius: 3px;
    padding: 7px 16px 8px;
}

.awardInfoBox .year {
    color: #979797;
    font-size: 21px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.42px;
    line-height: 1.714;
    padding-left: 17px;
}

.awardList .Txt .title {
    color: #303030;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.76px;
    line-height: 1.526;
}






