.ArticleContainer{
    background-image:url(../images/inbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.ArticleInnerContainer {
    padding: 40px 140px 20px 140px;
}
.ArticleTitleRow{
	margin-bottom:20px;
}
.breadcrumb {
    padding: 8px 0px 0px 0px;
    margin-bottom: 20px;
    list-style: none;
    background:none;
    border-radius: 4px;
}
.breadcrumb-item a {
	color:#595757;
}


.ArticleType, .ArticleOrder{
	font-size:14px;
	color:#444;
}
.ArticleType p{
	float:left;
}
.ArticleOrder{
	text-align:right;
	/*float:right;*/
}
.ArticleOrder ul{
	list-style: none;
}
.ArticleOrderItem, .ArticleOrderItem a{
	text-decoration: none;
	display:inline-block;
	color:#444;
}
.Active{
	color:#BBB;
}
.ArticleOrderItem a:hover{
	color:#BBB;
}


.ArticleListRow{
	margin:0px;
	padding:0px;
}
.ArticleList{
	margin:10px 0px 25px 0px;
    padding: 30px 30px;
    width: 900px;
    height: auto;
    overflow: auto;
    border: solid 1px rgba(230,230,230,1);
}
.ArticleListImg{
	float:left;
	padding:0px 0px;
}
.ArticleListImg span{
	width:220px;
	height:220px;
}
.ArticleListContant{
	padding:0px 20px 0px 40px;
	float:left;

}
.ArticleListContant{
	color:#777;
}
.ArticleListContant a{
	display:block;
	width:auto;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	color:#555;
	border-bottom:#828282 1px solid;
	padding:0px 0px 15px 0px;
	margin-bottom:10px;
}
.ArticleListContant a:hover{
	color:#AAA;
}
.ArticleVisitor{
	float:left;
	text-align:right;
	font-size:13px;
}
.ArticleContantText{
	font-size:16px;
	color:#555;
	padding:10px 0px;
	line-height:25px;
	text-align: justify;
}
.ArticleMore a{
	color:#659CC1;
	font-size:15px;
	border:none;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
}
.ArticleMore a:hover{
	color:#CCC;	
}
.moreBtn a{
	width:180px;
	height:40px;
	display:block;
	color:#FFF;
	background-color:#222;
	text-align:center;
	line-height:40px;
	margin:55px auto;
	text-decoration:none;
}
.moreBtn a:hover{
	color:#FFF;
	background-color:#444;
}



@media only screen and (min-width : 1200px){

}
@media only screen and (max-width : 1199px){
.ArticleImgList{
	width:auto;height:auto;
}
.ArticleList{
	width:auto;height:auto;
}
.ArticleListContant{
	padding:0px 0px 0px 75px;
}
}
@media only screen and (min-width : 992px){

}
@media only screen and (max-width : 991px){
.ArticleInnerContainer {
    padding: 40px 70px 20px 70px;
}
.ArticleList{
	margin:25px 0px 0px 5px;
}
.ArticleListContant{
	padding:0px 0px 0px 55px;
}
}
@media only screen and (min-width : 768px){

}
@media only screen and (max-width : 767px){
.ArticleInnerContainer{
	padding:40px 20px;
}
.ArticleImgList{
	width:90%;height:90%;
	margin:10px 10px;
}
.ArticleBread{
	text-align:left;
	margin-bottom:-15px;
}
.ArticleOrder ul{
	text-align:left;
	margin-bottom:25px;
	padding-left:0px;
}
.ArticleListContant{
	padding:20px 0px 0px 0px;
}
.ArticleListImg{
	text-align:center;
}
.ArticleContantText{
	font-size:14px;
	line-height:20px;
}

}
@media only screen and (max-width : 440px){

}
@media only screen and (max-width : 420px){

}