.container {
  width: 100%;
  height: 100%;
}
.item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-family: "Microsoft YaHei";
  display: flex;
  justify-content: space-between;
  color: #333333;
  /* padding-left:20px; */
  padding-right: 5px;
  position:relative;
  background: #fafafa;
  margin: 10px 0px;
  padding-left: 14px;
}
.el-tooltip{
  margin: 0px 0px;	
}
/* .item:before{position:absolute;content:"";width:10px;height: 10px;border-radius:5px;background:#ca1e1e;left:0;top:15px;} */
.item .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 60%;
}
.item:hover {
  /* color: #fff; */
  color: #ca1e1e;
  cursor: pointer;
  /* background:#ca1e1e; */
  transition: 0.35s all;
}
.item:hover:before{background: #fff;}
#announcement {
  height: 100%;
}
#announcement .el-pager li.active {
  color: hsl(0, 60%, 43%);
}
#announcement .el-pager li:hover {
  color: rgb(255, 103, 103);
}
#announcement .data_null {
  background: url("./image/nodata.png") no-repeat center;
  height: 130px;
  background-size: 140px;
  height: 100%;
}
.headTitle {
	color: #ca0202;
	text-align: center;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
}
#announcearticle .form {
	width: 600px;
	margin: 0 auto;
	background: white;
	padding: 25px 40px;
}
#announcearticle .el-form-item__content{font-size:16px;}
table {
  width: 100%;
  border-collapse: collapse;
}
td { border:1px solid #e2e4e8;padding: 0 8px;color: #303133;height: 35px;font-size: 13px; }
.projectInfo_tr { height: 50px; }
.label {
  background: #f8f8f8;
  width: 135px;
  text-align: right;
  padding: 5px 8px;
  color: #000;
  font-size: 13px;
}
.value{padding:0 10px;font-size:16px;}

.dialogIframe {
  border: none;
  width: 100%;
  min-height: 100%;
  display: block;
}
.dialogIframe .el-dialog__body {
  padding: 1px;
}