/*公用样式*/

/*基础样式 	开始*/
html,
body {
    min-width: 960px;
    overflow: auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.content {

    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/*基础样式 	结束*/





.total_width{
    width: 960px !important;
}
.active {
    background: #ffffff;
    color: #000 !important;
}

.actives{color:red;}


/*馆藏分布	开始*/
 .nav-item {
     display: table;
     width: 959px;
     height: 80px;
     background: rgba(0, 0, 0, 0.4);
 }

 .nav-item-each {
    
     display: table-cell;
     text-align: center;
     vertical-align: center;
 }

 .nav-item-each-link {
     color: #ffffff;
     font-size: 16px;
 }
 /*
 .nav-item-each-link:hover{
 	color:#c8161d;
 }*/
/*馆藏分布	结束*/

/*交大活动区域		开始*/
.jiaoda-activity {}



.jiaoda-activity {
    width: 100%;
}

.jiaoda-activity-header {
    padding-top: 66px;
    height: 180px;
    background: #004098;
}

.jiaoda-activity-header-title {

    font-size: 30px;
    color: #ffffff;
}

.jiaoda-activity-header-border {
    width: 100%;
    height: 4px;
    margin-top: 14px;
    background: #ffffff;
}

.jiaoda-activity-body-wrap {
    width: 100%;
    overflow: hidden;
}

.jiaoda-activity-body-item {
    position: relative;
    width: 25%;
    height: 288px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.jiaoda-activity-body-item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.jiaoda-activity-body-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.jiaoda-activity-body-item-hover {
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding: 8px 8px 6px 10px;
    color: #ffffff;

}

.jiaoda-activity-body-item-hover:hover{
    width: 100%;
}


.jiaoda-activity-body-item-hover-text {
    font-size: 18px;
    position: absolute;
    z-index: 2000;
    color: #ffffff;
}

.jiaoda-activity-body-item-hover-date {
    position: absolute;
    bottom: 6px;
    right: 8px;
    font-size: 14px;
    z-index: 2000;
    color: #ffffff;
}

.cover-closing-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover-closing-date-red{
    background: #d93c30;
    opacity: 0.75;
}
.cover-closing-date-yellow{
    background: #d9a730;
    opacity: 0.75;
}
.cover-closing-date-blue{
    background: rgba(0,64,152,0.6);
}

.cover-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d93c30;
    opacity: 0.75;
}

.hover-see-more {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hover-see-more-text {
    width: 47%;
    min-width: 190px;
    font-size: 38px;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.hover-see-more-text img {
    width: 30px;
    height: 30px;
}

.newsdiv{
	width: 300px;
}
.div600{
	width:600px;
}
.activity-see-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.hover-see-more-wrap{
    background: rgba(0,64,152,0.6);
}
.jiaoda-activity-body-item-hover-text {
    font-size: 18px;
    position: absolute;
    z-index: 2000;
    color: #ffffff;
}
.jiaoda-activity-body-item-hover-date {
    position: absolute;
    bottom: 6px;
    right: 8px;
    font-size: 14px;
    z-index: 2000;
    color: #ffffff;
}
/*交大活动区域		结束*/

/*友情链接	开始*/
  .friendship-link {
      padding-top: 70px;
      padding-bottom: 70px;
  }

  .friendship-link-title {
      height: 54px;
      font-size: 30px;
      color: #000000;
      border-bottom: 4px solid #004098;
  }

  .friendship-link-content {
      margin-top: 39px;
  }

  .friendship-link-content-left {
      width: 480px;
  }

  .friendship-link_href {
      display: block;
      height: 40px;
      font-size: 16px;
      color: #000000;
  }
  
  a.friendship-link_href:active{color:black;}
  a.friendship-link_href:hover{color:red;}

/*友情链接	结束*/
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
}
.search_condition_ul{
    overflow: y:hidden;
}