.title{
    padding: 45px 0px ;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.intro a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 60%;
    margin:  0 auto;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
}
.intro div:nth-child(1){
    width: 400px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.intro:hover div:nth-child(1){
    color: #ffb900;
}
.intro:hover{
    cursor:pointer;
}

/*搜索*/
.search .search_input {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search .search_input .query {
    width: 5em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
    /*background: linear-gradient(146.17deg, #FDB813 0%, #F7FF1A 100%);*/
    background: linear-gradient(to right bottom,#f99190,#e5329b,#8e4ad1);
    cursor: pointer;
}
