.answerList-item {
    width: 100%;
    height: 186px;
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.answerList-item  :hover{
    color:#0099ff;
}
.answerList-item-info{
    min-width: 566px;
}
.answerList-item-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.answerList-item-top-img {
    width: 19px;
    height: 19px;
}

.answerList-item-top-img img {
    width: 100%;
    height: 100%;
    display: flex;
}

.answerList-item-top-tag {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.answerList-item-top-tag span {
    font-size: 16px;
    max-width: 400px;
    overflow: hidden;
    color: #333333;
}

.answerList-item-top-tag p {
    margin-right: 9px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #0099FF;
    background: #F1F6FB;
    box-sizing: border-box;
}

.answerList-item-center {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}
.answerList-item-center .answerList-item-top-img{
    margin-top: 8px;
}

.answerList-item-center-text {
    font-size: 14px;
    width: 100%;
    margin-left: 8px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.answerList-item-foot {
    height: 36px;
    padding-top: 17px;
    /* margin-top: 17px; */
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #ededed;
    align-items: center;
}

.answerList-item-foot-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.answerList-item-foot-text {
    display: flex;
    margin-left: 8px;
    justify-content: space-around;
}

.answerList-item-foot-text span {
    font-size: 14px;
    color: #999999;
}
.answerList-item-foot-text :first-child{
    color: #333;
}
.answerList-item-foot-right{
    font-size: 14px;
    color: #999999;
}
.answerList-item-img{
    min-width: 221px !important;
    height: 147px;
    margin-left: 15px;
}
.answerList-item-img img{
    width: 100%;
    height: 100%;
}



.fwtj-bottom-right{
    width: 100%;
    border: 1px solid #EBEBEB;
    margin-bottom: 20px;
    background-color: #fff;
}
.fwtj-right-top{
    width: 100%;
    height: 80px;
    background: url(../img/bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
}
.fwtj-right-top p{
    font-size: 18px;
    color: #333;
    padding-top: 16px;
    margin-bottom: 3px;
    font-weight: bold;
}
.fwtj-right-top span{
    font-size: 12px;
    color: #999999;
}
.fwtj-right-content{
    padding:28px 15px 13px 15px;
    display: flex;
    flex-direction: column;
}
.city-input{
    width: 100%;
    position: relative;
}
.city-po{
    position: relative;
}
.city-input-ui{
    margin-top: -10px;
    margin-bottom: 10px;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    /* padding-bottom: 10px; */
    z-index: 99;
}
.city-input-ui li{
    font-size: 12px;
    padding: 3px 5px;
}
.city-input p{
    position: absolute;
    top: 38px;
    left: 10px;
    font-size: 12px;
    color: red;
    display: none;
}
.fwtj-input{
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    outline: none;
    margin-bottom: 15px;
    text-indent: 0.5rem;
    /* border: none; */
}
.fwtj-input::placeholder{
    font-size: 14px;
    color: #999999;
}
.fwtj-select{
    position: relative;
}
.fwtj-select img{
    position: absolute;
    top: 50%;
    right:17px;
    margin-top: -3px;
    width: 8px;
    height: 7px;
    z-index: 999;
}
.fwtj-select p{
    line-height: 33px;
    font-size: 14px;
    color: #999999;
}
.fwtj-select-ul{
    width: 100%;
    height: 100%;
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
/* .fwtj-select-ul li{
    padding: 5px;
} */
.fwtj-btn{
    height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 17px;
    border-radius: 3px;
    background: #2F80FF;
    cursor: pointer;
    border: 0;
}
.fwtj-btn:hover{
    background: #E46E7A;
}
.fwtj-number{
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
.fwtj-number div{
    color: #2F80FF;
    padding: 0 3px;
}