@import url("./base.css");


.widget-header {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.widget-header div:first-child {
  font-size: 32px;
  position: relative;
}

.widget-header div:first-child::before {
  content: '';
  width: 107px;
  height: 1px;
  background: #959595;
  position: absolute;
  top: 15px;
  right: 375px;
}

.widget-header div:first-child:after {
  content: '';
  width: 107px;
  height: 1px;
  background: #959595;
  position: absolute;
  top: 15px;
  left: 375px;
}

.widget-header div i {
  font-style: normal
}

.widget-header div:first-child i:first-child {
  padding-right: 10px;
  color: #0d76c9;
  font-weight: bold;
  text-transform: uppercase;
}

.widget-header div:first-child i:nth-child(2) {
  color: #333;
  /* font-weight: bold; */
}

.widget-header div:first-child i:nth-child(3) {
  color: #333;
}

.widget-header div:nth-child(2) {
  color: #959595;
}

/* row1 */
.row1 {
  position: relative;
}

.row1 .wrap {
  background-color: #fff;
  padding: 1em 2em;
}

.row1 .el-row {
  margin: 0 -20px;
}

.row1 .el-col {
  padding: 0 20px;
}

.row1 .img {
  border: 5px solid rgba(0, 0, 0, 0.1);
}

.row1 .img img {
  width: 100%;
  vertical-align: top;
}

.row1 .title {
  font-size: 18px;
  color: #021675;
  margin-top: 1em;
  line-height: 1em;
  padding-bottom: 10px;
  font-weight: bold;
}

.row1 .detail {
  font-size: 14px;
  color: #8d8d8d;
  text-align: justify;
  text-indent: 2em;
  line-height: 3em;
  margin-top: 1em;
  margin-bottom: 2em;
}

.row1 .view_more {
  text-align: center;
}

.row1 .view_more a {
  background-color: #0d76c9;
  width: 300px;
  padding: 1em;
  display: block;
  color: white;
}

.row1 .view_more a:hover {
  background: #0768b5;
}

.row1 .about_float .about_tree {
  position: absolute;
  bottom: 9px;
  left: 20px;
  z-index: 100;
  width: 311px;
  height: 442px;
}

.row1 .about_float .about_tree img {
  width: 311px;
  height: 442px;
}

.row1 .about_float .about_dove {
  position: absolute;
  top: -21.8125px;
  right: 40px;
  z-index: 103;
  width: 380px;
  height: 264px;
}

.row1 .aboutimg {
  display: none;
  padding-bottom: .5em;
}

.row1 .aboutimg img {
  width: 100%;
  vertical-align: top;
  border-radius: 1em;
}

.row1 .about_ico .el-col {
  padding: 1em .5em;
}

.row1 .about_ico img {
  width: 100%;
}

/* row2 */
.row2 .wrap {
  background-color: #fff;
  padding: 1em;
}

.row2 .el-col a {
  display: block;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
  margin: .2em;
}

.row2 .el-col a .img {
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.row2 .el-col a .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.row2 .el-col a .title {
  line-height: 28px;
  font-size: 14px;
  text-align: center;
}

.row2 .el-col a .detail {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  border-top: 1px dotted #d8d8d8;
  padding: 1em;
  height: 100px;
}

.row2 .el-col a .detail p {
  margin: 0;
  padding: 0;
}

.row2 .el-col a .detail p img {
  display: none;
}

.row2 .el-col a:hover .detail,
.row2 .el-col a:hover .title {
  background-color: #0d76c9;
  color: #fff;
}

.row2 .el-col a:hover .more {
  color: #008b4a;
}

.row2 .el-col a:hover {
  border-color: #0d76c9;
}

/* row3 */
.row3 .wrap {
  background-color: #fff;
  padding: 1em;
}

.row3 .el-col {
  padding: .5em;
}

.row3 .el-col a {
  display: block;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
  margin: .2em;
}

.row3 .el-col a .img {
  padding-bottom: 133%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.row3 .el-col a .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.row3 .el-col a .title {
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 750px) {

  .widget-header div:first-child::before,
  .widget-header div:first-child::after {
    width: 0;
  }

  .row1 .view_more a {
    width: 100%;
  }

  .row1 .el-col,
  .row2 .el-col,
  .row1 .el-col,
  .row4 .el-col {
    width: 100%;
  }

  .row1 .el-col:nth-child(n + 2),
  .row2 .el-col:nth-child(n + 2),
  .row1 .el-col:nth-child(n + 2) {
    margin-top: 20px;
  }

  .row1::before {
    display: none;
  }

  .row1 .widget-header .title {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #allmap {
    height: 240px;
  }

  #allmap .BMap_bubble_content {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {}