.aboutBox {
    font-size: 14px;
    color: #676767;
    line-height: 30px;
    margin-top: 15px;
    padding-bottom: 20px;
}

.aboutBox #page {
    display: grid;
    grid-template-columns: 250px 920px;
    justify-content: space-between;
}

#mulu a {
    display: block;
    line-height: 42px;
    height: 42px;
    text-indent: 80px;
    background: #fff url(../img/ddot.png) 145px 12px no-repeat;
}

#mulu .cur,
#mulu .cur:hover {
    background-position: 145px -26px;
    background-color: #2a85de;
    color: #fff;
}

#mulu a:hover {
    background-color: #ecf6ff;
    color: #2a85de;
    text-decoration: none;
}

#container h2 {
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

#container h3 {
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
}

#container p {
    padding-left: 15px;
    margin-bottom: 10px;
}

#container b {
    font-weight: bold;
}

#container a {
    color: #0984C5;
    text-decoration: underline;
}

#container a:hover {
    color: #f60;
}

#abc {
    clear: both;
    padding: 50px 10px 10px 8px;
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
    background: url(/style/images/abc.png) 0px 50px no-repeat;
}

#abc h3 {
    float: left;
    display: inline;
    font-weight: bold;
    color: #35A035;
}

#abc li {
    float: left;
    display: inline;
    margin-left: 23px;
}

#abc li a {
    color: #0984C5;
    font-weight: bold;
}

#abc a:hover {
    color: #f60;
}

/*软件发布*/
#fbpage #container {
    position: relative;
}

#fbbtn {
    position: absolute;
    right: 0;
    top: 6px;
    display: inline-block;
    padding: 4px 10px;
    background: #2a85de;
    color: #fff !important;
    text-decoration: none !important;
}

#fbbtn:hover {
    background: #399241 !important;
}

#tabcon dt {
    display: block;
    width: auto;
    float: none;
    font-size: 18px;
    height: 41px;
    line-height: 41px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

#tabcon dt span {
    cursor: pointer;
    float: left;
    padding: 0 15px;
}

#tabcon dt .cur {
    border-bottom: 2px solid #2a85de;
    color: #2a85de;
    font-weight: bold;
}

#tabcon dd {
    display: none;
}

#tabcon dd.on {
    display: block;
}

/*友链优化样式*/
#pylink #container a {
    text-decoration: none;
}

#pylink main {
    position: relative;
}

#pylink #tj {
    position: absolute;
    left: 338px;
    top: 20px;
    font-weight: bold;
}

#pylink .gredot li {
    background: none;
    text-indent: 0;
}

#pylink .gredot li b {
    font-weight: normal;
    display: block;
    clear: both;
    padding: 15px 0 5px 0;
    color: #111;
    font-size: 16px;
    text-indent: 15px;
}

#pylink .gredot p a {
    width: 125px;
    float: left;
    text-indent: 0;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}

.aboutLink{
    margin-bottom: 10px;
}

.aboutLink a{
    margin: 0 15px;
}