.i_head {
  height: 110px;
}
.i_head .i_h_content {
  height: 110px;
  background: #272727;
}
.v_banner {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  height: 370px;
  position: relative;
}
.v_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.v_content .v_c_title {
  width: 100%;
  padding: 30px 0;
  margin: 0 0 40px 0;
  border-bottom: 3px solid #cfcfcf;
  overflow: hidden;
}
.v_content .v_c_title > h1 {
  float: left;
  font-size: 32px;
  font-weight: bold;
}
.v_content .v_c_title > p {
  float: right;
  font-size: 14px;
  margin: 20px 0 0 0;
  color: #aeaeae;
  text-align: center;
}
.v_content .v_c_title > p > a {
  color: #aeaeae;
}
.v_content .v_c_title > p > a:hover {
  color: #bf1615;
}
.v_content .v_c_item > h1 {
  width: 100%;
  height: 32px;
  margin: 0 0 40px 0;
}
.v_content .v_c_item > h1 > img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
}
.v_content .v_c_item > h1 > span {
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.v_content .v_c_item > ul {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 0 80px 0;
}
.v_content .v_c_item > ul > li {
  float: left;
  width: 292px;
  height: auto;
  margin: 0 7.6px 0 0;
}
.v_content .v_c_item > ul > li > div {
  width: 100%;
  height: 200px;
  margin: 0 0 20px 0;
  overflow: hidden;
  position: relative;
}
.v_content .v_c_item > ul > li > div > img {
  width: 100%;
  height: 100%;
}
.v_content .v_c_item > ul > li > div .v_c_hcover {
  width: 100%;
  height: 0;
  height: 100%\9;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  background: rgba(0, 0, 0, 0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000);
  z-index: 1;
}
.v_content .v_c_item > ul > li > div .v_c_hcover > img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.v_content .v_c_item > ul > li > div .v_c_time {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  color: #fff;
  text-align: right;
  padding: 0 20px 0 0;
  line-height: 50px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
}
.v_content .v_c_item > ul > li > p {
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #333;
  -webkit-box-orient: vertical;
}
.v_content .v_c_item > ul > li.no_margin {
  margin: 0;
}
.v_content .v_c_item > ul > li:hover .v_c_hcover {
  height: 100%;
  opacity: 1;
  cursor: pointer;
}
.v_content .v_c_item > ul .v_c_hcover:hover {
  cursor: pointer;
}
.v_content .i2 > h1 {
  height: 30px;
}
.v_content .i2 > h1 > img {
  width: 32px;
  height: 30px;
}
.v_content .i2 > h1 > span {
  line-height: 30px;
}
.v_content .i3 > h1 {
  height: 35px;
}
.v_content .i3 > h1 > img {
  width: 32px;
  height: 35px;
}
.v_content .i3 > h1 > span {
  line-height: 35px;
}
.v_content .i4 > h1 {
  height: 42px;
}
.v_content .i4 > h1 > img {
  width: 28px;
  height: 42px;
}
.v_content .i4 > h1 > span {
  line-height: 42px;
}
