@charset "utf-8";
/* CSS Document */

/* body {
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #333;
    font-size: 16px !important;
} */


.main {
    background: #FAFAFA;
}

.contbox {
    max-width: 1000px;
    font-size: 16px;
    margin: 30px auto 100px;
}

.quote_title {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #999;
}

.main_title {
    text-align: center;
    font-size: 28px;
    color: #383838;
    font-weight: bold;
    line-height: 44px;
}

.article_info {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    color: #808080;
    text-align: center;
}

.article_info span {
    margin-right: 60px;
    font-size: 14px;
}

.article_info span a {
    color: #808080;
}

.article_info span a:hover {
    color: #055E88;
}

.article-body {
    /* margin-top: 50px; */
}

.article-body p {
    line-height: 36px;
    text-indent: 2em;
}

.article_pic {
    font-size: 14px;
    text-align: center;
    color: #A6A6A6;
}

.article_pic img {
    margin-top: 10px;
}

.article_button {
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(0, 146, 214, 1) 0%, rgba(13, 128, 182, 1) 99.31%);
    font-size: 14px;
    color: #fff;
    margin:20px auto 0;
}
.article_button a{
    
    color: #fff;
}