.about_president {
  background-color: #283149;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("/templates/default/ray/about/images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.about_president .title {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 50px;
  font-size: 25px;
  font-weight: 600;
}
.about_president .avatblock {
  float: left;
  width: 280px;
}
.about_president .avatblock .avatar_president {
  width: 280px;
  display: block;
}
.about_president .infoblock {
  float: right;
  width: 850px;
  padding-left: 63px;
  padding-top: 18px;
  padding-right: 35px;
  font-size: 16px;
  line-height: 30px;
  color: #F8F8FF;
}
.about_president .newsList .moreblock {
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}
.about_president .newsList .moreblock a {
  color: #be3030;
}
.about_president .newsList .moreblock a:hover {
  color: red;
}
.about_president .newsList ul li {
  float: left;
  font-size: 0;
  height: 25px;
  line-height: 25px;
}
.about_president .newsList ul li a {
  color: #fff;
}
.about_president .newsList ul li a:hover {
  color: #9fa9c3;
}
.about_president .newsList ul li .new {
  display: inline-block;
  width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.about_president .newsList ul li .time {
  display: inline-block;
  margin-left: 36px;
  margin-right: 18px;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.about_president .newsList ul li:nth-child(even) .new {
  margin-left: 40px;
}
.about_president .newsList ul li:nth-child(even) .time {
  display: inline-block;
  margin-right: 0px;
  text-align: right;
}
.about_president .newsList ul li:nth-child(odd) {
  border-right: 1px dashed #ccc;
}
.about_president .newsList ul li:nth-child(odd) .time {
  margin-right: 47px;
}
.about_president .momentblock .moreblock {
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}
.about_president .momentblock .moreblock a {
  color: #be3030;
}
.about_president .momentblock .moreblock a:hover {
  color: red;
}
.about_president .momentblock .moment_carousel .hd ul li {
  float: left;
  background-color: #404b69;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0;
}
.about_president .momentblock .moment_carousel .hd ul li.on {
  background-color: #DD1721;
}
.about_president .presidentMail {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 30px;
}
.moment_carousel {
  width: 1200px;
}
.moment_carousel .hd {
  margin-top: 15px;
}
.moment_carousel .hd ul {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.moment_carousel .hd ul li {
  float: left;
  margin: 0 3px;
}
.moment_carousel .bd div ul {
  overflow: hidden;
}
.moment_carousel .bd div ul li {
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 10px 20px 0 20px;
  padding: 3px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.moment_carousel .bd div ul li .pic {
  text-align: center;
}
.moment_carousel .bd div ul li .pic a:hover img {
  border-color: rgba(0, 0, 0, 0);
}
.moment_carousel .bd div ul li .pic img {
  display: block;
  width: 350px;
  height: 220px;
}
.moment_carousel .bd div ul li .title1 {
  height: 50px;
  width: 350px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moment_carousel .bd div ul li .title1 a {
  color: #fff;
}
.moment_carousel .bd div ul li:nth-child(1),
.moment_carousel .bd div ul li:nth-child(2),
.moment_carousel .bd div ul li:nth-child(3) {
  margin-top: 10px;
}
.about_lukewen {
  background-color: #283149;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("/templates/default/ray/about/images/bg_lukewen.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.about_lukewen .title {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
}
.about_lukewen .title_eng {
  color: #8f93a0;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
  font-size: 14px;
  text-transform: uppercase;
}
.about_lukewen .avatblock {
  float: left;
  width: 280px;
}
.about_lukewen .avatblock img {
  pointer-events: none;
}
.about_lukewen .avatblock .avatar_president {
  width: 280px;
  display: block;
}
.about_lukewen .infoblock {
  float: right;
  width: 850px;
  padding-left: 63px;
  padding-top: 25px;
  padding-right: 35px;
  font-size: 16px;
  line-height: 25px;
  color: #F8F8FF;
}
.about_lukewen .infoblock .nameBox {
  font-size: 20px;
  border-left: 5px solid #dd1721;
  padding-left: 10px;
}
