.current{
    float:left;
    width:100%;
    height:40px;
    line-height:40px;
    color:#134780;
    font-size:20px;
    font-weight: lighter;
    margin:30px 0 20px 0;
    text-align:right;
}
.current a{
    color:#134780;
    margin:0 10px;
}
.article{
    float:left;
    width:100%;
    margin-bottom:120px;
}
.article .w1400{
    border:1px solid #dbdbdb;
    padding:30px 60px;
    box-sizing: border-box;
}
.article h3{
    text-align:center;
    font-size:46px;
    color:#134780;
    font-weight: lighter;
}
.article h4{
    text-align:center;
    color:#5d5d5d;
    font-weight: normal;
    margin:20px 0;
    border-bottom:1px dashed #dbdbdb;
    padding-bottom:20px;
}
.article h4 span{
    margin:0 10px;
}
.article-content{
   line-height:180%;
   font-size:20px;
    color:#4A4A4A;
    overflow:hidden;
}
.article-content p{
    margin-bottom:30px;
    letter-spacing: 1px;
}
.article-content img{
	float:none;
}