:root {
  --wzColor: #04ABF3;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.sixHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.main  {
  width: 1200px;
  margin:0 auto;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-40 {
  padding-right: 40px;
}
.logo img{

  height: 50px;
  display: block;
  margin-top:8px;
}
.head{
  border-bottom: 2px solid #E5E5E5}
.head .head1{
  line-height: 60px}
.nav{
   height: 60px   line-height: 60px}
.nav li {
  padding: 0px 30px;
   margin-left: 20px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.nav  .active a{
  color: var(--wzColor);
}
.nav .active a:hover {
  color:#333;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.title {
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  align-items: center;
}
.title span {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color:#333;
  padding-left: 15px;
}
.title span::before {
  content: "";
  position: absolute;
  left:0;
  top:15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wzColor);
}
.title a {
  width: 80px;
  height: 36px ;
  background: url(../images/more.png) no-repeat;
  background-size: 79px 14px;
  background-position: 0 12px;
}
.title a.more-link{
    width:auto;
    background: none;
    height: auto;
}
/**/
.list1 .list1-fl {
  width: 240px;
}
.list1 .list1-fr {
  width: 500px;
    padding-left: 20px;
}
.list1-fr ul {
  padding-left: 0;
  margin:0;
}
.list1-fr li {
  padding-bottom: 10px;
}
.list1-fr li a {
  width: 86%;
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.list1-fr li a:hover {
  text-decoration: none;
  color: var(--wzColor);
}
.list1-fr li span {
  font-size: 20px;
  font-weight: 400;
  color:#999;
}
/**/
.list2 a p {
  font-size: 20px;
  font-weight: 400;
  color:#333;
  margin:10px 0;
}
.list2 a:hover {
  text-decoration: none;
}
.list2 a:hover p {
  color:var(--wzColor);
}
/**/
.bg {
  background: url(../images/link.png) no-repeat;
  background-size: 100%  100%;
}
.list5 {
  width: 700px;
}
.list5 a {
  font-size: 28px;
  font-weight: 500;
  color:#fff;
}
.list5 a:hover {
  text-decoration: none;
  color:#888;
}
.list5 p {
  font-size: 16px;
  font-weight: 400;
  color:#f8f8f8;
}
/*友情链接*/
.link p {
   flex-wrap: wrap;
   justify-content: flex-start;
}
.link p a {
  margin-right: 15px;
  font-size: 12px;
  font-weight: 400;
  color:#333;
}
.link p a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*footer*/
.footer {
  margin-top: 40px;
  padding: 50px 30px;
  background: #ccc;
} 
.footer p {
  text-align: center;
  font-size:16px;
  font-weight: 400;
  text-align: center;
  margin: 6px 0;
  color: #333;
  letter-spacing: 1px;
}
/*面包屑*/
.breadcrumb span {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.breadcrumb a {
  color: var(--wzColor);
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.homelist {
  padding-l
}
.homelist ul {
  padding-left: 0;
  margin:0;
}
.homelist li {
   padding:15px 0;
   border-bottom: 1px solid #e6e6e6;
}
.homelist li>a {
  display:block;
  width: 240px;
  height: 160px;
}
.homelist li .des {
  width: 550px;
}
.homelist li .des a {
   font-size: 20px;
   font-weight: 700;
   color:#333;
}
.homelist li .des a:hover {
  text-decoration: none;
}
.homelist li .des p,.homelist li .des span {
  font-size: 16px;
  font-weight: 500;
  color:#666;
}
.homelist li .des span {
  color:#999;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ddd;
border-radius: 10px;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:var(--wzColor);
}
.pageTurn ul li:nth-child(1) {
  background: #E6E6E6;
}
.pageTurn ul li:last-child {
  background: #666666;
}
.pageTurn ul li:last-child a {
  color:#fff;
}
.pageTurn .thisclass{
    color:var(--wzColor);
    border-style: none;
}
.pageTurn .thisclass:hover{
  color:#333;
}
.pageTurn .pageinfo{
  color: #fff;
}
/**/
.textTitle h1 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.textTitle .d1 {
/*background: #F7F7F7;
  padding:6px 0;*/
}
.textTitle .d1 span {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  padding: 0 8px;
}
.textTitle .d1 .s1 {
  margin-right: 15px;
  padding-right: 15px;
}
.textContent {
  margin-top: 40px;
  font-size: 24px;
  line-height: 36px;
  color: #666;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 15px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     height:auto!important;
 width:100%!important;
}
.pageTurn>div,.pageTurn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.pageTurn>div {
  position: relative;
  padding-left: 15px;
}
.pageTurn>div::before {
  content:"" ;
  position: absolute;
  left:0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wzColor);
}
