/**
 * 进一步封装的组件库的样式
 * @Author tianjianxun
 * @DateTime 2018-08-22
 */
.win {
    border: 1px solid #ccc;
    background: #eee;
    box-sizing: content-box;
}
.win .win-title-bar {
    padding: 6px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.win .win-content {
    background: #fff;
    font-size: 14px;
    padding: 12px;
    box-sizing: content-box;
}

.win .win-content .com-list-item {
    line-height: 1.7;
}
.win .win-content .com-list-item [class*="icon"]:before {
    line-height: 14px;
}
.win .win-content .com-list-item .com-list-item-link {
    color: #333;
    white-space: nowrap;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.win .win-content .com-list-item .red {
    color: #f00;
}
.win .win-content .com-list-item .com-list-item-time {
    color: #999;
    white-space: nowrap;
    display: inline-block;
    max-width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.win .win-content .com-list-item:hover .com-list-item-time {
    color: #ffa500;
}
/*---------------*/
.search-form {
    padding: 10px 0;
}
.search-form .row {
    padding-bottom: 4px;
}
.search-form .btn-box {
    padding-bottom: 10px;
    line-height: 30px;
}
.search-form .btn-box .col-xs-6:first-child {
    text-align: left;
    font-size: 14px;
}
.search-form .btn-box .col-xs-6:last-child {
    text-align: right;
}
.search-form .btn {
    width: 80px;
}
.search-form label {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
.search-form input,
.search-form select {
    width: 150px;
    height: 30px;
    text-align: left;
    border-radius: 2px;
    border: 1px solid #d2cfcf;
    padding: 4px 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}