.sub-cont{
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.sub-cont .subnav{
  background-color: #FFFFFF;
  height: 40px;
  margin-top: 150px;
  width: 1080px;
}
.subnav ul{
  height: 40px;
  margin-bottom: 20px;
}
.subnav ul li{
  float: left;
  margin: 0px;
  padding: 0px;
}
.subnav ul li a{
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  text-decoration: none;
  height: 40px;
  display: block;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.subnav ul li a:hover{
  color: #FFFFFF;
  text-decoration: none;
  background-color: #6699cc;
}
.subnav ul li a.cur{
  color: #FFFFFF;
  background-color: #6699cc;
}
.sub-nav {
  background-color: #FFFFFF;
  height: 40px;
}
li, ol, ul {
    list-style: none;
}

.zclist{
  background-color: #FFFFFF;
  padding: 25px;
  margin-bottom: 20px;
}
.zclist .title{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0ebf5;
  padding: 0px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.zclist .title h3{
  font-size: 22px;
  display: block;
  width: 150px;
  margin: 0px;
  padding: 0px;
  height: 50px;
  text-align: center;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #6699cc;
  font-weight: normal;
  color: #6699cc;
}
.zclist .content {
    padding-top: 10px;
}
.zclist .list {
  background-color: #FFFFFF;
  display: block;
}
.w100 {
  width: 100%;
}
.zclist .list li{
  display: block;
  margin-bottom: 30px;
  padding: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.zclist .list li:hover{background-color: #669ACC;}
.zclist .list li:hover .time{color: #FFF;}
.zclist .list li:hover .time span{color: #FFF;}
.zclist .list li:hover .content a{color: #FFF;}
.zclist .list li:hover .content p{color: #FFF;}
.zclist .c1{
  background-color: #f5f5f5;
}
.zclist .list .time{
  display: block;
  float: left;
  height: 68px;
  width: 68px;
  font-family: Arial;
  font-size: 11px;
  line-height: 20px;
  color: #999999;
  text-align: center;
  margin-right: 20px;
}
.zclist .list .time span{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #999999;
  text-align: center;
  height: 50px;
  display: block;
  line-height: 50px;
}
.zclist .list .content {
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
  width: 660px;
}
.zclist .list .content a {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
.zclist .list .content p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 20px;
  color: #4E4E4E;
}
.zclist .list .content .newCon{
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.zclist .c2 {
  background-color: #fbfbfb;
}
.pagination {
  display: block;
  width:225px;
  padding: 0px;
  margin-left: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.pagination a:focus,
.pagination a:hover,
.pagination .active span {
  background-color: #6699cc;
}
.pagination a, .pagination span {
  float: none;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  color: #2e2e2e !important;
  border: 1px solid rgba(0,0,0,0.35);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
}
.pagination a {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  margin-right: 10px;
}
a:link {
  color: #333;
  text-decoration: none;
}
.newpages{
  display: flex;
  align-items: center;
}
.newpages .newUP:hover,.newEND:hover{
  cursor: pointer;
  background-color: #6699cc;
}