:root {
  --wzColor:#EA150D;
}
/*换行*/
.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 {
  width:202px;
  height: 60px;
  display: block;
}
.head{}
.head .head1{
  line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
  padding:0 8px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #666666;
}
.nav li a:after {
  content:"";
  margin-left: 35px;
  border-right:1px solid #666;
}
.nav li span:hover {
  color:var(--wzColor);
}
.nav .active{
  color:var(--wzColor);
}
.nav .active:hover{
  color:#dcdcdc;
}
/*banner*/
.banner {
  border-top:4px solid var(--wzColor);
}
/*title*/
.title a {
  font-size: 30px;
  font-weight: 700;
  color:#333333;
  position: relative;
  left:45px;
}
.title a:before {
  content: "";
  position: absolute;
  top:17px;
  left:-45px;
  width: 30px;
  height:7px;
  background:var(--wzColor);
}
.title a:hover {
  text-decoration: none;
  color: var(--wzColor);
}
/*id1*/
.list1 {
  width: 85%;
  margin-right: 20px;
}
.list1 a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.list1 a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
.list1 p {
  font-size: 18px;
  font-weight: 400;
  color:#666;
}
.list11 {
  height: 80px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #F0F0F0;
  padding-left: 10px;
}
.list11 .s1 {
  font-size: 36px;
}
/*list2*/
.lanmu2 .title {
  width: 1200px;
  margin: 0 auto;
}
.list22,.list222 {
  position: absolute;
  top:100px;
  left:345px;
}
.list222 {
  top:250px;
}
.list22 a {
  font-size: 30px;
  font-weight: 400 ;
  color:#fff;
}
.list22 a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
.list22 p {
  font-size: 18px;
  font-weight: 400;
  color:#fff;
}
.list-new p {
  font-size: 18px;
  font-weight: 400;
  color:#fff;
}
.list-new a:hover{
  text-decoration: none;
}
.list-new a:hover p {
  color:#888;
}
/**/
.list3 {
  background: #fff;
  padding:49px 45px;
}
.list3 p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color:#888;
}
.more a {
  font-size: 18px;
  font-weight: 400;
  color:#666666;
  padding:5px 25px;
  border:1px solid #666;
  border-radius: 20px;
}
.more a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*友情链接*/
.title span {
  font-size: 30px;
  font-weight: 700;
  color:#333;
  position: relative;
  left:45px;
}
.title span:before {
  content: "";
  position: absolute;
  top:17px;
  left:-45px;
  width: 30px;
  height:7px;
  background:var(--wzColor);
}
.friendLink a{
    font-size:16px;
    font-weight: 400;
    color:#333;
    display: inline-block;
    margin-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:#333;
}
.breadcrumb span {
  font-size: 18px;
  font-weight: 400;
}
.breadcrumb a {
  height: 20px;
  color:#333;
  padding-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.list_p {
  padding:15px 0 15px 30px;
}
/*分页*/
.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: left;
}
.textContent {
    margin-bottom: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    text-indent: 2em;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 10px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     width:100% !important;
 height:auto !important;
} 
.page-Turn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#343434;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}