﻿:root {
  --wzColor:#FCD619;
}
/*换行*/
.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  {
  margin:0 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.logo img{
  width: 90px;
  height: 25px;
}
.head{
  background: #212121;
}
.head .head1{
  line-height: 30px;
}
.zd img {
  width: 19px;
  height: 19px;
  margin-top: 4px;
}
.zd .showNav {
  z-index: 1;
  top: 33px;
  right: 7px;
  width: 150px;
  height: 350px;
  background: url(../images/nav.png) no-repeat;
  background-size: 150px 350px;
  background-position: 5px 5px;
}
.showNav  ul{
  position: absolute;
  top:25px;
  left:13px;
  list-style: none;
  margin:0;
  padding-left: 0;
}
.showNav  ul li{
  font-size:14px;
  font-weight: 400;
  color:#333;
  padding:0 15px;
  /*height: 36px;*/
  line-height: 36px;
  text-align: center;
}
.showNav li a {
 color:#333;
}
/*title*/
.title {
  height: 30px;
  line-height: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.title span {
  float: left;
  font-size: 16px;
  font-weight: 700;
  color:#333;
  padding-left: 10px;
  border-left: 5px solid var(--wzColor);
}
.title a {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.title a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.line {
  padding-bottom: 10px;
  border-bottom: 5px solid #F7F7F7;
}
/**/
.list1 .uk-overlay {
  padding:8px 10px;
}
.list1 .overlay-primary {
  background: rgba(34,34,34,.6);
}
.list1 div a {
  font-size: 14px;
  font-weight: 700;
  color:#fff;
  text-align: center;
  letter-spacing: 1px;
}
.list1 div a:hover {
  text-decoration: none;
}
/**/
.list1_p img {
  border-radius: 6px;
}
.list1_p1 {
  padding-right: 15px;
}
.list1_p1 a,.list1_p1 span {
  font-size: 14px;
  font-weight: 400;
  color:#333;
  margin-bottom: 4px;
}
.list1_p1 span  {
  color:#999;
  margin:0;
}
/*图片+文字+时间*/
.new-list1 ul,.list4 ul {
  padding-left: 0px;
}
.new-list1 li,.list4 li {
  color:#333;
  padding:7px 0;
}
.new-list1 li a,.list4 li a {
  font-size: 14px;
  font-weight: 400;
  color:#333;
  padding:0 15px;
  position: relative;
}
.new-list1 li a:before,.list4 li a:before {
  content:'';
  position: absolute;
  top:0;
  left:0px;
  width:40px;
  height:40px;
  background: url(../images/li-1.png) no-repeat;
  background-size: 9px 9px;
  background-position:0px 6px;
}
.list4 li a:before {
  background: url(../images/li-2.png) no-repeat;
  background-size: 10px 15px;
  background-position:0px 2px;
}
.new-list1 li a:hover,.list4 li a:hover {
  color:var(--wzColor);
}
.new-list1 li .more,.list4 li .more {
  font-size: 14px;
  font-weight: 400;
  color:#999;
}
/**/
.list2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.list2 img {
  border-radius: 6px;
}
.list2 a p {
  font-size: 15px;
  font-weight: 700;
  color:#333;
  text-align: center;
}
.list2 .p1 {
  font-size: 12px;
  font-weight: 400;
  color:#666;
}
/**/
.list3 a p{
  font-size: 14px;
  font-weight: 400;
  color:#333;
}
/*友情链接*/
.friendLink {
  padding:7px 0;
}
.friendLink a{
  font-size:12px;
  font-weight: 400;
  color:#666666;
  margin-right: 4px;
  padding:0 6px;
  border-right: 1px solid  #333;
}
.friendLink a:first-child {
  content: "";
  padding-left: 0;
}
 .friendLink a:hover {
  text-decoration: none;
  color:#888;
  }
/*footer*/
.footer {
  margin-top: 30px;
  padding: 25px 0;
  background: #333;
}
.footer p {
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
  color: #bbb;
  letter-spacing: .5px;
}
.footer p a{
  color: #bbb; 
}
/*面包屑*/
.breadcrumb span {
  font-size: 12px;
  font-weight: 400;
  color:#333;
}
.breadcrumb a {
  color:#333;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #999;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:#fff;
  background: var(--wzColor);
}
.pageTurn .thisclass{
    background: var(--wzColor);
    color:#fff;
}
.pageTurn .thisclass:hover{
  color:#333;
}
/*详情页*/
.textTitle{
   /* background: #F6F6F6;
    border: 1px solid #CCC;
    */
    border-bottom: 1px solid #CCC;
    text-align: center;
}
.textTitle div {
  padding-bottom: 20px;
}
.textContent{
  margin-bottom: 30px;
  padding: 0;
}
.textContent p{
    line-height: 27px;
    font-size: 14px!important;
    font-weight: 400;
    color:#333;
    text-indent: 2em;
}
.textContent p img  {
    display: block;
    margin:0 auto;
    height:auto !important;
    width:100% !important;
}
.pageTurn .pre,.pageTurn .pre a {
  font-size: 14px;
  font-weight: 400;
  color:#333;
  padding:4px;
}
.pageTurn .pre {
  color:var(--wzColor);
  border:1px solid var(--wzColor);
}