.constant-title {
  padding: 40px 0;
}

.constant-title p:nth-child(1) {
  font-size: 40px;
  font-weight: 600;
  color: #3076ff;
  display: flex;
  justify-content: center;
  width: 100%;
}

.constant-title p:nth-child(2) {
  display: flex;
  justify-content: center;
}

.constant-title p a {
  display: flex;
  align-items: center;
}

.constant-title p a:nth-child(1) {
  font-weight: 600;
  color: #404040;
}

.constant-title p a:nth-child(3) {
  color: #404040;
}

.constant-title p span {
  font-size: 20px;
  margin: 0 10px;
}

.constant-title img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.content .container {
  display: flex;
  flex-wrap: wrap;
}

.content-left {
  width: 25%;
}

.content-left .card-header {
  background-color: #0b9412;
  padding: 10px !important;
}

.content-left .card-header h2 .btn {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.content-left .card-body {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px !important;
}

.content-left .card-body a {
  color: #404040;
}

.content-left .new {
  margin-top: 20px;
}

.content-left .new .new-title {
  font-size: 30px;
  font-weight: 600;
  color: #3076ff;
  display: flex;
  justify-content: left;
  width: 100%;
  padding-bottom: 20px;
}

.content-left .new .new-list a {
  display: flex;
  border-top: 1px dashed #dfdfdf;
  padding: 15px 0;

  >div {
    width: 40%;
    overflow: hidden;
  }

  img {
    width: 100%;  
    transition: all .3s;
  }

  &:hover img {
    transform: scale(1.1);
  }

  p {
    font-size: 16px;
    margin-left: 10px;
    color: #404040;
  }
}

.content-right {
  width: 75%;
  padding: 0 20px 0 40px;
}

.content-right .content-right-title {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
}

.content-list .list {
  border-top: 1px dashed #666;
  padding: 20px 0;
}

.content-list .list {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

.content-list .list .left {
  width: 25%;
  overflow: hidden;
}

.content-list .list .left img {
  width: 100%;
  transition: all .3s;
}

.content-list .list .left:hover img {
  transform: scale(1.1);
}

.content-list .list .right {
  padding: 0 10px;
  width: 75%;
  box-sizing: border-box;
}

.content-list .list .right h6 {
  text-align: left;
  font-size: 20px;
  color: #444;
  line-height: 30px;
  max-height: 60px;
  margin-top: 0;
  margin-bottom: 4px;
  overflow: hidden;
  font-weight: bold;
  text-transform: inherit;
}

.content-list .list .right p {
  overflow: hidden;
  white-space: normal;
  max-height: 52px;
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 16px;
  height: auto;
  margin: 10px 0 15px 0;
  color: #666;
}

.content-list .list .bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.content-list .list .bottom p {
  color: #404040;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

.content-list .list .bottom a {
  padding: 5px 20px;
  background-color: #f0f0f0;
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  color: #404040;

  &:hover {
    background-color: #3076ff;
    color: #fff;
  }
}