@charset "utf-8";

.about-list{
    width: 100%;min-height: 450px;
}
.about-list ul{
    background-color: #fff;
}
.about-list ul li{
    height: 2.7em;line-height: 2.7em;
    border-bottom: 1px #F3F3F3 solid;
    clear: both;padding-left: 0.5em;
    background: url(./img/arrow_right.png) no-repeat right 0.5em center;background-size: 9px;
}
.about-list ul  a li{
    color: #246AB4;font-size: 0.8em;
}
.catname{
    width: 100%;height: 2.3em;line-height: 2.5em;text-align: center;
    overflow: hidden;position: relative;color: #A3A3A3;font-weight: bold;
    background-color: #fff;border-bottom: #E3E3E3 1px solid;
}
.catname .go-back{
    position: absolute;left:0px;top:0px;height: 2.5em;width: 2.5em;
    background: url(./img/arrow_back.png) no-repeat 50% center;
    background-size: 30%;
}
.about-show{
    width: 100%;background-color: #fff;min-height: 450px;
}
.about-show img{
    max-width: 94%;margin: 3%;
}
.about-show .title{
    font-size: 1em;line-height: 1.5em;
     padding: 0.7em 0.7em;color: #4C4C4C;
}
.about-show .content{
    font-size: 0.75em;line-height: 1.8em;
    padding: 0.7em;color: #717171;
}
.about-show .content img{
    max-width: 96%;
}

.about-show .content table{
    max-width: 100%;
}
.footer .f01{
    margin-bottom: 0.5em;
}
.footer .f01 a.hover{
    color: #A4A4A4;
}
.footer .f01 a{
    margin: 0 0.5em;
}