:root {
  --wzColor:#F7921E;
}
/*»»ÐÐ*/
.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;
}

.logo a {
    top: -67px;
    width: 139px;
    height: 126px;
}
.logo img {
   width:100%;
   height: 100%;
}
.head {
  background: #000000;
} 
.head .head1 {
  line-height: 60px;
}

.nav {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.nav li:hover {
  color:#888!important;
  background:var(--wzColor)!important;
  padding: 0 8px;
}
.nav .active {
  color:#fff;
   background: var(--wzColor);
}
.nav .active:hover {
  color:#888!important;
}
/*banner*/
.cover1 img {
  width: 100%;
  height: 800px;
}
/*title*/
.title {}
.title .title-style a{
  padding: 20px;
  font-size: 36px;
  font-weight: 500;
  color:var(--wzColor);
}
.title .title-style a:hover {
  text-decoration: none;
  color:#888;
}
/**/
.cover2 img {
  width: 100%;
  height: 300px;
}
.list1{
  height:50px;
  overflow: hidden;
}
.list1 span a{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding:15px 10px;
}
.list1 span a:hover{
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.cover3 img {
  width: 96%;
  height: 315px;
}
.list2 {
  padding:25px!important;
  background: #dcdcdc;
}
.list2 h3 a {
  font-size: 24px;
  font-weight: 500;
  color:#333;
  padding-left: 15px;
}
.list2 h3 a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
.list2 h3 i {
  padding:10px;
  color:#fff;
  background: var(--wzColor)
}
.list2:first-child i:before {
   content: "1";
   /*font-style: italic;*/
}
.list2:nth-child(2) i:before {
   content: "2";
}
.list2:nth-child(3) i:before {
   content: "3";
}
.list2:nth-child(4) i:before {
   content: "4";
}
/*定位*/
.tu-1 p {
 padding:15px 5px;
  color:#fff;
}
.tu-1 .p-1{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.tu-1 .p-1:hover {
  text-decoration: none;
  color:#888;
}
/*友情链接*/
.title .y-q {
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.friendLink a{
    font-size:16px;
    font-weight: 400;
    color:#333;
    display: inline-block;
    margin-right:10px;
    border-right:1px solid #767676;
    padding-right:10px;
    margin-top:5px;
}
 .friendLink a:hover {
    text-decoration: none;
    color:#888;
  }
  /*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #333;
}
.footer p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: .5px;
}
/*面包屑*/
.breadcrumb{
 padding:10px  0;
  color:#9A9A9A;
}
.breadcrumb span {
  font-size: 18px;
  font-weight: 400;
}
.breadcrumb a {
  height: 20px;
  color:#9A9A9A;
  padding-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.list-sp3 a span {
  font-size: 18px;
  font-weight: 400;
  color:#333;
  padding: 6px 15px;
  border:1px solid var(--wzColor);
  margin:0 10px;
}
.list-sp3 a:hover {
  text-decoration: none;
}
.list-sp3 a span:hover {
  color:#fff;
  background: var(--wzColor);
}
/**/
.list3 {
  padding-bottom: 25px!important;
  border-bottom: 1px solid #dcdcdc;
}
.list3 .a1 {
  font-size: 20px;
  font-weight: 700;
  color:var(--wzColor);
}
.list3 p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.list3 span {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color:#666;
  padding-left: 45px;
}
.list3 span:before {
   content: "";
   position: absolute;
   top:0;
   left:0;
   width: 30px;
   height: 30px;
   background: url(../images/li.png) no-repeat;
   background-size: 26px 26px;
}
.list3 .a2 {
  padding:6px;
  font-size: 14px;
  font-weight: 400;
  color:#333;
  border:1px solid #333;
}
.list3:hover {
  background: #F4F4F4;
}
.list3 .a1:hover,.list3 .a2:hover {
  text-decoration: none;
  color:#888;
}
.list3 .a2:hover {
  border-style: none;
  background: var(--wzColor);
  color:#fff;
}
 /*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
}
.pageTurn ul li a {
  color: #999;
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #ddd;
}
.pageTurn ul li a:hover {
                text-decoration: none;
  background: var(--wzColor);
  color: #fff;
  border: 1px solid var(--wzColor);
}
.pageTurn  .thisclass{
    color:var(--wzColor);
}
.pageTurn .thisclass:hover{
  background:#eee;
  color:#888;
}
/*详情页*/
.textTitle{
    background: #F6F6F6;
    border: 1px solid #CCC;
    /*border-bottom: 1px solid #CCC;*/
    text-align: center;
}
.textContent {
    margin-bottom: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    text-indent: 2em;
}
.textContent img  {
    display: block;
    margin:0 auto;
} 
.page-turn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#343434;
}
.page-turn>div a:hover{
  text-decoration: none;
  color: var(--wzColor;)
}