#base-list {
  background: #fff;
}

#base-list .base-list-img {
  position: relative;
  width: 100%;
  height: 350px;
  background: url(../image/beautiful_img_01.png) no-repeat center center;
  background-position-x: center;
  background-position-y: center;
}

#base-list .base-list-location {
  width: 1200px;
  margin: 0 auto;
  line-height: 59px;
  height: 59px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
}

#base-list .base-list-location .location-home {
  margin-left: 10px;
  margin-right: 10px;
  color: #999999;
}

#base-list .base-list-location .location-base-list {
  margin-left: 10px;
  color: #999999;
}

#base-list .base-list-content {
  width: 1000px;
  margin: 0 auto;
}

#base-list .base-list-content .header-content {
  width: 100%;
}

#base-list .base-list-content .header-content .area-content {
  /*margin: 10px 0px;*/
  /*background: #fff;*/
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  min-height: 80px;
}

#base-list .base-list-content .header-content .area-content .title {
  color: #3b9bee;
  margin: 0px 10px 0;
  padding: 0px 10px 20px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 30px;
}

#base-list .base-list-content .header-content .area-content .section {
  margin-bottom: 10px;
  padding: 0px 0 10px;
  border-bottom: 1px solid #f2f2f2;
}

#base-list
  .base-list-content
  .header-content
  .area-content
  .section
  .area-title {
  float: left;
  padding: 5px;
  height: 100%;
  width: 95px;
  height: 34px;
  border: 1px solid #fff;
}

#base-list
  .base-list-content
  .header-content
  .area-content
  .section
  .area-item-content {
  float: left;
  width: calc(100% - 95px);
  min-width: 80px;
  /* height: 34px; */
}

#base-list
  .base-list-content
  .header-content
  .area-content
  .section
  .area-item-content
  .area-item {
  float: left;
  margin: 5px 2px;
  height: 24px;
  line-height: 24px;
  padding: 0px 8px 4px;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
}

#base-list
  .base-list-content
  .header-content
  .area-content
  .section
  .area-item-content
  .area-item.active {
  /* background-color: #409eff; */
  color: #067edc;
  border-color: #067edc;
  border: 1px solid #067edc;
}

#base-list
  .base-list-content
  .header-content
  .area-content
  .section
  .area-item-content
  .area-item:hover {
  color: #067edc;
}

#base-list
  .base-list-content
  .header-content
  .area-content
  .section
  .area-item-content
  .area-item:hover.active {
  color: #067edc;
}

#base-list
  .base-list-content
  .header-content
  .area-content
  .section
  .area-item-content
  .state-item {
  float: left;
  margin: 0px 20px;
}

#base-list .base-list-content .header-content .area-content .section .clear {
  clear: both;
}

#base-list .base-list-content .header-content .area-content .section-end {
  border-bottom: 1px solid #f2f2f2;
  /* margin: 10px 10px 0px; */
  padding: 10px 0 20px;
}

#base-list
  .base-list-content
  .header-content
  .area-content
  .section-end
  .area-title {
  float: left;
  font-size: 14px;
  line-height:31px;
  color: #666;
  min-width: 80px;
}

#base-list .base-list-content .body-content {
  position: relative;
  padding:18px 23px;
}

#base-list .base-list-content .body-content .base-content {
  float: left;
  width: 100%;
  height: 270px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
  transition: all 0.5s;
}

#base-list .base-list-content .body-content .base-content:hover {
  box-shadow: 0px 0px 10px 0px rgba(6, 139, 234, 0.4);
  border: 1px solid rgba(6, 139, 234, 0.4);
}

#base-list
  .base-list-content
  .body-content
  .base-content:hover
  .desc-content
  .desc-title {
  color: #037fda;
}

#base-list .base-list-content .body-content .base-content .img-content {
  float: left;
  margin: 20px;
  width: 410px;
  height: 230px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}

#base-list .base-list-content .body-content .base-content .desc-content {
  float: left;
  width: 600px;
  height: 230px;
  margin-left: 20px;
}

#base-list
  .base-list-content
  .body-content
  .base-content
  .desc-content
  .desc-title {
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}

#base-list
  .base-list-content
  .body-content
  .base-content
  .desc-content
  .desc-item {
  margin-top: 20px;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

#base-list .base-list-content .body-content .base-content .detail-content {
  float: left;
  margin-top: 170px;
  margin-left: 20px;
  width: 100px;
  font-size: 16px;
  height: 230px;
  color: #037fda;
  cursor: pointer;
}

#base-list .base-list-content .body-content .base-content .clear {
  clear: both;
}

#base-list .base-list-content .body-content .base-pages {
  text-align: center;
  margin: 20px auto 40px;
}

.el-input__inner {
  display: block;
  height: 36px;
  line-height: 36px;
}

.items .tit {
  position: relative;
  font-size: 18px;
  padding-left: 18px;
}
.items .tit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 5px;
  background: #409eff;
}
.section-end .sec-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.section-end .el-button {
  vertical-align: middle;
  height:31px;
  line-height:31px;
  padding:0 16px;
  font-size:14px;
}
.el-pagination__rightwrapper {
  float: none;
  display: inline-block;
}
.org-list {
  display: flex;
  flex-wrap: wrap;
}
.org-list > li {
  width: calc((100% - 48px) / 5);
  margin-right: 12px;
}
.org-list > li:nth-child(5) {
  margin-right: 0;
}
.org-list > li .org-item {
  border: 1px solid #dcdcdc;
}

.award-tab .el-tabs__item i {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 4px;
  vertical-align: -2px;
}
.award-tab .i-nat {
  background: url(../image/h1.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}
.award-tab .i-pro {
  background: url(../image/h2.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}

.award-tab .el-tabs__item .i-city {
  background: url(../image/h3.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}

.zjtxzxqy_wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.award .body-content {
  background: #fff;
  padding: 0 20px;
  margin-bottom:16px;
  box-shadow:0 0 6px #DCDCDC;
}
.award .section-end {
  display: flex;
  justify-content: space-between;
  padding:20px 0;
}
.sec-item .search {
  border-radius: 0 20px 20px 0;
  display:inline-block;
  height:40px;
  padding:0 46px 0 30px;
  vertical-align: middle;
  background:url(../image/search.png) no-repeat 20px 50% #1d7ff7;
  background-size:24px 24px;
  cursor: pointer;
}
.sec-item .el-input__inner{height:31px;font-size:14px;}
.sec-content{font-size:0;}
.sec-content .el-input{vertical-align: middle;}
.sec-content .el-input__inner{border-radius:20px 0 0 20px;border-right:0;padding-left:30px;}
.award .sec-item .area-title{display:inline-block;}

@media screen and (max-width: 1580px) {
  .zjtxzxqy_wrap {
    width: 1200px;
  }
}
