.menus {
  width: 200px;
  border: 1px solid #d6d6d6;
}
.menus ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
.menus ul li a {
  display: inline-block;
  width: 100%;
  height: 39px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.menus ul li a:hover,.menus ul li a.cur {
  font-weight: bold;
  background: #f4ebff;
}
.menus ul li a.cur:after {
  content:'';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #f4ebff;
  position: absolute;
  top: 15px;
  right: -12px;
}
.info {
  width: 1130px;
  padding: 0 30px;
}
.info .title {
  padding: 5px 0;
  border-bottom: 1px solid #d6d6d6;
}
.info .title strong {
  font-size: 16px;
  color: #3d0085;
}
.info .image {
  padding: 30px;
}
.info p {
  margin: 10px 0;
  line-height: 24px;
  text-indent: 2em;
}
.notice-list {
  padding: 10px 0;
}
.notice-item {
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.notice-item img {
  width: 160px;
}
.notice-item h3 {
  font-size: 14px;
}
.notice-item h3 a {
  color: #000000;
  text-decoration: none;
}
.notice-item h3 a:hover {
  text-decoration: underline;
}
.notice-item .desc {
  margin-top: 10px;
  color: #888888;
}
.notice-item .date {
  margin-top: 20px;
  color: #a5a5a5;
}
.content {
  padding: 30px;
}
.content .header {
  text-align: center;
}
.content .header h1 {
  font-size: 16px;
}
.content .header p {
  font-size: 12px;
  color: #8e8e8e;
}
.activity-list {

}
.activity-header {
  line-height: 24px;
  border-bottom: 2px solid #d6d6d6;
}
.activity-header a {
  padding: 5px 10px;
  font-size: 14px;
  color: #4f4f4f;
  text-decoration: none;
}
.activity-header a.cur {
  background: #d80b46;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.activity-header a.cur:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #d80b46 transparent transparent;
}
.activity-footer {

}
.activity-item {
  margin-top: 20px;
  background: #f1f1f1;
}
.activity-item img {
  width: 434px;
}
.activity-intro {
  padding: 10px;
}
.activity-intro .title {

}
.activity-intro .desc {
  margin-top: 20px;
}
.activity-info img {
  width: 12px;
  margin-right: 5px;
}
.activity-info p {
  font-size: 12px;
  color: #5b5b5b;
}
.activity-detail img {
  width: 434px;
}
.activity-detail p span img {
  width: 14px;
  margin-right: 5px;
}
.activity-detail h1 {
  font-size: 16px;
}
.activity-detail p {
  line-height: 30px;
}
.activity-content {
  margin-top: 30px;
}
.activity-content p {
  padding: 5px 0;
}
.activity-hot {
  border: 1px solid #d6d6d6;
  padding: 1px;
  margin-top: 20px;
}
.activity-hot-list {
  padding: 0 20px;
  gap: 35px;
}
.activity-hot-item {
  margin: 20px 0;
  background: #f1f1f1;
}
.activity-hot-item img {
  width: 300px;
}
.activity-hot-intro {
  padding: 10px;
}
.activity-hot-intro .title {

}
.activity-hot-intro .desc {
  margin-top: 20px;
}
.activity-hot-info img {
  width: 12px;
  margin-right: 5px;
}
.activity-hot-info p {
  font-size: 12px;
  color: #5b5b5b;
}