.comtt ul li {
  padding: 10px;
}
.comtt ul li img{
  width:413px;
  height:213px;
}
.comtt ul li p {
  text-align: center;
  margin: 10px 0;
}

.comtt ul li > div {
  position: relative;
}
.comtt ul li:hover .gzgc {
  display: block;
}
.gzgc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6862629f;
  display: none;
}
.gzgcl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gzgc a {
  padding-left: 20px;
  color: #fff;
  position: relative;
  float: left;
  margin: 5px 20px;
}
.gzgc a::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xtitle {
  height: 53px;
  background: url(../images/zjsc2024/xtitlebg.png) 10px center no-repeat;
  margin-top: 10px;
  padding-left: 10px;
}
.xtitle span {
  background-color: #de0000;
  display: inline-block;
  line-height: 53px;
  padding: 0 20px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.xtitle span::before {
  content: '';
  position: absolute;
  right: -10px;
  width: 4px;
  height: 100%;
  background-color: #de0000;
}
.scgc1 {
  background: url(../images/zjsc2024/bcbk.png) 10px 10px no-repeat;
  background-color: #fffbf1;
}
.scgc2 {
  background: url(../images/zjsc2024/jbk.png) 10px 10px no-repeat;
  background-color: #fffbf1;
}
.comtt ul {
  margin-top: 20px;
}
.scgc3 {
  margin: 30px auto;
}
@media (max-width: 1650px) {
  .comtitle {
    display: none;
  }
  .ydcomtit {
    display: block;
  }
  .comtt {
    background-image: none;
  }
}

@media (max-width: 1370px) and (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .scgc3 a{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 425px) {
  .scgc3 a{
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
}

