﻿.article_border{
    width:100%;
    height:auto;
}
.article_border_left{
    float:left;
    width:68%;
    height:auto;
}
.article_border_right {
    float: left;
    width: 32%;
    height: auto;
}
.article_border_01{
    float:left;
    width:48%;
    height:250px;
    margin-right:20px;
}
.article_border_02 {
    float: left;
    width: 48%;
    height: 250px;
}
.article_border_img {
    float:left;
    width:25%;
   height:250px;
   padding:10px 6px;
}
.article_border_main {
    float:left;
    width: 75%;
    height: 250px;
}
.article_border_title {
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    padding: 0px 2px;
}
.article_border_content{
    width:100%;
    line-height:24px;
    font-size:16px;
    padding:0px 2px;
}
.article_line{
    width:100%;
    height:20px;
    /*background:#000000;*/
    clear:both;
}
.article_border_rightimg {
    width: 100%;
    height: 220px;
    /*background:#ff0000;*/
    display:flex;
    justify-content:center;
    align-items:center;
}
.article_border_rightmain{
    width:100%;
    height:300px;
    /*background:#ff6a00;*/
    padding:0px 20px;
}
.article_border_title01 {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    padding: 0px 2px;
}