/**友情链接**/
.botlinks{border-bottom: 2px solid rgb(0 77 158 / 50%);
    padding-bottom: 10px;
    margin-bottom: 20px;}
.botlinks .links-wrap {
    position: relative;
    display: inline-block;
    margin: 10px 0px;
    width: 220px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #d0d0d0;}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 25px 0 10px;
    color: #a1a1a1;
    background: url(images/down.png) no-repeat right top;}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #333;
    background-position: right bottom;
    cursor: pointer;}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    width: auto;
    min-width: 220px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #1d50a2;
    cursor: pointer;}
.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);}
