@charset "utf-8";
#header .dropdwn > li.news {
	border-bottom: 4px solid;
    border-image: linear-gradient(to right,#348ac1,#134e85);
    border-image-slice: 1;
	box-sizing: border-box;
}

#post .txt a{
    text-decoration: underline;
}
#post .txt:nth-child(n+2){
    margin-top: 20px;
}