.search-key{
    width: 80%;
    margin-left: 10%;
    align-items: center;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.search-key-key{
    display: flex;
    width: 70%;
}
.search-key-input{
    border: #666666 solid 1px;
    border-radius: 5px;
    height: 40px;
    margin-left: 10px;
    width: 90%;
}
.doSearch{
    align-items: center;
    width: 10%;
}
.doSearch button{
    width: 100px;
    height: 40px;
    border-radius: 15px;
    border: #d4ede6 solid 1px;
    background-color: #1cbb9b;
    color: white;
    font-size: 20px;
}
.articles{
    border: #666666 solid 1px;
    border-radius: 3px;
    width: 80%;
    margin-left: 10%;
}
.article-item{
    border-bottom: #666666 dashed 1px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.articles, .article-item {
    padding: 0;
    margin: 0;
}

.item-pic{
    width: 8%;
    height: 100%;
    text-align: center;
}
.item-main{
    width: 50%;
}
.item-main p{
    text-indent: 2em;
}
.item-num{
    text-align: center;
    align-items: center;
    width: 15%;
}
.item-other{
    width: 30%;
}
.item-other a{
    text-decoration: none;
    color: black;
}
