.search_keyword{
	width:330px !important;
	
}
body {
    background: transparent !important;
}
.list-item li{
list-style: none;
    
}
.list-item li:After {
    content: "";
    display: block;
    clear: both;
}
.list-item li h2 {
    margin: 10px 10px;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    text-transform: unset;
    margin-top: 8px;
    white-space: nowrap;
    width: 470px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-item li h2 a{
	color:black;
}
.list-item li > a{
	float: left;
    margin: 5px 10px;
    margin-left: 0px;
}
.list-item li p{
	display: inline-block;
    margin-left: 22px;
    margin-top: 18px;
}
.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: relative !important;
    right: 0;
    top: 0;
    width: 42px;
    float: left ;
}.site-main > article {
    margin-bottom: 0px !important;
}


@media screen and (max-width: 800px) {
    /*.next {
        display: none !important;
    }*/
}