:root {
  --wzColor:#4C80E7;
}
/*换行*/
.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;
}
.fourHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
 .main  {
  margin:0 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.logo  a {
  display: block;
  width: 101px;
}
.logo img{
  display: block;
  width:101px;
  height: 32px;
}
.top {
  background: #333;
  height: 20px;
}
.head{}
.head .head1{
  line-height: 30px;
}
.nav{
   height: 30px;
   line-height: 30px;
}
.nav ul li {
  list-style:none;
  padding:0 10px;
}
.nav li a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 5px;
}
.nav  .active a {
  border-bottom: 2px solid var(--wzColor);
  font-weight: 700;
}
.nav .active:hover a {
  border-style: none;
  font-weight: 400;
}
.nav li a:hover {
  text-decoration: none;
  font-weight: 700;
  color:var(--wzColor);
  border-bottom: 2px solid 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;
}
/*title*/
.title {
  text-align: center;
}
.title a,.title2 span {
  display: inline-block;
  text-align: center;
  font-size:16px;
  font-weight: 400;
  color:#333;
}
.title a:hover,.lanmu1 .title a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.lanmu1 {
  padding:40px 10px 30px 10px;
  background: #F8F8FB;
}
.lanmu1 .title {
  text-align: left;
}
.lanmu1 .title a {
  display: inline-block;
  font-size:16px;
  font-weight: 400;
  color:#333;
} 
/**/
.list1 img {
  padding: 16px;
}
.list1 p {
  font-size: 14px;
  font-weight: 400;
  color:#666;
  text-indent: 15px;
}
.More {
  text-align: center;
}
.list1 .more {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color:#fff;
  background: var(--wzColor);
  padding:6px 10px;
  border-radius: 10px;
}
/**/
.list2 {
  padding: 7px;
  border:1px solid var(--wzColor);
  border-radius: 10px;
}
.list2 div img {
  border-radius: 50%;
}
.list2_p a {
  font-size: 15px;
  font-weight: 400;
  color:#333;
  text-align: center;
  padding:6px 0;
}
.list2_p p {
  font-size: 12px;
  font-weight: 400;
  color:#666;
}
.list2_p a:hover {
  text-decoration: none;
}
/*swiper*/
.swiper-pagination  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff!important;
}
.swiper-pagination  .swiper-pagination-bullet-active {
  background: var(--wzColor)!important;
}
.tu-11 a {
  font-size: 10px;
  font-weight: 400;
  color:#fff;
  margin-top:15px;
}
.tu-11 a:hover {
  text-decoration: none;
}
.swiper-slide:hover .tu-11{
  background: rgba(0,0,0,0);
}
.swiper-slide .uk-overlay-primary {
  background: rgba(34,34,34,.6);
}
/**/
.list4_p {
  padding-left:20px; 
}
.list4_p a {
  font-size: 16px;
  font-weight: 400;
  color:#333;
}
.list4_p p{
  font-size:12px;
  font-weight: 400;
  color:#666;
}
.list4_p span {
  display: inline-block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  color:#999;
}
.list4_p a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*友情链接*/
.link {
  -webkit-box-pack: start;
  justify-content: start;
  flex-wrap: wrap;
}
.link span ,.link a {
  font-size: 0.24rem;
  font-weight: 400;
  color:#666;
  margin-right: 0.18rem;
}

/*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #F7F7F7;
}
.footer p {
  font-size: 12px;
  text-align: center;
  margin: 10px 0;
  color: #999;
  letter-spacing: .5px;
}
/*面包屑*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#333;
  text-align: center;
}
.breadcrumb span {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#333;
  padding-right: 5px;
}
.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: 14px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:var(--wzColor);
}
.pageTurn .thisclass{
    color:var(--wzColor);
    border-style: none;
}
.pageTurn .thisclass:hover{
  color:#333;
}
/*详情页*/
.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 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 {
  font-size: 14px;
  font-weight: 400;
  color:var(--wzColor);
}
.page-Turn>div a {
  font-size: 12px;
  font-weight: 400;
  color:#343434;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}