/*当前标题组件*/
.aside .ResTitle_a1 {
	margin-top:8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    background: #af8363;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}
.page-title {
    border-bottom: 1px solid #bdbdbd;
    height: 100px;
}
.page-title .ResTitle_a1{position:relative; float:left; width:60%;}
.page-title .ResTitle_a1 span {
    font-weight: bold;
    font-size: 30px;
    color: #545454;
}
.aside .ResTitle_a1 em{ font-size:12px; color:#525252; text-transform:uppercase;top:-15px; position:absolute; display:none;}
.news-rc .ResTitle_a1 {
	    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: #a30e1c;
}
.news-rc .ResTitle_a1 span:after {
    display: inline-block;
    content: '/';
    margin: 0 5px;
}
.page-title .ResTitle_a1 em {
	text-transform:uppercase;
	color:#525252;
	font-size:12px;
    top: -15px;
    position: absolute;
}
/*结束  当前标题组件*/