.fontstyle1107375{ color: #fed000; line-height: 40px; font-size: 15px;}

.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.inner-s3{
margin: 15px 0;}
.inner-s3 li {
    margin: 21px;
    width: 100%;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1019);}
.inner-s3 li a {
    display: flex
;
    /*! flex-wrap: wrap; */
    justify-content: space-between;}
.inner-s3 li .pic {
    width: 170px;
    height: 218px;}
.pic {
    /* padding-top: 75%; */
    position: relative;
    overflow: hidden;}
.pic .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;}
.inner-s3 li .txt-box {
    width: calc(100% - 225px);
    position: relative;
    padding: 17px 25px 0px 30px;}
.inner-s3 li .txt-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 6px;
    height: 12px;
    background: #015DD3;
    transition: .5s;}
.inner-s3 li .name {
    display: flex
;
    align-items: flex-start;}
.inner-s3 li .txt-box i {
    display: block;
    margin: 23px 18px;
    border-top: 1px dashed rgba(1, 93, 211, 0.4);}
.inner-s3 li .txt-box h5 {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;}
.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;}
.flex {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;}
.inner-s3 li .name h3 {
    font-size: 24px;
    line-height: 2;
    color: #015DD3;
    margin-right: 10px;
    flex-shrink: 0;}

.inner-s3 li .name h4 {
    font-size: 16px;
    line-height: 3;
    color: #333333;}
