﻿.article_title01 {
    width: 100%;
    height: 30px;
    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_paragraph {
    width: 100%;
    height: 100px;
    clear: both;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.article_border_0105 {
    float: left;
    width: 48%;
    height: 160px;
    margin-right: 20px;
}
.article_border_img05 {
    float: left;
    width: 25%;
    height: 160px;
    padding: 10px 6px;
}
.article_border_main05 {
    float: left;
    width: 75%;
    height: 160px;
}
.article_border_0205 {
    float: left;
    width: 48%;
    height: 250px;
}
.article_border_left a:hover{
    color:#222;
}
/* 新修改 */
.CloudModule { width: 100%; height: 180px;/* background: yellow;*/ position: relative; margin: 0rem auto 3rem; }
.CloudModuleLeft{width:32%;height:auto;/*background:#4cff00;*/position:relative;float:left;margin-right:2.25rem;border:2px solid #f5f5f5;}
.CloudModuleMiddle { width: 32%; height: auto; /* background: #4cff00;*/ position: relative; float: left; margin-right: 2.25rem; border: 2px solid #f5f5f5; }
.CloudModuleRight { width: 32%; height: auto; /*background: #4cff00;*/ position: relative; float: left; border: 2px solid #f5f5f5; }
.CloudModuleImg{width:30%;height:180px;/*background:#ffd800;*/position:relative;float:left;text-align:center;}
.CloudModuleContent { width: 70%; height: 180px; /*background: #ff6a00;*/ position: relative; float: left; }
.CloudModuleImg img{width:60px;height:60px;margin:2rem auto;}
.CloudModuleTitle { font-size: 18px; line-height: 40px; margin: 0.5rem auto 0; }
.CloudModuleText { font-size: 16px; line-height: 24px;width:92%; }
.CloudModuleMiddle a:hover{color:#333;}