﻿:root {
  --wzColor:#008AD4;
}
/*换行*/
.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: 92px;
  height: 26px;
}
.head .h {
  background: var(--wzColor);
}
.head .head1{
  line-height: 30px;
}
.nav{
   height: 40px;
   line-height: 40px;
}
.nav ul li {
  list-style:none;
  padding-right:12px;
}
.nav li a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    letter-spacing: 1px;
}
.nav  .active {
  position: relative;
}
.nav  .active a{
  color:var(--wzColor);
}
.nav  .active:before {
  content: "";
  position: absolute;
  left:22px;
  top:32px;
  width: 25px;
  height: 3px;
  background: var(--wzColor);
}
.nav .active:hover a {
  border-style: none;
  color:#333;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
.nav .scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav .scro-x::-webkit-scrollbar {
  display: none;
}
/**/
.list .uk-overlay ,.list2 .uk-overlay {
  padding: 8px 10px;
}
.list .uk-overlay-primary,.list2 .uk-overlay-priomary {
  background: rgba(34,34,34,.6);
}
.list div a,.list2 div a {
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  text-align: center;
}
.list div a:hover,.list2 div a:hover {
  text-decoration: none;
  color:#888;
}
/**/
.list_news {
  background: #F9F9F9;
}
.list_news span {
  font-size: 13px;
  font-weight: 700;
  color:#fff;
  background: var(--wzColor);
  padding:2px 6px;
  margin-right: 8px;
  border-radius: 10px;
}
.list_news a {
  width: 82%;
  font-size: 14px;
  font-weight: 400;
  color:#333;
}
/**/
.line {
  padding-bottom: 10px;
  border-bottom: 5px solid #f5f5f5;
}
/*title*/
.title {
  height: 30px;
  line-height: 30px;
}
.title span {
  font-size: 16px;
  font-weight: 700;
  color:#333;
  letter-spacing: 1px;
}
.title a {
  font-size: 12px;
  font-weight: 400;
  color:#999;
}
.title a:hover {
  text-decoration: none;
}
/**/
.list1 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.list1_p {
  padding-left: 15px;
}
.list1_p a ,.list1_p span {
  font-size: 14px;
  font-weight: 400;
  color:#333;
  margin-bottom: 2px;
}
.list1_p span {
  color:#999;
  margin:0;
}
/**/
.list1_news li {
  padding:8px 0;
}
.list1_news li a {
  font-size: 14px;
  font-weight: 400;
  color:#333;
}
.list1_news li span {
  font-size: 14px;
  font-weight: 400;
  color:#999;
  margin-left: 15px;
}
.list1_news li a {
  width:87%;
}
/*友情链接*/
.friendLink {
  padding:7px 0;
}
.friendLink a{
  font-size:12px;
  font-weight: 400;
  color:#999;
  padding:2px 4px;
  border:1px solid #999;
  margin-right:8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 10px;
}
 .friendLink a:hover {
  text-decoration: none;
  color:#888;
  }
/*footer*/
.footer {
  margin-top: 20px;
  padding: 20px 0;
}
.footer p {
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
  color: #666;
  letter-spacing: .5px;
}
.footer p a{
  color:#666;
}
/*面包屑*/
.breadcrumb span {
  font-size: 12px;
  font-weight: 400;
  color:#999;
}
.breadcrumb a {
  color:#999;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/*图片+文字+时间*/
.new-list1 ul {
  padding-left: 0px;
}
.new-list1 li {
  color:#333;
  height: 40px;
  line-height: 20px;
}
.new-list1 li a {
  font-size: 14px;
  font-weight: 400;
  color:#333;
  padding:0 15px;
  position: relative;
}
.new-list1 li a:before{
  content:'';
  position: absolute;
  top:0;
  left:0px;
  width:40px;
  height:40px;
  background: url(../images/li.png) no-repeat;
  background-size: 8px 8px;
  background-position:0px 5px;
}
.new-list1 li a:hover {
  color:var(--wzColor);
}
.new-list1 li .more {
  font-size: 14px;
  font-weight: 400;
  color:#999;
}
/*分页*/
.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;
}
.page-Turn>div,.page-Turn>div a {
  font-size: 14px;
  font-weight: 400;
  color:#999;
}
.page-Turn>div a {
  color:#333;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}