﻿.edu-top {
    position: relative;
    height: 300px;
}
.edu-words {
    position:absolute;
    left:66px; 
    bottom: 29px;
    padding: 10px 0 10px 34px;
    width: 505px;
    height: 96px;
    background: rgba(255, 255, 255,0.6);
    box-sizing: border-box;
}
    .edu-words h1 {
        font-size: 30px;
        font-family: "Microsoft YaHei";
        color: #0e0e0e;
        line-height: 40px;
    }
    .edu-words p {
        font-size: 16px;
        font-family: "Microsoft YaHei";
        color: #0e0e0e;
        line-height: 36px;
    }
        .edu-intro {
            padding: 55px 45px;
        }
    .edu-intro p {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: #0e0e0e;
        line-height: 24px;
        text-indent: 2em;
    }

.edu-ul {
    margin-bottom: 50px;
    padding: 0 45px;
    overflow: hidden;
}
    .edu-ul > li {
        position: relative;
        float: left;
        margin-bottom: 37px;
        height: 141px;
        width: 530px;
    }
        .edu-ul > li:nth-child(2n-1) {
            margin-right: 10px;
        }
.edu-img {
    position: absolute;
    left: 0;
    top:0;
    width: 193px;
    height: 141px;
}
.edu-fonts {
    margin-left: 228px;
}
    .edu-fonts h2 {
        margin-bottom: 8px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: #be2020;
        line-height: 28px;
    }
    .edu-fonts p {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: #666;
        line-height: 24px;
    }

