:root {
  --wzColor: #F69F00;
}
/*换行*/
.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;
}
.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;
}
.head {
  padding:20px 0;
}
.head .logo a {
  display: block;
  width: 185px;
  height: 50px;
}
.head .logo a img {
  display: block;
  width: 100%;
  height: 100%;
}
.head .nav {}
.nav li {
  list-style: none;
  padding: 0px 30px;
  margin-left: 20px;
}
.nav li a {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 10px;
}
.nav  .active a{
  font-weight: 700;
  border-bottom: 4px solid var(--wzColor);
}
.nav .active a:hover {
  border-style: none;
  font-weight: 400;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  font-weight: 700;
  border-bottom: 4px solid var(--wzColor);
}
/**/
.index-fl {
  width: 780px;
}
.index-fr {
  width: 360px;
}
/**/
.title {}
.title a,.title .yq {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color:var(--wzColor);
}
.title a:hover {
  text-decoration: none;
  color:#888;
}
.title a::after,.title .yq::after {
  content: "";
  position: absolute;
  left:0;
  top: 0;
  width: 150px;
  height: 40px;
  background: url(../images/add.png) no-repeat;
  background-size: 40px 20px;
  background-position: 105px 10px;
}
.title .s1 {
  width: 671px;
  height: 0px;
  border: 1px solid #ccc;
  margin-top: 19px;
}
.title .s2 {
  width: 256px;
  height: 0px;
  border: 1px solid #ccc;
  margin-top: 19px;
}
.title .s3 {
  width: 1093px;
  height: 0px;
  border: 1px solid #ccc;
  margin-top: 19px;
}
/**/
.list1 ul {
  padding-left: 0;
  margin:0;
  flex-wrap: wrap;
}
.list1 li {
  list-style: none;
  width: 380px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.list1 li:nth-child(3),.list1 li:nth-child(4) {
  margin-top: 15px;
}
.list1 li>a {
  display: block;
  width: 150px;
}
.list1 li>a img {
  display: block;
}
.list1 li .des {
  width: 220px;
}
.list1 li .des>a {
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.list1 li .des>a:hover {
  text-decoration: none;
}
.list1 li .des p {
  font-size: 16px;
  font-weight: 400;
  color:#888;
}
.list1 li .des span {
  display: inline-block;
  background: var(--wzColor);
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  padding:6px ;
}
.list1 li:hover .des a {
  color:var(--wzColor);
}
/**/
.list2-news ul {
  padding-left: 0;
  margin:0;
}
.list2-news li {
  padding:6px 0;
}
.list2-news li a {
  width: 76%;
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.list2-news li a:hover {
  text-decoration: none;
}
.list2-news span {
  font-size: 16px;
  font-weight: 400;
  color:#999;
  margin-top: 3px;
}
.list2-news li:hover a {
  color:var(--wzColor);
}
/**/
.list3 ul {
  padding-left: 0;
  margin:0;
}
.list3 li {
  list-style: none;
  width: 180px;
}
.list3 li>a {
  display: block;
  width: 180px;
}
.list3 li p {
  font-size: 16px;
  font-weight: 400;
  color:#333;
  margin:10px 0;
}
.list3 li>a:hover {
  text-decoration: none;
}
.list3 li:hover p {
  color: var(--wzColor);
}
/*友情链接*/
.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: #434343;
} 
.footer p {
text-align: center;
  font-size:16px;
font-weight: 400;
  text-align: center;
  margin: 6px 0;
  color: #fff;
  letter-spacing: 1px;
}
/*面包屑*/
.breadcrumb {
  padding:15px 0;
}
.breadcrumb div span {
  font-size: 18px;
  font-weight: 400;
  color:#666;
}
.breadcrumb div a {
  color:var(--wzColor);
}
.breadcrumb div a:hover {
  text-decoration: none;
} 
/**/
.homelist-news ul {
  padding-left: 0;
  margin:0;
}
.homelist-news li {
  list-style: none;
  padding: 60px 0 20px 0;
  border-bottom: 1px solid #eee;
}
.homelist-news li>a {
  display: block;
  width: 200px;
}
.homelist-news li>a img {
  display: block;
}
.homelist-news li .des {
  width: 560px;
}
.homelist-news li .des>a {
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.homelist-news li .des>a:hover {
  text-decoration: none;
}
.homelist-news li .des p {
  font-size: 16px;
  font-weight: 400;
  color:#888;
}
.homelist-news li .des span {
  display: inline-block;
  background: var(--wzColor);
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  padding:6px ;
}
.homelist-news li:hover .des a {
  color:var(--wzColor);
}
/*分页*/
.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),.pageTurn ul li:last-child {
  background: #E6E6E6;
}
.pageTurn ul li:nth-child(1),.pageTurn ul li:last-child a {
  color:#fff;
}
.pageTurn .thisclass{
    color:var(--wzColor);
    border-style: none;
}
.pageTurn .thisclass:hover{
  color:#333;
}
.pageTurn .pageinfo {
  color:#333;
}
/**/
.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: 18px!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 {
  color:var(--wzColor);
}
