.heade_sum{
    width: 100%;
}
.heade_lm{
    width: 1200px;
    margin: 10px auto;
}
.heade_lm span a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 0 5px 0 0;
}
.heade_lm span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

/* detail */
.header_detail{
    width: 100%;
}
.detail_model{
    width: 1200px;
    margin:35px auto;
    border: 1px solid #EEEEEE;
}
.detail_news{
    width: 100%;
    padding: 20px 20px 20px 20px;
}
.detail_news .detail_class{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6699;
    margin: 0 20px 0 0;
}
.detail_news .detail_name{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0 20px 0 0;
}
.detail_news .detail_price{    
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
}

.detail_news .detail_money{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6699;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.detail_news a{
    width: 190px;
    height: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: #FF6699;
    box-shadow: 0px 2px 5px 0px rgba(217, 43, 72, 0.24), 0px 3px 7px 0px rgba(251, 216, 216, 0.35);
    border-radius: 14px;
}
.detail_news p{
    width: 97%;
    text-indent: 20px;
    margin: 20px 0px 10px 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #999999;
}

/* content */
.content_model{
    width: 100%;
    margin: 0 0 100px 0;
}
.content_js{
    width: 850px;
    float: left;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    border: 1px solid #EEEEEE;
}
.content_title{
    width: 100%;
}
.content_title h4{ 
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6699;
    display: inline-block;
}
.con_nr{
    padding: 10px 10px 10px 10px;
    display: inline-block;
}

/* 新添加内容 */
.content_leftbook{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.content_rightbook{
    width: 300px;
    float: right;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #EEEEEE;
}
.art_list ul{
	margin: 0 10px 0 22px;
    padding: 0;
}
.art_list ul li{
	width: 100%;
    float: left;
    padding: 5px 0 10px 0;
    background: url(/static/801/images/tag.png)0 no-repeat;
}

.art_list ul li a{
	width: 83%;
	font-size: 13px;
	vertical-align:middle;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #646464;
    margin: 0 0px 0 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.art_list ul li:hover{
    color: #FF6699;
    background-color: #EEEEEE;
}
.art_list ul li a:hover{
   color: #FF6699;
}

.art_list span{
	float: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.art_list h4{
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #FF6699;
    padding: 15px 10px 10px 20px;
    display: inline-block;
    font-family: Microsoft YaHei;
}