.articleContainer
{
    display: inline-block;
    position: relative;
    width: 760px;
    height: auto;
    margin-bottom: 100px;

    border: 1px solid #e0e0e0;
    background: rgba(255,255,255,.5);
}

.articleContainer .topHeader
{
    position: relative;

    width: 760px;
    min-height: 44px;
    line-height: 44px;	
	height: auto;
    background: #d5ebf9;
	float: left;
}
.articleContainer .topHeader .path
{
    position: relative;
    left: 0;
    min-height: 44px;
    line-height: 44px;	
	height: auto;	
    margin-left: 46px;
	margin-right: 46px;
}
.articleContainer .topHeader .path,
.articleContainer .topHeader button
{
    position: relative;

    display: inline-block;

    width: auto;
}


.articleContainer h1
{
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    width: 100%;
    height: 44px;

    list-style: none;

    color: #014778;
}
.articleContainer h1 a
{
    color: #014778;
}


.articleContainer .topHeader button
{
    font-size: 17px;

    right: 0;

    display: inline-block;

    width: 73px;
    height: 30px;
    margin: 9px 0;
    margin-right: 46px;

    color: white;
    border: 1px solid #a98a33;
    border-radius: 4px;
    background: #deb649;
}
.articleContainer .article .articleUpperBox
{
    padding: 0 46px;
    color: rgba(0,0,0,.8);
    word-wrap: break-word;
}
.articleContainer .article h2
{
    font-size: 28px;
    font-weight: bold;

    margin: 49px 0 30px;

    text-align: center;
}
.articleContainer .article p
{
    font-size: 15px;
    line-height: 25px;

    text-align: justify;
    text-indent: 0em;
}
.articleContainer .article h3
{
    font-size: 28px;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;

    color: #3e6e9f;
}
.articleContainer .article h3:first-of-type
{
    margin-top: 55px;
}
.articleContainer .article p.note
{
    font-size: 13px;
    line-height: 21px;

    text-indent: 2em;

    color: #595757;
}
.articleContainer .articleBottomContainer
{
    position: relative;

    width: 100%;
    height: 90px;
    margin: 40px 0 0;

    background: url('http://www.caai.cn/Public/Home/img/articleBottomBackground.png');
	float: left;	
}
.articleContainer .articleBottomContainer .leftTopContainer,
.articleContainer .articleBottomContainer .leftBottomContainer,
.articleContainer .articleBottomContainer .rightBottomContainer,
.articleContainer .articleBottomContainer .rightTopContainer
{
    font-size: 15px;
    line-height: 25px;

    position: absolute;

    text-align: justify;
    text-indent: 2em;
}
.articleContainer .articleBottomContainer .leftTopContainer
{
    top: 25px;
    left: 48px;
}
.articleContainer .articleBottomContainer .leftBottomContainer
{
    top: 46px;
    left: 48px;
}
.articleContainer .articleBottomContainer .rightBottomContainer
{
    top: 53px;
    right: 46px;
}
.articleContainer .articleBottomContainer .rightTopContainer
{
    font-size: 18px;
    color: rgba(0,0,0,0.8);

    top: 25px;
    right: 46px;
}
#agendaContainer{
    position: relative;

    margin-top:58px;
}
.article h2 .title{
    font-size: 32px;
    color: #3e6e9f;
    margin-right: 15px;
}
.article #agendaContainer h3{
    margin: 0;
    margin-top: 40px;
    display: inline-block;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    left: 0;
    top: 0;
}
.article #agendaContainer button{
    position: absolute;
    margin-top: 40px;
    background: #deb649;
    color: white;
    right: 0;
    top: 0;
    border-radius: 5px;
    box-shadow: none;
    border:white;
    font-size: 14px;
}
.article #agendaContainer .buttonpic{
    position: relative;
	float:right;
}
.article #agendaContainer .buttonpic_downspan{
	width:668px;
	text-align: center;
}
.article #agendaContainer img{
    padding-top: 30px;
    width: 668px;
}