:root {
  --text-color-default: #000;
  --text-color-primary: #323232;
  --text-color-secondary: #6c6c6c;
  --text-color-meta: #737474;
  --text-color-hint: #999;
  --text-color-input: #333;
  --placeholder-color: #b1b1b1;
  --text-color-white: #fff;
  --bg-color-page: #f7f7f7;
  --bg-color-white: #fff;
  --bg-color-primary: #1645e5;
  --bg-color-secondary: #c1c1c1;
  --border-color-primary: #1645e5;
  --box-shadow-default: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 -10px 15px -3px rgba(0, 0, 0, 0.05);
}

body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  min-width: 1250px;
  min-height: 100%;
  background: url("../img/sy_banner.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.main {
  width: 1200px;
  margin: 3% auto 0;
  padding-bottom: 50px;
}
.main .top {
  width: 1000px;
  margin: 0 auto;
}
.main .top img {
  display: block;
  width: 100%;
}

.title {
  width: 1000px;
  margin: 3% auto 0;
}

.title img {
  display: block;
  width: 100%;
}

.switchNav {
  width: 100%;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switchNav .nav_item {
  width: 20%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 17px;
  border-radius: 25px;
  cursor: pointer;
}

.switchNav .nav_item.active {
  background-color: #fff;
  color: #1645e5;
}

.mainArea {
  width: 1200px;
  padding: 55px 0px 45px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 80px auto 40px;
  background-color: #fff;
  display: flex;
}

.login_content {
  width: 58%;
  padding: 5px 100px 0px;
  box-sizing: border-box;
}
.content_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_title .tips {
  margin: 0 10px;
  letter-spacing: 2px;
  font-size: 25px;
  color: #1645e5;
}

.content_title .circle {
  width: 5px;
  height: 5px;
  background-color: #1645e5;
  border-radius: 50%;
}

#login_area {
  margin-top: 65px;
}

.area_item {
  width: 100%;
  margin-bottom: 25px;
}

.area_item input {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 19px;
  color: #333333;
}

.area_item input::placeholder {
  color: #696969;
  font-size: 16px;
}

/* 提交 */
.subBtn {
  display: block;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(#34bef2, #2378eb);
  text-align: center;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 21px;
  color: #ffffff;
  line-height: 65px;
  cursor: pointer;
  margin-top: 40px;
  letter-spacing: 2px;
}

/* 底部点击弹框 */

#loginMsg {
  margin-top: 40px;
  /* background-color: lightblue; */
}

.msg_left {
  width: 100%;
}

.msg_left a {
  font-size: 16px;
  text-decoration: underline;
  color: #373737;
}

.msg_right {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.msg_right .getAccount {
  font-size: 16px;
  color: #414141;
}

.msg_right .foget {
  color: #838383;
  font-size: 16px;
  text-decoration: underline;
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.bgResult {
  width: 500px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}

.bgResult .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.official_account {
  width: 42%;
  border-left: 2px solid #eeeeee;
  box-sizing: border-box;
}

.official_account_box {
  padding: 5px 40px 0px;
  box-sizing: border-box;
}

.officialTitle {
  width: 142px;
  margin: 0 auto;
}

.officialCode {
  height: 235px;
  margin: 40px auto 0;
}

.officialTitle img,
.officialCode img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.subscribe {
  width: 82%;
  color: #8a8a8a;
  font-size: 13px;
  text-align: justify;
  margin: 50px auto 0;
  line-height: 22px;
}

/* 资讯公告 */

.announce_content {
  width: 55%;
  padding-left: 40px;
  border-left: 2px solid #eeeeee;
  box-sizing: border-box;
}

.contentBox {
  width: 100%;
  /* margin-left: 5%; */
  padding-right: 3px;
  box-sizing: border-box;
  /* background-color: lightblue; */
}

.boxTitle {
  width: 142px;
  margin: 0 auto;
}

.boxTitle img {
  width: 100%;
  height: auto;
  display: block;
}

.newsArea {
  /* background-color:pink; */
  /* height: 440px; */
  height: 425px;

  margin-top: 30px;
  overflow-y: scroll;
  scrollbar-arrow-color: #e6e6e6;
  /*顶部/底部图标颜色*/
  scrollbar-face-color: #e6e6e6;
  /*滚动条颜�?*/
  scrollbar-shadow-color: #e6e6e6;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.newsArea::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.newsArea::-ms-scrollbar {
  width: 4px;
  height: 4px;
}

.newsArea::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #e6e6e6;
}

.newsArea::-ms-scrollbar-thumb {
  border-radius: 5px;
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #e6e6e6;
}
/* pc hover、h5 取消hover */
/* @media (any-hover: hover) {
  .ele_left:hover .modalBg {
    opacity: 1;
  }

  .ele_right:hover {
    background-color: #e7ecfc;
  }
} */

/* 2.优秀作品展示 */
.flexCenter {
  display: flex;
  align-items: center;
}
.flexCenter {
  display: flex;
  align-items: center;
}
.mb35 {
  margin-bottom: 35px;
}
.blockContent {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.byItemLeft {
  width: 51px;
  height: 35px;
  line-height: 35px;
  flex-shrink: 0;
  font-size: 14px;
  align-self: flex-start;
  color: var(--text-color-secondary);
}

.byItemRight {
  width: calc(100% - 51px);
  display: flex;
  flex-wrap: wrap;
}

.byItemRight span {
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: var(--text-color-white);
  background-color: var(--bg-color-secondary);
  border-radius: 5px;
  margin-right: 13px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  flex-shrink: 0;
}
.typeRight span {
  margin-bottom: 25px;
}
.typeRight span:nth-child(7n) {
  margin-right: 0;
}
.typeRight span:nth-child(n + 7) {
  margin-bottom: 0;
}
.byItemRight .span_active {
  color: var(--text-color-white);
  background-color: var(--bg-color-primary);
}

.searchArea {
  padding-left: 51px;
  box-sizing: border-box;
}
.searchRight {
  width: 100%;
}

.searchRight input {
  width: 80%;
  padding: 0 15px;
  box-sizing: border-box;
  color: var(--text-color-input);
  font-size: 16px;
  height: 44px;
  border: 2px solid var(--border-color-primary);
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.searchRight input::placeholder {
  color: var(--placeholder-color);
  font-size: 15px;
  letter-spacing: 1px;
}

.searchRight button {
  width: 20%;
  height: 44px;
  line-height: 44px;
  color: var(--text-color-white);
  background-color: var(--bg-color-primary);
  text-align: center;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.searchRight button:hover {
  opacity: 0.9;
}


.listArea {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.work_item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.work_item:nth-child(4n) {
  margin-right: 0;
}

.work_top {
  width: 100%;
  max-height: 177px;
  overflow: hidden;
}

.work_top img {
  width: 100%;
  min-height: 177px;
  transition: all 0.735s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.work_top img:hover {
  transform: scale(1.1);
}
.work_bottom {
  margin-top: 20px;
  cursor: pointer;
}
.work_bottom h3 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.work_bottom .workInfo {
  color: var(--text-color-secondary);
  font-size: 15px;
  margin-top: 17px;
  padding: 0 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.workInfo .info_school {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.workInfo .info_author {
  width: 80px;
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.work_top:hover + .work_bottom h3 {
  color: var(--bg-color-primary);
}

/* 弹窗 */
.overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 100%;
  max-width: 800px;
  /* background-color: white; */
  border-radius: 15px;
  /* box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); */
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  /* overflow: hidden; */
}
.popup * div {
  box-sizing: border-box;
}
.popup.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
/* 弹窗头部 */
.popup-header {
  /* background: linear-gradient(135deg, #39a2ad 0%, #249fac 100%); */
  background-color: #fff;
  color: white;
  padding: 45px 10px 15px;
  position: relative;
  top: 1px;
  border-radius: 15px 15px 0 0;
}
.popup-title {
  font-size: 22px;
  /* color: #fff; */
  color: #000;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.popup-meta {
  text-align: center;
  /* color: #ffffffd5; */
  color: #c5c5c5;
  font-size: 16px;
  margin-top: 20px;
}
.popup-meta span {
  margin: 0 20px;
}
.subDetail {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subDetail span {
  font-size: 16px;
  color: #999999;
  margin: 0 20px;
}

.close_btn {
  position: absolute;
  /* top: 10px;
  right: 10px; */
  top: -50px;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
/* 弹窗内容 */
.popup .popup-content {
  padding: 30px 30px 40px;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}

/* 修改滚动区域样式 */
.scrollArea {
  width: 100%;
  max-height: calc(100vh - 310px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

.scrollArea::-webkit-scrollbar {
  width: 6px; /* 滚动条宽度 */
}
.scrollArea::-webkit-scrollbar-track {
  background: #f5f5f5; /* 滚动条轨道背景 */
}
.scrollArea::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滚动条滑块背景 */
  border-radius: 3px;
}

/* 图片样式调整，确保适应滚动区域 */
.thubImg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.audioPoster {
  width: 230px;
  margin: 0 auto;
}
.thubImg img,
.audioPoster img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.scrollArea video {
  width: 100%;
  /* height: 520px; */
  border: none;
  outline: none;
}

#audioPlayer {
  display: none;
}
.audioControls {
  width: 100%;
  margin-top: 30px;
  /* background-color: lightblue; */
}
.controlsTop {
  width: 100%;
  display: flex;
  align-items: center;
}
.playBtn {
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 5px;
}
.playBtn i {
  font-size: 24px;
  color: var(--bg-color-primary);
}
.playTime {
  font-size: 16px;
  color: #6e6e6e;
  display: flex;
}
.devideline {
  margin: 0 2px;
}

.progress-container {
  width: 100%;
  margin-top: 10px;
}
.progress-container input {
  display: block;
  width: 100%;
}

/* 进度条样式 */
.audioBox input[type="range"].progress {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, var(--bg-color-primary) 0%, var(--bg-color-primary) var(--progress, 0%), #c1c1c1 var(--progress, 0%), #c1c1c1 100%);
  border-radius: 4px;
  outline: none;
  margin: 15px 0;
  transition: background 0.1s ease; /* 添加平滑过渡 */
}

/* 滑块样式 */
.audioBox input[type="range"].progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: var(--bg-color-primary);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  /* left: 0px; */
  transition: transform 0.1s ease; /* 添加平滑过渡 */
}


/* Firefox 浏览器样式 */
.audioBox input[type="range"].progress::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--bg-color-primary);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  /* left: 0px; */
  transition: transform 0.1s ease; /* 添加平滑过渡 */
}
/* IE浏览器样式 */
.audioBox input[type="range"].progress::-ms-thumb {
  width: 16px;
  height: 16px;
  background: var(--bg-color-primary);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  /* left: 0px; */
  transition: transform 0.1s ease; /* 添加平滑过渡 */
}





/* 分页 */
.block_pagenation {
  margin: 30px auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--bg-color-primary);
}
.layui-laypage a:hover {
  color: var(--bg-color-primary);
}
.layui-laypage a,
.layui-laypage span {
  margin: 0 7px;
}

/* 资讯公告 */

.infoList {
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
}
.info_ele {
  width: 100%;
  display: flex;
  padding: 50px 0 60px;
  box-sizing: border-box;
  border-bottom: 2px solid #f1f1f1;
}

.info_ele:last-child {
  border-color: transparent;
}

.info_ele .ele_left {
  width: 25%;
  height: 170px;
  flex-shrink: 0;
  /* background-color: orange; */
  overflow: hidden;
  position: relative;
}

.info_ele .ele_left .infoImg {
  width: 100%;
  height: 170px;
}

.info_ele .ele_left .infoImg img {
  width: 100%;
  min-height: 170px;
  display: block;
  transition: all 1s;
}

.info_ele .ele_left .hoverListImg:hover {
  transform: scale(1.1);
}

.ele_left .dateBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-color-primary);
}

.dateBox span {
  display: block;
  font-size: 35px;
  color: #fff;
}

.dateBox span:nth-child(2) {
  font-size: 25px;
  margin-top: 10px;
}

/* .info_ele .ele_left .dateBox {
  width: 100%;
  height: 170px;
  font-size: 45px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/infoImgBg.png) no-repeat;
  background-size: 100% 100%;
}

.info_ele .ele_left .dateBox .date_day {
  font-size: 35px;
  margin-bottom: 20px;
}

.info_ele .ele_left .dateBox .date_normal {
  font-size: 30px;
} */

.info_ele .ele_right {
  width: 75%;
  padding: 20px 25px 20px 30px;
  box-sizing: border-box;
  /* background-color: palegoldenrod; */
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info_ele .ele_right .infoTitle {
  font-size: 17px;
  /* font-weight: bold; */
  max-height: 56px;
  /* background-color: lightcoral; */
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}

.info_ele .ele_right:hover .infoTitle {
  color: var(--bg-color-primary);
}

.ele_right .infoDetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 5px;
  box-sizing: border-box;
  font-size: 15px;
  color: #6f6f6f;
}

.page_detail .mainArea {
  display: block;
  padding: 55px 100px 45px;
}
.detailMiddle .detailTitle {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}

.detailMiddle .detailInfo {
  text-align: center;
  font-size: 15px;
  color: #8b8886;
  margin-top: 30px;
}
.detailMiddle .detailInfo span {
  margin: 0 30px;
}
.detailMiddle img {
  max-width: 100%;
  display: block;
  margin: 50px auto 40px;
}

.detailMiddle .middleText {
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  color: #585858;
  margin-top: 30px;
}
.detailMiddle .middleText p {
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  color: #585858;
  margin-bottom: 25px;
}

/* 2024.10.10新增证书查询开始 */

.page_prize .queryArea {
  width: 75%;
  margin: 50px auto 0;
}
.page_prize .login_content {
  width: 1000px;
  padding: 60px;
  margin: 0 auto;
  border: 2px dashed var(--bg-color-primary);
}
.page_prize .area_item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.page_prize .area_item input {
  border-radius: 4px;
}
.form_left {
  width: 120px;
  /* background-color: orange; */
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.form_right {
  width: calc(100% - 120px);
}
.form_right input {
  height: 55px;
}
.page_prize .addLetterSpacing {
  letter-spacing: 5px;
}
.form_tips {
  /* background-color: pink; */
  font-size: 15px;
  padding-left: 120px;
  color: #b2b2b2;
  margin: 8px 0 25px;
  box-sizing: border-box;
}
.page_prize .subBtn {
  display: block;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(#34bef2, #2378eb);
  text-align: center;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
  margin-top: 40px;
}

/* 2024.1.9新增 */
.page_prize .main {
  padding-bottom: 200px;
}
.page_prize .mainArea {
  display: block;
  /* padding: 25px 0 100px; */
}
.errorTips {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  width: 220px;
  /* height: 40px; */
  line-height: 24px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
}
#prizeDownLoad {
  width: 100%;
  margin: 50px auto 0;
  padding-bottom: 50px;
}

.prizeImg {
  width: 65%;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #ccc;
}
.prizeImg img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.downTips {
  margin-top: 30px;
}
.downTips p {
  font-size: 16px;
  text-align: center;
  line-height: 27px;
}
.operate {
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
  /* background-color: lightblue; */
}
.operate div {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--bg-color-primary);
}
.operate .downBtn {
  background-color: #771bf5;
}

.easyTips {
  max-width: 260px;
  padding: 12px 15px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}
/* 2024.10.10新增证书查询结束 */

.banquan {
  width: 100%;
  /* position: absolute;
  left: 0;
  bottom: 8%;
  z-index: 12; */
  text-align: center;
}

.banquan span {
  font-size: 16px;
  /* text-align: center;
  width: 100%; */
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 20px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  display: inline-block;
}

.banquan span:last-child {
  margin-right: 0;
}



/* 2025.12.24新增优秀作品详情页面 */
.renderContent {
  margin-top: 40px;
}
.renderVideo {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 25px auto 10px;
}
.renderVideo video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  outline: none;
  border: none;
  border-radius: 0px;
}

.renderRichText {
  font-size: 15px;
  color: #686868;
  line-height: 25px;
  text-align: justify;
}
.renderRichText img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
}
.renderRichText p{
text-indent: 2em;
}