@charset "utf-8";
/* CSS Document */
.wp_photos_list {
width:1360px!important;
}
.wp_photos_list .photo_wrap {
    width: 1362px!important;
}
.wp_photos_list .photo_item{
width:320px!important;
}
.wp_photos_list .photo_item .photo_image a{
width:320px!important;
height:240px!important;
}
.wp_photos_list .photo_item .photo_text h3{
font-size:16px!important;
}
.box2{
  position: relative;
}
.box2 .searchBox{
  position: absolute;
  right:0px;
  top:5px;
}
.box1 {
  padding: 0;
  /* border-bottom: 3px solid #176128; */
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  background-color: #efefef;
}

.box1 {
  background-image: url(/_upload/tpl/06/55/1621/template1621/images/201801.png);
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  -webkit-animation: bgMove 5s linear;
  -moz-animation: bgMove 5s linear;
  -ms-animation: bgMove 5s linear;
  -o-animation: bgMove 5s linear;
  animation: bgMove 5s linear;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #176128;
  border-color: #176128;
}

.list_title {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 15px;
  border-bottom: 1px solid #176128;
  position: relative;
}

.list_title:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 20px;
  background-color: #c44343;
  left: 0px;
  top: 4px;
}
.media {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.media-left {
  display: block;
  width: 100%;
  height: 300px;
}

.media-left>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-body {
  float: right;
  width:100%;
  padding: 15px;
}

.media-body>a {
  text-decoration: none;
  display: inline-block;
  min-height: 60px;
}
.media-heading{
  line-height: 26px;
}
.arrow {
  position: absolute;
  bottom: 15px;
  right: 30px;
  font-size: 16px;
  color: #176128;
}

.subcolumn{
   display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #ddd;
    z-index: 999;
    position: relative;
    border-top-color: white;
    padding-left: 5em;
    top:-10px;
}
.subcolumn>a{
   line-height:1.5;
   font-size:16px;
   text-decoration: none;
}
.list-group-item-text {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.3;
}
@-webkit-keyframes bgMove {
  from {
    background-position: bottom left;
  }

  to {
    background-position: center;
  }
}

@-moz-keyframes bgMove {
  from {
    background-position: top left;
  }

  to {
    background-position: center;
  }
}

@-ms-keyframes bgMove {
  from {
    background-position: top left;
  }

  to {
    background-position: center;
  }
}

@-o-keyframes bgMove {
  from {
    background-position: top left;
  }

  to {
    background-position: center;
  }
}

@keyframes bgMove {
  from {
    background-position: top center;
  }

  to {
    background-position: center;
  }
}

.box2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.footerbox {
  border-top: 5px solid #5e068c;
  background-color: #535353;
  padding: 40px;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .media-left > a {
    width: 100px;
  }
}
