﻿@charset "utf-8";
body{margin:0 auto}
a{
    color:#313131;
}
.aboutMune {
   width: 100%;
   border-bottom: #cbcbcb solid 1px;
    height:50px;
    line-height: 50px;
    text-align: center;
    overflow:hidden;
}
.aboutNav{
    width: 1000px;
    margin: 0 auto;
    color: #aaaaaa;
    overflow: hidden;
}
.aboutNav ul {
    overflow: hidden;
    height: 50px;
}
.aboutNav li {
    height: 48px;
    width: 100px;
    cursor: pointer;
    font-size:1.46em;
}
.c28{color: #282828;}
.activeAbout {
   color: #282828;
    border-bottom: rgb(63,181,7) solid 3px;
}
.companyNews{
    width: 800px;
    padding: 0 5px 0 40px;
    /*overflow: scroll;*/
    margin: 0 auto;
    overflow: hidden;
}
.titled{
  height: 18px;
}
.c{
  color: #cccccc;
}
.new1{
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  height: 60px;
}
.all{
  width: 100%;
  text-align: center;
  margin:0 30%;
}
.allpng{
  margin-top: 5px;
}
.new1 p:first-child{
  margin-right: 10px;
}
.ca0{
    color:#a0a0a0;
}
.m2{
    margin-left:2em;display:inline-block;
}
  .pageChange {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    }

        .pageChange a {
            display: inline-block;
            border: 1px solid rgb(63,181,7);
            width: 3%;
            color: #15ca27;
            text-align: center;
        }

            .pageChange a.cur {
                background-color: rgb(63,181,7);
                color: #fff;
            }

        .pageChange .i {
            display: inline-block;
        }

