.page-menu {
    height: 35px;
    padding-top: 10px;
    border-bottom: 1px solid #d9dde0;
    margin-bottom: -10px;
    margin-top: 10px;
    background: #fff;
    overflow: hidden;
}

.page-menu a {
    display: block;
    height: 33px;
    float: left;
    line-height: 33px;
    padding: 0 8px;
    font-size: 15px;
}

.page-menu a.on {
    color: #d22222;
    border-bottom: 2px solid #d22222;
    margin-right: 15px;
    font-size: 18px;
}

.container {
    margin-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.container .left-area {
    padding-left: 10px;
    width: 840px;
    position: relative;
}

.container .right-area {
    width: 320px;
    margin-right: 10px;
}

.list-a {
    padding: 10px 0;
    min-height: 1000px;
    overflow: hidden;
}

.list-a li {
    /* padding: 10px 0; */
    overflow: hidden;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-a li.no-search-result {
    margin-top: 100px;
    font-size: 18px;
}

.list-a li .img-area {
    display: block;
    float: left;
    width: 180px;
    height: 135px;
    margin-right: 20px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.list-a li .img-area:hover::after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/s.svg) center no-repeat;
}
.list-a li .img-area:hover img{
    -webkit-filter: brightness(.5);
    filter: brightness(.5);

}
.list-a li .img-area img {
    width: 180px;
    height: 135px;
}

.list-a li .text-area {
    /* float: right; */
    /* width: 620px; */
    padding: 5px 0;
}

.list-a li .text-area .title {
    margin: 0 0 10px 0;
    height: 26px;
    position: relative;
    /* width: 620px; */
    overflow: hidden;
}

.list-a li .text-area .title h2 {
    font-size: 20px;
    width: 80%;
    height: 26px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-a li .text-area .title span {
    position: absolute;
    right: 0;
    top: 3px;
    color: #999;
}

.list-a li .text-area .detail,
.list-a li .text-area .down-detail {
    color: #888;
    height: 40px;
    padding-top: 5px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-a li .text-area .tool {
    height: 29px;
    line-height: 40px;
    font-size: 14px;
}

.list-a li .text-area .tool .tags {
    display: block;
    float: left;
    width: 500px;
    height: 40px;
    overflow: hidden;
}

.list-a li .text-area .tool .tags a {
    word-break: keep-all;
}

.list-a li .text-area .tool .tags strong {
    font-weight: normal;
}

.list-a li .text-area .tool .ext {
    float: right;
    text-align: right;
}

.list-a li .text-area .tool .ext .tody {
    color: #d22222;
}

.list-a li .text-area .tool .ext .link-download {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #f8c301;
    color: #fff;
}

.list-a li .down-info span {
    padding-right: 15px;
}

.list-a li .down-info span em {
    color: grey;
    font-style: normal;
}

.list-a li .down-info .rate {
    color: gold;
    font-size: 16px;
}

.page {
    padding: 38px 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.page a,
.page span {
    border: #eee 1px solid;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    background: #fff;
    display: inline-block;
    padding-bottom: 0px;
    color: #333333;
    padding-top: 0px;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
    margin-right: 6px;
    border-radius: 5px;
}

.page a:hover {
    border: #eee 1px solid;
    background: #eee;
    color: #444;
    text-decoration: none
}

.page span {
    border-color: #0099ff;
    font-size: 14px;
    background: #0099ff;
    color: #FFFFFF;
}

.category-section dt a {
    color: #09f;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0 0 18px;
}

.category-section dd {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    padding-left: 18px;
    overflow: hidden;
}

.category-items li {
    height: 28px;
    width: 48%;
    float: left;
    overflow: hidden;
}

.category-items a {
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
    padding: 0 5px;
    display: inline-block;
    color: #2e2e2e;
}

.category-items a:hover,
.category-items a.on {
    background-color: #F60;
    color: #FFF;
    text-decoration: none;
}

.list-b dt {
    border-bottom: 1px solid #eee;
}

.list-b dt .item {
    margin-top: 15px;
    width: 136px;
    height: 160px;
    overflow: hidden;
}

.list-b dt .item .pic {
    width: 134px;
    height: 110px;
    border-radius: 4px;
    display: block;
    position: relative;
    overflow: hidden;
}
.list-b dt .item .pic:hover::after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/s.svg) center no-repeat;
}
.list-b dt .item .pic:hover img{
    -webkit-filter: brightness(.5);
    filter: brightness(.5);

}
.list-b dt .item .pic img{
    width: 134px;
    height: 110px;
    background: #efefef;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.list-b dt .item .txt {
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.list-b dd .item {
    height: 25px;
    line-height: 25px;
    padding-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-b dd .item:before {
    height: 4px;
    width: 4px;
    background: #222;
    display: block;
    float: left;
    margin-right: 8px;
    line-height: 20px;
    content: '';
    margin-top: 10px;
}

.list-c li .item {
    margin-top: 15px;
    width: 136px;
    height: 160px;
    overflow: hidden;
}

.list-c li .item .pic {
    width: 134px;
    height: 110px;
    display: block;
    border: 1px solid #d9dde0;
    overflow: hidden;
}

.list-c li .item .pic:hover {
    border-color: #d22;
}

.list-c li .item .txt {
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

pre,
pre.prettyprint,
.code_block {
    display: block;
    font-family: "Consolas", monospace;
    font-size: 13px;
    line-height: 18.2px;
    margin: 18px 0 30px;
    overflow: auto;
    padding: 5px;
    white-space: pre;
    border-left: 4px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

pre {
    border-style: solid;
    margin: 0 0 20px !important;
    padding: 8px 10px !important;
    background-color: #f5f5f5;
}
pre::-webkit-scrollbar-track{-webkit-box-shadow: none;border-radius:4px;}
pre::-webkit-scrollbar{height:10px;background-color:#f3f3f3;}
pre::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:none;background-color:#e2e2e2;}
code {
    color: #800039;
    font-family: "Consolas", monospace;
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 25px 45px 35px;
    background-color: #f7f7f7;
    font-family: Lantinghei SC, Open Sans, Arial, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
}

blockquote img {
    max-width: 100%;
}

blockquote:before {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    width: 1pc;
    height: 14px;
    content: '“';
    font-size: 36px;
    color: #d22222;
}

blockquote:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 1pc;
    height: 14px;
    content: '”';
    font-size: 36px;
    color: #d22222;
}

.breadcrumb {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 18px;
    box-sizing: border-box;
    background: none;
}

.breadcrumb .ift {
    font-size: 18px;
    margin-right: 5px;
}

.breadcrumb .sub {
    margin: 0 10px;
}

.article-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 16px transparent solid;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-color: #09f;
    z-index: 10;
}

.article-area h1 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 0 0;
}

.article-info {
    font-size: 12px;
    color: #7c8388;
    margin-top: 20px;
}

.article-info a {
    color: #7c8388;
}

.article-info strong {
    font-weight: normal;
}

.article {
    clear: both;
    margin-top: 20px;
    font-size: 1pc;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-wrap: break-word;
}

.article .summary {
    min-height: 54px;
    line-height: 26px;
    margin: 10px 0px;
    padding: 10px;
    padding-left: 28px;
    font-size: 16px;
    background: #ecf8ff;
    color: #333;
    position: relative;
    overflow: hidden;
}

.article .summary::before {
    content: '文章寄语';
    width: 20px;
    height: 100%;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background: #09f;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.article .summary::after {
    content: ' - haodaima.com';
}
.article h1,.article h2,.article h3,.article h4,.article h5,.article h6 {
    margin-bottom: 18px;
    background-color: #fbfbfb;
    color: #333;
    border-left: 4px solid #09f;
    padding-left: 10px;
    margin: 10px 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-weight: 400
}
.article p {
    padding: 0 0 20px 0;
    color: #424242;
}

.article img {
    max-width: 98%;
    display: block;
    margin: 10px auto;
}
.list-hobby{
    clear: both;
    padding: 10px 0;
    font-size: 16px;
}
.hdm-list-d{
    padding: 16px 0 0 38px;
}
.hdm-list-d li{
    height: 32px;
}
.hdm-list-d li a{
    color: #0f6dc4;
}
.hdm-list-d li a:hover{
    color: #d22;
}
.hdm-list-d li:before {
    height: 4px;
    width: 4px;
    background: #222;
    display: block;
    float: left;
    margin-right: 8px;
    content: '';
    margin-top: 14px;
}
.keyword {
    font-size: 14px;
    padding: 10px 0;
}
.keyword a{
    color: #5c5c5c;
    font-size: 12px;
    padding: 2px 5px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f8fafc;
    margin-right: 5px;
    margin-bottom: 5px;
}
.keyword strong {
    color: #999;
}

.hdm-list-a {
    padding-top: 10px;
}

.hdm-list-a li {
    width: 380px;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 20px;
    line-height: 20px;
    height: 20px;
}

.hdm-list-a li a {
    width: 366px;
    height: 20px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hdm-list-a li:before {
    height: 4px;
    width: 4px;
    background: #222;
    display: block;
    float: left;
    margin-right: 8px;
    line-height: 20px;
    content: '';
    margin-top: 10px;
}

.hdm-list-c li{
    float: left;
    width: 154px;
    height: 170px;
    margin:20px 10px 0 0;
    overflow: hidden;
}
.hdm-list-c li:last-child{
    margin-right: 0;
}

.hdm-list-c li .img-area{
    width: 154px;
    height: 108px;
    display: block;
    overflow: hidden;
}

.hdm-list-c li .img-area img{
    width: 154px;
    height: 108px;
    background: #efefef;
}
.hdm-list-c li .text-area{
    padding: 8px 0;
    display: block;
    overflow: hidden;
}
.hdm-list-e{
    padding-top: 18px;
}
.hdm-list-e li{
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #eee;
    display: block;
    overflow: hidden;
}
.hdm-list-e li:last-child{
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.hdm-list-e li .image-area{
    width: 220px;
    height: 122px;
    margin-right: 20px;
    border-radius: 4px;
    background: #efefef;
    float: left;
    position: relative;
    overflow: hidden;
}
.hdm-list-e li .image-area a:hover::after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/s.svg) center no-repeat;
}
.hdm-list-e li .image-area:hover img{
    -webkit-filter: brightness(.5);
    filter: brightness(.5);

}
.hdm-list-e li .text-area{
    width: 570px;
    float: right;
    overflow: hidden;
}
.hdm-list-e li .text-area h3{
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    overflow: hidden;
}

.hdm-list-e li .text-area .txt-info{
    height: 48px;
    margin: 8px 0;
    line-height: 24px;
    color: #999;
    overflow: hidden;
}
.hdm-list-e li .text-area .time{
    color: #999;
    float: right;
}


.soft-detail-area {
    margin-top: 10px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.soft-title {
    height: 68px;
    line-height: 68px;
    border-bottom: 2px solid #2391c8;
    text-indent: 10px;
}

.soft-title h1 {
    padding-left: 10px;
    font-size: 20px;
    color: #333;
}

.soft-body {
    padding: 12px 10px 10px 0;
    overflow: hidden
}

.soft-detail {
    padding: 0 10px;
    position: relative;
    background: 0 0;
    width: 420px;
    float: left;
}

.soft-detail-list {
    width: 420px;
    overflow: hidden
}

.soft-detail-list li {
    height: 32px;
    line-height: 32px;
    float: left;
    width: 205px;
    color: #999;
    overflow: hidden;
}

.soft-detail-list li span {
    color: #666;
}

.soft-detail-list li .rate {
    color: gold;
    font-size: 16px;
}

.soft-detail-list li .link-demo {
    margin-left: 8px;
    color: #d22;
}

.soft-detail-list li .link-demo .ift {
    vertical-align: middle;
}

.soft-button {
    padding-top: 18px;
}

.soft-button .link-download2 {
    width: 180px;
    height: 52px;
    line-height: 52px;
    background: #0099ff;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.soft-button .link-download2:hover {
    opacity: .8;
}

.soft-button .link-download2 .aq {
    display: block;
    width: 32px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-style: normal;
    background: #f39943;
    color: #fff;
}

.soft-button .link-download2 .ift {
    font-size: 20px;
}

.soft-detail-abc {
    width: 300px;
    height: 260px;
    overflow: hidden;
}

.softdown-box {
    height: 230px;
    overflow: hidden;
}

.address-box .hd {
    position: relative;
}

.address-box .hd .more-info {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

.address-box .hd .more-info a {
    color: #f00;
}

.address-area {
    position: relative;
}

.address-area h3 {
    font-weight: bold;
    padding: 15px 0 10px;
}

.address-area h3 em {
    color: #f00;
    font-style: normal;
}

.address-tips {
    margin: 18px 0;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #f56c6c;
    border-radius: 3px;
    box-shadow: 0 11px 20px -15px rgb(255 222 177);
}

.address-list {
    width: 400px;
    padding-top: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.address-list li {
    height: 36px;
    font-size: 16px;
}

.address-list li .ift {
    color: #09f;
    margin-right: 5px;
}

.address-list li a {
    color: #09f;
}

.address-list li:hover .ift,
.address-list li:hover a {
    color: #d22;
}

.address-abc {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    overflow: hidden;
}

.hdm-list-b {
    width: 388px;
    padding-top: 10px;
}

.hdm-list-b li {
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    border-bottom: 1px dashed #ececec;
    position: relative;
}

.hdm-list-b li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    left: 8px;
    background: #222;
    position: absolute;
    top: 14px;
}

.hdm-list-b li a {
    color: #585858;
    height: 32px;
    line-height: 32px;
    /* max-width: 280px; */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hdm-list-b li span {
    color: #999;
    font-size: 12px;
}

.hdm-list-b li:last-child {
    border: none;
}

.sitemap {
    padding: 10px;
}

.sitemap h1 {
    padding: 28px;
    font-size: 28px;
    color: #d22;
    font-weight: bold;
}

.sitemap-item {
    margin: 0;
    padding: 0;
    font-size: 16px;
    clear: both;
    overflow: hidden;
}


/* 
.sitemap-item:nth-child(even) {
    background-color: #fafafa;
} */

.sitemap-item dt {
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    background: #fafafa;
}

.sitemap-item dt::before {
    content: '';
    margin-right: 10px;
    border-left: 4px solid #09f;
}

.sitemap-item dt a {
    font-weight: bold;
    color: #d22222;
}

.sitemap-item dd {
    float: left;
    overflow: hidden;
    padding: 7px 10px;
    width: 1050px;
}

.sitemap-item dd a {
    display: block;
    float: left;
    padding: 0 20px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    border-right: 1px solid #d9dde0;
}

.sitemap-item dd a:last-child {
    border-right: none;
}

.list-nav {
    background-color: #f5f5f5;
    padding-left: 2px;
    margin-top: 10px;
}

.list-nav a {
    display: inline-block;
    padding: 0 20px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    background-color: #f5f5f5;
    border-top: 2px solid #f5f5f5;
}

.list-nav a.on {
    border-top: 2px solid #2888de;
    background-color: #fff;
}
.recommend{
    margin-top: 10px;
}
.hdm-box {
    padding: 10px 10px 0;
    background: #fff;
}

.hdm-box .hd {
    height: 36px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0;
}

.hdm-box .hd h2 {
    padding: 0 10px;
    height: 35px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    border-bottom: 2px solid #d22222;
    float: left;
    color: #333;
}

.hdm-box .hd h2 a.on{
    color: #d22222;
    font-weight: bold;
    font-size: 18px;
}
.hdm-box .hd .more {
    float: right;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #d22222;
}

.hdm-box .bd {
    margin-top: 20px;
}

.hdm-boxlist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.hdm-boxlist li {
    width: 220px;
    height: 230px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.hdm-boxlist li .img-area {
    display: block;
    width: 220px;
    height: 163px;
    border-radius: 4px;
    overflow: hidden;
}

.hdm-boxlist li .text-area {
    height: 46px;
    text-align: center;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.hdm-col {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #efefef
}

.hdm-col .hd {
    height: 30px;
    border-bottom: 2px solid #efefef;
    position: relative;
}

.hdm-col .hd h3 {
    font-size: 18px;
    font-weight: 300;
    border-left: 4px solid #d22222;
    padding-left: 12px;
    margin: 0;
}

.hdm-col .hd .more {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 14px;
    color: #999;
}

.hdm-col .bd {
    padding: 10px 10px 0;
}

.hdm-list-ext {
    width: auto;
}

.hdm-list-ext li {
    padding-bottom: 5px;
    border-bottom: 1px dashed #efefef;
}

.hdm-list-ext li .a1 {
    width: auto;
}

.hdm-list-ext li .time {
    float: right;
}

.product-catgory .bd {
    padding-top: 10px;
}

.catgory-list {
    width: 110%;
}

.catgory-list li {
    width: 94px;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 5px 0;
    background: #f1f1f1;
    text-align: center;
    float: left;
    overflow: hidden;
}

.catgory-list li:hover a,
.catgory-list li a.on {
    background: #ababab;
    color: #fff;
}

.catgory-list li a {
    display: block;
}

#hotsoft .tab-con li .pro-name {
    width: 190px;
}

.page-top {
    height: 165px;
    line-height: 165px;
    margin-top: 10px;
    box-shadow: 0 0.2rem 0.8rem rgba(51, 51, 51, .15);
    border-radius: 5px;
    background: url(../images/about_top.jpg) center no-repeat;
}

.page-top h1 {
    font-size: 25px;
    text-align: center;
    color: #fff;
}

.page-wrapper {
    margin-top: 20px;
}

.page-wrapper .sidebar {
    width: 200px;
    float: left;
}

.page-wrapper .main {
    width: 960px;
    float: right;
    position: relative;
}

.about-nav {
    margin-bottom: 20px;
    border: .05rem solid #efefef;
    border-bottom: 3px double #efefef;
    background: #fff;
    box-shadow: 0 0.1rem 0.8rem rgba(51, 51, 51, .05);
    z-index: 10;
}

.about-nav li a {
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: block;
    position: relative;
}

.about-nav li:not(.on) a:hover {
    font-weight: 600;
    background: #3945F9;
    color: #fff;
}

.about-nav li.on a {
    color: #3945F9;
    font-weight: 600;
}

.about-nav li.on a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 32px;
    width: 0;
    border-right: 3px solid #3945F9;
}

.about-content h3 {
    height: 28px;
    line-height: 28px;
    margin-bottom: 18px;
    padding-left: 32px;
    font-size: 18px;
    position: relative;
}

.about-content h3::before {
    content: '';
    height: 7px;
    border-left: 16px solid #3945f9;
    border-right: 8px solid #8bb2ff;
    position: absolute;
    left: 0;
    top: 10px;
    overflow: hidden;
}

.about-content div {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-bottom: 24px;
}

.about-content p {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.tag-lists .hdm-list {
    margin-top: 20px;
}

.page-null {
    padding: 10px;
    text-align: center;
}



/*额外异常*/
#navCategory{
    display: none;
}

.section-content{
    margin-top: 10px;
    padding: 10px 20px;
    background: #fff;
    border-top: 3px solid #09f;
}
.section-content .title {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    padding-top: 50px; 
}
.section-content .article h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 34px;
}
.section-content .input-time{
    text-align: right;
    padding: 30px 10px;
    color: #666;
}
#hotsoft .tab-con li a span{
    width: 221px;
}