.banner {
  position: relative;
}
.banner .board {
  background-image: none !important;
  margin: auto;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 1px rgba(47, 52, 72, 0.08);
  border-radius: 4px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 10px;
}
.banner .board .item {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .board .item .num {
  font-size: 30px;
}
.banner .board .item .text {
  font-size: 20px;
  margin-left: 20px;
  color: #999;
}
#profile {
  margin-top: 10px;
  padding-bottom: 50px;
}
#profile .contentItem1 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#profile .contentItem1 .tit1,
#profile .contentItem1 .tit2 {
  text-align: left;
  font-weight: bold;
  color: #333;
}
#profile .contentItem1 .left {
  font-size: 18px;
  color: #666;
}
#profile .contentItem1 .right {
  margin-top: 10px;
}
#profile .contentItem1 .more {
  width: 70px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  cursor: pointer;
  outline: 1px solid #999;
}
#profile .coreProducts {
  padding-top: 10px;
  padding-bottom: 10px;
}
#profile .coreProducts .imgbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#profile .coreProducts .imgbox .item {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
#profile .coreProducts .imgbox .box {
  overflow: hidden;
}
#profile .coreProducts .imgbox img {
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}
#profile .coreProducts .imgbox .text {
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
  color: #333;
  transition: all 0.3s;
}
#profile .coreProducts .imgbox .text:hover a {
  color: #2284b2;
}
#profile .News .news {
  display: flex;
  justify-content: space-between;
}
#profile .News .news .left {
  width: 100%;
}
#profile .News .news .right {
  display: none;
}
#profile .News .news .top .newsNavBar {
  display: flex;
  justify-content: space-between;
}
#profile .News .news .top .newsNavBar .item {
  width: 220px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #eee;
  cursor: pointer;
  font-size: 18px;
}
#profile .News .news .top .newsNavBar .item.active {
  background-color: #2284b2;
  color: #ffffff;
}
#profile .News .news .bottom {
  margin-top: 10px;
  position: relative;
}
#profile .News .news .bottom .contents {
  display: none;
  overflow: auto;
}
#profile .News .news .bottom .contents .imgbox {
  text-align: center;
}
#profile .News .news .bottom .newsitem {
  display: flex;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dcdcdc;
  flex-direction: column;
}
#profile .News .news .bottom .newsitem .imgbox {
  cursor: pointer;
  overflow: hidden;
  flex: 3;
}
#profile .News .news .bottom .newsitem .imgbox img {
  transition: all 0.3s;
  width: 100%;
  height: auto !important;
}
#profile .News .news .bottom .newsitem .content {
  flex: 7;
}
#profile .News .news .bottom .newsitem .content .tit {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  cursor: pointer;
}
#profile .News .news .bottom .newsitem .content .tit .text {
  float: left;
}
#profile .News .news .bottom .newsitem .content .tit .date {
  float: right;
}
#profile .News .news .bottom .newsitem .content .tit:hover a {
  color: #2284b2;
}
#profile .News .news .bottom .newsitem .content .text {
  line-height: 25px;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
#profile .cooperative .imgbox {
  cursor: pointer;
}
#profile .cooperative .imgbox img {
  width: 100%;
}
