BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

  padding:0px;

  margin:0px;

  border:0px;

  font-family: "Regular";
}

@font-face{
  font-family:"Regular";
  src: url('../font/Source_Han_Sans_SC_Regular.otf');
}

*{  
  font-family: "Regular";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{ font-size: 12px; font-weight:normal;}

img { border:0 none}

ol,ul{ list-style-type:none;}

a { color:#000000; text-decoration:none; outline: medium none;}

.clear { 
  clear:both; 
}
.both:after {
  display: block;
  content: "";
  clear: both;
}
.fl{ float:left}

.fr{ float:right}

.commonWidth {
  width: 1500px;
  margin: 0 auto;
}
.commonA {
  display: block;
  width: 100%;
  height: 100%;
}
.commonImg {
  display: block;
  width: 100%;
}
input {
  outline: none;
  border: 0;
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: RGBA(145, 6, 3, 1);
}
.transition {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.header {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 56%;
  background: url(../images/forum/bg.png) no-repeat top / cover;
}

.header_btn_box {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 37px;
  padding: 5px 60px 0px;
}
.header_btn_cont {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.header_btn {
  width: auto;
  position: relative;
}
.header_btn>h3 {
  display: block;
  padding-left: 45px;
  background: url(../images/forum/icon_history.png) no-repeat 0px;
  font-size: 20px;
  color: rgba(250, 220, 183, 1);
  line-height: 30px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}
.header_btn>h3:after {
  content: '';
  display: block;
  width: 9px;
  height: 7px;
  background: url(../images/forum/icon_arrow_bottom.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1;
}
.header_btn+.header_btn>h3 {
  background: url(../images/forum/icon_ruc.png) no-repeat 0px;
  padding-right: 0px;
}
.header_btn+.header_btn+.header_btn>h3 {
  background: url(../images/forum/icon_nads.png) no-repeat 0px;
}
.header_btn+.header_btn>h3:after {
  display: none;
}
.header_btn>h3>a {
  color: rgba(250, 220, 183, 1);
}
.header_btn+.header_btn {
  margin-left: 60px;
}
.header_history {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: rgba(250, 220, 183, 1);
  border-radius: 5px;
  margin-top: 20px;
}
.header_history>a {
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding-bottom: 10px;
}
.header_history>a+a {
  border-top: 1px solid rgba(184, 162, 135, 0.5);
  padding-top: 10px;
  padding-bottom: 0px;
}
.header_history>a:hover {
  color: rgba(151, 4, 14, 1);
}

/* news */

.newsIdx {
  width: 100%;
  padding: 40px 0px 80px;
}
.newsIdx_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.newsCont,
.newsidx_item {
  width: calc((100% / 2) - 50px);
  height: auto;
}
.commonTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comonTitle_text {
  width: auto;
}
.comonTitle_text>span {
  display: block;
  font-size: 20px;
  color: #6A0D14;
}
.comonTitle_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}
.commonTitle_more {
  display: block;
  font-size: 15px;
  color: #666666;
  line-height: 87px;
  text-decoration-line: underline;
  position: relative;
  z-index: 5;
}
.newsDetail {
  width: 100%;
  margin-top: 40px;
}
.news_pic {
  width: 100%;
  height: 328px;
  border-radius: 5px;
  overflow: hidden;
}
.newsDetail>a>h3 {
  display: block;
  font-weight: bold;
  font-size: 21px;
  color: #333333;
  line-height: 31px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}
.newsDetail>a>p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}
.newsDetail:hover .news_pic>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.newsDetail:hover h3 {
  color: #6A0D14;
}
.newsidx_list {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
} 
.newsidx_scroll_wrap {
  transition: transform 0.4s ease-in-out;
}
.newsidx_list_cont {
  width: 100%;
  height: 60px;
  background: url(../images/forum/news_idx_list_bg.png) no-repeat 0px;
  padding-right: 20px;
  overflow: hidden;
}
.newsidx_list_cont {
  margin-bottom: 20px;
}
.newsidx_list_cont>a>h3 {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  padding-left: 120px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsidx_list_cont>:hover h3 {
  color: #6A0D14;
}

/* leader_bg */

.leader_bg {
  width: 100%;
  height: 625px;
  background: url(../images/forum/leader_bg.png) no-repeat top center / cover;
  padding: 60px 0px;
}
.leader_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.speech_box,
.viewpoint_box {
  width: calc((100% / 2) - 50px);
  height: auto;
}
.speech_box .comonTitle_text>span,
.speech_box .commonTitle_more,
.viewpoint_box .comonTitle_text>span,
.viewpoint_box .commonTitle_more   {
  color: rgba(255, 255, 255, 0.5);
}
.speech_box .comonTitle_text>h3,
.viewpoint_box .comonTitle_text>h3 {
  color: #ffffff;
}
.speech_tab {
  width: 100%;
  margin-top: 50px;
}
.speech_cont {
  width: 100%;
}
.speech_detail {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(242, 231, 226, 0.2);
}
.speech_detail>a {
  display: flex;
  justify-content: space-between;
}
.speech_detail_pic {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.speech_detail_text {
  width: calc(100% - 200px);
}
.speech_detail_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 31px;
}
.speech_detail_text>span {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  margin: 10px 0px 15px;
}
.speech_detail_text>p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.speech_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.speech_menu>div {
  width: 100px;
  height: 150px;
  overflow: hidden;
  padding-top: 50px;
  cursor: pointer;
}
.speech_menu>div>img {
  display: block;
  width: 100%;
  border-radius: 50px;
}
.speech_menu .scholarNavAct {
  background: url(../images/forum/icon_arrow_top.png) no-repeat center 20px;
}
.view_tab {
  width: 100%;
  position: relative;
}
.view_menu {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  z-index: 2;
  transform: translateY(-110px);
}
.view_menu>div {
  font-weight: bold;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  cursor: pointer;
}
.view_menu>div+div {
  margin-left: 20px;
}
.view_menu>.scholarNavAct {
  color: #ffffff;
  text-decoration: underline;
  font-size: 40px;
}
.view_cont {
  width: 100%;
  margin-top: 50px;
}
.view_detail {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.swiper_view_detail_first,
.swiper_view_detail_sec {
  width: 100%;
  height: 100%;
}
.swiper_view_detail_first .swiper-slide {
  height: calc(100% / 3) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper_view_detail_sec .swiper-slide {
  height: calc(100% / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.view_detail_list {
  width: 100%;
  padding-bottom: 20px;
}
.view_detail_list>a>h3 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 31px;
}
.view_detail_list>a>h3>span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.view_detail_list>a>p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.view_detail_list+.view_detail_list {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}

.videoIdxDetailSeclist {
  width: 100%;
  max-height: 340px;
  overflow: hidden;
}
.videoIdxDetailSecItem {
  display: flex;
  justify-content: space-between;
}
.videoIdxDetailSecItemPic {
  width: 220px;
  height: 125px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(124,48,48,0.5);
  position: relative;
}
.videoIdxDetailSecItemPic>.videoBtn {
  width: 48px;
  height: 48px;
  background: url(../images/videoBtn.png) no-repeat center center / cover;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
}
.videoIdxDetailSecItemText {
  width: calc(100% - 240px);
  padding-top: 10px;
}
.videoIdxDetailSecItemText>h3 {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.videoIdxDetailSecItemText>span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  margin-top: 20px;
}
.videoIdxDetailSecItem+.videoIdxDetailSecItem {
  margin-top: 20px;
}
.videoIdxDetailSecItem {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.videoIdxDetailSecItem:hover {
  transform: translateY(-5px);
}


/* achievement_bg */

.achievement_bg {
  width: 100%;
  background: url(../images/forum/achievement_bg.png) no-repeat top center / cover;
  padding: 50px 0px;
}
.achievement_box {
  width: 100%;
  margin: 50px auto 0px;
}
.achievement_tab {
  width: 100%;
}
.achievement_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(-90px);
}
.achievement_menu>div {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  padding-bottom: 5px;
  cursor: pointer;
}
.achievement_menu>.scholarNavAct {
  color: #5F070C;
  border-bottom: 1px solid #5F070C;
}
.achievement_menu>div+div {
  margin-left: 20px;
}
.achievement_cont,
.achievement_detail {
  width: 100%;
}
.certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 110px;
}
.certify  .swiper-slide {
  width: 875px;
  height: 540px;
  /* overflow: hidden; */
  position: relative;
}
.certify  .swiper-slide img{
  display:block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.certify .swiper-button-prev:after,
.certify .swiper-button-next:after {
  color: transparent;
}
.certify .swiper-button-prev {
  top: auto;
  bottom: 140px;
  left: 28%;
  width: 46px;
  height: 46px;
  background: url(../images/forum/icon_certify_prev.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.certify .swiper-button-next {
  top: auto;
  bottom: 140px;
  right: 28%;
  width: 46px;
  height: 46px;
  background: url(../images/forum/icon_certify_next.png) no-repeat;
  background-size: 100%;
}
.achievement_text {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -110px;
  display:none;
}
.swiper-slide-active .achievement_text{display:block}
.achievement_text>a>h3 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 31px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.achievement_text>a>p {
  max-width: 675px;
  margin: 10px auto 0;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* sub_forum_bg */

.sub_forum_bg {
  width: 100%;
  height: auto;
  background: url(../images/forum/sub_forum_bg.png) no-repeat top center / cover;
  padding: 60px 0px;
}
.sub_forum_tab {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.sub_forum_menu {
  width: calc(100% - 1190px);
  min-width: 220px;
}
.sub_forum_menu>div {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 31px;
  border-bottom: 1px solid RGBA(229, 225, 221, 1);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 18px;
  cursor: pointer;
}
.sub_forum_menu>.scholarNavAct {
  color: rgba(106, 13, 20, 1);
  border-bottom: 1px solid rgba(106, 13, 20, 1);
  background: url(../images/forum/icon_arrow_right.png) no-repeat 95%;
}
.sub_forum_menu>div+div {
  padding-top: 18px;
}
.sub_forum_cont {
  width: calc(100% - 340px);
}
.sub_forum_detail {
  width: 100%;
}
.sub_forum_detail>a {
  display: flex;
  justify-content: space-between;
}
.sub_forum_detail_pic {
  width: 535px;
  height: 325px;
  overflow: hidden;
}
.sub_forum_detail_pic>img {
  display: block;
  width: 100%;
}
.sun_forum_detail_text {
  width: calc(100% - 595px);
  height: 325px;
  padding-top: 20px;
  overflow: auto;
}
.sun_forum_detail_text>span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #6A0D14;
  line-height: 31px;
}
.sun_forum_detail_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.sun_forum_detail_text>p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

/* footer_bg */

.footer_bg {
  width: 100%;
  height: 335px;
  overflow: hidden;
  padding: 60px 0px;
  background: url(../images/forum/footer_bg.png) no-repeat top center / cover;
  margin-top: 50px;
}
.foot {
  width: 1075px;
  margin: 0 auto;
}
.foot>p {
  font-weight: normal;
  font-size: 18px;
  color: rgba(255, 237, 193, 0.7);
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.foot>img {
  display: block;
  margin: 50px auto 0px;
  width: 540px;
}

/* list */

.commonFlex {
  width:1400px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.commonNavLeft {
  width: 230px;
  height: auto;
}
.commonNavLeft>ul {
  width: 100%;
  background-color: rgba(250, 220, 183, 1);
}
.commonNavLeft>ul>h3 {
  display: block;
  width: 100%;
  height: 66px;
  background: RGBA(145, 6, 3, 1);
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 66px;
  text-indent: 20px;
}
.commonNavLeft>ul>li {
  width: 100%;
  overflow: hidden;
}
.commonNavLeft>ul>li>a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  position: relative;
  text-indent: 20px;
}
.commonNavLeft>ul>li>a:hover {
  color: RGBA(145, 6, 3, 1);
}
.commonNavLeft>ul>li.active>a {
  color: RGBA(145, 6, 3, 1) !important;
}

.forum_list {
  width: calc(100% - 260px);
  margin-top: 50px;
}
.forum_item {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.forum_item>a {
  display: flex;
  justify-content: space-between;
}
.forum_item>a>h3 {
  display: block;
  width: calc(100% - 15%);
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  max-height: 30px;
  overflow: hidden;
}
.forum_item>a>span {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  color: #7D7C7C;
  line-height: 30px;
}
.forum_item>a>h3:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  z-index: 2;
}
.forum_item:after {
  display: block;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #ad0b29;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.forum_item:hover:after {
  width: 100%;
}
.forum_item:hover h3,
.forum_item:hover span {
  color: #ad0b29;
}
.forum_item:hover h3:before {
  background-color: #ad0b29;
}
.forum_item+.forum_item {
  margin-top: 20px;
}
.commonRightTitle {
  width: 100%;
  margin-top: 20px;
}
.commonRightTitle_Cont {
  width: auto;
  padding-left: 30px;
  border-left: 4px solid #002754;
}
.commonRightTitle_Cont>h3 {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #002754;
  line-height: 35px;
  margin-bottom: 5px;
}
.forum_article {
  width: 80%;
  margin: 0 auto;
}
.forum_article>h3 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #333333;
  padding-bottom: 30px;
}
.forum_article p {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px;
}
.forum_article p img{max-width:100%;height: auto!important;}

.forum_article img {
  display: block;
  max-width: 80%;
  margin: 10px auto 10px;
}

/* page */

.page {
  width: 100%;
  margin-top: 50px;
}
.page_nav {
  height: 32px;
  width: 100%;
  text-align: center;
}
.page_nav li {
  width: auto;
  padding: 0px 5px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  margin: 0px 3px;
}
.page_nav li a {
  display: block;
  color: #222222;
}
.page_nav li>a.active {
  border: 1px solid #ad0b29;
  color: #ad0b29;
}
.page_nav li.active>span {
  border: 1px solid #ad0b29;
  color: #ad0b29;
}
.pagination {
  margin: 0 !important;
}
.page_nav li:last-child {
  width: auto;
}
.total {
  width: auto !important;
}
.total span {
  width: auto !important;
  font-size: 14px;
  padding: 0px 5px;
}
.pagination span,
.pagination a {
  box-sizing: border-box;
  display: block;
  width: auto;
  padding: 0px 10px;
  height: 32px;
  line-height: 32px !important;
  border: 1px solid #656565;
  border-radius: 4px;
}
.pagination a:hover {
  color: #ad0b29;
  border: 1px solid #ad0b29;
}
.pagination div {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.pagination div input {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  margin: 0px 5px;
  font-size: 16px;
  text-align: center;
}
.pagination div input[type="button"] {
  width: 60px;
  background-color: #990000;
  border: 1px solid #990000;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}

/* leaderArticle */

.leaderArticle {
  width: 100%;
  margin-top: 50px;
}
.leaderHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 20px;
}
.leaderArticlePic {
  width: 200px;
  height: 260px;
  overflow: hidden;
}
.leaderArticleText {
  width: calc(100% - 240px);
  padding-top: 20px;
}
.leaderArticleText>h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #002754;
  font-weight: bold;
}
.leaderArticleText>span {
  display: block;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  margin-top: 10px;
}
.leaderBody {
  width: 100%;
  margin-top: 20px;
}
.leaderBody h3 {
  display: block;
  font-size: 20px;
  color: #002754;
  line-height: 35px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.leaderBody h3:after {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #002754;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
}
.leaderBody p {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 20px;
}