.M .article-abstract,.M .article-content,.M .article-list,.M .article-title,.M .list-menu,.M .list-pagination {
    box-sizing: border-box
}

.M header {
    background-color: #fff
}

.M p.list-route {
    line-height: 60px;
    position: relative;
    padding-left: 18px
}

.M p.list-route:before {
    content: ' ';
    background: url(../images/breadcrumb.png) no-repeat;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 22.5px
}

.M a.bread_temp_location {
    cursor: text
}

.M .list-wrapper {
    margin-bottom: 20px
}

.M .article-list,.M .list-menu {
    background-color: #fff;
    float: left
}

.M .list-menu {
    padding: 0 20px;
    width: 240px;
    margin-right: 20px
}

.M .list-menu h1.current-menu {
    line-height: 66px;
    padding-left: 12px;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    border-bottom: 3px solid #f02215
}

.M .abstract-title h2:hover,.M p.submenu.on a,.M ul.submenu-child>li.on a {
    color: #f02215
}

.M .list-menu>ul>li {
    padding-left: 12px;
    border-bottom: 1px dashed #d9d9d9
}

.M .list-menu>ul>li:last-child {
    border-bottom: none
}

.M .submenu {
    line-height: 52px;
    font-size: 16px;
    position: relative
}

.M .submenu-child li {
    margin-bottom: 20px;
    font-size: 14px
}

.M p.submenu:before {
    position: absolute;
    display: block;
    overflow: hidden
}

.M .single-menu>p.submenu:before {
    content: ' ';
    background-color: #999;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    top: 24px;
    left: -13px
}

.M .menu-closed,.M .menu-collapsed {
    cursor: pointer
}

.M .menu-closed>p.submenu:before {
    content: " ";
    background: url(../images/menuClose.png) no-repeat;
    width: 6px;
    height: 8px;
    top: 22px;
    left: -13px
}

.M .menu-collapsed>p.submenu:before {
    content: " ";
    background: url(../images/menuCollapse.png) no-repeat;
    overflow: hidden;
    width: 8px;
    height: 6px;
    top: 23px;
    left: -17px
}

.M .single-menu>p.submenu.on:before,.M a.page-number.on {
    background-color: #f02215
}

.M .menu-closed>ul.submenu-child {
    display: none
}

.M p.submenu.hoverMenu:before {
    background: #f02215
}

.M .article-list {
    width: 940px;
    padding: 20px 50px 0 56px
}

.M .article-list>ul {
    min-height: 560px
}

.M .article-abstract {
    height: 140px;
    padding: 30px 0;
    border-bottom: 1px dashed #d9d9d9
}

.M .abstract-title {
    margin-bottom: 10px
}

.M .abstract-title h2 {
    display: inline-block;
    font-size: 16px;
    height: 20p;
    line-height: 20px;
    position: relative;
    font-weight: 700;
    cursor: pointer
}

.M .abstract-title h2:before {
    content: ' ';
    background: #f02215;
    position: absolute;
    left: -13px;
    top: 8px;
    height: 6px;
    width: 6px;
    border-radius: 50%
}

.M .abstract-title span {
    float: right;
    color: #999
}

.M .abstract-content {
    line-height: 1.8;
    display: inline
}

.M .abstract-content p {
    display: inline
}

.M .abstract-content img {
    display: none
}

.M .astract-to-article,.M .astract-to-article:active,.M .astract-to-article:hover,.M .astract-to-article:link,.M .astract-to-article:visited {
    color: #618ab7
}

.M .list-pagination {
    height: 90px;
    padding: 35px 0;
    position: relative;
    font-size: 13px
}

.M .pagination-jumper,.M .pagination-wrapper {
    height: 20px;
    line-height: 20px
}

.M .pagination {
    margin: 0 auto;
    display: table
}

.M .pagination-wrapper span {
    margin-right: 25px;
    cursor: pointer
}

.M .pagination-wrapper span.disable-link a {
    cursor: text;
    color: #999
}

.M .pagination-wrapper span.disable-link a:hover {
    color: #999
}

.M .pagination-wrapper span:last-child {
    margin-right: 0
}

.M .pagination-wrapper span:hover {
    color: #f02215
}

.M div.page-number-wrapper {
    margin-left: -5px;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
    font-size: 0
}

.M a.page-number {
    display: inline-block;
    padding: 0 6px;
    margin-right: 10px;
    font-size: 13px;
    cursor: pointer
}

.M a.page-number:last-child {
    margin-right: 0
}

.M a.page-number.on {
    color: #eee!important
}

.M span.page-elphsis {
    width: 20px
}

.M .pagination-jumper {
    position: absolute;
    right: 0;
    top: 35px
}

.M .pagination-input {
    width: 30px;
    margin: 0 10px;
    text-align: center;
    line-height: 13px;
    height: 13px;
    padding-top: 2px
}

.M .pagination-jump-button {
    margin-left: 25px
}

.M .pagination-jump-button:hover {
    color: #f02215;
    cursor: pointer
}

.M .article-content {
    min-height: 600px;
    width: 940px;
    padding: 0 50px;
    background-color: #fff;
    float: left
}

.M .article-content table,.M .article-content td,.M .article-content tr {
    border: 1px solid #ccc;
    margin: auto
}

.M .article-content img {
    height: auto!important;
    max-width: 100%
}

.M .article-title {
    min-height: 130px;
    text-align: center;
    border-bottom: 1px dashed #d9d9d9;
    padding-top: 45px;
    padding-bottom: 30px
}

.M .article-title h1 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 400
}

.M .article-detail span {
    font-size: 14px;
    color: #666
}

.M .article {
    margin-bottom: 60px;
    margin-top: 30px;
    min-height: 350px
}

.M .article p {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 14px
}

.M .article p:last-child {
    margin-bottom: 0
}

.M .article table {
    width: 100%!important
}

.M .article a,.M .article a:active,.M .article a:hover,.M .article a:link,.M .article a:visited {
    color: #618ab7
}

.M .article-attachment a:hover,.M .tool-button:hover {
    color: #f02215
}

.M .href-title {
    font-weight: 700
}

.M .product-time {
    margin-right: 15px
}

.M .article-detail span:last-child {
    margin-right: 0
}

.M .article-tool {
    margin-bottom: 30px;
    font-size: 14px;
    overflow: hidden
}

.M .article-save-tool {
    display: none;
    line-height: 24px
}

.M .tool-button {
    cursor: pointer
}

.M .article-share-tool {
    display: inline-block;
    float: right;
    height: 24px
}

.M .bshare-custom .bshare-more.more-style-addthis,.M .bshare-kaixin001,.M .bshare-qqmb,.M .bshare-qzone,.M .bshare-renren,.M .bshare-sinaminiblog {
    display: inline-block;
    background: url(../images/article-share.png) no-repeat!important;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 24px!important;
    height: 24px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-right: 5px!important
}

.M .bshare-kaixin001 {
    background-position: 0 0!important
}

.M .bshare-custom .bshare-more.more-style-addthis {
    background-position: -24px 0!important
}

.M #share-more {
    padding-left: 0!important
}

.M .bshare-qqmb {
    background-position: 0 -24px!important
}

.M .bshare-qzone {
    background-position: -24px -24px!important
}

.M .bshare-renren {
    background-position: 0 -48px!important
}

.M .bshare-sinaminiblog {
    background-position: -24px -48px!important
}

.M .article-attachment {
    min-height: 120px;
    box-sizing: border-box;
    border-top: 1px dashed #d9d9d9;
    padding: 30px 0
}

.M .article-attachment a {
    display: block;
    margin-top: 20px
}

.M .download-article {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dashed #d9d9d9
}

.M .download-article .abstract-title {
    width: 700px;
    display: inline-block
}

.M .download-article .abstract-title h2 {
    margin-right: 24px;
    display: inline;
    font-size: 16px;
    max-width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: inherit
}

.M .download-article .abstract-title h2:hover {
    color: #333
}

.M .download-article span {
    color: #999
}
.M .download-article span {
    color: #999
}
.M .menu-four li {
    text-indent:16px;
}

.M .menu-four .submenu {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
.M .menu-four p.submenu:before {
    top:4px;
    left:0px;
}
.M .menu-four .submenu-child li {
    text-indent:30px;
}