.tbsxBox{margin: 20px auto;}
.tbsxBox .tbsxTitle {
    
    margin-bottom: 12px;
    border-bottom: 1px solid #e9e9ea;
    height: 65px;
    line-height: 65px;
    background: url(../img/tbsx/tbsxicon.png) no-repeat left center;
    padding-left: 50px;
    font-size: 24px;
    color: #3f3f3f;
    padding-bottom: 0;
}
.tbsxBox .ysfwTitle {
    background: url(../img/tbsx/ysfwicon.png) no-repeat left center;
    padding-left: 40px;
}
.tbsxBox .tbsxTitle .text01 {
    font-size: 16px;
    color: #2e2e2e;
    padding-left: 10px;
}

.tbsxBox .tbsxList{}
.tbsxBox .tbsxList .tbsxUl {
    margin-left: -10px;
    margin-right: -10px;
}
.tbsxBox .tbsxList .tbsxUl .item {
    display: inline-block;
    width: 287px;
    margin: 10px 7px;
    min-height: 248px;
    
    overflow: hidden;
}
.tbsxBox .tbsxList .tbsxUl .item a{display: block;}
.tbsxBox .tbsxList .tbsxUl .img{height:195px; position: relative;}
.tbsxBox .tbsxList .tbsxUl .text {
    font-size: 16px;
    color: #2e2e2e;
    padding: 12px 0;
    text-align: center;
    min-height: 50px;
    height:60px;
}
.tbsxBox .tbsxList .tbsxUl .item .imghover{display: none;}
.tbsxBox .tbsxList .tbsxUl .item:hover .imghover {
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
    height: 198px;
    text-align: center;
    transition: all 0.3s;
}
.tbsxBox .tbsxList .tbsxUl .item:hover .imghover img {
    display: block !important;
    margin: 40px auto 0;
    transition: all 0.3s;
}
.tbsxBox .tbsxList .tbsxUl .imghover .text {
    color: #fff;
    font-size: 16px;
}
.tbsxBox .tbsxList .tbsxUl .item:hover .hovertext{background:#45caf7; color:#fff; font-size: 16px; min-height: 50px;  transition: all 0.3s;}


.qdgsBox .qdgsTitle{background: url(../img/tbsx/qdgsicon.png) no-repeat left center;}
.qdgsBox .qdgsList .qdgsUl .item:hover .imghover {display: none;}