/*s搜索条件开始*/
.search-options-box {
  margin-top: 23px;
  height: auto;
}
.search-options-box .option-item {
  margin-bottom: 28px;
  font-size: 16px;
  overflow: hidden;
  height: 40px;
}
.search-options-box .option-item:first-child {
  height: auto;
}
.search-options-box .left-title {
  width: 107px;
  height: 40px;
  line-height: 1em;
  margin-right: 68px;
}
.search-options-box .selected-options {
  color: #fff;
}
.search-options-box .selected-options .left-title {
  background: #ffc000;
  padding: 11px 19px;
  border-radius: 6px;
}
.search-options-box .selected-options .empty-tip {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
}
.search-options-box .selected-options .right-selected-options {
  color: #464646;
  margin-top: 5px;
  font-size: 14px;
  width: 933px;
}
.search-options-box .selected-options .right-selected-options li {
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  padding-left: 13px;
  border: 1px solid #ffcc00;
  margin-right: 10px;
  margin-bottom: 5px;
}
.search-options-box .selected-options .right-selected-options li .option-txt {
  margin-right: 13px;
}
.search-options-box .selected-options .right-selected-options li .option-txt .left-txt {
  margin-right: 5px;
}
.search-options-box .selected-options .right-selected-options li .option-txt .right-txt {
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.search-options-box .selected-options .right-selected-options li .del-action {
  width: 27px;
  height: 28px;
  background: #ffc000;
  color: #fff;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
}
.search-options-box .selected-options button {
  width: 78px;
  height: 28px;
  border-radius: 14px;
  background: #ffc000;
  color: #fff;
  /*margin-left: 28px;*/
  margin-top: 4px;
  font-size: 12px;
  border: none;
}
.search-options-box .selected-options button span {
  font-size: 12px;
  float: left;
  margin-left: 6px;
}
.search-options-box .left-title-common {
  background: #3455FF;
  line-height: 1em;
  padding: 11px 19px;
  border-radius: 6px;
  color: #fff;
  width: 107px;
  height: 40px;
  box-sizing: border-box;
}
.search-options-box .panel-content {
  margin-left: 68px;
  font-size: 14px;
}
.search-options-box .more-btn {
  display: inline-block;
  float: right;
  width: 67px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  background: #478ffe;
  border-radius: 4px;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
}
.search-options-box .instruments-classification,
.search-options-box .subject-field,
.search-options-box .belonging-institutions {
  display: flex;
  flex-direction: row;
}
.search-options-box .instruments-classification .instru-classify-panel,
.search-options-box .subject-field .instru-classify-panel,
.search-options-box .instruments-classification .subject-panel,
.search-options-box .subject-field .subject-panel,
.search-options-box .belonging-institutions .belong-panel {
  border: 0;
  width: 959px;
  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-wrap: wrap;*/
  font-size: 14px;
  /*justify-content: space-between;*/
}
.search-options-box .instruments-classification .instru-classify-panel .class-item,
.search-options-box .subject-field .instru-classify-panel .class-item,
.search-options-box .instruments-classification .subject-panel .class-item,
.search-options-box .subject-field .subject-panel .class-item,
.search-options-box .instruments-classification .instru-classify-panel .subject-item,
.search-options-box .subject-field .instru-classify-panel .subject-item,
.search-options-box .instruments-classification .subject-panel .subject-item,
.search-options-box .subject-field .subject-panel .subject-item,
.search-options-box .belonging-institutions .belong-panel .belong-item{
  cursor: pointer;
  margin: 6px 30px 6px 0;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-options-box .belong-panel .belong-item {
  height: 30px;
  float: left;
  line-height: 30px;
  margin-right: 30px;
  cursor: pointer;
  width: 100px;
}
.search-options-box .share-panel .share-item {
  width: 100px;
  height: 30px;
  float: left;
  line-height: 30px;
  margin-right: 30px;
  cursor: pointer;
}
.search-options-box .appoint-panel .appoint-item {
  height: 30px;
  float: left;
  line-height: 30px;
  margin-right: 30px;
  cursor: pointer;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*s搜索条件开始*/
/*主要内容开始main-content*/
.main-content {
  margin-top: 83px;
}
.main-content .panel-bar {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #d4ddeb;
  background: #F0F4FA;
}
.main-content .panel-bar .nav-bar {
  display: inline-block;
}
.main-content .panel-bar .nav-bar .nav-bar-item {
  padding: 0 23px 0 28px;
  height: 44px;
  color: #05347B;
  cursor: pointer;
}
.main-content .panel-bar .nav-bar .nav-bar-item.selected{
	border-left: 1px solid #d4ddeb;
    border-right: 1px solid #d4ddeb;
    color: #1E9FFF;
}
.main-content .panel-bar .right-panel {
  margin-right: 28px;
}
.main-content .panel-bar .right-panel .view-mode {
  margin-right: 30px;
  width: 88px;
}
.main-content .panel-bar .right-panel .view-mode .mode-item {
  height: 44px;
  line-height: 46px;
  width: 44px;
  text-align: center;
  cursor: pointer;
}
.main-content .panel-bar .right-panel .view-mode .selected {
  border-left: 1px solid #d4ddeb;
  border-right: 1px solid #d4ddeb;
  color: #1E9FFF;
}
.main-content .selected {
  background: #fff;
  font-weight: bold;
}
.main-content .w1200 {
  width: 1200px;
}
.main-content .pagination-box {
  text-align: center;
  margin-top: 51px;
}
#pageSelect{
	margin: 0!important;
}
#pageSelect li a{
	border-radius: 0!important;
}
.main-content .content-tab1 {
  margin-top: 42px;
  display: block;
}
.main-content .content-tab1 .tab1-item {
  width: 1200px;
  height: 273px;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #E7E7E7;
  box-shadow: 0px 3px 20px 0px rgba(217, 217, 217, 0.7);
  margin-top: 15px;
}
.main-content .content-tab1 .tab1-item .left {
  width: 226px;
  box-sizing: border-box;
  /*height: 216px;*/
  margin-right: 30px;
  margin-left: 20px;
  margin-top: 12px;
}
.main-content .content-tab1 .tab1-item .left{
  overflow: hidden;
}
.main-content .content-tab1 .tab1-item .left img {
  height: 226px;
  width: 226px;;
  transition: transform 1s;
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
}
.main-content .content-tab1 .tab1-item .left img:hover{
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.main-content .content-tab1 .tab1-item .item-info {
  width: 400px;
}
.main-content .content-tab1 .tab1-item .item-info .title {
  font-size: 24px;
  color: #464646;
  margin-top: 28px;
  margin-bottom: 24px;
  display: inline-block;
  width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .content-tab1 .tab1-item .item-info p {
  font-size: 16px;
  margin-bottom: 24px;
  height: 30px;
  line-height: 30px;
}
.main-content .content-tab1 .tab1-item .item-info p .txt{
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .content-tab1 .tab1-item .item-info p span{
  display: inline-block;
}
.main-content .content-tab1 .tab1-item .right {
  color: #595959;
  font-size: 16px;
  margin-right: 36px;
  width: 262px;
}
.main-content .content-tab1 .tab1-item .right .iconfont {
  color: #506f9f;
  margin-right: 5px;
}
.main-content .content-tab1 .tab1-item .right .line-item {
  margin-bottom: 20px;
  margin-top: 26px;
  height: 30px;
  line-height: 30px;
  width: 270px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-tab1 .tab1-item .right .line-item .iconfont{
  display: inline-block;
}
.main-content .content-tab1 .tab1-item .right .line-item .single-item{
  display: inline-block;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-tab1 .tab1-item .right .line-item:last-child {
  margin-bottom: 0;
}
.main-content .content-tab1 .tab1-item .right .line-item .province {
  margin-right: 5px;
}
.main-content .content-tab1 .tab1-item .right .line-item .fourth-item {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content .content-tab2 {
  margin-top: 55px;
  display: none;
}
.main-content .content-tab2 .tab2-item {
  width: 284px;
  height: 499px;
  margin-right: 21px;
  border-radius: 5px;
  box-shadow: 0px 3px 20px 0px rgba(217, 217, 217, 0.7);
  margin-bottom: 19px;
}
.main-content .content-tab2 .tab2-item:nth-child(4n + 4) {
  margin-right: 0;
  margin-bottom: 19px;
}
.main-content .content-tab2 .tab2-item .pic-box {
  width: 100%;
  height: 286px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content .content-tab2 .tab2-item .pic-box a{
  width: 250px;
  height: 250px;
  overflow: hidden;
  display: block;
}
.main-content .content-tab2 .tab2-item .pic-box img {
  width: 250px;
  height: 250px;
  transition: transform 1s;
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
}
.main-content .content-tab2 .tab2-item .pic-box img:hover {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.main-content .content-tab2 .tab2-item .pic-box .desc {
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  height: 44px;
  line-height: 44px;
  background: #f3ce468a;
  position: absolute;
  right: 0;
  bottom: 38px;
  color: #fff;
  border-radius: 10px 0 0 10px;
  text-align: left;
  font-size: 14px;
  min-width: 110px;
}
.main-content .content-tab2 .tab2-item .pic-box .desc .instru-sort{
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.main-content .content-tab2 .tab2-item .subtitle-box {
  box-sizing: border-box;
  padding-left: 15px;
  padding-bottom: 13px;
  margin-top: 19px;
  padding-right: 22px;
}
.main-content .content-tab2 .tab2-item .subtitle-box .title {
  font-size: 24px;
  font-weight: 400;
  color: #05347b;
  line-height: 27px;
  margin-bottom: 22px;
  display: inline-block;
  width: 243px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .content-tab2 .tab2-item .subtitle-box p {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #6a7a8e;
  line-height: 27px;
  margin-bottom: 18px;
}
.main-content .content-tab2 .tab2-item .subtitle-box p .name{
  float: left;
}
.main-content .content-tab2 .tab2-item .subtitle-box p .txt {
  display: inline-block;
  float: left;
  width: 194px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .content-tab2 .tab2-item .subtitle-box .icons span {
  margin-right: 10px;
  font-size: 12px;
}
.main-content .content-tab2 .tab2-item .subtitle-box .icons .iconfont {
  margin-right: 5px;
}
.collect-instr-cancel{
  color: gainsboro !important;
  cursor: pointer;
}
.collect-instr{
  color: #506f9f !important;
}




/*主要内容结束main-content*/
/*# sourceMappingURL=scientificInstruments.css.map */