.search-box {
    display: flex;
    justify-content: space-between;
}

.search-box .left-box {
    width: 875px;
}

.search-form-box {
    display: flex;
    align-items: center;
    border-bottom: 4px solid #000;
    position: relative;
}

.search-form-box img {
    position: absolute;
    left: 0;
    bottom: 24px;
}

.search-form-box form {
    display: flex;
}

.search-form-box input {
    background: #ffffff;
    border: none;
    margin: 0;
    width: 810px;
    font-size: 20px;
    color: #000;
    padding-left: 50px;
    outline: none;
}

.search-form-box button {
    border: none;
    float: right;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    background: #ffffff;
    height: 80px;
    width: 64px;
    outline: none;
    text-align: right;
}

.search-box .left-box ul li {
    padding: 20px 0 20px;
    border-bottom: 1px dotted #000;
    display: flex;
    justify-content: space-between;
}

.search-box .search-list-left-box {
    margin-right: 40px;
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-box .search-list-left-box .theme a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
}

.search-box .search-list-left-box .description {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    height: 60px;
    overflow: hidden;
}

.search-box .search-list-left-box .column-name {
    font-size: 12px;
    line-height: 17px;
    color: #999999;
}

.search-box .search-list-left-box .column-name span {
    margin-right: 18px;
}

.search-box .search-list-left-box .column-name a {
    color: #999999;
}

.search-box .search-list-right-box img {
    width: 200px;
    height: 150px;
}

.search-box .right-box {
    width: 300px;
    margin-top: 80px;
}

.search-box .attention-box {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 172px;
    display: flex;
    align-items: center;
    flex-flow: column;
    padding: 0 0 5px;
    position: relative;
    border: 1px dotted #000;
}

.search-box .attention-box span {
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: center;
    position: absolute;
    top: 123px;
}

.search-box .attention-box span:nth-child(2) {
    top: 138px;
    margin-bottom: 3px;
}

.instant-list {
    border-bottom: 1px dotted #000000;
    padding: 20px 0;
    display: flex;
}

.instant-list .instant-right-box p:nth-child(1) {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.instant-list .instant-right-box p a {
    color: #000000;
}

.instant-list .instant-right-box p:nth-child(2) {
    font-size: 14px;
    color: #000000;
}

.journal-img {
    width: 166px;
    height: 220px;
}
