.noticeList-box{
    background: #F7F8FA;
    padding-bottom: 1px;
    min-height: calc(100vh - 124px);
}
.noticeList {
    padding-top: 30px;
}
.noticeList .title_name {
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    margin-bottom:20px;
}
.noticeList .tab_text{
    font-size: 13px;
    line-height: 50px;
    background: #fff;
    padding: 0px 16px;
    margin-bottom: 20px;
}
.noticeList .tab_text p{
    margin-right: 20px;
    cursor: pointer;
}
.noticeList .tab_text .active{
    border-bottom: 3px solid #2288FC;
}
.noticeList .user-like-question{
    margin-bottom: 80px;
}
.noticeList .user-like-question .box{
    padding: 10px 16px;
    background: #fff;
    margin-bottom: 12px;
    padding-bottom: 18px;
}
.noticeList .title-box-top{
    border-bottom: 1px solid #eee;
}
.noticeList .user-like-question a{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
    display: block;
    max-width:85%;
}
.noticeList .user-like-question p{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.noticeList .tip-box{
    font-size: 12px;
    font-weight: 400;
    color: #1055CB;
    line-height: 25px;
    background: #E9F2FF;
    border-radius: 2px;
    padding: 0px 5px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}
.noticeList .detail-text{
    word-wrap: break-word;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin: 10px 0px;
    max-height: 66px;
}
.noticeList .btn-link{
    width: 96px;
    height: 36px;
    background-color: #2288FC;
    color: #fff !important;
    border-radius: 2px;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 36px !important;
    margin-top:5px;
}
.noticeList-box .input-box{
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    width: 1180px;
}
.noticeList-box .input-box input{
	width: 1160px;
    background: none;
    border: none;
    outline: none;
	height: 24px;
	padding-right: 10px;
}
.noticeList-box .input-box .icon img{
    width: 16px;
    height:20px;
}