.content {
    margin: 0 auto;
    width: 1350px;
}

.s_content {
    background-color: rgba(0, 0, 0, 0.8);
}

.s_content #top {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px 0px 5px 5px;
}


.s_content #news {
   /* position: absolute;
    padding-left: 340px;*/
}

.s_content #news #news_content {
    background-color: rgba(0, 0,0, 0.9);
    width: 98%;
    display: inline-block;
    border-radius: 10px;
    margin: 0px 10px 25px 15px;
    padding: 0 0 0 0;
}

.s_content #news #news_content #banner {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 15px;
}

.s_content #news #news_content #title {
	width: 380px;
	height: 250px;
}

.s_content #news #news_content #banner .banner1 {
	background: url("../../images/base/news/news_banner_1.png") no-repeat scroll center 0px;
	height: 200px;
	margin: 0;
	border-radius: 10px 10px 0 0;
}

.s_content #news #news_content #title .head {
	margin: 0;
	color: aquamarine;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	user-select: none;
	outline: none;
	background: none;
	border: none;
	font-size: 14px;
	font-family: initial;
	padding: 10px;
	text-transform: uppercase;
}

.s_content #news #news_content #title .text {
	margin: 0;
	color: darkcyan;
	padding: 0px 10px 10px 10px;
	text-align: justify;
	min-height: 152px;
    max-height: 152px;
}

.s_content #news #news_content #title .moreinfo {
    margin: 0;
    width: 380px;
    float: right;
}

.s_content #news #news_content #title .moreinfo #author {
	margin: 0;
	color: aquamarine;
	padding: 15px;
	float: left;
}

.s_content #news #news_content #title .moreinfo #morebutton {
	position: relative;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	user-select: none;
	outline: none;
	background-color: gold;
	background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(400% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
	background-repeat: no-repeat;
	background-size: 200% 100%, auto;
	background-position: 200% 0, 0 0;
	box-shadow: rgba(0,0,0,.3) 0 2px 5px;
	border-radius: 7px;
	width: 100px;
	height: 30px;
	border: 1px solid #444;
	float: right;
    margin: 5px 10px 5px 10px;
}

.s_content #news #news_content #title .moreinfo #morebutton:hover {
    background-position-y: -44px;
}