
.quesList .common-tit > a {
    display: inline-block;
    width: 50px;
    margin-top: 1.5px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ff7e0b;
}

.quesList .questions-list {
    overflow-y: hidden;
}

.quesList .rightFragment-more {
    margin-top: 15px;
    width: 100%;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ff7e0b;
}

.quesList-item {
    padding: 13px 0 11px;
    border-bottom: 1px solid #ebe4df;
    font-size: 0;
}

.quesList-item .iconfont {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.quesList-item:first-child {
    padding-top: 0;
    margin-top: -2px;
}

.quesList-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.quesList-item .ask {
    margin-bottom: 5px;
}

.quesList-item .ask .ques-cont {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    line-height: 22px;
    width: calc(100% - 25px);
    font-size: 14px;
}

.quesList-item .ask .ques-cont span {
    color: #657fff;
}

.quesList-item .answer > p {
    width: calc(100% - 25px);
    font-size: 0;
    margin-top: 1px;
    display: inline-block;
    line-height: 22px;
}

.quesList-item .answer > p a {
    display: inline;
    font-size: 14px;
}

.quesList-item .answer > p .anal-name {
    color: #ff7e0b;
}

.quesList-item .answer > p .answer-cont {
    color: #333;
}

.quesList-item .ask em, .quesList-item .answer em {
    color: #b1b2b2;
    font-size: 14px;
    display: inline;
    float: right;
}

.strategyHistory-item {
    padding: 10px 0 7px 0;
    font-size: 0;
    border-bottom: 1px solid #ebe4df;
}

.strategyHistory-item:first-child {
    padding-top: 0;
}

.strategyHistory-item .item-anal .pic {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.strategyHistory-item .item-anal .nick_name {
    max-width: 170px;
    font-size: 14px;
    display: block;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.strategyHistory-item .item-anal span {
    color: #b1b2b2;
    font-size: 14px;
    line-height: 24px;
}

.strategyHistory-item .item-detail {
    margin-top: 10px;
    display: block;
}

.strategyHistory-item .item-detail.vip p {
    color: #666666;
}

.strategyHistory-item .item-detail p {
    line-height: 20px;
    color: #333;
    font-size: 14px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.toolbar {
    height: 35px;
    background-color: #fff9f6;
    line-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #ffe7d1;
    margin-bottom: 20px;
}

.toolbar .calendar {
    font-size: 0;
    height: 35px;
    position: relative;
    width: 200px;
}

.toolbar .calendar > i {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    display: block;
    cursor: pointer;
    color: #ff7e0b;
}

.toolbar .calendar > i:first-child {
    left: 10px;
    font-size: 22px !important;
}

.toolbar .calendar > i:last-child {
    right: -5px;
    font-size: 12px !important;
}

.toolbar .calendar input {
    position: absolute;
    left: 0;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    z-index: 1;
    font-size: 14px;
    display: block;
    color: #ff7e0b;
    background: transparent;
    padding: 0 10px 0 35px;
}

.toolbar .calendar span {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0;
    line-height: 35px;
    font-size: 14px;
    display: block;
    color: #ff7e0b;
}

.toolbar > .r {
    margin-top: 10px;
}

.toolbar .set {
    padding-right: 20px;
    cursor: pointer;
}

.toolbar .set img {
    display: block;
}

.toolbar .filtrate {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 20px;
    line-height: 16px;
    border-left: 1px solid #c6cfd7;
}

.toolbar .filtrate img {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.fragata-news--item {
    color: #333333;
    font-size: 14px;
    margin-left: 70px;
    padding: 15px 0 15px 10px;
    position: relative;
    border-left: 1px solid #ebe4df;
}

.fragata-news--item:after {
    position: absolute;
    content: "";
    border-bottom: 0;
    right: 0;
    left: 10px;
    bottom: 0;
    height: 1px;
    background-color: #ebe4df;
}

.fragata-news--item:first-child {
    padding-top: 0;
}

.fragata-news--item:first-child:before {
    top: 10px;
}

.fragata-news--item:first-child > i {
    padding: 4px 5px 0 5px;
}

.fragata-news--item:last-child {
    padding-bottom: 0;
}

.fragata-news--item:last-child:after {
    background-color: transparent;
}

.fragata-news--item:before {
    position: absolute;
    content: "";
    left: -3px;
    top: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    z-index: 2;
    background-color: #333;
}

.fragata-news--item > i {
    position: absolute;
    left: -71px;
    top: 0;
    display: block;
    height: 100%;
    width: 70px;
    padding: 15px 5px;
    box-sizing: border-box;
}

.fragata-news--item p, .fragata-news--item a {
    line-height: 24px;
    color: #333;
    font-size: 14px;
}

.fragata-news--item.actived:before {
    background-color: #ff5763;
}

.fragata-news--item.actived p, .fragata-news--item.actived a, .fragata-news--item.actived i {
    color: #ff5763;
}

.fragata-news--item .item1-cont {
    display: block;
    position: relative;
}

.fragata-news--item .item1-cont .flag {
    position: absolute;
    width: 40px;
    height: 27.33px;
    left: 0;
    top: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.fragata-news--item .item1-cont .flag img {
    width: 100%;
    display: block;
}

.fragata-news--item .item1-cont .detail {
    width: 300px;
    padding: 0 5px 0 60px;
}

.fragata-news--item .item1-cont .detail .prev {
    margin-right: 20px;
}

.fragata-news--item .item1-cont .detail p {
    margin-top: 0;
}

.fragata-news--item .item1-cont .star {
    width: 100px;
    line-height: 24px;
    margin-top: 1px;
}

.fragata-news--item .item1-cont .data {
    width: 100px;
    line-height: 24px;
}

.fragata-news--item .item1-cont .type {
    width: 150px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 5px;
}

.fragata-news--item .item1-cont .type span {
    margin-left: 5px;
}

.fragata-news--item .item1-cont .type .type-up {
    border: 1px solid #ff5763;
    color: #ff5763;
}

.fragata-news--item .item1-cont .type .type-down {
    margin-top: 10px;
    border: 1px solid #26b07d;
    color: #26b07d;
}

.fragata-news--item .item2-cont > a {
    float: left;
    display: block;
}

.fragata-news--item .showImg > a {
    width: calc(100% - 130px);
}

.fragata-news--item .item2-cont .show-img {
    cursor: pointer;
    margin: 5px 0 5px 15px;
    height: 76px;
    width: 114px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}

.fragata-news--item .item2-cont .show-img img {
    width: 100%;
    height: 100%;
}

.fragata-news--item .item3-cont {
    cursor: pointer;
}

.fragata-news--item .item3-cont a, .fragata-news--item .item3-cont img {
    display: inline;
}

.fragata-news--item .item3-cont .more {
    color: #ff7e0b !important;
    font-size: 12px;
}

.fragata-news--item .item3-cont i {
    height: 12px;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #ff7e0b;
    margin-right: 3px;
}

.fragata-news--item.red_bg {
    background-color: #fafcff;
}

.fragata-news--item.red_bg i {
    background-color: #fafcff;
}

.kx-container .loading {
    display: none;
}

.strategyHistory {
    padding-top: 40px;
    border-top: 1px solid #e0d4ca;
}
