.main{
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}
.zt-new{
  height: 800px;
  width: 830px;
  border: 1px solid #efefef;
  padding-bottom: 50px;
}
.zt-new .title{
  width: 830px;
  background-color: #526f9e;
  border-bottom: 3px solid #144290;
  padding-left: 10px;
  box-sizing: border-box;
}
.title{
  height: 40px;
  line-height: 40px;
}
.title img{
  margin-top: -5px;
}
.title a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.zt-pic ul{
  width: 750px;
  padding: 67px 40px 30px 40px;
  /* box-sizing: border-box; */
}
.zt-pic ul li{
  width: 360px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.zt-pic ul li:nth-child(2n){
  float: right;
  margin-right: 0;
}
.zt-pic ul li a{
  display: block;
}
.zt-pic ul li img{
  width: 360px;
  height: 230px;
}
.zt-pic ul li p{
  width: 360px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.zt-pic ul li p a{
  color: #212121;
  font-size: 16px;
}
.paging{
  margin-left: 130px !important;
  margin-top: 0!important;
}
.zt-all{
  width: 348px;
  /* height: 852px; */
  background-color: #F1F1F1;
  padding: 2px 10px 50px 10px  ;
  box-sizing: border-box;
}
.zt-all .title{
  width: 328px;
  border-bottom: 1px solid #a3a3a3;
}
.zt-all .title a{
  font-size: 18px ;
  font-weight: 600;
  color: #144290;
}
.zt-name{
  margin-top: 10px;
}
.zt-name li {
  width: 300px;
  list-style-type: disc;
  color: #9A9A9A;
  font-size: 18px;
  line-height: 40px;
  margin-left: 30px;
}
.zt-name li a{
  display: block;
  width: 300px;
  color: #464646;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
