.gallery_category {
  background-color: #f6f6f6;
  padding: 60px 0 75px;
}
.gallery_category .gallery_cat_title {
  text-align: center;
}
.gallery_category .gallery_cat_title h3 {
  font-size: 30px;
  color: #333;
  margin: 0;
}
.gallery_category .gallery_cat_title p {
  font-size: 18px;
  color: #999;
  margin-top: 15px;
}
.gallery_category .gallery_cat_list {
  width: 1225px;
  margin-top: 50px;
}
.gallery_category .gallery_cat_list div {
  width: 388px;
  height: 399px;
  margin-right: 20px;
  overflow: hidden;
}
.gallery_category .gallery_cat_list .gallery_caty li {
  width: 199px;
  
}
 
.gallery_category .gallery_cat_list ul {
  width: 400px;
}
.gallery_category .gallery_cat_list ul li {
  float: left;
  width: 97px;
  height: 99px;
  background-color: #fefcf5;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  transition: 0.5s;
}
.gallery_category .gallery_cat_list ul li.on {
  background-color: #558bba;
}
.gallery_category .gallery_cat_list ul li.on span {
  color: #fff !important;
}
.gallery_category .gallery_cat_list ul li.on p {
  color: #fff;
}
.gallery_category .gallery_cat_list ul li span {
  font-size: 36px;
  transition: 0.5s;
}
.gallery_category .gallery_cat_list ul li p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  transition: 0.5s;
}
.gallery_category .gallery_cat_list ul li a {
  display: block;
  width: 100%;
  height: 74px;
  padding-top: 25px;
}
.gallery_category .gallery_cat_list ul.gallery_ywl li:hover {
  background-color: #f6cb50;
}
.gallery_category .gallery_cat_list ul.gallery_ywl li:hover span {
  color: #fff;
}
.gallery_category .gallery_cat_list ul.gallery_ywl li:hover p {
  color: #fff;
}
.gallery_category .gallery_cat_list ul.gallery_ywl li span {
  color: #f6cb50;
}
 
.gallery_category .gallery_cat_list ul.gallery_red li:hover {
  background-color: #eb7850;
}
.gallery_category .gallery_cat_list ul.gallery_red li:hover span {
  color: #fff;
}
.gallery_category .gallery_cat_list ul.gallery_red li:hover p {
  color: #fff;
}
.gallery_category .gallery_cat_list ul.gallery_red li span {
  color: #eb7850;
}
.gallery_category .gallery_cat_list ul.gallery_org li:hover {
  background-color: #019fff;
}
.gallery_category .gallery_cat_list ul.gallery_org li:hover span {
  color: #fff;
}
.gallery_category .gallery_cat_list ul.gallery_org li:hover p {
  color: #fff;
}
.gallery_category .gallery_cat_list ul.gallery_org li span {
  color: #019fff;
}
.gallery_list {
  width: 100%;
  overflow: hidden;
}
.gallery_list .gallery_listel {
  background-color: #eee;
  padding-top: 80px;
  padding-bottom: 40px;
}
.gallery_list .gallery_listel .gallery_list_title {
  font-size: 30px;
  text-align: center;
  color: #333;
  position: relative;
}
.gallery_list .gallery_listel .gallery_list_title:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 64px;
  margin-left: -32px;
  height: 2px;
  background-color: #333;
}
.gallery_list .gallery_listel .gallery_search {
  margin-top: 15px;
}
.gallery_list .gallery_listel .gallery_search .gallery_form_title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.gallery_list .gallery_listel .gallery_search form {
  width: 1250px;
}
.gallery_list .gallery_listel .gallery_search form select {
  width: 22%;
  margin-right: 2%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #999;
  color: #333;
}
.gallery_list .gallery_list_con ul {
  width: 100%;
}
.gallery_list .gallery_list_con li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
}
.gallery_list .gallery_list_con li.last {
  margin-right: 0;
}
.gallery_list .gallery_list_con li p {
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  text-align: center;
}
