@charset "UTF-8";
/*
@Author：盛世华彩-邱
 */
.articleCon{
    width: 1200px;
    margin: 0px auto;
}
.articleCon .articleMain{
    width: 850px;
    padding: 35px;
    float: left;
    background-color: white;
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.articleMain .articleDetails .arcTitle{
    padding-bottom: 20px;
    text-align: center;
    border-bottom: solid 2px #eeeff1;
	}
.articleDetails .arcTitle h3{
    font-size: 16px;
    line-height: 30px;
	font-weight: 600;
}
.articleMain .articleDetails .arcTitle ul{
    margin-top: 15px;
}
.articleMain .articleDetails .arcTitle ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.articleMain .articleDetails .arcTitle ul li{
    margin: 10px 15px;
    color: #777777;
}
.articleMain .articleDetails .arcTitle ul li font{
    color: #d70c19;
}
.articleMain .articleDetails .details{
    color: #555555;
    font-size: 12px;
	line-height: 2.5em;
    padding-bottom: 50px;
    padding-top: 20px;
    border-bottom: 1px #d4d4d4 dashed;
}
.articleMain .articleDetails .details p{
	
	text-indent: 2em; 
	

}
.articleMain .articleDetails .details img{
    display: block;
    max-width:100%;
    margin: 1.5em auto;
}
.relevantArc{
    margin-top: 25px;
}
.relevantArc h3{
    height: 20px;
    line-height: 20px;
    padding-left: 16px;
    border-left: solid 5px #d70c19;
    color: #555555;
    font-size: 16px;
    font-weight: normal;
}
.relevantArc ul{
    margin-top: 20px;
    margin-left: 15px;
}
.relevantArc ul li{
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
    padding-left: 13px;
    background: url("../images/li_icon_dot.png") no-repeat left center;
}
.relevantArc ul li a{
    color: #555555;
}
.relevantArc ul li a:hover{
    color: #d70c19;
}
.relevantArc ul li span{
    margin-left: 25px;
}
.copyrightNotice{
    width: 698px;
    margin-top: 30px;
    padding: 15px 60px 20px 20px;
    border: solid 1px #ffda93;
    color: #999999;
    background-color: #fffcf7;
}
.copyrightNotice h3{
    color: #777777;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 14px;
}
.copyrightNotice dl{
    line-height: 20px;
    margin-top: 5px;
}
.copyrightNotice dl dt{
    width: 20px;
    float: left;
}
.copyrightNotice dl dd{
    width: 678px;
    float: left;
}
.arcAreaR{
    width: 260px;
    float: right;
}
.hotArc{
    width: 205px;
    padding: 20px 35px 20px 20px;
    background-color: white;
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.arcAreaR .titleH3{
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
    border-left: solid 5px #d70c19;
    font-weight: normal;
    font-size: 16px;
}
.hotArc ul{
    margin-top: 20px;
}
.hotArc ul li{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 13px;
    background: url("../images/li_icon_dot.png") no-repeat left center;
}
.recProduct{
    width: 205px;
    padding: 20px 35px 20px 20px;
    background-color: white;
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.recProduct .product{
    margin-top: 20px;
}
.recProduct .product .item{
    margin-top: 30px;
}
.recProduct .productImg{
    display: block;
    width: 57px;
    height: 57px;
    border: solid 1px #e5e5e5;
    float: left;
    overflow: hidden;
    margin-right: 7px;
}
.recProduct .productImg img{
    width: 57px;
    height: 57px;
}
.recProduct .product dl{
    width: 138px;
    float: left;
}
.recProduct .product dl dt,.recProduct .product dl dd{
    height: 15px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recProduct .product dl dd.price{
    margin-top: 10px;
    font-weight: bold;
    color: #d70c19;
}