:root {
  --wzColor: #F18A00;
}
/*换行*/
.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;
}
.logo img{
  width:232px;
  height: 50px;
  display: block;
  margin-top: 8px;
}
.head{}
.head .head1{
  line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
   margin-left: 20px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    border-right: 2px solid #333;
    padding: 0px 30px;
}
.nav  .active a{
  color:var(--wzColor);
}
.nav .active a:hover {
  text-decoration: none;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
.nav li:last-child a {
  border-style: none;
}
/**/
.notice {
  background: #F8F8F8;
}
.notice span,.notice a {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.notice a  {
  width: 86%;
}
.notice .s1 {
  width: 26px;
  /*height: 32px;*/
  background: url(../images/li.png) no-repeat;
  background-size: 19px 15px;
  background-position: 0 8px;
}
.notice a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.title {}
.title span {
  font-size: 28px;
  font-weight: 400;
  color:var(--wzColor);
}
.title a {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  margin-top: 7px;
}
.title a:hover {
  text-decoration: none;
  color: #888;
}
/**/
.index-fl,.index-fr {
  width: 580px;
}
/**/
.list1 ul,.homelist-fl ul {
  padding-left: 0;
  margin:0;
}
.list1 li {
  background: #F7F7F7;
  margin:15px 0;
  padding:15px;
}
.homelist-fl li {
  margin:15px 0;
  padding:15px;
  border:1px solid #EEEEEE;
}
.list1 .list1-fl,.homelist-fl .list1-fl {
  width: 80px;
  text-align: center;
}
.list1 .list1-fl span,.homelist-fl .list1-fl span {
  font-size: 14px;
  font-weight: 400;
  color: var(--wzColor);
}
.list1 .list1-fl .s1,.homelist-fl .list1-fl .s1 {
  font-size: 30px;
  font-weight: 400;
  color: var(--wzColor);
}
.list1 .list1-fr {
  width: 450px;
}
.homelist-fl .list1-fr {
  width: 610px;
}
.list1 .list1-fr a,.homelist-fl .list1-fr a{
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.list1 .list1-fr a:hover,.homelist-fl .list1-fr a:hover {
  text-decoration: none;
  color:#888;
}
.list1 .list1-fr p,.homelist-fl .list1-fr p {
  font-size: 16px;
  font-weight: 400;
  color:#999;
  margin:10px 0;
}
/**/
.bg {
  background: #F7F7F7;
}
.bg>div {
  padding:20px 0;
}
.list3 ul {
  padding-left: 0;
  margin:0;
}
.list3 li {
  list-style: none;
  width: 265px;
}
.list3 li a {
  display: block;
  width: 265px;
  height: 160px;
}
.list3 li a img {
  display: block;
}
.list3 li div {
  display: none;
}
.list3 li .uk-overlay p {
  font-size: 20px;
  font-weight: 400;
  color:#fff;
  margin-top: 35px;
}
.list3 li:hover div {
  display: block;
}
/*友情链接*/
.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: #333;
} 
.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:-3px;
}
/**/
.homelist-fl {
  width: 750px;
}
.homelist-fr {
  width: 400px;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 2px 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:#fff;
    background: var(--wzColor)
}
.pageTurn .thisclass:hover{
  color:#333;
}
/*.pageTurn .pageinfo{
  color: #fff;
}*/
/**/
.news-list ul {
  padding-left: 0;
  margin:0;
}
.news-list li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}
.news-list li a,.news-list li p {
  font-size: 18px;
  font-weight: 400;
  color:#434343;
  padding-left: 30px;
}
.news-list li a {
  background: url(../images/li2.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0 4px;
}
.news-list li a:hover {
  text-decoration: none;
  color: var(--wzColor);
}
.news-list li p {
  margin:10px 0;
  background: url(../images/li3.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0 4px;
}
/**/
.textTitle h1 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.textTitle .d1 {
  background: #F7F7F7;
  padding:6px 0;
}
.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: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 15px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     height:auto!important;
 width:100%!important;
}
.pageTurn1 {
  background:#eee;
}
.pageTurn1>div,.pageTurn1>div a {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.pageTurn1>div {
  color:var(--wzColor);
}
