/*关于我们*/

#about {
    margin: 0 auto;
    width: 1200px;
    padding: 0 20px;
}

#about .aboutBox {
    padding: 25px 0;
    margin-left:232px;
    border-bottom: #dedede 1px solid;
    overflow: hidden;
}

#about .aboutBox h2 {
    font-size: 20px;
    position: relative;
}

#about .aboutBox h2 a {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
}

#about .aboutFont {
    font-size: 14px;
    line-height: 36px;
}

#about .aboutFont span {
    color: #003366;
}

#about .aboutFont .imgBorder {
    border: #dedede 1px solid;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #000;
}

#about .aboutFont .imgBorder img {
    display: block;
}

#about .aboutPinpai dl {
    padding: 30px 0 20px 140px;
    font-size: 14px;
}

#about .aboutPinpai dt {
    padding-left: 50px;
    background: url(/images/ico_02.gif) no-repeat left;
    position: relative;
}

#about .aboutPinpai dt b {
    position: absolute;
    top: 0;
    left: -90px;
}

#about .aboutPinpai dd {
    height: 40px;
    border-left: #dedede 1px solid;
    margin-left: 4px;
}

#about .aboutPic ul {
    overflow: hidden;
    zoom: 1;
}

#about .aboutPic ul li {
    float: left;
    width: 22%;
    height: 280px;
    text-align: center;
}

#about .aboutPic ul li img {
    display: block;
    margin: 0 auto 10px auto;
}

#about .aboutVideo ul {
    overflow: hidden;
    zoom: 1;
    padding: 40px 0;
}

#about .aboutVideo ul li {
    float: left;
    width: 23%;
    margin-right:2%;
    padding-right: 14px;
    position: relative;
    text-align: center;
}

#about .aboutVideo ul li a {
    display: block;
}

#about .aboutVideo ul li img {
    display: block;
    padding-bottom: 10px;
}

#about .aboutVideo ul li span {
    position: absolute;
    top: 32px;
    margin-left: -32px;
    top: 32px;
}

.point-time {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 2px;
    left: 10%;
    background: #1c87bf;
    margin-left: -4px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;
}

.text-red {
    color: #f6393f;
}

.text-blue {
    color: #1c87bf;
}

.text-green {
    color: #95c91e;
}

.text-yellow {
    color: #ffb902;
}

.text-purple {
    color: #d32d93;
}

.point-red {
    background-color: #f6393f;
}

.point-blue {
    background-color: #1c87bf;
}

.point-green {
    background-color: #95c91e;
}

.point-yellow {
    background-color: #ffb902;
}

.point-purple {
    background-color: #d32d93;
}

.content {
    margin: 30px auto;
}

.content article {
    position: relative;
}

.content article>h3 {
    width: 15%;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 1.4em;
    color: #1d1d1d;
    padding: 10px 0 20px;
}

.content article section {
    padding: 0 0 20px;
    position: relative;
}

.content article section:before {
    content: "";
    width: 5px;
    top: 0px;
    bottom: -40px;
    left: 10%;
    background: #e6e6e6;
    position: absolute;
}

.content article section:last-child:before {
    display: none;
}

.content article section .year {
    display: block;
    position: absolute;
    margin-top: 0px;
    text-align: right;
    font-size: 24px;
    z-index:10;
}


.content article section aside {
    color: #3a3a38;
    margin-left: 13%;
    padding-bottom: 15px;
    font-weight:bold;
}

.content article section .brief {
    color: #9f9f9f;
}

.about_title {
    padding: 30px 0 0 20px;
    line-height: 2;
    font-size: 18px;
    z-index: 20;
    float: left;
    width: 20%;
    font-weight: bold;
}

.about_content {
    float: left;
    width: 75%;
    padding: 15px 0 20px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    text-align:justify;
}
@media (max-width: 768px) 
{
    #subMenu.affix
    {
        position:relative;
        top:0;
    }
    #zzry,.aboutPic{
        display: none;
    }
    .about_title{
        float: inherit;
        width: 100%;
    }
    .about_content{
        width: 100%;
    }
   .about_content img{
      max-width:100%;
      height:auto !important;
    }
    #about{
        width: 100%;
    }
    .content article section .year{
        margin-top: -30px;
    }
    #about .aboutPic ul{
        width: 100%;
    }
    #about .aboutPic ul li{
        width: 44%;
        margin:3%;
    }
    #about .aboutPic ul li p{
        white-space: nowrap;
    }
    #about .aboutPic ul li img{
        width: 100% !important;
    }
    #about .aboutBox
    {
          margin-left: 0;
        }
    #about .aboutVideo ul li
    {
        float:inherit;
        width:auto;
        margin-right: 0%;
        margin-bottom: 20px;
     }
     #about .aboutVideo ul li img
     {
         display:inline;
      }
     #about .aboutVideo ul li span
     {
         left:50%;
         transform: translateX(-50%);}
     .honorBox
     {
         display:none;
         
         }
    .content article section {
        padding-left:20px;
     }
     .content article section:before
     {
        bottom: 34px;
     }
}