.study-search {
    width: max-content;
    margin: 3vh auto auto auto;
    height: 5vh;
}

.study-search input {
    box-sizing: border-box;
    height: 5vh;
    width: 60vw;
    line-height: 5vh;
    border: 1px solid #066ccb;
    border-radius: 4px;
    text-indent: 16px;
    float: left;
}

.study-search button {
    box-sizing: border-box;
    border: none;
    background: #066ccb;
    width: 20vw;
    height: 5vh;
    border-radius: 0 4px 4px 0;
    line-height: 5vh;
    text-align: center;
    color: #fff;
    cursor: pointer;
    float: left;
}

.container {
    padding: 0vh 2vw;
}

.container-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
    padding: 2vh 0vw;
}

.container-item-pics {
    width: 25vw;
    height: calc(25vw / 0.81);
    overflow: hidden;
    border-radius: 6px;
}

.container-item-pics > a {
    display: block;
    width: 25vw;
    height: calc(25vw / 0.81);
    background-size: cover;
    background-position: center;
}

.container-item-info {
    width: 68vw;
    overflow: hidden;
    line-height: 2;
}

.certifi {
    width: 96vw;
    height: calc(96vw / 1.41);
    overflow: hidden;
    margin: 3vh auto;
    background: url("../../images/computer/study/s1.jpg");
    background-size: contain;
}

.certifi-info {
    width: 78vw;
    overflow: hidden;
    margin: 12vh auto auto auto;
    display: flex;
    justify-content: space-between;
}

.certifi-info-left {
    width: 20vw;
    overflow: hidden;
}

.certifi-info-left-pics {
    width: 20vw;
    height: calc(20vw / 0.81);
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.certifi-info-left-ref {
    text-align: center;
    line-height: 2;
    font-size: 3vw;
}

.certifi-info-right {
    width: 54vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 3vw;
}

.certifi-info-right > p {
    line-height: 1.3;
    text-indent: 24px;
}

.certifi-info-right > ul {
    margin-right: 3vw;
    background: url("../../images/computer/study/s2.png") no-repeat, center center;
    background-size: 20vw;
    padding: 2vh 0vw;
}

.certifi-info-right > ul > li {
    text-align: center;
    line-height: 1.3;
}