.recommended_articles_top {
    background:  no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    padding:0px 20px;
}

.recommended_articles_top img {
    width: 26px;
	height: 28px;
}

.little_top {
    font-size: 16px;
	font-weight: bold;
    color: #2077c8;
    margin: 30px 0px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.little_top img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.index_right {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
}

.rich_text p{
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.rich_text img{
    /*display: block;
    margin: 0px auto 30px;
    width: 686px;
	height: 436px;*/
}

.rich_text {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.article_tags img {
    width: 16px;
    height: 18px;
    margin-right: 12px;
    float: left;
    margin-top: 3px;
}