.hqt-fixcol {
    padding-left: 0!important;
    padding-right: 0!important;
}

.hqt-block {
    /*margin-top: -30px!important; */
    position: relative;
    z-index: 100;
}

.hqt-block-l,
.hqt-block-r {
    margin-bottom: 0px;
}

.hqt-block-l {
    background-color: #fff;
    position: relative;
}

.hqt-block-l .tns-nav {
    position: absolute;
    bottom: 25px;
    left: 20px;
    z-index: 30;
}

.hqt-block-l .tns-nav button {
    border: 0;
    padding: 0;
    margin: 0 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: .5;
    border-radius: 5px;
    outline: 0;
}

.hqt-block-l .tns-nav button.tns-nav-active,
.hqt-block-l .tns-nav button:hover {
    opacity: 1;
}

.hqt-block-l .item .item-ctn {
    background-size: cover;
    background-position: center center;
    position: relative;
}
@media(max-width:768px){
    .hqt-block-l .item .item-ctn {
        height: 250px !important;
    }
}
.hqt-block-l .item .item-ctn .item-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,2,137,0) 0%, rgba(4, 50, 176, 0.54) 76%,rgba(6, 18, 160, 0.72) 100%);
/*    background-image: url("../images/bgmid.png");
    background-repeat: no-repeat;
    background-position: center bottom;  */
}

.hqt-block-l .item .item-ctn .item-data h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.hqt-block-l .item .item-ctn .item-data h3 a {
    color: #fff;
}

.hqt-block-l .item .item-ctn .item-data h3 a:hover {
       color: #dcad08;
}

.hqt-block-l .item .item-ctn .item-data .meta {
    color: rgba(255,255,255,.4);
    margin-bottom: 5px;
}

.hqt-block-l .item .item-ctn .item-data .intro {
    color: #fff;
}

.hqt-block-l .item .item-ctn .item-data .item-data-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.hqt-block-l .item .item-ctn .item-data .item-data-inner .item-data-inner2 {
    position: absolute;
    left: 50%;
    bottom: 50px;
    text-align: center;
    width: 100%;
    top: inherit;
    transform: translateX(-50%);
}
.meta {
    font-size: 14px;
}
.itemctns .items h3{
     font-size: 14px;
}
.hqt-block-r {
    background-color: #fff;
}

.hqt-block-r .btitle {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
    color: #ff0000;
    padding: 7px;
    padding-left: 10px;
    font-size: 18px;
}

.hqt-block-r .itemctns {
    padding: 10px;
    padding-right: 0;
}

.hqt-block-r .items {
    overflow: auto;
}

.hqt-block-r .items .item {
    padding-bottom: 12px;
}

.hqt-block-r .items .item .image {
    float: left;
    margin-right: 10px;
    position: relative;
}

.hqt-block-r .items .item .image a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

/* jScrollPane */
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.jspScrollable,
.jspScrollable:focus,
.jspContainer,
.jspContainer:focus,
.jspPane,
.jspPane:focus {
    outline: 0!important;
}
.jspVerticalBar {
    width: 8px!important;
}
.jspTrack {
    background: #E0E0E0!important;
}
.jspDrag {
    background: #C0C0C0!important;
}
