.clist_c_wrap1 {
    padding: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}

.ni_clist:hover {
    box-shadow: 0 0 0 0;
}

.clist_c_wrap1:hover {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.ni_clist_wrap {
    margin-top: 0;
}

.dt_lb_wrap {
    margin-bottom: 20px;
}

.ni_kj_wrap {
    margin-top: 0;
}

.ni_kx_wrap {
    margin-top: 0;
    padding-left: 60px;
}

.ni_kx_wrap .date {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: rgba(12, 149, 255, 1);
    border-radius: 0px 2px 2px 0px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    position: relative;
    left: -55px;
}

.ni_kx_btn1 {
    width: 100%;
    margin: 55px auto 0;
}

.look-detail {
    display: inline-block;
    font-size: 14px;
    color: #0C95FF;
}

.look-detail .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 10px;
    background: url('../images/link.png');
    background-size: cover;
}

.ni_kx_btn, .ni_kx_btn1 {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    color: #0C95FF;
    margin: auto;
    margin-top: 55px;
    border: 1px solid #0C95FF;
    background: none;
     -webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	cursor: pointer;
}
.ni_kx_btn, .ni_kx_btn1 :hover{
	color: white;
	background: #0C95FF;
}
.ni_no_login{
	color: #0C95FF;
}
