.yt-databases {
    width: 100%;
    height: 132px;
    background: #fff;
}
.yt-databases .contr {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 0px solid #eeeeee;
    height: 132px;
    padding-bottom: 10px;
}
.contr .row1 {
    margin-left: 0 !important;
    width: 100%;
    border: 2px solid red;
}
.row1 {
    /*margin-left: -40px;*/
    margin-right: -105px;
}
.row1 .col-xs-4 {
    float: left;
    width: 332px;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    /* margin-right: 48px; */
}
.row1 .col-xs-4 .banner {
    width: 100%;
    height: 100%;
    background: url(../image/databases.jpg) no-repeat;
    background-size: 100%;
}
.row1 .col-xs-8 {
    float: left;
    width: 624px;
    height: 100%;
}
.row1 .col-xs-8 .yt-quick-nav {
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    border-left: transparent;
}
.row1 .col-xs-8 .yt-quick-nav a {
    display: block;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    color: rgba(41, 38, 34, 0.81);
    font-family: 'microsoft yahei';
    border-width: 0 0 2px 0;
    font-weight: bold;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    transition: all ease 0.1s;
    text-align: center;
    font-size: 16px;
}
.row1 .col-xs-8 .yt-quick-nav a:hover {
    transition: all ease 0.1s;
    color: #2080f7;
}
.row1 .col-xs-8 .yt-quick-nav a.active {
    border: none!important;
    color: #2080f7;
    position: relative;
}
.row1 .col-xs-8 .yt-quick-nav a.active:after{
  content: '';
  width: 60%;
  height: 2px;
  background: #2080f7;
  position: absolute;
  left: 20%;
  bottom: 0;
}
.row1 .col-xs-8 .yt-quick-nav > tbody > tr:nth-of-type(1) {
    border-bottom: 0;
}




/*ku库文件banner部分公用样式                 start*/
.container .y-module-content .pull-right h3 {
  font-size: 28px;
  color: #191919;
  margin: 0;
}
.container .y-module-content .pull-right > div {
  margin-top: 10px !important;
  font-size: 14px !important;
	line-height: 24px;
}

/*ku库文件banner部分公用样式                 end*/

/*修改row的padding默认*/
.container .row{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
