:root {
  --wzColor:#052A5A;
}
/*换行*/
.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;
}
.fiveHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    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;
}
a:hover {
   text-decoration: none!important;
}
.logo img{
  height: 60px;
    font-size: 0px;
    display: block;
}
.head{ }
.head .head1{
  line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
  padding:0 8px;
  color:#333;
}
.nav li a {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.nav li:hover span {
  color:var(--wzColor);
  padding-bottom: 6px;
  border-bottom: 4px solid var(--wzColor);
}
.nav .active{
  color:var(--wzColor);
  padding-bottom: 6px;
  border-bottom: 4px solid var(--wzColor);
}
.nav .active:hover{
  color:#333;
  border-style: none;
}
/*swiper*/
.swiper-container{
    --swiper-theme-color:var(--wzColor);
    --swiper-pagination-color:var(--wzColor);/* 两种都可以 */
  }
/*圆圈的大小*/
.swiper-container .swiper-pagination  .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    margin: 0 16px!important;
}
.swiper-pagination {
    bottom:50px!important;
}
/**/
.title {
  padding:10px 0;
}
.title .title-style{
  font-size: 30px;
  font-weight: 700;
  color:var(--wzColor);
  letter-spacing: 2px;
}
.more img {
  width: 33px;
  height: 13px;
  margin-top:17px;
}
/**/
.tu-1  strong {
  font-size: 30px;
  font-weight: 500;
  color:#fff;
  letter-spacing: 2px;
}
.tu-1:hover strong {
  color:#dcdcdc;
}
.tu-11:hover {
  background: rgba(0,0,0,.3);
}
.tu-p {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.tu-p:hover {
  color:var(--wzColor);
}
/**/
.cover img {
  width: 100%;
  height: 186px;
  border-radius:10px;
}
.list a{
  font-size: 24px;
  font-weight: 400;
  color:#000;
}
.list p {
  font-size: 18px;
  font-weight: 400;
  color:#4D4D4D;
}
.list a:hover {
  color: var(--wzColor);
}
/*文字+时间*/
.news_box ul {
  padding-left: 0px;
}
.news_box li {
  color:#333;
 padding:8px;
}
.news_box li a {
  font-size: 18px;
  font-weight: 400;
  color:#333;
  padding:0 30px;
  position: relative;
}
.news_box li a:before {
  content: "";
  position: absolute;
  left:0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #666666;
}
.news_box li span {
  font-size: 18px;
  font-weight: 400;
  color:#999;
}
.news_box li a:hover {
  color:var(--wzColor)!important;
}
/*友情链接*/
.title .y-q {
  font-size: 20px;
  font-weight: 400;
  color:#fff;
}
.friendLink a{
    font-size:16px;
    font-weight: 400;
    color:#fff;
    display: inline-block;
    margin-right:10px;
    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{
  display: inline-block;
  padding: 10px 0;
  color:#4d4d4d;
  text-align: center;
}
.breadcrumb span {
  font-size: 18px;
  font-weight: 400;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#9A9A9A;
  padding-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.list2 a {
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.list2 p,.list2 span{
  font-size: 16px;
  font-weight: 400;
  color:#999;
}
.list2 a:hover{
  font-size: 20px;
  font-weight: 700;
  color:var(--wzColor);
}
/*分页*/
.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;
} 
.news-list p {
  font-size: 18px;
  font-weight: 400;
  color:#000;
}