@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(../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 {
  border-bottom: 1px solid #ddd;
}
.media-left > a {
  width: 150px;
  height: 0px;
  padding-bottom: 66%;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  color: #176128;
}
.media-object {
  width: 100%;
}
@-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;
  }
}
