@charset "utf-8";
/* CSS Document */
.news_index .ui-list a li {
	width: 91.8%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(245,245,245);
    display: inline-block;
    padding: 15px;
}

.news_view .ui-list a li {
	width: 95.5%;
	padding:6px 0px 6px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	display: inline-block;
	height:13%;
}
.list_left {
	float: left;
}
.ui-border-t {
	padding: 2px 0 1px 106px;
}

.ui-list-info h4 {
    line-height: 23px;
    font-size: 16px;
    color: rgb(42,42,52);
    height: 61px;
    width: 100%;
    font-family: pingfang;
    font-weight: 500;
}

.ui-list-info {
    /* width: 68%;
    height: 9.7%;
    margin: 2.6% 0 2.6% 0; */
}

.ui-avatar-lg {
	width: 95px;
    overflow: hidden;
    display: block;
    height: 80px;
}
.ui-avatar-lg img{width:100%;height:100%;}


.ui-list-info .ui-badge {
	position: relative;
	float: right;
	top: 50%;
	margin-top: -22px;
}
.list {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.list h4 {
	font-size: 14px;
	color: #333333;
}

.ui-border-t .ui-badge-muted {
	position: relative;
	float: right;
	top: 50%;
	margin-top: -30px;
}
.news_view {
	padding: 10px;
	width: 94.5%;
	text-align: justify;
}
.news_content table{
	width: 100% !important;
}
.news_view h1 {
	font-size: 24px;
    line-height: 32px;
	text-align: left !important;
	color: rgb(51,51,51);
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family:pingfang; 
	padding:21px 8px 0 8px
}
.news_tags {
	line-height: 30px;
    font-size: 14px;
    color: #666666;
    padding: 20px 8px 30px 8px;
}
.news_tags span{
	text-align: center;
	margin-left: 0.5%;
	color: rgb(137,145,152);
}

.news_content {
	font-size: 18px;
	color:rgb(51,51,51);
	line-height: 27px;
	font-family: pingfang;
}
.news_content img{
	min-width: 100%
}
.news_content p {
	margin: 0px 8px;
	text-align:justify;
	text-justify:inter-ideograph;
}

.news_content img {
	margin-top: 10px;
	margin-bottom: 15px;
}
.news_key {
	line-height: 30px;
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
}
.news_key span {
	float: left;
	font-size: 13px;
}
.news_key a {
	float: left;
	margin-left: 3%;
	font-size: 13px;
}
.news_more {
	line-height: 30px;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.news_more .news_next {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.news_next p{
/* 	height: 30px; */
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    margin-top: 0px;
}
.news_more span {
	float: left;
	color: #666666;
	/* font-size: 13px; */
	font-size: 16px;
}

.news_more  a {
	font-size: 16px;
	/* font-size: 13px; */
	color: #666666;
	text-decoration: none;
	margin-right: 10px;
	float: left;
}
