﻿.article_title{
    width:100%;
    height:80px;
    font-size:24px;
    color:#333;
   display:flex;
   justify-content:center;
   align-items:center;
}
.article_title01 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    clear:both;
}
.article_text {
    width: 100%;
    height: auto;
}
.article_text_left{
    float:left;
    width:32%;
    height:130px;
    /*background:#00ff21;*/
    margin-right:20px;
}
.article_text_center {
    float: left;
    width: 32%;
    height: 130px;
    /*background: #00ff21;*/
    margin-right:20px;
}
.article_text_right {
    float: left;
    width: 32%;
    height: 130px;
    /*background: #00ff21;*/
}
.article_text_01{
    float:left;
    width:30%;
    height:130px;
    /*background:#ffd800;*/
    padding:8px 30px;
}
.article_text_02 {
    float: left;
    width: 70%;
    height: 130px;
    /*background: #00ffff;*/
}
.article_text_title {
    width: 100%;
    line-height: 40px;
    font-size: 18px;
}
.article_text_main {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
}
.article_line{
    width:100%;
    height:30px;
    clear:both;
}
.article_paragraph {
    width: 100%;
    height: 140px;
    clear: both;
    font-size: 18px;
    line-height: 30px;
    /*color: #f1761a;*/
    /*background:#ffd800;*/
    display:flex;
    align-items: center;
}
.article_main{
    width:100%;
    height:50px;
    /*background:#4cff00;*/
    clear:both;
    font-size:16px;
    line-height:30px;
}