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

.ArticleDetailInnerContainer {
    padding: 40px 140px 20px 140px;
}
.ArticleDetailTitleRow{
	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;
}

.container-fluid {
  padding-right: auto;
  padding-left: auto;
} 
.ArticleDetailArticle{
	padding:30px 30px;
	margin-bottom:60px;
	width:900px;
	height:auto;
	overflow:auto;
    border: solid 1px rgba(230,230,230,1);
}

.ArticleDetailDay{
	float:right;
	text-align:right;
	font-size:14px;	
	color:#373737;
}
.ArticlelDetailList{
	float:left;
	font-size:18px;	
	font-weight:bold;
}
.ArticleDetailList a{
	color:#333;
	text-decoration:none;
}
.ArticleDetail{
	line-height:30px;
	font-size:16px;
}
.ArticleDetailBack{
	padding:40px 0px;
}
.ArticleDetailBack a{
	color:#333;
	text-decoration:none;
}
.ArticleDetailBack a:hover{
	text-decoration:none;
	color:#CCC;
}
.tagIconContainer{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	float:left;
	list-style: none;
}
.cdTagBlock li{
	display:inline-block;
}
.cdTagBlock ul li::after {
    content: "、";
}
.cdTagBlock ul li:nth-last-child(1)::after{
    content:"";
}
.cdTagContainer{
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	list-style: none;
}
.cdShareBlock{
	padding-top:10px;
	border-top: rgba(51,51,51,.1) solid 1px;
}
.cdTagBlock ul li a {
    text-decoration: none;
    color: #40BCED;
}
.cdTagBlock ul {
    float: left;
    list-style: none;
    padding-left: 0px;
	}
.cdShareBlock h5 {
    font-size: 14px;
    color: #999;
    float: left;
    margin-top: 16px;
}
.cdArticleGuideContainer {
    padding: 20px 0px;

}

.preArticleTitle h5 a {
    font-size: 16px;
    text-decoration: none;
    color: #40BCED;
    font-weight: bolder;
}
.preArticleTitle h5 a:hover {
    color:#8B8B8B;
}
.nextArrow a, .preArrow a{
    display: block;
    padding: 10px 10px 10px 15px;
    font-size: 12px;
    color: #999;
}
.nextArticleTitle h5 a {
    font-size: 16px;
    text-decoration: none;
    color: #40BCED;
    font-weight: bolder;
}
.nextArrow {
    float: right;
}
.preArrow {
    float: left;
}
.nextArticleTitle{
	text-align:right;
}
.nextArticleTitle h5 a:hover {
    color:#8B8B8B;
}

.preArticleTitle .preArticleHint{
    padding-left: 35px;
}
.nextArticleTitle .nextArticleHint{
    padding-right: 35px;
}
.cdotherCaseBlock{
	padding:0px 10px;
}
.cdotherCaseBlock a img{
	width:100%;
}
.cdotherCaseBlock h4 a {
    color: #666;
    font-size: 15px;
    text-decoration: none;
    font-weight: bolder;
}
.cdotherCaseBlock h4 {
    color:#CCC;

}
.cdotherCaseBlock h4 a:hover {
    color:#AAA;
	text-decoration:none;
}
.cdOtherCaseCompanyBlock, .cdOtherCaseWatchNumBlock{
	padding:0px;
	color:#848484;
}
.cdOtherCaseWatchNumBlock{
	text-align:right;
}



@media only screen and (max-width : 1199px){
.ArticleDetailArticle{
	width:auto;
}
.ArticleDetailImg a img{ 
	width:100%;
}
}
@media only screen and (min-width : 992px){

}
@media only screen and (max-width : 991px){
.ArticleDetailInnerContainer {
    padding: 40px 70px 20px 70px;
}
.ArticleDetailImg a img{ 
	width:100%;
}
}
@media only screen and (min-width : 768px){

}
@media only screen and (max-width : 767px){
.ArticleDetailInnerContainer{
	padding:40px 20px;
}
.ArticleBread{
	text-align:left;
	margin-bottom:-15px;
}
.breadcrumb{
	padding-left:5px;
}
.ArticleDetailList{
	font-size:18px;
	padding-top:5px;
}
.ArticleDetailDay{
	text-align:left;
}
}
@media only screen and (max-width : 440px){
.ArticleDetailArticle{
	padding:20px 15px;
}
}
@media only screen and (max-width : 420px){

}