.box {
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
    width: 100%;
    max-width: 1158px;
    min-height: 222px;
    background-color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-top: 3px;
    overflow: hidden;
    /*overflow-x: scroll;*/
    -webkit-overflow-scrolling: touch;

    /*overflow-x: scroll;*/
    /*max-width: 1000px;*/
}
.box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 222px;
    overflow: hidden;
    /*width: 100%;*/
    /*width: 1544px;*/
    border-bottom: 1px solid #7a90c9;
}

.box li {
    width: 190px;
    height: 100%;
    float: left;
    padding: 12px 7px;
    margin-right: 3px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    border-left: 6px solid #a1b2dc;
    box-sizing: border-box;
}
.owl-item {
    width: 190px;
}

.box p {
    margin: 0;
    padding: 0 1px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #001840;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fs0 .box p { font-size: 15px; }
.fs1 .box p { font-size: 16px; }
.fs2 .box p { font-size: 17px; }
.fs3 .box p { font-size: 18px; }

.box img {
    width: 164px;
    height: 99px;
    /*border: 1px solid #e9efff;*/
    object-fit: cover;
}
img.noimg {
    object-fit: inherit;
}
.imgborder .noimg {
    background-color: #fff;
    border: none;
}

.imgborder {
    border: 1px solid #e9efff;
    width: 164px;
    height: 99px;
    background-color: #e9efff;
}

.box span {
    font-size: 11px;
    line-height: 1em;
    font-family: arial;
    text-transform: uppercase;
    color: #001840;
    height: 20px;
    vertical-align: top;
    padding: 0 1px;
    display: inline-block;
    margin-top: 5px;
}
.box span i {
    padding-left: 10px;
    color: #111;
}

#hover .box li:hover {
    background-color: #e9efff;
    border-left-color: #556fb5;
    transition-property: background-color, border-left;
    transition-duration: .10s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    /*z-index: 1000;*/
}

.vis .imgborder {
    background-color: #001840;
}

.box li.vis {
    border-left: 6px solid #e9efff;
    background-color: #e9efff;
    /*border-bottom: 1px solid #fff;*/
}
.box li.vis img {
    opacity: 0.5;
}
.box li.vis p, .box li.vis span, .box li.vis span i {
    color: #879cd5;
}

