:root {
  --wzColor:#5297E4;
}
/*换行*/
.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: 88px;
}
.logo img{
  display: block;
  width: 88px;
  height: 25px;
}
.head{}
.head .head1{
  line-height: 30px;
}
.search {
  background: #EEEEEE;
}
.nav{
   height: 30px;
   line-height: 30px;
}
.nav ul li {
  list-style:none;
  padding:0 10px;
  padding-bottom: 2px;
}
.nav li a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.nav .active a {
  font-weight: 700;
  border-bottom: 2px solid var(--wzColor);
}
.nav li a:hover {
  text-decoration: none;
  font-weight: 700;
  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;
}
/*swiper*/
.swiper-container-horizontal>.swiper-pagination-bullets {
   bottom:16px!important;
}
.swiper-pagination  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--wzColor);
    opacity: .8;
}
.swiper-pagination  .swiper-pagination-bullet-active {
  background: #fff;
}
/*title*/
.title a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color:#333;
}
.title a:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 46%;
  width: 25px;
  height: 2px;
  background: var(--wzColor);
}
.title a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*定位*/
.tu-1 p {
  font-size: 16px;
  font-weight: 400;
  color:#fff;
  background: rgba(34,34,34,0.5);
}
.tu-1 p:hover {
  color:#CFC4D7;
}
/**/
.list1 {
  padding:16px;
}
.list1 p {
  font-size: 14px;
  font-weight: 400;
  color:#666;
}
.list1 a {
  display: inline-block;
  float:right;
  padding:5px 7px;
  color:#fff;
  background: var(--wzColor);
  font-size:14px;
  font-weight: 400;
}
.list1 a:hover {
  text-decoration: none;
  color:#dcdcdc;
}
/*lanmu2*/
.lanmu_img img {
  opacity: .6;
}
.lanmu2 {
  width: 360px;
  top: 22px;
  left: 2%;
}
.lanmu2 .title a {
  z-index: 1;
}
.uk-card .list2 {
  padding:30px 20px 20px 20px;
}
.lanmu2 .list2 a {
  font-size: 16px;
  font-weight: 400;
  color:var(--wzColor);
}
.lanmu2 .list2 a:hover {
  text-decoration: none;
}
.lanmu2 .list2 p {
  font-size: 13px;
  font-weight: 400;
  color:#666;
}
.uk-card .list2_f {
  padding:15px;
}
.list2_f a{
  display: inline-block;
  padding:3px 7px;
  font-size: 13px;
  font-weight: 400;  
  color:#fff; 
  background: var(--wzColor);
}
.list2_f a:hover {
  text-decoration: none;
  color:#666;
}
.list2_s {
  top:-22px;
  left:10px;
  background: var(--wzColor);
  color:#fff;
  text-align: center;
}
.list2_s .s1 {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding:3px 6px;
}
.list2_s .s2 {
  font-size: 18px;
  font-weight: 400;
}
/**/
.list3 {
  height: 120px;
  overflow: hidden;
}
/*.list3 .list3_p {
  display: none;
}*/
.list3_p {
  top: 0;
  left:15px;
  width: 165px;
  height: 120px;
  background: rgba(34,34,34,.6);
}
.list3_p>.a1 {
  color:#fff;
  font-size:16px;
  font-weight: 400;
  margin-top:26px;
  padding:0 10px;
}
.list3_p>p {
  font-size: 12px;
  font-weight: 400;
  color:#fff;
  padding:0 10px;
}
/*友情链接*/
.link p{
    -webkit-box-pack: start;
    justify-content: start;
    flex-wrap: wrap;
    margin: 10px 0;
}
.link p a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color:#999;
  margin-right: 6px;
  margin-top: 6px;
}


/*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #eee;
}
.footer p {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
  color: #999;
  letter-spacing: .5px;
}
/*面包屑*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#999;
  text-align: center;
}
.breadcrumb span {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#999;
  padding-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.banner img {
  opacity: .6;
}
.uk-card .list2 {
  padding:36px 20px 20px 20px;
}
.list-news .list2 a {
  font-size: 16px;
  font-weight: 400;
  color:#333;
} 
.list-news:hover .list2 a {
  color:var(--wzColor);
}
.list-news .list2 a:hover {
  text-decoration: none;
}
.list-news .list2 p {
  font-size: 13px;
  font-weight: 400;
  color:#666;
}
.list-news .list2_f a{
  display: inline-block;
  padding:3px 7px;
  font-size: 13px;
  font-weight: 400;  
  color:var(--wzColor); 
  border:1px solid var(--wzColor);
  background: #fff;
}
.list-news .list2_f a:hover {
  text-decoration: none;
}
.list-news:hover .list2_f a{
  background: var(--wzColor);
  color:#fff;
}
.list-news .list2_s {
  top:-22px;
  left:25px;
  background: #999999;
  color:#fff;
  text-align: center;
}
.list-news:hover .list2_s {
  background: var(--wzColor);
}
.list-news .list2_s .s1 {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding:3px 6px;
}
.list-news .list2_s .s2 {
  font-size: 18px;
  font-weight: 400;
}
/*分页*/
.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: #999;
}
.pageTurn ul li:hover{
  background: var(--wzColor);
  color:#fff;
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:#fff;
}
.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 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:18px;
  font-weight: 400;
  color:var(--wzColor);
  border:1px solid #E6E6E6;
  padding:15px 10px;
}
.page-Turn>div a {
  font-size: 16px;
  font-weight: 400;
  color:#343434;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}
/*title2*/
.title2  span {
  font-size: 30px;
  font-weight: 400;
  color:var(--wzColor);
}