.newsMainDotted,.newsSquareDashed,.newsNoneStyle,.newsStartStyle {
    height:auto;
    margin:0 auto;
}

.newsMainDotted ul,.newsSquareDashed ul,.newsNoneStyle ul,.newsStartStyle ul{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.newsMainDotted ul li, .newsSquareDashed ul li, .newsNoneStyle ul li, .newsStartStyle ul li{
    color:#000000;
    height:100%;
}

.newsMainDotted ul li a,.newsSquareDashed ul li a,.newsNoneStyle  ul li a,.newsStartStyle ul li a{
	font-size:14px ;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:inline-block;
    width:100%;
}
.content li .newsDate{
	float:right;
}
.newsList .none{
	/*padding-left:10px;*/
}

/*公共样式-end*/

/**
没有下划线和序号
*/
.newsMainDotted ul li{
    list-style:none;
    border-bottom:dashed 1px #CCC;
}
/**
下划线是虚线
*/
 .newsSquareDashed ul li{
     list-style:none;
}
/**
去除下划线、序号及新闻字体颜色
*/
.newsNoneStyle ul li,.newsStartStyle ul li{
    list-style: none;
  }
.newsNoneStyle ul li a{
    color: #000000;
}
/**
五角星序号
*/
.newsStartStyle span{
    color:#2c7659;
}

/**
新闻侧边栏
*/
.p-nl-inputList .inputNews{
	border-bottom: dotted 1px  yellow
}
.newsSquareDashed a.newsBorder{
	font-size:18px;
	font-weight:bold;
}
/**新闻间加分割线 */
.isDivideLine{
	border-bottom: 1px solid #e1e1e1;
}
.newsList .title{
	float:left;
	/*margin-left:20px;*/
}

.p-newsList-page{
	text-align:center;
	margin-top:15px;
}

.newsList .summary p{
	margin-left:20px;
	margin-top:10px;
}

.newsList .summary a{
	text-align:right;
}
