.content header {
    background-image: url(/img/home/home-1-back.jpg);
    background-size: cover;
    background-repeat: repeat;
    padding: 10px;
    margin: 28px auto;
}

._home .adds._support {
    width: 100%;
    min-width: initial;
	margin:10px 0px;
}

._home .adds._support:nth-of-type(even){
    background:#eee;
}

._home .adds._support .tool span{
	float:right;
}

._home .adds._support ul li{
    display:inline-block;
	width:33%;
}

._home .adds._support ul li:nth-of-type(2) {
    color:#00a98d;
	font-weight:600;
}

#new_article,
#new_support {
    display: block;
    width: 700px;
    max-width: 95%;
    margin: 24px auto;
    padding: 24px;
    border-radius: 6px;
    background: url(/img/home/pattern.gif) center top repeat;
}

#new_article > ul > li,
#new_support > ul > li {
    display: block;
    text-align: left;
    margin: 0px;
    position: relative;
    margin-bottom: 28px;
}

#new_support > ul > li {
    margin-bottom: 10px;
}

#new_support > ul > li ._champ{
    border-radius: 6px;
    color: #555;
    font-family: 'Roboto';
    background-color: #f3f3f3;
    border: 1px solid #dbdbdb;
    font-size: 0.875rem;
    padding: 6px 10px;
    height: initial;
    font-weight: 400;
    transition: all 0.15s;
    line-height: 19px;
    margin: 2px 5px;
}

#new_article > ul._demi,
#new_support > ul._demi {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}

#new_support > ul._demi + ul._demi {
    padding-right: 0px;
	padding-left: 10px;
}

#new_article li u,
#new_support li u {
    display: block;
    text-decoration: none;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #767676;
    font-weight: 500;
    font-size: 0.875rem;
}

#new_article #sup_df,
#new_support #sup_df{
    font-size: 2rem;
    vertical-align: middle;
    color: #00a98d;
    cursor: pointer;
}

#new_article .imgphoto{
	max-width: 100%;
    height: auto;
    max-height: 200px;
}

#new_support .imgphoto{
	max-width:100%;
	height:auto;
	max-height:200px;
}

.fa-star{
	color:#f08d3c;
}