/*×¨Ìâ´óÍ¼*/
.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}
.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}
.gp-title74 {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.gp-title74 h2 {
  height: 92px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.gp-title74 h2 .icon2 {
  position: absolute;
  display: inline-block;
}
.gp-title74 a {
  display: inline-block;
  padding-left: 6px;
  color: #bfbeac;
  padding-top: 12px;
  padding-bottom: 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.gp-title74 a:hover {
  color: #ba2528;
}
.gp-title74 h2::before {
  content: '';
  display: block;
  width: 415px;
  height: 40px;
  /* background: url(/images/title_bg3.png) no-repeat right; */
  position: absolute;
  left: -413px;
  top: 50%;
  margin-top: -20px;
}
.gp-title74 h2::after {
  content: '';
  display: block;
  width: 415px;
  height: 40px;
  /* background: url(/images/title_bg3.png) no-repeat right; */
  transform: rotateY(180deg);
  position: absolute;
  right: -415px;
  top: 50%;
  margin-top: -20px;
}
@media screen and (max-width: 997px) {
  .gp-title74 h2 {
    height: 62px;
  }
  .gp-title74 h2 .icon2 {
    width: 176px;
  }
  .gp-title74 .title {
    font-size: 20px;
  }
  .gp-title74 a {
    /* padding-left: 76px; */
  }
}
@media screen and (max-width: 479px) {
  .gp-title74 h2::before,
  .gp-title74 h2::after {
    display: none;
  }
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ba2528;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
}
.block-list114 li a {
  display: block;
  position: relative;
  transition: all 0.35s ease;
}
.block-list114 li a .img span {
  padding-bottom: 66.66%;
}
.block-list114 li a .info {
  box-sizing: border-box;
  padding: 15px 30px;
}
.block-list114 li a .info p {
  color: #e0c67e;
}
.block-list114 li a .info h3 {
  font-weight: normal;
  color: #333;
}
.block-list114 li a:hover {
  transform: translateY(-10px);
}
.block-list239 li a {
  display: block;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
  padding: 25px 0 15px;
  display: block;
  position: relative;
}
.block-list239 li a h3 {
  font-weight: normal;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list239 li a p {
  color: #999999;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list239 li a:hover h3 {
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .block-list239 li a {
    padding: 10px 0;
  }
}
.block-list277 li >div {
  display: flex;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}
.block-list277 li >div::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 4px solid #fff;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div .title {
  flex: 1;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list277 li >div .date {
  color: #999;
  padding-left: 20px;
  border-left: 1px solid #ba2528;
  margin-left: 20px;
}
.block-list277 li >div .date .day {
  color: #ba2528;
  font-weight: normal;
}
.block-list277 li >div .date .year {
  font-style: normal;
}
.block-list277 li:nth-child(odd) >div {
  background: #f7f7f7;
}
.block-list249 a {
  display: block;
  overflow: hidden;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  color: #333333;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.block-list249 a::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid #ba2528;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.block-list249 a::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #ba2528;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 12px;
}
.block-list249 li:hover a {
  transform: translateX(5px);
  color: #ba2528;
}
.block-list132 >li {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 25px;
}
.block-list132 >li h3 strong {
  display: inline-block;
  background-color: #ba2528;
  padding: 5px 15px 6px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-weight: bold;
}
.block-list132 >li ul {
  padding-top: 10px;
  margin: 0 20px;
}
.block-list132 >li ul li a {
  display: block;
  margin: 0 15px;
  padding: 10px 0 10px 25px;
  background: url(/images/block-list132-li_bg.png) no-repeat left 15px;
}
@media screen and (max-width:996px) {
  .block-list132 >li h3 strong {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .block-list132 >li {
    margin-bottom: 20px;
  }
  .block-list132 >li h3 strong {
    font-size: 16px;
  }
}
.block-list147 {
  margin: 0 -15px;
}
.block-list147 li a {
  display: block;
  margin: 10px 15px;
  padding: 0px 0px 0px 25px;
  background: url(/images/block-list132-li_bg.png) no-repeat center left;
  box-sizing: content-box;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.37em;
  line-height: 1.37;
  overflow: hidden;
}
