.layout {
    background-color: #edf1fa;
}
/* .hot-data {
    padding-top: 15px;
} */
/* .page_title{
	margin-bottom: 15px;
	text-align:center;
	font-size: 1.5rem;
	height:50px;
	line-height:50px;
} */
#noticeRight{
	height:100%;
	background-color:#fff;
	border-radius:5px;
	margin-bottom: 15px;
}
.notice-item {
	border-bottom: 1px dashed #ccc;
	list-style: none;
	height: 50px;
	line-height: 50px;
	padding: 0 5px
}

.notice-item a:hover {
	/* color: #ff9913 */
	color:#3882dd;
}

.notice-item a {
	color: #666;
	display: inline-block;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.notice-item .round {
	float: left !important;
	margin-right: 10px;
	color: #666;
}

.content_text {
	float: left;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	width:calc(100% - 100px);
}

.notice-item .time {
	float: right;
}

.new_data {
	height: auto;
	overflow-y: auto;
	/* float: right; */
	margin: 0;
	text-align: left;
	padding: 20px;
	font-family: "å¾®è½¯é›…é»‘";
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
}

.back {
	display: block;
	text-align: right;
}

.back a {
	text-decoration: none;
	display: inline-block;
	width: 60px;
	height: 28px;
	border-radius: 10px;
	border: 1px solid #5284d8;
	color: #5284d8;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
}
.back a:hover{
	background-color: #5284d8;
	color: #fff;
}

.new_data .tab-content {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.tab-content h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 39px;
	color: #333;
}

.tab-content .subtitle {
	font-size: 20px;
	line-height: 39px;
	color: #666;
	font-family: "宋体",Tahoma,Arial,Helvetica,STHeiti;
}

.tab-content .source {
	margin: 15px 0;
	font-size: 13px;
	color: #666;
	/* color: #999; */
}

.text-center {
	border-top: 1px solid #ccc;
	text-align: left;
	padding-top: 20px;
	min-height: 650px;
}
.text-center p {
    text-indent: 2em;
    /* color: #666; */
    margin: 0;
    font-size: 18px;
    line-height: 35px;
    letter-spacing:1px;
    text-align: justify;
    font-family: "宋体",Tahoma,Arial,Helvetica,STHeiti;
}
.notice-list{
	padding-left: 2em;
	font-family: "Microsoft YaHei";
	line-height: 24px;
	padding-bottom: 8px;
}
.notice-list a{
	font-family: "宋体",Tahoma,Arial,Helvetica,STHeiti;
}