
.FsContent_core {
    width: 415px;
}

.FsContent_title {
    line-height: 48px;
    border-bottom: 1px solid #84c9ff;
    overflow: hidden;
}
.FsContent_title:hover, .FsContent_title:focus{
    cursor: pointer;
}
.FsContent_title h3 {
    float: left;
    font-size: 26px;
    color: #333;
    letter-spacing: 5px;
    margin: 0;
    line-height: inherit;
    margin-right: 20px;
}

.FsContent_title span {
    display: block;
    float: left;
    font-size: 22px;
    color: #999;
}

.FsContent_title a.FsMover{
    line-height: 48px;
    float: right;
    font-size: 14px;
}
.FsContent_core ul{
    padding: 10px 0;
    overflow: hidden;
}

.FsContent_core ul li span{
    display: inline-block;
    width: 380px;
}
.FsContent_core a{
    color: #333;
}
.FsContent_core ul li a:hover{
    text-decoration: none;
}
.editInfoCenter select{
    width: 180px;
}
input.NewsTotal{
    width:100px;
}
.FsContent_content a{
    font-size: 16px;
    font-family: "microsoft yahei";
    word-wrap:break-word;
    white-space: normal;
	height:35px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:35px;
	/*display: inline-flex;*/
}
.FsContent_content a:hover{
    color: #0080FF;
}
.FsContent_content i{
    font-size: 14px;
    color: #d0d4d9;
    word-break: break-all;
    white-space: normal;
    display: inline-block;
    margin-left: 10px;
}
.FsContent_content .blackPoint{
    color: #d0d4d9;
}
/* 多列表组件 区块 */
.newLists{
    width: 415px;
    min-height: 300px;
}
/* 多列表标题区块样式 */
.newLists .newLists_titles{
    border-top: 1px solid #cae1f3;
    height: 50px;
    line-height: 50px;
}
/* 多列表标题样式 */
.newLists .newLists_title{
    color: #333333;
    font-size: 26px;
    font-family: "microsoft yahei";
    margin-right: 20px;
    display: inline-block;
    
}
.newLists .newLists_title:hover{
    cursor: pointer;
}
.newLists .current{
    color: #0160aa;
    border-top: 3px solid #0160aa;
}
/* 多列表内容样式 */
.newLists .newLists_content{
    margin-top: 20px;
}
/* 多列表数据样式 */
.newLists .infoCenterName{
  color: #333;
  font-size: 16px;
  font-family: "microsoft yahei";
  word-wrap:break-word;
  white-space: normal;
  line-height: 2;
}
.newLists .infoCenterName:hover{
  cursor: pointer;
  color: #0080FF;
}
.newLists .blackPoint{
    color: #d0d4d9;
}
/* 多列表时间来源样式 */
.newLists i{
  font-size: 14px;
  color: #d0d4d9;
  word-break: break-all;
  white-space: normal;
}
