.article-content {
    width: 1200px;
    margin: auto;
    flex: 1;
    display: flex;
}

.article-content .leftbox {
    width: 190px;
    padding: 10px 0;
}

.article-content .leftbox .layui-menu {
    margin: 0;
    padding-bottom: 10px;
}

.article-content .rightbox {
    width:1000px;
    margin: 10px 0 10px 10px;
}

.article-template {
    min-height: 100%;
}

.article-template .banner {
    height: 150px;
    overflow: hidden;
}

.article-template .title {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}

.article-template .text {
    padding: 20px 100px;
    line-height: 2.7;
    color: #555;
    text-align: justify;
    text-indent: 2em;
    letter-spacing: 1px;
}

.article-page .title_page{
    display: flex;
    width: 1000px;
    /* text-align: center; */
    font-size: 18px;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-top: 10px;
}
.article-page .gmt_time_page{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #838383;
    border-bottom: 1px dotted #e9e9e9;
    padding-bottom: 15px;
}
.article-page .content_page{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 800px;
    margin: 0 auto;
    flex-direction: column;
    font-size: 16px;
    margin-top: 10px;
    padding: 20px 100px;
    line-height: 2.5;
    color: #555;
    text-align: justify;
    text-indent: 2em;
    letter-spacing: 1px;
}

.rightbox>div{
    padding:0 20px 20px 20px;
    background: #fff;
    display:none;
    position:relative
}
.rightbox>div .title{
    width:1000px;
    line-height:48px;
    height: 48px;
    font-size:16px
}
.rightbox>div p {
  text-indent: 2em;
  line-height:2.5;
  font-size:14px
}
.rightbox>div img{
    width:960px;
}
.rightbox>div .text_center{
    text-align:center;
    font-size:16px
}
.rightbox>div .text_left{
    font-size:18px;
    text-indent: 0em;
}
.rightbox>div .text_weight{
     font-weight: 600;
}
.rightbox .xcx_gzh{
    display: flex;
    position: absolute;
    right: 180px;
    top: 270px;
  }
.rightbox .xcx_gzh>div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right:30px
  }
.rightbox .xcx_gzh>div img{
    width: 120px;
    height: 120px;
  }
.rightbox .xcx_gzh>div span{
    margin-top: 5px;
  }