.card-lists:after {
    content: ' ';
    display: table;
    clear: both;
}

.card-lists {
    margin: 0 10px;
    padding-bottom: 50px;
}

.card-lists .item {
    display: block;
    position: relative;
    float: left;
    width: calc(20% - 10px);
    min-width: 220px;
    max-width: 350px;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
    .card-lists .item {
        width: calc(25% - 10px);
    }
}

.card-lists .item:hover i {
    display: inline-block;
}

.card-lists .item > i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    display: none;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.card-lists .item > i:hover{
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.card-lists .item .item-wrapper {
    background: #fff;
    padding-bottom: 50px;
}

.card-lists .item .item-wrapper .text-container h2.title {
    padding: 20px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

@media screen and (min-width: 1500px){
    .card-lists .item .item-wrapper .text-container h2.title{
        padding-top: 30px;
    }
}

.card-lists .item .item-wrapper .text-container h2.title .avatar {
    display: block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 14px;
    -webkit-box-shadow: 1px 2px 4px rgba(173,173,173,0.6);
    -moz-box-shadow: 1px 2px 4px rgba(173,173,173,0.6);
    box-shadow: 1px 2px 4px rgba(173,173,173,0.6);
}

.card-lists .item .item-wrapper .text-container h2.title .linkname{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

.card-lists .item .item-wrapper .text-container h2.title .linkname a {
    font-size: 15px;
    color: #4c4c4c;
}

.card-lists .item .item-wrapper .text-container h2.title .linkname a:hover{
    text-decoration: underline !important;
    color: #5790ff;
}

.card-lists .item .item-wrapper .text-container h2.title .country {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    width: 25px;
    height: 20px;
    margin-left: 6px;
}

.card-lists .item .item-wrapper .text-container p {
    color: #646668;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.card-lists .item .item-wrapper .text-container p i {
    display: inline-block;
    color: #646668;
    vertical-align: middle;
    width: 26px;
    margin-bottom: 3px;
    font-size: 14px;
}

.card-lists .item .item-wrapper .text-container p.company {
    margin-top: 7px;
    text-align: center;
    color: #222;
    font-weight: bold;
}

.card-lists .item .item-wrapper .text-container p.duty {
    text-align: center;
    color: #555;
}

.card-lists .item .item-wrapper .text-container p.way{
    text-align: left;
    margin-top: 7px;
    color: #222;
}

.card-lists .item .item-wrapper .text-container p.way span {
    font-size: 13px;
}

@media screen and (max-width: 1500px) {
    .card-lists .item .item-wrapper .text-container p.way span {
        font-size: 13px;
    }
}

.card-lists .item .item-wrapper .text-container p.remark {
    display: block;
    height: 42px;
    background: #f4f4f4;
    margin: 0 20px;
    line-height: 20px;
    padding: 10px 5px;
    white-space: normal;
}

.card-lists .item .item-wrapper .text-container p.remark-wrap {
    text-align: right;
    margin-top: 10px;
}

.card-lists .item .item-wrapper .text-container p.link i{
    color: #f1ab53;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    transform: scale(0.8);
}

.card-lists .item .item-wrapper .text-container p.inline {
    font-size: 0;
}

.card-lists .item .item-wrapper .text-container p.inline span.title {
    font-size: 12px;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.card-lists .item .item-wrapper .text-container p.inline span.content {
    font-size: 12px;
    width: calc(100% - 80px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.card-lists .item .item-wrapper .text-container h3.title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-top: 5px;
}

.card-lists .item .item-wrapper .text-container h3.title span {
    font-size: 13px;
}

.card-lists .text-container > img{
    width: 100%;
    height: 300px;
}

.card-lists .btn-contanier .btn {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    padding: 0;
    color: #3770b6;
    width: calc(100% / 3 - 5px);
    padding-left: 20px;
    font-size: 16px;
}

.btn-contanier {
    font-size: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.btn-contanier > a {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #484848;
}

.btn-contanier > a:hover {
    text-decoration: underline !important;
}

.btn-contanier > a i {
    display: inline-block;
    vertical-align: middle;
    color: #53a1ff;
    margin-bottom: 4px;
    margin-right: 5px;
    font-size: 16px;
}

@media screen and (max-width: 1500px) {
    .card-lists .btn-contanier .btn {
        padding-left: 10px;
        font-size: 14px;
    }
}



.card-lists .item > .details {
    padding-top: 20px;
    position: absolute;
    top: -1px;
    border: 1px solid #eee;
    width: calc(100% + 12px);
    height: calc(100% + 2px);
    opacity: 0;
    left: 80%;
    z-index: -1;
    transition: all .2s ease-out;
}

.card-lists .item > .details.set-detail {
    left: -80%;
}

@media screen and (min-width: 1500px) {
    .card-lists .item > .details{
        padding-top: 30px;
    }
}

.card-lists .item > .details.active{
    z-index: 99;
    left: 100%;
    opacity: 1;
}

.card-lists .item > .details.move-left{
    z-index: 99;
    left: calc(-100% - 12px);
    opacity: 1;
}

.card-lists .item > .details:after,
.card-lists .item > .details:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #eee;
}

.card-lists .item > .details:before{
    border-left-color: #fff;
    left: -2px;
    z-index: 99;
}

.card-lists .btn-contanier .btn:hover {
    text-decoration: underline;
}

.card-lists .btn-contanier span {
    line-height: 50px;
    float: right;
    margin-right: 30px;
}

.card-lists .btn-contanier span:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1500px) {
    .card-lists .btn-contanier span {
        margin-right: 10px;
    }
}

.main-info {
    border: 2px solid #fff;
}

.main-info.active{
    border: 2px solid #ddd;
    padding-right: 2px;
    border-right: none;
}

.main-info.move-left{
    border: 2px solid #ddd;
    padding-left: 2px;
    border-left: none;
    padding-right: 0;
    border-right: 2px solid #ddd;
}

.card-lists .item > .details {
    border: 2px solid #fff;
}

.card-lists .item > .details.active{
    border: 2px solid #ddd;
    border-left: 1px solid #eee;
    height: 100%;
    top: 0;
}

.card-lists .item > .details.move-left{
    border: 2px solid #ddd;
    border-right: 1px solid #eee;
    height: 100%;
    top: 0;
}

.card-lists .item > .details.move-left:before{
    left: 100%;
}

.card-lists .item > .details.move-left:after{
    left: calc(100% + 2px);
}

.card-lists .item > .olddetails {
    padding: 20px 0;
    position: absolute;
    border: 1px solid #eee;
    width: calc(100% + 10px);
    opacity: 0;
	top: 2px;
    left: 100%;
	border: 1px solid #eee;
}
.card-lists .item .olddetails font {
    font-size: 14px;
	font-weight: bold;
}