* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  /* width: 1400px; */
  margin: 0 auto;
}
.body_content {
  margin: 0 auto;
  width: 1024px;
}
.body_main {
  margin-top: -60px;
}
.head-bg {
  background: #1440af;
  background: linear-gradient(to right, #143fb3, #6184ff);
}

.head-bg2 {
  background: url(images/subpage-bg.jpg);
}

.head_sty {
  margin: 0 auto;
  width: 1600px;
  height: 746px;
  background: url(images/head-bg01.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.head_sty2 {
  height: 438px;
  background: url(images/subbanner.jpg) no-repeat center center;
  /* background-size: 100% 100%; */
}
.body_content .log_box {
  display: flex;
  justify-content: space-between;
}
.body_content .log_box .log_cont {
  display: flex;
}
.body_content .log_box .log_cont img.wgy {
  width: 240px;
}
.body_content .log_box .log_cont img.els {
  width: 162px;
}
.body_content .log_box .log_cont p {
  color: #fff;
  height: 50px;
  margin-top: 20px;
  padding-left: 10px;
  border-left: solid 1px #ccc;
}
.body_content .log_box .log_cont span {
  display: block;
  line-height: 24px;
}
.nav_box {
  display: flex;
  justify-content:right;
}

nav {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  /* width: 800px; */
}

nav a {
  color: white;
  margin: 0 12px;
  text-align: center;
  text-decoration: none;
  padding: 8px;
}

nav a span {
  display: block;
}
nav a .chines {
  font-size: 16px;
}
nav a .english {
  font-size: 12px;
}

header .tit {
  /* margin-top: -20px; */
  margin-left: 150px;
}
header .tit01 {
  color: white;
  font-size: 36px;
  margin-top: 80px;
  font-weight: 400;
}

header .tit02 {
  color: #f4c85e;
  font-size: 48px;
  margin-top: 10px;
}

header .tit03 {
  color: white;
  font-size: 26px;
  margin-top: 10px;
}
header .tit03 span {
  font-size: 36px;
  padding: 4px 8px;
  border-radius: 4px;
}

.nav_two {
  padding: 20px 49px;
  display: flex;
  justify-content: space-between;
  background: #0131a4;
}
.nav_two_box {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.nav_box_left {
  margin-right: 20px;
}
.nav_box_right p:nth-child(1) {
  color: #f4c85e;
  font-weight: 600;
}

.work_item {
  width: 1024px;
  height: 414px;
  background: url(images/two-box-bg.jpg) no-repeat center center;
}
.w_i_title {
  padding: 12px 60px;
  font-size: 24px;
  color: #fff;
}
.w_i_code {
  margin: 20px 16px;
  font-size: 16px;
  line-height: 30px;
}
.w_i_way {
  margin: 30px 0 0 420px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.w_i_way p span:nth-child(1) {
  font-weight: 600;
  margin-right: 20px;
}
.w_i_way .a_text {
  margin: 20px;
  color: #1743b2;
}
.w_i_way .a_text a {
  color: #1743b2;
  text-decoration: none;
}

.user-layer {
  position: absolute;

  left: 0;
  right: 0;
  width: 100%;
  margin-top: 6px;
  height: 200px;
  background: #dfe4e8;
}
.user-box {
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  width: 1024px;
  height: 200px;
}
.user-left {
  margin-right: 20px;
  padding-top: 10px;
  padding-right: 20px;
  width: 300px;
  text-align: right;
  border-right: solid 1px #ccc;
}
.user-left .info {
  color: #3e4143;
  font-size: 32px;
  font-weight: 600;
}
.user-left .info-sub {
  font-size: 16px;
  color: #a1a1a4;
}
.user-right {
  padding-top: 20px;
}
.login-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-box {
  width: 680px;
}
.form-row {
  display: flex;
  justify-content: space-between;

  /* border: solid 1px #ccc; */
}

.form-group {
  margin-bottom: 15px;
  width: 320px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #5c67ff; /* Blue color */
  color: white;
  font-size: 16px;
}

button:hover {
  background-color: #4a54e2; /* Darker blue on hover */
}

.title-box {
  margin: 26px 0;
  height: 60px;
  background: url(images/title-bg.png) no-repeat center center;
}
.zixun-title {
  margin: 220px 0 26px 0;
}
.title-box .t_b_cont {
  margin: 0 auto;
  width: 110px;
  text-align: center;
}
.title-box .t_b_cont p:nth-child(1) {
  font-size: 26px;
  color: #0131a4;
}
.title-box .t_b_cont p:nth-child(2) {
  font-size: 16px;
  color: #a1a1a4;
}
.news_box {
  display: flex;
  height: 360px;
}
.news_item_left {
  margin-right: 20px;
  width: 376px;
  height: 300px;
}
.new_left_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.new_left_title .text {
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  color: #0131a4;
  background: url(images/wxico.png) no-repeat 0px 5px;
}
.new_left_title .text p:nth-child(2) {
  font-size: 12px;
  color: #a1a1a4;
}
.new_left_title .more {
  padding-right: 40px;
  font-size: 16px;
  color: #f4c85e;
}

.new_left_title {
  width: 100%;
  margin-bottom: 20px;
}

.news_item_right {
  width: 512px;
  height: 300px;
  border-left: solid 1px #ccc;
}
.new_cont .cont_item {
  display: flex;
  justify-content: space-between;
  width: 344px;
  margin-bottom: 20px;
}
.new_cont .item2 {
  padding: 20px 0;
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
}
.new_cont .cont_item .tit_ico {
  margin-right: 10px;
  padding: 2px 6px;

  display: inline-block;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: #0131a3;
}
.new_cont .cont_item .tit_ico p:nth-child(2) {
  font-size: 12px;
}
.new_cont .cont_item .cont_text {
  font-size: 14px;
  line-height: 22px;
}

.tfms_box {
  display: flex;
  width: 1024px;
  height: 324px;
  background: url(images/teachermenu.jpg) no-repeat left center;
}
.tfms_box .t_b_left{
  width: 342px;
}
.tfms_item {
  padding: 28px 0 0 60px;
  width: 344px;
  height: 108px;
  font-size: 20px;
  color: #fff;
  border: solid 1px #fff;
  cursor: pointer;
  /* background: rgba(255, 255, 255, 0.2); */
}

.tfms_item:hover {
  background: rgba(255, 255, 255, 0.4);
}
.tfms_item.active{
  background: rgba(255, 255, 255, 0.4);
}

.rudn_box {
  display: flex;
  width: 1024px;
  height: 276px;
}
.rudn_box .r_b_i_left {
  float: left;
  width: 656px;
}
.rudn_box .r_b_i_left .tit_01 {
  margin-top: 10px;
  font-size: 40px;
  color: #0131a4;
  font-weight: 600;
  line-height: 60px;
}
.rudn_box .r_b_i_left .tit_02 {
  font-size: 30px;
  color: #2b2b2b;
  line-height: 60px;
}
.rudn_box .r_b_i_left .cont_text {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 30px;
}

.rudn_box .r_b_i_right {
  float: right;
  width: 50%;
  background: #f8f9fa;
}

.zs_box {
  display: flex;
}
.zs_box .zs_left {
  position: relative;
  width: 50%;
  height: 208px;
  background: url(images/zs01.jpg) no-repeat center center;
}

.zs_text p {
  margin-left: 10px;
  text-align: left;
}
.zs_box .zs_left .zs_text p:nth-child(2) {
  font-size: 18px;
  line-height: 36px;
}
.zs_box .zs_left .zs_text p:nth-child(3) {
  font-size: 14px;
}

/* .zs_box .zs_left .zs_bg{
  position: absolute;
  left: 1px;
  bottom: 0;
  opacity: 0.8;
  height: 100px;
  width: 510px;
  background: #135982;
}
.zs_box .zs_left .zs_text{
  position:absolute;
  left: 20px;
  bottom: 10px;
  color:#fff;
  font-size: 20px;
}
.zs_box .zs_left .zs_text p:nth-child(2){
  font-size: 18px;
  line-height: 36px;
}
.zs_box .zs_left .zs_text p:nth-child(3){
  font-size: 14px;
} */

.zs_box .zs_right {
  position: relative;
  padding-left: 4px;
  width: 50%;
  height: 208px;
  /* background: url(images/zs02.jpg) no-repeat center center; */
}
.zs_box .zs_right .zs_bg {
  position: absolute;
  left: 5px;
  bottom: 0;
  opacity: 0.8;
  height: 100px;
  width: 503px;
  background: #a18a58;
}
.zs_box .zs_right .zs_text {
  position: absolute;
  /* left: 20px;
  bottom: 10px; */
  color: #fff;
  font-size: 20px;
}

.zs_box .zs_right .zs_text p:nth-child(2) {
  font-size: 18px;
  line-height: 36px;
}
.zs_box .zs_right .zs_text p:nth-child(3) {
  font-size: 14px;
}

.foot-top .log_box {
  margin: 20px 0;
}

.footer-box {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin-top: -190px;
}

.content-bg {
  margin-top: -304px;
  height: 300px;
  background: #181d30;
}
.footer-content {
  padding-top: 60px;
  padding-left: 96px;
  height: 200px;
}
.footer-left {
  margin-right: 40px;
  width: 384px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.footer-left hr {
  margin: 6px 0;
}
.footer-right {
  display: flex;
}
.footer-content {
  display: flex;
  color: #fff;
}
.img-item {
  margin-right: 12px;
  text-align: center;
}
.img-item p {
  font-size: 14px;
}

/* 图片容器样式 */

.image-container {
  position: relative;
  display: inline-block;
  border: solid 1px #ccc;
}
.image-container img {
  width: 100%;
  display: block;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(19, 89, 130, 0.5);
  color: white;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  /* transition: opacity 0.3s, transform 0.3s; */
  /* transform: translateY(100%); */
}
.image-container:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
.image-container:visited .overlay {
  opacity: 1;
  transform: translateY(0);
}
.overlay:hover {
  opacity: 1;
  transform: translateY(0);
}

/* 图片容切换效果 */

.hero {
  width: 624px;
  height: 369px;
  border: solid 1px #ccc;
  background: url("images/scroll-bg.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 60px 0;
}
.hero2 {
  width: 445px;
  height: 200px;
}
.more_btn {
  float: right;
  margin-top: -42px;
  margin-right: 20px;
}
.more_btn a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.features {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  background: linear-gradient(45deg, #ffffff 0%, #f8f9fa 100%);
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.feature-box {
  background: linear-gradient(135deg, #005eb8 0%, #0077cc 100%);
  color: white;
  padding: 25px 20px;
  width: 160px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 119, 204, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 119, 204, 0.5);
  background: linear-gradient(135deg, #0077cc 0%, #0099ff 100%);
}

.application,
.news,
.language-training,
.footer {
  padding: 40px 20px;
  text-align: center;
}

.application {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.news {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.language-training {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

.footer {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: white;
}

/* 轮播图样式 */
.slideshow-container,
.slideshow-container2 {
  position: relative;
  max-width: 100%;
  height: 270px;
  margin: 0 auto;
  padding-top: 30px;
  overflow: hidden;
}
.slideshow-container2 {
  padding: 0;
}

.slide,
.slide2 {
  display: none;
  position: relative;
  width: 100%;
  height: 400px;
}

.slide .slide-box,
.slide2 .slide-box {
  margin: 0 50px;
  display: flex;
  width: 520px;
  height: 240px;
}

.slide .slide-box .slide-item,
.slide2 .slide-box .slide-item {
  margin: 0 10px;
  width: 240px;
  height: 100%;
  background: #fff;
}
.slide .slide-box .slide-item img,
.slide2 .slide-box .slide-item img {
  width: 100%;
  height: 170px;
}
.slide .slide-box .slide-item p,
.slide2 .slide-box .slide-item p {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  text-align: left;
}

.slide.active,
.slide2.active2 {
  display: block;
}

.slide img,
.slide2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-content {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  text-align: center;
}

.slide-content h2 {
  margin: 0 0 10px 0;
  font-size: 2rem;
}

.slide-content p {
  margin: 0;
  font-size: 1.2rem;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;

  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: rgba(0, 0, 0, 0.5);
}
.prev {
  left: 0px;
}
.next {
  right: 0px;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 119, 204, 0.8) 0%,
    rgba(0, 86, 179, 0.8) 100%
  );
  transform: scale(1.1);
}

.dots-container {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 100%;
}

.dot,
.dot2 {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 8px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover,
.dot2.active2,
.dot2:hover {
  background: linear-gradient(135deg, #005eb8 0%, #0077cc 100%);
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(0, 119, 204, 0.6);
}

/* 轮播图动画效果 */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* 申请按钮渐变样式 */
.application button {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  color: white;
  padding: 15px 35px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
  transition: all 0.3s ease;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.application button:hover {
  background: linear-gradient(135deg, #ff8e8e 0%, #ffb3b3 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
}

.main_box {
  display: flex;
  margin-top: -78px;
}
.main_left {
  width: 196px;
  margin-right: 20px;
}
.main_left_item {
  border: solid 1px #ccc;
  width: 196px;
  height: 116px;
}
.main_left_item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  width: 196px;
  height: 60px;
  background: #f0f0f0;
  cursor: pointer;
}
.main_left_item2:hover {
  background: #a8b0d4;
  color: #fff;
}

.main_left_item2 p {
  width: 120px;
  text-align: left;
}
.main_left_item2 img {
  margin-top: 1px;
  margin-left: 10px;
}

.menu01 {
  padding-top: 26px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: #011d93;
}
.menu02 {
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}


.menu01 p:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.main_right {
  margin-top: 100px;
  width: 100%;
}
.main_right .head-start {
  display: flex;
  justify-content: space-between;

  border-bottom: solid 1px #0131a4;
}
.main_right .head-start .title {
  font-size: 24px;
  color: #0131a4;
  font-weight: 600;
  margin-bottom: 10px;
}
.main_right .head-start .nav_item {
  padding-left: 24px;
  font-size: 14px;
  line-height: 24px;

  background: url(images/home.png) no-repeat 0px 3px;
}
.main_right .content h2 {
  text-align: center;
  line-height: 30px;
}

.main_left_item2.acitve {
  background: #a8b0d4;
  color: #fff;
}

/* 导航菜单样式 */
.menu {
  list-style-type: none;
  /* background: white; */
  border-radius: 10px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.menu li {
  position: relative;
}

.menu a {

  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.menu a:hover {
  /* background-color: #f8f9fa; */
  color: #fff;
  /* border-bottom-color: #667eea; */
}

/* 下拉菜单样式 */
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  color:#fff;
  /* background: white; */
  min-width: 150px;
  /* border-radius: 0 0 10px 10px; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
  /* opacity: 0; */
  transform: translateY(-10px);
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.dropdown-content li {
  width: 100%;
  list-style-type: none;
}

.dropdown-content a {
  /* padding: 15px 0; */
  border-bottom: 1px solid #f0f0f0;
  color: #fff;
  transition: all 0.2s ease;
}

.dropdown-content a:hover {
  background-color: #667eea;
  color: white;
  /* padding-left: 30px; */
}

/* 项目列表样式 */
.project-list {
  margin-top: 30px;
}
.project-item {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.project-item:last-child {
  border-bottom: none;
}
.project-date {
  margin-right: 20px;
  padding: 8px 0;
  background: #0131a3;
  color: #fff;
  text-align: center;
  height: 70px;
  width: 80px;
  border-radius: 4px;
  flex-shrink: 0;
}
.project-date .day {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.project-date .date {
  display: block;
  font-size: 12px;
}
.project-info {
  flex-grow: 1;
}
.project-info h3 {
  font-size: 18px;
  color: #0131a4;
  margin-bottom: 8px;
  font-weight: 600;
}
.project-info h3 a {
  text-decoration: none;
  color: inherit;
}
.project-info h3 a:hover {
  color: #f4c85e;
}
.project-info p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: justify;
}

/* 分页样式 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 5px; /* 按钮之间的间距 */
}
.page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  width: 32px; /* 强制覆盖全局 width */
  padding: 0;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  outline: none;
  user-select: none;
}
.page-btn:hover {
  border-color: #0131a3;
  color: #0131a3;
  background-color: #fff;
}
.page-btn.active {
  background-color: #0131a3;
  color: #fff;
  border-color: #0131a3;
  box-shadow: none;
}
.page-btn:disabled {
  background-color: #f5f5f5;
  color: #bbb;
  border-color: #eee;
  cursor: not-allowed;
  box-shadow: none;
}

/* 文章详情页样式 */
.detail-content {
  padding: 20px;
  background: #fff;
  min-height: 500px;
}

.article-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.article-header h1 {
  font-size: 24px;
  color: #0131a4;
  margin-bottom: 15px;
  font-weight: bold;
}

.article-meta {
  font-size: 14px;
  color: #999;
}

.article-meta span {
  margin: 0 10px;
}

.article-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.article-body p {
  margin-bottom: 15px;
  text-indent: 2em;
}

.article-body p {
  margin-bottom: 15px;
  text-indent: -2em;
}

.article-body strong {
  color: #0131a4;
  font-weight: bold;
}

.article-footer {
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.back-btn {
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  border: 1px solid #dcdcdc;
}

.back-btn:hover {
  background-color: #0131a4;
  color: #fff;
  border-color: #0131a4;
}

.dropdown-content a:last-child {
  border-bottom: none;
}

/* 下拉菜单显示动画 */
.dropdown:hover .dropdown-content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    border-radius: 0;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    display: none;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
}

/* 演示区域样式 */
h1 {
  text-align: center;
  color: white;
  margin-bottom: 30px;
  font-size: 2.5em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.features {
  background: white;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.features h2 {
  color: #333;
  margin-bottom: 20px;
}

.features ul {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6;
  color: #666;
}

.features li {
  margin-bottom: 10px;
}

.lsit_list{margin:20px;}
.lsit_list li{padding:10px 0;}
.lsit_list a{clear:#000;}



.ddx20{padding-bottom:60px;}
.ddx20 h2{
color:#0131a4;
padding:40px 0 10px 0;
border-bottom:1px solid #999999;
}
.ddx20 h2 span{font-size: 14px; color:#333333;}
.ddx20 strong{color:#0131a4;}
.ddx20 p{line-height:30px;}
.ddx20 img{}

.neslb{width:100%; height:70px; border-bottom:1px solid #666666; padding:10px 0; font-size:15px; color:#FFFFFF; padding-left:20px;}
.neslb span{text-align:center; font-size: 30px; color:#fff;font-weight:bold; }
.neslb .nesblrq{width:100px; height:50px;float:left; background:#0131a4;text-align:center;display:flex; justify-content:center; align-items:center; }
.neslb  ul{ float:left;list-style: none;}
.neslb  ul li{ float:left;height:50px; line-height:50px;padding-left:0px; }
.neslb  ul li a{color:#0131a4; text-decoration: none;font-size: 20px; }
.neslb  ul li p{color:#666666; padding-bottom:200px;}
