@charset "utf-8";

/*Main*/


.Main-Banner {
	width: 100%;
}




@media only screen and (min-width: 320px) {
	
.Main-Left-BG {
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	margin: 0 auto 0 auto;
	position: absolute;
	z-index:999;
	}	



.Main-News-All {
	width: 100%;
	height: 290px;
	top: 125px;
	padding: 20p 0 0 0;
	margin-bottom: 20px;
	z-index: 99;
	display: block;
	position: relative;
	background-color: #fff;
}

.Main-left-news {
	width: 100%;
	height: 55px;
	top: 40px;
	z-index: 9999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	padding-top: 10px;
}

.Main-News-Title {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #EA172D;
	float: left;
	margin-left: 3%;
}
.Main-News-Text {
	font-size: 16px;
	color: #333333;
	float: left;
}

.Main-News-Text a {
	color: #333333;
}
.Main-News-Text a:hover {
	color: #FF2626;
}

.Main-Right-Button {
	width: 100%;
	z-index: 99;
	
}
.Main-Button {
	margin:  0 0 0 3%;
	width: 44%;
	float: left;	
}
.Main-Button img{
	width: 100%;	
}
	
}

@media only screen and (min-width: 640px) {

.Main-Left-BG {
	width: 100%;
	position: absolute;
	margin: 0;
}
.Main-Button {
	margin:  0 0 0 3%;
	width: 40%;
	float: left;	
}
.Main-Button img{
	width: 80%;	
}

.Main-News-All {
	width: 100%;
	height: 350px;
	top: 170px;
	padding: 20px 0 0 0;
	margin-bottom: 10px;
	z-index: 99;
	display: block;
	position: relative;
	background-color: #fff;
}

}


@media only screen and (min-width: 769px) {
	
.Main-Left-BG {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow:5px 5px 10px rgba(20%,20%,40%,0.4);
	width: 15%;
	height: auto;
	max-height: 840px;
	z-index: 999px;
	margin: 1% 1% 1% 1%;
}

.Main-News-All {
	width: 80%;
	height: 40px;
	height: auto;
	position: absolute;
	z-index:999;
	display: block;
	top: auto;
	bottom: 14%;
	margin-left: 18%;
	margin-bottom: 0px;
	background-color: rgba(0, 0, 0, 0);
}

.Main-left-news {
	width: 50%;
	height: 30px;
	top: 15px;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 9999;
	float: left;
	border-bottom-style: none;

}
.Main-News-Title {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #EA172D;
	float: left;
	margin-left: 3%;
}
.Main-News-Text {
	color: #333333;
	float: left;
	margin-left: 3%;
}

.Main-News-Text a {
	color: #333333;
}
.Main-News-Text a:hover {
	color: #FF2626;
}

.Main-Right-Button {
	float: right;
	width: 55%;
	z-index: 99;
}
.Main-Button {
	float: right;
	margin:  0;
	width: 28%;
}
.Main-Button img{
	width: 90%;
}
}

@media only screen and (min-width: 1680px) {

.Main-News-All {
	width: 80%;
	height: 40px;
	height: auto;
	position: absolute;
	z-index:999;
	display: block;
	top: auto;
	bottom: 20%;

}
}
