@charset "UTF-8";

/* 初始化样式 */
* {
  font-family: '微软雅黑';
}

/* 清浮动 */
.cf {
  zoom: 1;
}

.cf:after {
  content: '020';
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.slh1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slh2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slh4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

a {
  color: #333333;
}

a:hover {
  color: #05559A;
}

.inbox {
  width: 1200px;
  margin: 0 auto;
}

/* 底部分割线 */
.ftfgx {
  width: 100%;
  border-top: 5px solid #165796;
}

/* 初始化样式结束 */
.cont_box {
  margin-top: 40px;
}

.ztzl_box {
  margin-bottom: 40px;
}

.ztzl_top {
  background: url(/cms_files/webzhejianggongxiaohezuowang/pubtplobject/defaultSet/717176/images/topbg.png) no-repeat center;
  font-size: 32px;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
  color: #fff;
}

.ztzl_list {
  padding: 30px;
  border: 1px solid #e1e3e5;
  display: flex;
  flex-wrap: wrap;
}
.ztzl_list li{
  width: 262px;
  height: 175px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.ztzl_list li:nth-child(4n-3){
  margin-left: 0;
}
.ztzl_list li a {
  display: block;
  position: relative;
}

.ztzl_list li span {
  position: absolute;
  left: 50%;
  margin-left: -111px;
  bottom: -25px;
  display: block;
  width: 222px;
  padding: 0 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e1e3e5;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ztzl_list li img {
  display: block;
  width: 262px;
  height: 150px;
  border-radius: 5px;
  object-fit: cover;
}

.old_type .ztzl_top{
  font-size: 36px;
}
.old_type .ztzl_list li {
  width: 554px;
  height: 350px;
}
.old_type .ztzl_list li:nth-child(4n-3){
  margin-left: unset;
}
.old_type .ztzl_list li:nth-child(2n-1){
  margin-left: 0;
}
.old_type .ztzl_list li img{
  width: 100%;
  height: 300px;
}
.old_type .ztzl_list li span {
  margin-left: -240px;
  bottom: -32px;
  width: 480px;
  font-size: 32px;
  line-height: 64px;
}
/* 移动端 */
.mobile_type .cont_box {
  width: 100%;
  padding: 2vw;
}
.mobile_type .cont_box {
  margin-top: 4vw;
}
.mobile_type .ztzl_box{
  margin-bottom: 4vw;
}
.mobile_type .inbox{
  width: 100%;
}
.mobile_type .ztzl_top {
  font-size: 5vw;
  line-height: 2;
  padding: 1vw;
}
.mobile_type .ztzl_list{
  padding: 2vw;
}
.mobile_type .ztzl_list li {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 6vw;
}
.mobile_type .ztzl_list li img {
  width: 100%;
  height: auto;
}
.mobile_type .ztzl_list li span {
  position: unset;
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 1vw 2vw;
  border-radius: 0;
  font-size: 4vw;
  line-height: 2;
}