:root {
  --wzColor:#004087;
}
/*换行*/
.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  {
  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;
}
.head {
  height: 171px;
  border-bottom: 2px solid #EEEEEE;
}
.head .logo {
  padding:45px 0 35px 0;
}
.head .logo a {
  display: block;
  width: 274px;
  height: 50px;
}
.head .logo a img {
  display: block;
  width: 100%;
  height: 100%;
}
.head .nav {}
.nav ul{
  padding-left:0;
}
.nav li {
  position: relative;
  list-style: none;
  padding-right: 30px;
  width: 195px;
  text-align: center;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.nav  .active a{
  position: absolute;
  top: 0;
  left:0;
  width: 162px;
  height: 45px;
  background: url(../images/li.png) no-repeat;
  background-position: 10px 35px;
  color:var(--wzColor);
}
.nav .active a:hover {
  border-style: none;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
   position: absolute;
  top: 0;
  left:0;
  width: 162px;
  height: 45px;
  background: url(../images/li.png) no-repeat;
  background-position: 10px 35px;
  color:var(--wzColor);
}
/*.*/
.index-fl,.index-fr {
  width: 580px;
}
/**/
.title {}
.title span {
  font-size: 24px;
  font-weight: 700;
  color:#333;
}
.title a {
  font-size: 16px;
  font-weight: 400;
  color:#555;
  margin-top: 5px;
}
.title a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.list1>a {
  display: block;
  width: 580px;
}
.list1>a div {
  line-height: 140px;
  text-align: center;
}
.list1>a div p {
  font-size: 24px;
  font-weight: 400;
  color:#fff;
}
.list1>a .uk-overlay-primary {
  background: rgba(34,34,34,.6);
}
.list1:hover div p {
  color:#222;
} 
/**/
.list1-news ul {
  padding-left: 0;
  margin:0;
}
.list1-news li {
  list-style: none;
  border-bottom: 2px dashed #eee;
  margin-top: 20px;
}
.list1-news li a {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color:#444;
  padding-left: 30px;
}
.list1-news li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/arr-r.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0 5px;
}
.list1-news li a:hover {
  text-decoration: none;
}
.list1-news li p {
  font-size: 16px;
  font-weight: 400;
  color:#555;
  margin:10px 0;
  padding-left: 30px;
}
.list1-news li:hover a {
  color:var(--wzColor);
}
/**/
.list2-news ul {
  padding-left: 0;
  margin:0;
}
.list2-news li {
  list-style: none;
  border-bottom: 2px dashed #eee;
  margin-top: 20px;
}
.list2-news li a {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color:#333;
  padding-left: 30px;
}
.list2-news li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/qwe2.png) no-repeat;
  background-size: 19px 18px;
  background-position: 0 5px;
}
.list2-news li a:hover {
  text-decoration: none;
}
.list2-news li p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color:#555;
  margin:10px 0;
  padding-left: 30px;
}
.list2-news li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/qes1.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0 2px;
}
.list2-news li:hover a {
  color:var(--wzColor);
}
/**/
.list3 ul {
  padding-left: 0;
  margin:0;
}
.list3 li {
  list-style: none;
  width: 280px;
}
.list3 li a {
  display: block;
  width: 280px;
}
.list3 li a img {
  display: block;
}
.list3 li a p {
  font-size: 20px;
  font-weight: 400;
  color: #444;
}
.list3 li:hover  p {
  color:var(--wzColor);
}
.list3 li a:hover {
  text-decoration: none;
}
/*友情链接*/
.link p {
   flex-wrap: wrap;
   justify-content: flex-start;
}
.link p a {
  margin-right: 15px;
  font-size: 12px;
  font-weight: 400;
  color:#333;
}
.link p a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*footer*/
.footer {
  margin-top: 40px;
  padding: 50px 30px;
  background: #434343;
} 
.footer p {
text-align: center;
  font-size:16px;
font-weight: 400;
  text-align: center;
  margin: 6px 0;
  color: #fff;
  letter-spacing: 1px;
}
/*列表页*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#9A9A9A;
  text-align: center;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#9A9A9A;
  padding-right: 10px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.bread-1 {
  display: inline-block;
  height:16px;
  line-height: 16px;
  padding-right: 5px;
}
.breadcrumb img {
  width: 12px;
  height: 17px;
  margin-top:0px;
}
/**/
.listnews-fl {
  width: 800px;
}
.listnews-fr {
  width: 360px;
}
/**/
.news-list ul {
  padding-left: 0;
  margin:0;
  flex-wrap: wrap;
} 
.news-list li{
  width: 160px;
  list-style: none;
  margin-bottom: 20px;
}
.news-list li>a {
  display: block;
  width: 160px;
}
.news-list li>a img {
  display: block;
}
.news-list li a p {
  font-size: 16px;
  font-weight: 400;
  color:#444;
  margin:10px 0;
}
.news-list li a:hover {
  text-decoration: none;
}
.news-list li:hover p{
  color:var(--wzColor);
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 400;
  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);
    font-weight: 700; 
    border-style: none;
}
.pageTurn .thisclass:hover{
  color:#333;
}
/*.pageTurn .pageinfo {
  color:#fff;
}*/
/**/
.textTitle h1 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.textTitle .d1 {
/*background: #F7F7F7;
  padding:6px 0;*/
  padding-bottom: 20px;
  border-bottom: 2px solid #EEEEEE;
}
.textTitle .d1 span {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  padding: 0 8px;
}
.textTitle .d1 .s1 {
  margin-right: 15px;
  padding-right: 15px;
}
.textContent {
  margin-top: 40px;
  font-size: 24px;
  line-height: 36px;
  color: #666;
}
.textContent p,.textContent div {
  font-size: 18px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 15px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     height:auto!important;
 width:100%!important;
}
