
.exportStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.nuisanceStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}

body {
    font-family: "microsoft yahei", "瀹嬩綋";
}

body a {
    color: #666666;
}

body a:hover {
    color: #333333;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .sitename {
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
}

header .navbar {
    border-width: 0;
}

header .navbar-default {
    background: white;
}

header .navbar-nav>li>a {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

header .navbar-default .navbar-nav>li>.active {
    color: #ff6600;
}

header .navbar-default .navbar-nav>li>a {
    color: #666666;
}

header .navbar-default .navbar-nav>li>a:hover {
    color: #ff6600;
}

.link {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}

footer {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}

footer .foot_list {
    border: solid #dddddd;
    border-width: 1px 0;
    padding: 10px 0;
    margin-bottom: 10px;
}

footer .foot_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .foot_list ul li {
    border: solid #dddddd;
    border-width: 0 1px 0 0;
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
}

footer .foot_list ul li:last-child {
    border-right-width: 0;
}

footer p {
    color: #666666;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
}

footer p span {
    color: blue;
    text-decoration: underline;
    ;
}

.list {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #eeeeee;
}

.list .article a {
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
}

.list p {
    color: #999999;
    line-height: 24px;
}

.article {
    padding: 15px 0;
    border-width: 0 0 1px 0;
    border-bottom: 1px dashed #d3d3d3;
}

.article:hover {
    background: #f7f7f7;
}

.location_top {
    clear: both;
    line-height: 20px;
    padding-bottom: 10px;
    color: #7a7373;
}

.list_top {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #d3d3d3;
    float: left;
    margin: 18px;
}


/*index*/

.index .article_list {
    margin: 0;
}

.index a:hover {
    color: #ff4129;
}

.index .left {
    line-height: 40px;
    border: 1px solid #eeeeee;
    border-top-color: #01c8e0;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
}

.index .left div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .left span {
    color: #999;
}

@media(max-width: 767px) {
    .index .left span {
        margin-left: 40px;
    }
}

.index .left_top {
    height: 50px;
    margin: 0 -15px;
    padding: 0 30px;
    border: solid #eeeeee;
    border-width: 0 0 1px 0;
}

.index .left_top h2,
.index .right_top h2 {
    float: left;
    font-size: 20px;
    margin: 0;
    line-height: 50px;
}

.index .left_top a.more,
.index .right_top a.more {
    float: right;
    font-size: 14px;
    line-height: 50px;
    color: #ff4129;
    text-decoration: none;
}

.index .right {
    border: 1px solid #eeeeee;
    border-top-color: #01c8e0;
    border-left-width: 0;
    padding: 0 15px 15px 15px;
    margin-bottom: 20px;
}

@media(max-width:1200px) {
    .index .right {
        border-left-width: 1px;
    }
}

.index .right .right_top {
    height: 50px;
    margin: 0 -15px;
    padding: 0 15px;
    border: solid #eeeeee;
    border-width: 0 0 1px 0;
}

.index ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.index ul li {
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .list_color {
    background: #d5d5d5;
    padding: 0 5px;
    float: left;
    margin-right: 10px;
    color: white;
}

.index .list_red {
    color: white;
    background: #ff6d3a;
    padding: 0 5px;
    float: left;
    margin-right: 10px;
}

.index .list_green {
    color: white;
    background: #02c6e0;
    padding: 0 5px;
    float: left;
    margin-right: 10px;
}

.index .list_blue {
    color: white;
    background: #38deb1;
    padding: 0 5px;
    float: left;
    margin-right: 10px;
}


/*  article */

.article_list .list .top_line {
    border: 1px dashed #cccccc;
    margin: 0 -15px;
    border-top-width: 0;
}

.article_list .page_list {
    text-align: center;
    padding: 20px 10px;
}

.article_list .page_list ul {
    padding: 0;
    margin: 0;
}

.article_list .page_list ul li {
    display: inline-block;
    margin: 2px;
}

.article_list .page_list a {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 7px 12px;
    text-decoration: none;
    display: inline-block;
}

.article_list .page_list a:hover {
    color: white;
    background: #ff6600;
}

.article_list .page_list .active {
    color: white;
    background: #ff6600;
    border-radius: 4px;
}

.article_list .page_list .active a {
    color: white;
    background: #ff6600;
}


/* detail*/

.article_detail .content {
    border: 1px solid #eeeeee;
    padding: 15px;
}

.article_detail .content h2 {
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
}

.article_detail .top_description {
    line-height: 40px;
    border: solid #eeeeee;
    border-width: 1px 0 1px 0;
    text-align: center;
    color: #666666;
}

.article_detail .article_content {
    line-height: 2;
    padding: 10px 40px;
    color: #61605c;
}

.article_detail .information {
    border: 1px solid #eeeeee;
}

.article_detail .information .information_top {
    background: #f9f9f9;
    padding: 13px 15px;
    border: solid #eeeeee;
    border-width: 0 0 1px 0;
}

.article_detail .information .information_top div {
    line-height: 20px;
    border: solid #ff6600;
    border-width: 0 0 0 5px;
    padding: 0 15px;
    font-size: 16px;
}

.article_detail .information ul {
    line-height: 28px;
    list-style: none;
    padding: 0 15px;
}

.article_detail .list_top {
    margin: 12px;
}
.abundantStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

