.header .search {
  position: relative;
}
.header .search .el-select {
  position: relative;
  z-index: 9999999;
}
.header .search .el-input {
  position: relative;
  z-index: 9999999;
}
#newslist {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#newslist .newstop {
  width: 1200px;
  height: 40px;
  background: #ffffff;
  border-top: 2px solid #901BCE;
}
#newslist .newstop ul {
  overflow: hidden;
  border-bottom: 1px solid #EDEDED;
}
#newslist .newstop ul li {
  position: relative;
  float: left;
  line-height: 40px;
  width: 10%;
  text-align: center;
  font-size: 16px;
}
#newslist .newstop ul li:hover {
  color: #901bce;
}
#newslist .newstop ul li.active {
  font-weight: bold;
  color: #901bce;
}
#newslist .newstop ul li.active:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 3px;
  background-color: #901BCE;
  border-radius: 3px;
}
#newslist .newsmain {
  padding-top: 17px;
}
#newslist .newsmain .listl {
  width: 924px;
  float: left;
}
#newslist .newsmain .listl ul.main {
  margin-bottom: 50px;
}
#newslist .newsmain .listl ul.main li {
  width: 910;
  height: 140px;
  border-bottom: 1px solid #ededed;
  padding-left: 14px;
  padding-top: 20px;
  cursor: pointer;
}
#newslist .newsmain .listl ul.main li:hover {
  border: 1px solid #ededed;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
#newslist .newsmain .listl ul.main li .left {
  float: left;
  width: 200px;
  height: 120px;
  border-radius: 5px;
}
#newslist .newsmain .listl ul.main li .left img {
  width: 200px;
  height: 120px;
}
#newslist .newsmain .listl ul.main li .right {
  margin-left: 20px;
  float: left;
  width: 658px;
}
#newslist .newsmain .listl ul.main li .right .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #303133;
  cursor: pointer;
  margin-bottom: 8px;
  width: 98%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#newslist .newsmain .listl ul.main li .right .title:hover {
  color: #901bce;
}
#newslist .newsmain .listl ul.main li .right .mesage {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #909399;
  height: 48px;
  cursor: pointer;
}
#newslist .newsmain .listl ul.main li .right .mesage:hover {
  color: #901bce;
}
#newslist .newsmain .listl ul.main li .right .btm {
  margin-top: 22px;
}
#newslist .newsmain .listl ul.main li .right .btm span.time {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #989898;
}
#newslist .newsmain .listl ul.main li .right .btm span.type {
  width: 60px;
  height: 20px;
  background: #ededed;
  border-radius: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #909399;
  display: inline-block;
  margin-left: 21px;
  line-height: 20px;
  text-align: center;
}
#newslist .newsmain .listl ul.main li .right .btm span.type:hover {
  color: #409eff;
  background: #E7F3FF;
}
#newslist .newsmain .listr {
  width: 260px;
  margin-left: 14px;
  float: right;
}
#newslist .newsmain .listr li {
  margin-bottom: 20px;
}
#newslist .newmesage .crumbs {
  height: 31px;
}
#newslist .newmesage .crumbs span.n {
  line-height: 31px;
}
#newslist .newmesage .crumbs span.n a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
#newslist .newmesage .listl {
  width: 895px;
  background: #ffffff;
  float: left;
  padding-top: 27px;
}
#newslist .newmesage .listl p.title {
  margin-left: 23px;
  padding-right: 20px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #303133;
  margin-bottom: 22px;
}
#newslist .newmesage .listl .mestitle {
  margin-left: 25px;
  padding-right: 20px;
}
#newslist .newmesage .listl .mestitle span.title {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #901bce;
}
#newslist .newmesage .listl .mestitle span.time {
  margin-left: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #909399;
}
#newslist .newmesage .listl .mestitle span.see {
  margin-left: 27px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #909399;
}
#newslist .newmesage .listl .mestitle span.type {
  width: 90px;
  height: 24px;
  background: #e7f3ff;
  border-radius: 10px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  float: right;
  margin-right: 20px;
}
#newslist .newmesage .listl .mestitle span.wx {
  float: right;
  margin-right: 11px;
  margin-top: -3px;
  cursor: pointer;
}
#newslist .newmesage .listl .bussin {
  width: 896px;
  height: 70px;
  background: #f5f5f5;
  margin-top: 21px;
  line-height: 70px;
}
#newslist .newmesage .listl .bussin div.img {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: 23px;
  margin-top: 5px;
  border-radius: 50%;
  overflow: hidden;
}
#newslist .newmesage .listl .bussin span {
  margin-left: 18px;
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #606266;
}
#newslist .newmesage .listl .bussin span.gobusiness {
  float: right;
  cursor: pointer;
  margin-right: 60px;
}
#newslist .newmesage .listl #main {
  width: 874px;
  margin: 0 auto;
  margin-top: 35px;
}
#newslist .newmesage .listl .addnew {
  width: 895px;
  padding-top: 17px;
  text-align: center;
}
#newslist .newmesage .listl .addnew .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #606266;
  margin-top: 8px;
}
#newslist .newmesage .listl .addnew .hz {
  width: 895px;
  height: 60px;
  margin-top: 52px;
  background: url(../../img/code/bg.png) no-repeat;
}
#newslist .newmesage .listl .addnew .hz h4 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #606266;
  line-height: 60px;
  float: left;
  padding-left: 23px;
}
#newslist .newmesage .listl .addnew .hz span {
  line-height: 60px;
  float: left;
  margin-left: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #606266;
}
#newslist .newmesage .listl .addnew .hz span img {
  vertical-align: middle;
}
#newslist .newmesage .listl .addnew .ts {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 30px;
  text-align: left;
  padding-bottom: 50px;
}
#newslist .newmesage .listl .addnew .ts p.titles {
  color: #303133;
  font-size: 16px;
  font-weight: bold;
}
#newslist .newmesage .listl .addnew .ts p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: #606266;
}
#newslist .newmesage .listr {
  float: right;
  width: 260px;
  height: 340px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 5px 5px 0px 0px;
}
#newslist .newmesage .listr h4.title {
  width: 261px;
  height: 40px;
  background: #eeeeee;
  border-radius: 5px 5px 0px 0px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #606266;
  line-height: 40px;
  text-align: center;
}
#newslist .newmesage .listr .tjzx {
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 35px;
}
#newslist .newmesage .listr .tjzx li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 18px;
}
#newslist .newmesage .listr .tjzx li:hover {
  color: #FE4710;
}
.buszx {
  width: 934px;
}
.buszx ul {
  overflow: hidden;
}
.buszx ul li {
  float: left;
  width: 934px;
  border-bottom: 1px solid #ededed;
  padding-top: 17px;
  padding-bottom: 17px;
}
.buszx ul li div.img {
  float: left;
  width: 140px;
  height: 84px;
  background: #b8b8b8;
  border-radius: 5px;
}
.buszx ul li div.main {
  float: left;
  margin-left: 14px;
  width: 780px;
}
.buszx ul li div.main p.title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #303133;
  margin-bottom: 10px;
}
.buszx ul li div.main p.mesage {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #909399;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 13px;
}
.buszx ul li div.main p.bmes span.see {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #989898;
  margin-right: 22px;
}
.buszx ul li div.main p.bmes span.see img {
  margin-right: 5px;
}
.buszx ul li div.main p.bmes span.time {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #989898;
}
.buszx ul li div.main p.bmes span.type {
  width: 60px;
  height: 20px;
  background: #ededed;
  border-radius: 10px;
  display: inline-block;
  float: right;
  margin-right: 9px;
  text-align: center;
  cursor: pointer;
}
.buszx ul li div.main p.bmes span.type:hover {
  background: #e7f3ff;
  color: #409EFF;
}
