.m-rt{
    width: 330px;
}
.m-lf{
    width: 850px;
    box-sizing: border-box;
}
.kuaixun{
    padding-bottom: 25px;
    background: #fff;
    border: 1px solid #EBEBEB;
}
.kuaixun-tt{
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding: 18px 29px;
}

.kuaixun-tt img{
    margin:6px 6px 0 0;
}




.kuaixun-input{
    position: relative;
    width: 127px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
    transition: all .3s ease;
}
.kuaixun-input input{
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding:0 35px 0 10px;
    color: #333;
    border: 0;
    box-sizing: border-box;
    transition: all .3s ease;
    vertical-align: top;
}
.kuaixun-input input::-webkit-input-placeholder{
    color:#9B9B9B;
}
.kuaixun-input.showWidth{
    width: 200px;
}
.kuaixun-input.showColor{
    border-color:#5670BF;
}

.kuaixun-icon{
    position: absolute;
    top: 7px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/icon/kx-search.svg) no-repeat center;
    transition: all .3s ease;
    cursor: pointer;
}
.kuaixun-input.showColor .kuaixun-icon{
    background: url(../images/icon/kx-search-h.svg) no-repeat center;
}
.kuaixun-time{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 10px 29px 10px 56px;
    background: #F7F7F7 url(../images/icon/kx-time.svg) no-repeat 29px center;
}
.kuaixun-list-box{
    margin: 7px 29px 0 ;
    padding: 20px 0 20px 18px;
    border-bottom: 1px solid #EBEBEB;
}
.kuaixun-list li:last-child{
    border-bottom: 0;
}
.k-timer {
    position: relative;
    font-size: 12px;
    color: #9B9B9B;
}
.kuaixun-list li.show .k-timer {
    color: #C5841C;
}
.k-timer:after{
    content: ' ';
    position: absolute;
    top: 4px;
    left: -12px;
    opacity: 0.48;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left-color: #5670BF;
}
.k-text {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-top: 5px;
}

.kuaixun-list li.show .k-text {
    color: #C5841C;
}


.k-text a {
    color: #5670BF;
    transition: all .3s ease;
}
.k-text a:hover {
    text-decoration: underline;
}




p.more{ float:none!important}
.more a {
    display: block;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    margin-top: 8px;
    color: #5670BF;
    background: #fff;
    transition: all .3s ease;
    cursor: pointer;
}

.more a:hover {
    background: #F9FAFD;
}

/*

.m-hot li:nth-child(2){
    height: 160px;
}
.m-hot li:nth-child(2) .m-hot-pic {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.m-hot li:nth-child(2) img:hover{
    transform: scale(1.15, 1.15);
}

.m-hot li:nth-child(2) .m-hot-text a {
    font-size: 16px;
    top: 100px;
    height: 60px;
    width: 100%;
    color: #fff;
    padding: 8px 15px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
}

.m-hot li:nth-child(2) span {
    display: none;
}
.m-hot li:nth-child(2):after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 20px;
    width: 36px;
    height: 30px;
    background: url(../images/icon/no.2.svg) no-repeat center;
}
*/



