﻿@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  border: none;
  list-style: none;
  text-decoration: none;
}
@font-face {
  font-family: "sisong";
  src: url(../images/sySong.woff);
}
@font-face {
  font-family: "sisong-normal";
  src: url(../images/SOURCEHANSERIFCN-REGULAR.OTF);
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: #1578DB;
}
h2, h3, i, em {
  font-style: normal;
}
.modulepic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.modulepic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
.modulepic div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
a:hover .modulepic img {
  transform: scale(1.05);
}
a:hover .modulepic div {
  transform: scale(1.1);
}
.scale {
  overflow: hidden;
}
.imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}
.imged img {
  display: none;
}
a:hover .imged {
  transform: scale(1.1);
} /* 清除浮动 */ .moduleClear:after {
  content: "";
  display: block !important;
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
} /* 固定定位底部   常用于版权组件  */ .modulefixedbottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
html, body {
  color: #333;
  font-family: "微软雅黑";
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  font-size: 16px;
}
input, img, a, button {
  outline: none;
  border: 0;
  color: #000;
}
.clear {
  clear: both;
}
.pic {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.pic:hover img {
  transform: scale(1.2);
}
.l1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wp {
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width:1400px) {
  .wp {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:600px) {}




/*网分页样式*/
.pages2 {
	clear: both;
	margin: 40px auto 20px auto;
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages2 ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages2 ul li:hover {
	background: #004098;
	color: #fff;
	border: 1px solid #004098
}
.pages2 ul li:hover a {
	color: #fff;
}
.pages2 ul li.thisclass {
	display: inline-block;
	border: 1px solid #004098;
	padding: 6px 15px;
	margin: 0 1px;
	background: #004098;
	color: #fff;
}
.pages2 ul li.thisclass a {
	color: #fff;
}
.pages2 ul li a {
	display: block;
	color: #999
}
.pages2 ul li a:hover {
	color: #fff;
}

.pages2 tr td {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pages2 tr td:hover {
	background: #004098;
	color: #fff;
	border: 1px solid #004098
}
.pages2 tr td:hover a {
	color: #fff;
}
.pages2 tr td.thisclass {
	display: inline-block;
	border: 1px solid #004098;
	padding: 6px 15px;
	margin: 0 1px;
	background: #004098;
	color: #fff;
}
.pages2 tr td.thisclass a {
	color: #fff;
}
.pages2 tr td a {
	display: block;
	color: #999
}
.pages2 tr td a:hover {
	color: #fff;
}
