body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  font: 14px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table,
td,
tr,
th {
  border-collapse: collapse;
  border:1px solid;
}
.date{
    text-align: center;
    font-size: 14px;
    margin: 0px 20px 20px;
    color: #000;
}
.date span{
  color: #1f47a6;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.table-responsive, .table-extract {
  margin-left: 10px;
  text-align: center;
  width: 100% !important;             /* 设置容器宽度 */
  overflow-x: auto;        /* 水平方向出现滚动条 */
  white-space: nowrap;     /* 防止表格内容换行 */
}
.table-responsive table, .table-extract table{
  width: 100%;             /* 表格宽度占满容器 */
  border-collapse: collapse; /* 表格边框合并 */
}

.table-responsive td, .table-responsive th ,.table-extract td, .table-extract th{
  border: 1px solid #ddd;  /* 单元格边框 */
  padding: 8px;
}
.extract-btn{
  width: 100%;height: 60px;font-size: 16px
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-secondary {
  color: #fff;
  background-color: #5a6268;
  border-color: #5a6268;
}
.btn-information {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 半透明黑色背景 */
  display: none; /* 默认隐藏 */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* 确保遮罩层在最上层 */
}

.loading-box {
  margin-top: 24%;
  background-color: #1f47a6;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;

}

.loading-box p {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

/* 固定最后一列 */
.table-responsive th:last-child, .table-responsive td:last-child {
  position: sticky;        /* 使最后一列固定 */
  right: 0;                /* 紧贴右侧 */
  background-color: #fff;  /* 背景色确保覆盖其他列 */
  z-index: 2;              /* 确保固定列位于最上层 */
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2); /* 添加边框虚化效果 */
  box-sizing: border-box;
  min-width: 300px;
}
/* 遮罩效果 */
.table-responsive::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px; /* 控制遮罩宽度 */
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* 渐变遮罩 */
  pointer-events: none;  /* 让遮罩不影响交互 */
}
/* styles.css */
.mask {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mask.show {
  opacity: 1;
  display: block;
}
.mobile-show {
  display: none;
}
.mobile-pdf-link {
  display: block;
  width:120px;
  line-height: 30px;
  border-radius: 3px;
  background: #1e50ae;
  font-size: 12px;
  color:#fff !important;
  text-decoration: none !important;
  text-indent: 0;
  text-align: center;
}
li {
  list-style-type: none;
}
img {
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input {
  outline: none;
}
address,
cite,
code,
em,
th {
  font-weight: normal;
  font-style: normal;
}
a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #0074B9;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line_4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
body {
  min-width: 1240px;
}
.font-red{
  color: #ff4433 !important;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.header-bg{
  padding: 0;
  background: #F4F4F4 url(../images/bg.png) no-repeat  center;
  height: 230px;
}
.header {
  height: 130px;
}
.header .header-logo {
  float: left;
  padding-top: 68px;
}


.detail-time {
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
}
.detail-time.cont {
  text-align: left;
}
.detail-time.cont span {
  text-indent: 2em;
}
.detail-time span,
.detail-time a {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.detail-time span {
  color: #666;
}
.detail-time a:hover {
  text-decoration: underline;
}
.detail-time .time-blue {
  margin-right: 40px;
  color: #0074B9;
}
.detail-time .time-blue:last-child {
  margin: 0;
}
.top{
  height: 35px;
  line-height: 35px;
  background-color: #edf0f4;
  color: #9fa1a1;
}
.top a {
  color: #9fa1a1;
}
.nav-top{
  float: left;
}
.nav-top a{
  padding-right: 10px;

}
.login-top{
  float: right;
}
.login-top a{
  padding: 0 10px;
}
.header .header-search {
  float: right;
  width: 25%;
  padding-top: 70px;
}
.header .header-search .header-links {
  font-size: 0;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  text-align: right;
}
.header .header-search .header-links .header-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #303030;
  line-height: 16px;
}
.header .header-search .header-links a.header-link:hover {
  color: #133462;
  text-decoration: underline;
}
.header .header-search .header-links .has-child {
  position: relative;
  cursor: default;
}
.header .header-search .header-links .has-child .child-cont-box {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 0;
  min-width: 100%;
  padding-top: 10px;
}
.header .header-search .header-links .has-child:hover .child-cont-box {
  display: block;
}
.header .header-search .header-links .has-child .child-cont{
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.16);
  padding: 8px 0;
  text-align: left;
}
.header .header-search .header-links .has-child .child-link {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 0 18px;
}
.header .header-search .header-links .has-child .child-link:hover {
  color: #133462;
  text-decoration: underline;
}
.header .header-search .header-links .header-link-line {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  width: 2px;
  height: 16px;
  background: #3B6BAC;
}
.header .header-search .search-module {
  margin: 21px 10px 0 0;
  position: relative;
}
.header .header-search .search-ctl {
  width: 100%;
  height: 40px;
  padding: 0 80px 0 32px;
  border: 1px solid #1e50ae;
  border-radius: 3px;
  font-size: 16px;
  color: #333;
  background: #F4F4F4 url(../images/header-search-icon.png) no-repeat 12px center;
  background-size: 14px 14px;
}
.header .header-search .search-ctl::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.header .header-search .search-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 70px;
  height: 36px;
  background: #1e50ae;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.header .header-search .search-link {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
  width: 100px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  color: #fff;
  background: #D95108;
}
.info-video  {
  margin-top:20px ;
}
.info-video video {
  width: 60% ;
}
.header .header-search .search-link:hover {
  opacity: .9;
}
.header-nav {
  background: #1f47a6;
}
.header-nav .container {
  position: relative;
}
.header-nav .header-nav-lists > li {
  float: left;
  margin-right: .5px;
  min-width: 171px;
}
.header-nav .header-nav-lists > li:last-child {
  margin: 0;
}
.header-nav .header-nav-lists > li:hover,
.header-nav .header-nav-lists .active {
  background: #295ddb;
}
.header-nav .header-nav-lists .active .nav-link {
  color: #fff !important;
}
.header-nav .header-nav-lists .nav-link {
  display: block;
  padding: 0 12px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.header-nav .header-nav-lists .nav-link.has-child:after {
  content: '';
  margin: -2px 0 0 3px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4.5px;
  background: url(../images/header-link-arrow.png) no-repeat;
  background-size: 8px 4.5px;
}
.about-img{
  width: 40%;
  float: left;
  margin-top: 10px;
}
.btn{
  cursor: pointer;
}
.btn-info {
  color: #fff;
  background-color: #1e50ae !important;
  border-color: #1e50ae !important;
}
.about{
  width: 60%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 20px;
}
.about-info{
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 20px;
}
.about-info table{
  width: 100%;
}
.header-nav .nav-child {
  display: none;
  position: absolute;
  top: 100%;
  background: #fcfeff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1000;
  overflow: hidden;
  width: 172px;
}
.header-nav .nav-child .nav-child-icon {
  float: left;
  width: 230px;
}
.header-nav .nav-child .nav-child-content {
  overflow: hidden;
}
.header-nav .nav-child .nav-child-content li {
  padding: 10px 32px;
  background-color: #1f50ae;
  border: 1px solid transparent;
  transition: all 0.3s;
  color: #fff;
}
.header-nav .nav-child .nav-child-content li a{
  color: #fff;
}
.header-nav .nav-child .nav-child-content li:hover {
  border: 1px solid #133462;
  background-color: #133462;
  color: #fff;
}

.header-nav .nav-child .nav-child-content li:last-child {
  margin: 0;
}
.header-nav .nav-child .nav-child-link {
  display: block;
  padding: 0 16px;
  font-size: 16px;
  color: #fff;
  line-height: 21px;
}
.header-nav .nav-child .nav-child-link.disabled {
  pointer-events: none;
}
.header-nav .nav-child a:hover {
  color: #fff;
  text-decoration: underline;
}
.header-nav .nav-child .child-link-lists {
  overflow: hidden;
}
.header-nav .nav-child .nav-child-sublink {
  display: block;
  margin: 10px 0 0 0;
  min-width: 75px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  white-space: nowrap;
}
.header-nav .nav-child .nav-child-sublink.lang {
  min-width: 100px;
}
.header-nav .nav-child .nav-child-sublink.br,
.header-nav .nav-child .nav-child-sublink:nth-child(odd) {
  clear: left;
  margin-left: 0;
}
.header-nav .nav-child a:hover {
  color: #fff !important;
}
.p-right{
  float: right;
}
.fixed-right {
  position: fixed;
  top: 50%;
  right: 170px;
  z-index: 1000;
}
.fixed-right .fixed-list {
  margin-bottom: 2px;
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  background-color: #1e50ae;
  background-size: auto 34px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.6s;
}
.fixed-right .fixed-list:hover {
  background-color: #133462;
}
.fixed-right .fixed-list:hover .li-popup {
  transform: scale(1);
}
.fixed-right .list-home {
  background-image: url(../images/fixed-icon-home.png);
}
.fixed-right .list-code {
  background-image: url(../images/fixed-icon-code.png);
}
.fixed-right .list-feedback {
  background-image: url(../images/fixed-icon-feedback.png);
}
.fixed-right .fixed-list .li-popup {
  margin-top: -21px;
}
.fixed-right .list-top {
  background-image: url(../images/fixed-icon-top.png);
}
.fixed-right .li-popup {
  transform: scale(0);
  transform-origin: 100% 50%;
  position: absolute;
  top: 50%;
  right: 100%;
  padding-right: 10px;
  transition: transform 0.6s;
}
.fixed-right .li-content {
  position: relative;
  border: 1px solid #133462;
  border-radius: 3px;
  background: #fff;
  padding: 12px;
}
.fixed-right .li-content:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background: url(../images/fixed-content-arrow.png);
  background-size: 100% 100%;
}
.fixed-right .fixed-code {
  width: 90px;
}
.mb-10{
  margin-bottom: 10px !important;
}
.fixed-right .fixed-link {
  display: block;
  width: 80px;
  font-size: 12px;
  color: #133462;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.fixed-right .fixed-link:hover {
  text-decoration: underline;
}
.entrance-list{
  width: 100%;
  margin: 10px auto;
  padding-bottom: 20px;
}
.entrance-list li{
  float: left;
  margin: 10px;
  width: 14%;
}
.links-list{
  margin: 0 auto;
}
.links-list li{
  float: left;
  margin: 5px;
  width: 19%;
  border: 1px solid #d5d5d5;
}
.links-list li img{
  width: 100%;
  height: 60px;
}
.position:before{
  background-image: url(/assets/images/position.png);
  background-size: cover;
  content: "";              /* 伪元素需要设置内容 */
  position: absolute;                 /* 将伪元素放在左侧 */
  transform: translateY(-0%); /* 垂直居中对齐 */
  width: 18px;              /* 设置伪元素的宽度，等同于图标的宽度 */
  height: 18px;             /* 设置伪元素的高度，等同于图标的高度 */
  background-repeat: no-repeat; /* 防止背景图片重复 */
}
.page-head-left{
  padding: 15px 0 10px;
  line-height: 23px;
  background-color: #1f47a6;
  text-align: center;
}

.page-head-left .head-title{
  color: #fff;
  float: none;
  width: 100%;
  padding: 0 !important;
}
.page-head-left .head-title::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 14px;
  width: 0px !important;
}
.page-head-right{
  padding: 15px 0 10px;
  line-height: 23px;
  background-color: #f9f9f9;
}
.page-head-right .head-title{
  color: #1f47a6;
  float: none;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
}
.page-head-right .head-title::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 14px;
  width: 0px !important;
}
.procurement-method{
  padding: 15px 0 10px;
  line-height: 23px;
}
.procurement-method .head-title{
  padding: 0px 10px !important;
  width: 100%;
  font-size: 16px !important;
}
.procurement-method .head-title::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 14px;
  width: 0px !important;
}
.procurement-method span{
  float: left;
  width: 80px;
  padding: 10px 0px;
  margin: 0;
  font-weight: bold;
}
.procurement-method li{
  float: left;
  text-align: center;
  width: 11%;
  margin: 0px 1px;
}
.procurement-method li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 3px;
}
.procurement-method li a:hover, .procurement-method li .active{
  background-color: #1f47a6;
  color: #FFFFFF;
}
.page-head-detail{
  padding: 15px 0 10px;
  line-height: 23px;
  background-color: #f9f9f9;
  text-align: left;
}
.page-head-detail .head-title{
  color: #1f47a6;
  float: none;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
}
.page-head-detail .head-title::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 14px;
  width: 0px !important;
}
.page-head-detail-info{
  padding: 20px !important;
  margin: 0 !important;
}
.select-category-b{
  height: 300px;
}
.select-category-source{
  width: 300px;
  float: left;
  overflow: hidden;
}
.select-category-operate{
  width: 65px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.select-category-operate button{
  margin: 10px 0px;
}
.select-category-result{
  width: 300px;
  float: left;
  overflow: hidden;
}
.expert_category{
  height: 300px !important;
}
.category a{
  height: 40px;
  margin: 10px 0px;
  font-size: 16px;
  text-align: center;
  background-color: #f6f7fa;
  line-height: 40px;
  cursor: pointer;
  display: block;
}
.category a:hover, .category .active{
  background-color: #daeeff;
  color: #0074B9;
}

.footer .footer-natural {
  height: 88px;
  background: #1e50ae;
  padding: 36px 0 32px;
  text-align: center;
}
.footer .footer-natural .container {
  position: relative;
}
.footer .footer-natural .related-children {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  bottom: 100%;
  transform: translateY(-16px);
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px 35px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.footer .footer-natural .related-children .related-title {
  margin-bottom: 12px;
  padding-left: 26px;
  font-size: 18px;
  color: #1e50ae;
  font-weight: bold;
  line-height: 24px;
  background: url(../images/related-title-icon.png) no-repeat 0 center;
  background-size: 18px auto;
}
.footer .footer-natural .related-children .related-lists {
  max-height: 400px;
  overflow: auto;
}
.footer .footer-natural .related-children .related-lists li {
  float: left;
  width: 33.33%;
  padding: 0 26px 0 17px;
}

.footer .footer-natural .related-children .related-lists a {
  display: block;
  border-bottom: 1px dotted #E7E8EA;
  line-height: 50px;
  padding-left: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #303030;
  background: url(../images/related-icon-setting.png) no-repeat 0 center;
  background-size: 12px 12px;
}
.footer .footer-natural .related-children .related-lists a:hover {
  color: #133462;
}
.footer .footer-natural .natural-left {
}
.natural-list {
  margin-bottom: 25px;
  position: relative;
}
.footer .footer-natural .natural-list:last-child {
  margin: 0;
}
.footer .footer-natural .natural-list:after {
  content: '';
  display: block;
  clear: both;
}
.natural-list .natural-label {
  float: left;
  margin-left: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 28px;
}
.natural-list .natural-label:first-child {
  margin: 0;
}
.natural-list a.natural-label:hover {
  color: #133462;
}

.footer .footer-natural .related-links {
  float: left;
}
.footer .footer-natural .related-links > li {
  float: left;
  margin-left: 20px;
  width: 148px;
}
.footer .footer-natural .related-links > li:hover .related-link:before {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height:20px;
}
.footer .footer-natural .related-links > li.active .related-link-arrow {
  display: block;
}
.footer .footer-natural .related-links .related-link {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.footer .footer-natural .related-links .related-link.has-child:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 11px;
  border: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
}
.footer .footer-natural .related-links .related-link-arrow {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 3px -12px;
  width: 24px;
  height: 15px;
  z-index: 1000;
}
.footer .footer-natural .related-links li:hover .related-link-arrow {
  display: block;
}
.footer .footer-natural .natural-right {
  position: absolute;
  right:0;top: 0;
}
.footer .footer-natural .natural-right li {
  float: left;
  margin: 0 13px 0 27px;
}
.footer .footer-natural .natural-right .natural-code-img {
  width: 90px;
}
.footer .footer-natural .natural-right .natural-code-name {
  margin-top: 9px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.footer .footer-copyright {
  padding: 25px 0;
  background: #1f47a6;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.footer-copyright span{
  padding: 0 15px;
}
.height20{
  height: 20px;
}
.footer .footer-copyright a,.footer .footer-copyright span {
  margin-left: 10px;
  color:#fff;
}
.footer .footer-copyright a:hover {
  text-decoration: underline;
}
.footer .footer-copyright a:first-child {
  margin-left: 0;
}
.index-main .index-module {
  margin: 10px 0;
  padding: 10px 0 0 0;
}
.index-main .index-module.gray {
  background: #F8F8F8;
}
.index-main .index-notice {
  position: relative;
  margin-top: 10px;
  top: 10px;
  background: #F6F6F6;
  padding: 5px 30px 5px 54px;
}
.index-main .index-notice:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  width: 22px;
  height: 20px;
  background: url(../images/index-notice-icon.png);
  background-size: 100% 100%;
}
.index-main .index-notice .notice-content {
  position: relative;
  height: 32px;
  overflow: hidden;
}
.index-main .index-notice .notice-hide {
  display: none;
}
.index-main .index-notice .notice-lists {
  position: relative;
}
.index-main .index-notice .notice-lists li {
  overflow: hidden;
}
.index-main .index-notice .li-link {
  float: left;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px 0 16px;
  line-height: 32px;
  font-size: 16px;
  color: #07375F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .index-notice .li-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C62429;
}
.index-main .index-notice a.li-link:hover {
  color: #133462;
}
.index-main .index-module.coord {
  background: url(../images/index-coord-module-bg.jpg) no-repeat center top / cover;
}
.index-main .module-title {
  margin: 20px 0;
  padding: 0 0 20px 0;
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 24px;
}
.index-main .index-lang-banner {
  padding: 20px 0 0px 0;
  display: block;
}
.index-main .index-lang-banner img {
  width: 100%;
  height: 100px;
}
.login-page-img {
  padding: 20px 20px 15px 0;
  display: block;
}
.login-page-img img{
  width: 100%;
}
.index-main .index-lang-banner:last-child {
  margin-bottom: 0;
}
.contact-page{
  padding-right: 0px !important;
}
.contact-info p:first-child {
  padding-top: 10px;
}
.contact-info p:last-child {
  padding-bottom: 10px;
}
.contact-info p{
  font-size: 15px;
  line-height: 32px;

}
.index-main .module-title:before,
.index-main .module-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  height: 1px;
  background: #333;
}
.index-main .module-title .title-content {
  margin: 0 10px;
  overflow: hidden;
}
.index-main .module-title b,
.index-main .module-title .title-content {
  display: inline-block;
  vertical-align: middle;
}
.index-main .module-title b {
  position: relative;
  vertical-align: top;
}
.is-invalid, .invalid-feedback{
  color: #ff0000;
}
.index-main .module-title b:before,
.index-main .module-title b:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 86px;
  height: 1px;
  background: #333;
}
.index-main .module-title b:before {
  right: 100%;
  margin-right: 10px;
}
.index-main .module-title b:after {
  left: 100%;
  margin-left: 10px;
}
.index-main .module-title .title-cn,
.index-main .module-title .title-en {
  position: relative;
  padding: 0 40px;
}
.index-main .module-title .title-cn:before,
.index-main .module-title .title-en:before,
.index-main .module-title .title-cn:after,
.index-main .module-title .title-en:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background: #333;
}
.index-main .module-title .title-cn:before,
.index-main .module-title .title-en:before {
  left: 0;
}
.index-main .module-title .title-cn:after,
.index-main .module-title .title-en:after {
  right: 0;
}
.index-main .module-title .title-cn {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.index-main .module-title .title-cn:before,
.index-main .module-title .title-cn:after {
  top: 50%;
}
.index-main .module-title .title-en {
  font-size: 14px;
  color: #999;
}
.index-main .module-title .title-en b {
  font-weight: normal;
}
.index-main .module-title .title-en:before,
.index-main .module-title .title-en:after {
  bottom: 50%;
}
.index-main .module-title .title-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.index-main .module-title .title-more:hover {
  color: #133462;
}
.index-main .index-viewpoint {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.index-main .index-viewpoint:after {
  content: '';
  display: block;
  clear: both;
}
.index-main .index-viewpoint .viewpoint-swiper {
  float: left;
  position: relative;
  width: 775px;
  height: 430px;
  overflow: hidden;
}
.index-main .index-viewpoint .viewpoint-swiper .swiper-lists {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-main .index-viewpoint .viewpoint-swiper .swiper-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index-main .index-viewpoint .viewpoint-swiper .swiper-item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index-main .index-viewpoint .viewpoint-swiper .spot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 0 250px 0 20px;
  box-sizing: border-box;
  background: rgba(3, 3, 3, 0.7);
}
.index-main .index-viewpoint .viewpoint-swiper .spot .swiper-title {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.index-main .index-viewpoint .viewpoint-swiper .spot .spot-lists {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  white-space: nowrap;
  font-size: 0;
}
.index-main .index-viewpoint .viewpoint-swiper .spot .spot-lists li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.8;
  margin-left: 10px;
}
.index-main .index-viewpoint .viewpoint-swiper .spot .spot-lists li:first-child {
  margin: 0;
}
.index-main .index-viewpoint .viewpoint-swiper .spot .spot-lists .spot-active {
  background: #D1484A;
}
.index-main .index-viewpoint .viewpoint-news {
  float: right;
  width: 365px;
}
.index-main .index-viewpoint .viewpoint-news .viewpoint-news-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.index-main .index-viewpoint .viewpoint-news .news-list li {
  position: relative;
  padding: 15px 0 0 20px;
  box-sizing: border-box;
}
.index-main .index-viewpoint .viewpoint-news .news-list li .icon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 12px;
  height: 12px;
}
.index-main .index-viewpoint .viewpoint-news .news-list li .list-item {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 13px;
}
.index-main .index-viewpoint .viewpoint-news .news-list li .list-item .title {
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
.index-main .index-viewpoint .viewpoint-news .news-list li .list-item .title:hover {
  color: #133462;
}
.index-main .index-viewpoint .viewpoint-news .news-list li .list-item .auther,
.index-main .index-viewpoint .viewpoint-news .news-list li .list-item .time {
  font-size: 14px;
  color: #999;
}
.index-main .index-viewpoint .viewpoint-news .news-list li .list-item .time {
  margin-left: 20px;
}
.index-main .index-news:after {
  content: '';
  display: block;
  clear: both;
}
.index-main .index-news .item-content {
  margin-right: -20px;
}
.index-main .index-news .news-item {
  float: left;
  width: 50%;
}
.index-main .index-news .news-item-25 {
  float: left;
  width: 25%;
}
.index-main .index-news .news-item-75 {
  float: left;
  width: 75%;

}
.index-main .index-news .news-item-75 .news-card {
  padding: 0;

}
.index-main .index-news .news-item-75 .card-body {
  padding: 10px 0;
  margin-right: 20px;
    overflow-x: auto; 
max-width: 100%;
}
.btn-select{
float: left;
margin: 20px auto;
padding: 20px;
width: 50%;
}
.btn-select .btn-submit{
width: 100%;
padding: 30px;
font-size: 18px;
cursor: pointer;
}
.member-card{
margin-bottom: 20px;
}
.news-item-25 .member-card{
clear: both;
overflow: hidden;
height: unset !important;
}
.index-main .index-news .news-item-100 {
float: left;
width: 100%;
padding-right: 10px;
}
.entrance .news-item-100 {
float: left;
width: 100%;
padding-right: 0px !important;
}
.index-main .index-news .news-item-65 {
float: left;
width: 65%;
}
.index-main .index-news .news-item-35 {
float: left;
width: 35%;
}
.index-main .index-news .news-card {
margin-right: 20px;
background: #fff;
padding: 0 20px;
overflow: hidden;
box-shadow: 0 0 6px rgba(0,0,0,.16);
}
.index-main .index-news .about-card {
margin-right: 10px;
height: 300px;
background: #fff;
padding: 0 10px;
box-shadow: 0 0 6px rgba(0,0,0,.16);
}
.index-main .index-news .member-card {
margin-right: 20px;
height: 356px;
background: #fff;
padding: 0 20px;
box-shadow: 0 0 6px rgba(0,0,0,.16);
}
.member-login, .member-register, .member-apply, .member-cert{
margin-top: 10px;
float: left;
width: 48%;
height: 114px;
text-align: center;
}
.member-login, .member-apply{
margin-right: 10px;
}
.member-login img, .member-register img, .member-apply img, .member-cert img{

width: 55px;
margin: 15px 0;
border-radius: 10%;
}
.member-login img, .member-cert img{

background-color: #197aff;
}
.member-register img, .member-apply img{
background-color: #07bed5;
}
.member-login, .member-cert{
background-color: #daeeff;
}
.member-register, .member-apply{
background-color: #daeeff;
}
.img_play {
position: relative;
}
.v_title {
width: 100%;
padding: 10px 5px 5px;
min-height: 65px;
line-height: 24px;
font-size: 16px;
}
.v_clear {
overflow: hidden;
padding: 0 7px 10px;
}
.index-main .index-news .card-head {
padding: 8px 0 10px;
border-bottom: 1px solid #d5d5d5;
line-height: 23px;
}
.index-main .index-news .card-head:after {
content: '';
display: block;
clear: both;
}
.index-main .index-news .head-title {
float: left;
position: relative;
padding: 0px 40px 0px 30px;
font-size: 18px;
margin: 5px 0;
text-align: center;
}
.index-main .index-news .head-title::before {
content: '';
position: absolute;
top: 2px;
left: 14px;
width: 8px;
height: 22px;
background-color: #004eb3;
}

.index-main .index-news .head-link {
float: right;
font-size: 14px;
color: #666;
line-height: 30px;
}
.index-main .index-news .head-link:hover {
color: #133462;
}
.index-main .index-news .news-notice {
height: 126px;
line-height: 22px;
padding-left: 10px;
}
.index-main .index-news .news-notice .notice-title {
display: block;
padding-top: 25px;
color: #1e50ae;
font-size: 18px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.index-main .index-news .news-notice .notice-title:hover {
color: #133462;
}
.index-main .index-news .news-notice .notice-des {
margin-top: 15px;
height: 66px;
font-size: 14px;
color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.index-main .index-news .news-lists {
padding-top: 10px;
}
.index-main .index-news .news-lists li {
margin-bottom: 21px;
padding: 0 108px 0 12px;
position: relative;
font-size: 16px;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.index-main .news-item-35 .news-lists li {
margin-bottom: 21px;
position: relative;
font-size: 16px;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.extract{
margin-top: 10px;
}
.extract img{
width: 100%;
}
.index-main .index-news .news-lists .news-type {
color: #0370d5;
background-color: #e5f1ff;
padding: 5px;
font-weight: normal;
font-size: 14px;
}
.index-main .index-news .news-lists .news-date {
position: absolute;
top: 0;
right: 0;
font-size: 14px;
color: #666;
}
.index-main .index-news .news-lists a:hover {
color: #133462;
}
.index-main .journal-module {
padding: 20px 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.index-main .video-module {
margin: 20px 0;
padding: 20px 0 0 0;
overflow: hidden;
}

.about-main-left .video-module {
margin-bottom: 30px;
padding: 0 0 0;
overflow: hidden;
}
.index-main .edu-module {
margin-bottom: 30px;
padding: 20px;
overflow: hidden;
}
.about-main-left .edu-module {
margin-bottom: 30px;
padding: 0;
overflow: hidden;
}
.index-main .journal-module .journal-head {
float: left;
position: relative;
margin: 9px 20px 0;
width: 214px;
height: 304px;
}
.index-main .journal-module .journal-head .journal-head-content {
display: none;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.7);
padding: 20px;
color: #fff;
font-size: 14px;
line-height: 22px;
}
.index-main .journal-module .journal-head:hover .journal-head-content {
display: block;
}
.index-main .journal-module .journal-head .journal-head-content .head-title {
font-size: 16px;
font-weight: bold;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index-main .journal-module .journal-head .journal-head-content .head-time {
margin-top: 11px;
font-size: 12px;
}
.index-main .journal-module .journal-head .journal-head-content .head-des {
margin-top: 15px;
font-size: 14px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
overflow: hidden;
}
.index-main .journal-module .journal-head .journal-head-content .head-des.line-book {
-webkit-line-clamp: 10;
}
.index-main .journal-module .journal-head img {
width: 100%;
height: 100%;
object-fit: cover;
}
.index-main .journal-module .journal-lists {
margin-left: 254px;
overflow: hidden;
}
.index-main .journal-module .journal-lists li {
float: left;
border-left: 1px solid #ECECEC;
width: 312px;
height: 162px;
padding-top: 32px;
}
.index-main .journal-module .journal-lists .b-b {
border-bottom: 1px solid #ECECEC;
padding-top: 16px;
}
.index-main .journal-module .journal-img {
float: left;
margin-left: 20px;
width: 81px;
height: 108px;
overflow: hidden;
}
.index-main .video-module .li-content {
margin: 0 25px 0 115px;
line-height: 22px;
}
.about-main-left .video-module .li-content {
margin: 0 25px 0 115px;
line-height: 22px;
}
.index-main .edu-module .li-content {
margin: 0 25px 0 115px;
line-height: 22px;
}
.index-main .edu-module .li-content h2 {
font-size: 16px;
}
.li-content h2 {
font-size: 16px;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 40px;
text-align: center;
}
.index-main .edu-module  .coord-lists  li {
float: left;
margin-bottom: 30px;
width: 33%;
}
.index-main .edu-module .li-content img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s;
margin-bottom: 10px;
max-height: 150px;
}
.about-main-left .edu-module .li-content {
margin: 0 25px 0 115px;
line-height: 22px;
}
.about-main-left .edu-module .li-content h2 {
font-size: 16px;
}
.about-main-left .edu-module  .coord-lists  li {
float: left;
margin-bottom: 30px;
width: 33%;
}
.about-main-left .edu-module .li-content img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s;
margin-bottom: 10px;
}
.about-main-left .video-module .li-content img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s;
margin-bottom: 10px;
}
.index-main .video-module .li-content img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s;
margin-bottom: 10px;
}
.index-main .video-module .li-content h2 {
font-size: 16px;
}
.about-main-left .video-module .li-content h2 {
font-size: 16px;
}
.index-main .journal-module .journal-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s;

}
.index-main .journal-module li:hover .journal-img img {
transform: scale(1.05);
}
.index-main .journal-module .li-content {
margin: 0 25px 0 115px;
line-height: 22px;
}
.index-main .journal-module .journal-title {
display: block;
font-size: 16px;
color: #333;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.index-main .journal-module .journal-title:hover {
color: #133462;
}
.index-main .journal-module .journal-org {
margin: 6px 0 3px;
max-width: 100%;
display: inline-block;
padding: 0 5px;
font-size: 12px;
background: #EBF2FF;
color: #1e50ae;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.index-main .journal-module .journal-des {
font-size: 12px;
color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.index-main .journal-module .journal-des.des-book {
margin-top: 10px;
-webkit-line-clamp: 4;
}
.index-main .inter-module .inter-bar{
position: absolute;
top: 50%;
margin-top: -30px;
width: 60px;
height: 60px;
background: #FFFFFF;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border-radius: 50%;
font-size: 30px;
transform: translateY(-50%);
cursor: pointer;
}
.index-main .inter-module .inter-bar:after{
content: '';
display: block;
border: solid #1e50ae;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 6px;
position: absolute;
top: 24px;
}
.index-main .inter-module .inter-bar.left {
left: -70px;
}
.index-main .inter-module .inter-bar.left:after{
transform: rotate(135deg);
left: 26px;
}
.index-main .inter-module .inter-bar.right {
right: -70px;
}
.index-main .inter-module .inter-bar.right:after{
transform: rotate(-45deg);
right: 26px;
}
.index-main .inter-module {
position: relative;
margin-bottom: 30px;
font-size: 0;
}
.index-main .inter-module .inter-items {
margin:-18px 0 0 -20px;
position: relative;
}
.index-main .inter-module .inter-items:after {
content: '';
display: block;
clear: both;
}
.index-main .inter-module li {
float: left;
width: 50%;
}
.index-main .inter-module .li-cont {
margin: 18px 0 0 20px;
height: 220px;
padding: 0 22px;
border-top: 2px solid #fff;
box-shadow: 0 0 6px rgba(0,0,0,.16);
background: #fff;
}
.index-main .inter-module .li-title {
margin-top: 15px;
padding-bottom: 13px;
font-size: 18px;
line-height: 24px;
color: #303030;
font-weight: bold;
}
.index-main .inter-module .li-title .li-more {
float: right;
font-size: 12px;
color: #666;
font-weight: normal;
}
.index-main .inter-module .li-title .li-more:hover {
color: #133462;
}
.index-main .inter-module .li-img {
float: left;
width: 98px;
}
.index-main .inter-module .child-links {
margin-left: 118px;
}
.index-main .inter-module .child-link {
margin-bottom: 7px;
position: relative;
display: block;
padding-right: 120px;
font-size: 16px;
color: #303030;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.index-main .inter-module .child-link:hover {
color: #133462;
}
.index-main .inter-module .child-link .child-date {
position: absolute;
top: 0;
right: 0;
color: #666;
}
.index-main .inter-module .li-link {
margin-top: 60px;
display: inline-block;
width: 20%;
text-align: center;
background: #f6f6f6;
font-size: 16px;
color: #303030;
line-height: 40px;
}
.index-main .inter-module .li-link:hover {
color: #1e50ae;
font-weight: bold;
}
.index-main .service-box {
position: relative;
}
.index-main .service-box .service-cell {
overflow: hidden;
position: relative;
}
.index-main .service-box .service-cell .service-lists {
margin: 0 0 0 -12px;
}
.index-main .service-box .service-cell .service-lists li {
float: left;
width: 33.33%;
}
.index-main .service-box .service-cell .service-lists li.li-1 {
width: 66.66%;
}
.index-main .service-box .service-cell .service-lists .service-link {
display: block;
margin: 0 0 8px 12px;
position: relative;
height: 82px;
line-height: 82px;
padding: 0 20px 0 90px;
text-align: left;
border: 1px solid #ECECEC;
background: #fff;
}
.index-main .service-box .service-cell .service-lists div.service-link {
padding: 0;
text-align: center;
}
.index-main .service-box .service-cell .service-lists a.service-link:hover {
background: #133462;
border-color: #133462;
}
.index-main .service-box .service-cell .service-lists .li-icon {
position: absolute;
margin: 0 auto;
left: 26px;
top: 50%;
margin-top: -22px;
width: 44px;
height: 44px;
}
.index-main .service-box .service-cell .service-lists .li-icon i {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center -22px;
}
.index-main .service-box .service-cell .service-lists .li-icon .icon-img {
background-size: 200% auto;
}
.index-main .service-box .service-cell .service-lists a:hover .li-icon .icon-img {
background-position: center -110px;
}
.index-main .service-box .service-cell .service-lists .li-icon .icon-base {
background-image: url(../images/index-service-bg.png);
background-size: 100% 100%;
}
.index-main .service-box .service-cell .service-lists .li-icon .icon-on {
background-image: url(../images/index-service-bg-on.png);
background-size: 100% 100%;
}
.index-main .service-box .service-cell .service-lists .li-title {
font-size: 18px;
color: #454545;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.index-main .service-box .service-cell .service-lists a:hover .on {
opacity: 1;
}
.index-main .service-box .service-cell .service-lists a:hover .li-title {
color: #fff;
}
.index-main .service-box .btn {
margin-top: -30px;
width: 60px;
height: 60px;
background: #FFFFFF;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border-radius: 50%;
font-size: 30px;
transform: translateY(-50%);
cursor: pointer;
}
.index-main .service-box .btn i {
border: solid #1e50ae;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 6px;
position: absolute;
top: 24px;
}
.index-main .service-box .btn .left {
transform: rotate(135deg);
left: 26px;
}
.index-main .service-box .btn .right {
transform: rotate(-45deg);
right: 26px;
}
.index-main .service-box #left {
position: absolute;
top: 50%;
left: -70px;
}
.index-main .service-box #right {
position: absolute;
top: 50%;
right: -70px;
}
.index-main .coord-lists {
margin-right: -27px;
}
.index-main .coord-lists li {
float: left;
margin-bottom: 30px;
width: 25%;
}
.index-main .coord-lists a {
position: relative;
display: block;
margin-right: 27px;
font-size: 16px;
color: #303030;
line-height: 40px;
background: #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.index-main .coord-lists a:hover {
color: #133462;
}
.index-main .coord-lists .li-content {
margin: 0 12px;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

}
.member-main  {
background-size: 100% 100%;

}
.member-main .item  {
width: 100%;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 5px #ddd;

}
.btn-primary {
color: #fff;
background-color: #1e50ae;
border-color: #1e50ae;
}
.btn-submit{
margin: 0 auto;
width: 30%;
}

.col-sm-12{
text-align: center;
}
.register_title_div {
text-align: center;
font-size: 20px;
font-weight: bold;
}
.member-main .item form {
padding: 20px 30px 0 10px;
}
.form-group>label:before {
content: "*";
color: #f56c6c;
margin-right: 4px;
}
.form-group>.no:before {
content: "*";
color: #ffffff;
margin-right: 4px;
}
.page-num-current{
background-color: #1e50ae;
color:#fff !important;
}
.form-check-label{
font-size: 1rem;
line-height: 35px;
}
.col-form-label{
font-size: 1rem;
}
.el-form-item__label {
flex: 0 0 auto;
text-align: right;
line-height: 40px;
padding: 0 12px 0 0;
box-sizing: border-box;
}
.el-button--mini {
min-height: 28px;
padding: 7px 15px;
font-size: 12px;
border-radius: px;
}
.el-button {
border: #be0027;
color: #fff;
}
.about-main-left .coord-lists {
margin-right: -27px;
}
.about-main-left .coord-lists li {
float: left;
margin-bottom: 30px;
width: 33%;
min-height: 250px;
}
.about-main-left .coord-lists a {
position: relative;
display: block;
margin-right: 27px;
font-size: 16px;
color: #303030;
line-height: 40px;
background: #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.about-main-left .coord-lists a:hover {
color: #133462;
}
.about-main-left .coord-lists .li-content {
margin: 0 12px;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

}
.video_play {
width: 60px !important;
height: 60px !important;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 35%;
}
.v_clear {
overflow: hidden;
padding: 10px 7px 10px;
}
.v_time {
background: #eaf3ff;
color: #1f79f1;
font-size: 14px;
line-height: 24px!important;
display: inline-block;
padding: 0 5px!important;
float: left;
}
.index-main .coord-lists .li-icon {
margin-right: 8px;
height: 40px;
vertical-align: top;
}
.breadcrumb {
width: 100%;
height: 50px;
background: #F6F6F6;
padding: 10px 0;
overflow: hidden;
}
.breadcrumb-link {
width: 100%;
font-size: 0px;
white-space: nowrap;
color: #888888;
line-height: 30px;
}
.breadcrumb-link img,
.breadcrumb-link span,
.breadcrumb-link a {
display: inline-block;
vertical-align: middle;
font-size: 14px;
}
.breadcrumb-link a {
color: #888888;
}
.breadcrumb-link a:hover {
color: #133462;
}
.breadcrumb-link .icon {
width: 12px;
height: 14px;
margin-right: 4px;
}
.breadcrumb-link .line {
margin: 0 3px;
font-size: 18px;
}
.breadcrumb-link .current {
font-weight: bold;
color: #444;
}
.about-main {
width: 100%;
background: #fff;
padding: 30px 0 56px;
}
.about-main-tabs {
float: right;
width: 284px;
background: #F6F6F6;
padding-bottom: 30px;
}
.about-main-tabs .tabs-title {
width: 100%;
height: 40px;
background: #1f50ae;
font-size: 18px;
color: #fff;
line-height: 40px;
padding-left: 26px;
box-sizing: border-box;
}
.about-main-tabs .tabs-box {
width: 100%;
padding: 0 20px;
box-sizing: border-box;
}
.about-main-tabs .tabs-box-item {
position: relative;
padding: 12px 0;
box-sizing: border-box;
border-bottom: 1px dashed #ccc;
}
.about-main-tabs .tabs-box-item::after {
content: '';
position: absolute;
left: 0;
top: 20px;
width: 6px;
height: 6px;
background: #133462;
}
.about-main-tabs .tabs-box-item a {
margin-left: 17px;
font-size: 16px;
color: #333333;
display: inline-block;
line-height: 22px;
}
.about-main-tabs .tabs-box-item a:hover {
font-weight: bold;
color: #133462;
}
.about-main-tabs .tabs-box-item .items-children {
border-left: 2px solid #E6E8EE;
margin: 11px 0 0 2px;
position: relative;
}
.about-main-tabs .tabs-box-item .items-children .items-sub {
position: absolute;
width: 2px;
height: 25px;
background: #133462;
top: 0;
left: -2px;
display: none;
}
.about-main-tabs .tabs-box-item .items-children .items-li {
display: block;
position: relative;
margin-left: -2px;
border-left: 2px solid #E6E8EE;
padding: 2px 22px;
box-sizing: border-box;
font-size: 16px;
color: #666;
margin-bottom: 15px;
}
.about-main-tabs .tabs-box-item .items-children .items-li:last-child {
margin-bottom: 0;
}
.about-main-tabs .tabs-box-item .items-children .items-li:hover ,
.about-main-tabs .tabs-box-item .items-children .children-active {
font-weight: bold;
color: #133462;
}
.about-main-tabs .tabs-box-item .items-children .items-li:hover:after ,
.about-main-tabs .tabs-box-item .items-children .children-active:after {
content: '';
position: absolute;
left: -2px;
top: 0;
bottom: 0;
width: 2px;
background: #025DB4;
}
.about-main-tabs .tabs-box-item .items-active {
font-weight: bold;
color: #133462;
}
.about-main .about-main-left {
float: left;
width: 886px;
position: relative;
}
.about-main .about-info {
border: 1px solid #ECECEC;
padding: 30px 22px;
width: 100%;
box-sizing: border-box;
background: #FCFCFC;
}
.about-main .about-info .about-info-title {
font-size: 24px;
line-height: 36px;
font-weight: bold;
color: #333333;
text-align: center;
}

.about-main .synopsis-details  em {
font-style: italic;
color: inherit;
}
.about-main .synopsis-details {
margin-top: 30px;
line-height: 28px;
font-size: 16px;
}
.info-video video {
width: 100% ;
}
.about-main .about-info .about-info-operate {
margin-top: 20px;
overflow: hidden;
}
.about-main .about-info .about-info-operate .share {
float: left;
color: #666666;
font-size: 0;
white-space: nowrap;
}
.about-main .about-info .about-info-operate .share span,
.about-main .about-info .about-info-operate .share img,
.about-main .about-info .about-info-operate .share .info {
display: inline-block;
vertical-align: middle;
font-size: 14px;
}
.about-main .about-info .about-info-operate .share img {
width: 24px;
height: 24px;
margin-left: 7px;
}
.about-main .about-info .about-info-operate .share .info {
padding: 1px 6px;
box-sizing: border-box;
font-size: 12px;
color: #133462;
position: relative;
background: #E8F2FF;
border-radius: 2px;
margin-left: 4px;
}
.about-main .about-info .about-info-operate .share .info::after {
content: '';
width: 0;
height: 0;
border-top: 2px solid transparent;
border-right: 4px solid #E8F2FF;
border-bottom: 3px solid transparent;
position: absolute;
left: -4px;
top: 50%;
transform: translateY(-50%);
}
.assets-main {
width: 100%;
background: #fff;
padding: 30px 0 56px;
}
.assets-main-tabs {
float: left;
width: 284px;
background: #F6F6F6;
padding-bottom: 30px;
}
.assets-main-tabs .tabs-title {
width: 100%;
height: 40px;
background: #1e50ae;
font-size: 18px;
color: #fff;
line-height: 40px;
padding-left: 26px;
box-sizing: border-box;
}
.assets-main-tabs .tabs-box {
width: 100%;
padding: 0 20px;
box-sizing: border-box;
}
.assets-main-tabs .tabs-box-item {
position: relative;
padding: 12px 0;
box-sizing: border-box;
border-bottom: 1px dashed #ccc;
}
.assets-main-tabs .tabs-box-item::after {
content: '';
position: absolute;
left: 0;
top: 20px;
width: 6px;
height: 6px;
background: #1e50ae;
}
.assets-main-tabs .tabs-box-item a {
margin-left: 17px;
font-size: 16px;
color: #333333;
display: inline-block;
line-height: 22px;
}
.assets-main-tabs .tabs-box-item a:hover {
font-weight: bold;
color: #1e50ae;
}
.assets-main-tabs .tabs-box-item .items-children {
border-left: 2px solid #E6E8EE;
margin: 11px 0 0 2px;
position: relative;
}
.assets-main-tabs .tabs-box-item .items-children .items-sub {
position: absolute;
width: 2px;
height: 25px;
background: #1e50ae;
top: 0;
left: -2px;
display: none;
}

.assets-main-tabs .tabs-box-item .items-children .items-li {
display: block;
position: relative;
margin-left: -2px;
border-left: 2px solid #E6E8EE;
padding: 2px 22px;
box-sizing: border-box;
font-size: 16px;
color: #666;
margin-bottom: 15px;
}
.assets-main-tabs .tabs-box-item .items-children .items-li:last-child {
margin-bottom: 0;
}
.assets-main-tabs .tabs-box-item .items-children .items-li:hover ,
.assets-main-tabs .tabs-box-item .items-children .children-active {
font-weight: bold;
color: #1e50ae;
}
.assets-main-tabs .tabs-box-item .items-children .items-li:hover:after ,
.assets-main-tabs .tabs-box-item .items-children .children-active:after {
content: '';
position: absolute;
left: -2px;
top: 0;
bottom: 0;
width: 2px;
background: #133462;
}
.assets-main-tabs .tabs-box-item .items-active {
font-weight: bold;
color: #1e50ae;
}
.assets-main .assets-main-right {
float: right;
width: 886px;
position: relative;
}
.assets-main .assets-info {
border: 1px solid #ECECEC;
padding: 30px 22px;
box-sizing: border-box;
background: #FCFCFC;
}
.assets-main .assets-info .assets-info-title {
font-size: 24px;
font-weight: bold;
color: #333333;
text-align: center;
}
.assets-main .synopsis-details  em {
font-style: italic;
color: inherit;
}
.assets-main .synopsis-details {
margin-top: 30px;
line-height: 28px;
}
.assets-main .assets-info .assets-info-operate {
margin-top: 20px;
overflow: hidden;
}
.assets-main .assets-info .assets-info-operate .share {
float: left;
color: #666666;
font-size: 0;
white-space: nowrap;
}
.assets-main .assets-info .assets-info-operate .share span,
.assets-main .assets-info .assets-info-operate .share img,
.assets-main .assets-info .assets-info-operate .share .info {
display: inline-block;
vertical-align: middle;
font-size: 14px;
}
.assets-main .assets-info .assets-info-operate .share img {
width: 24px;
height: 24px;
margin-left: 7px;
}
.assets-main .assets-info .assets-info-operate .share .info {
padding: 1px 6px;
box-sizing: border-box;
font-size: 12px;
color: #1e50ae;
position: relative;
background: #E8F2FF;
border-radius: 2px;
margin-left: 4px;
}
.assets-main .assets-info .assets-info-operate .share .info::after {
content: '';
width: 0;
height: 0;
border-top: 2px solid transparent;
border-right: 4px solid #E8F2FF;
border-bottom: 3px solid transparent;
position: absolute;
left: -4px;
top: 50%;
transform: translateY(-50%);
}
.news-module {
}
.news-module .news-nav {
width: 100%;
}
.news-module .news-nav .nav-list {
width: 100%;
height: 42px;
border: 1px solid #CCCCCC;
}
.news-module .news-nav .nav-list .nav-list-item {
float: left;
padding: 0 25px;
height: 100%;
text-align: center;
line-height: 42px;
font-size: 18px;
color: #666;
background: #F6F6F6;
border-right: 1px solid #CCCCCC;
}
.news-module .news-nav .nav-list .nav-list-item:hover {
background: #1e50ae;
color: #fff;
}
.news-module .news-nav .nav-list .nav-list-item a {
width: 100%;
height: 100%;
}
.news-module .news-nav .nav-list .active {
background: #1e50ae;
color: #fff;
}
.news-module .news-box {
width: 100%;
}
.news-module .news-box .news-lists {
width: 100%;
}
.news-module .news-box .news-lists-item {
position: relative;
margin-bottom: 32px;
min-height: 118px;
padding: 27px 30px 27px 41px;
box-sizing: border-box;
width: 100%;
overflow: hidden;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}
.news-module .news-box .news-lists-item .date {
position: absolute;
left: 41px;
top: 50%;
margin-top: -35px;
width: 68px;
height: 70px;
border: 1px solid #1e50ae;
text-align: center;
}
.news-module .news-box .news-lists-item .date:after {
content: '';
position: absolute;
right: -41px;
top: 0;
height: 100%;
width: 1px;
background: #DFE1E6;
}
.news-module .news-box .news-lists-item .date .day {
font-size: 26px;
color: #1e50ae;
line-height: 40px;
font-weight: 700;
}
.news-module .news-box .news-lists-item .date .year {
display: inline-block;
font-size: 14px;
color: #1e50ae;
border-top: 1px solid #1e50ae;
line-height: 28px;
}
.news-module .news-box .news-lists-item .hr {
display: none;
width: 1px;
height: 71px;
background: #DFE1E6;
margin: 0 41px;
}
.news-module .news-box .news-lists-item .content {
margin-left: 150px;
}
.news-module .news-box .news-lists-item.no-date .content {
margin-left: 0;
}
.news-module .news-box .news-lists-item.has-img .content {
margin-right: 188px;
}
.news-module .news-box .news-lists-item .content .title {
font-size: 16px;
color: #333;
font-weight: 700;
}
.news-module .news-box .news-lists-item .content .abs {
margin-top: 15px;
font-size: 14px;
color: #666;
line-height: 28px;
}
.news-module .news-box .news-lists-item .content a:hover {
color: #133462;
}
.news-module .news-box .news-lists-item .content .lines2 {
max-height: 56px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-module .news-box .news-lists-item .content .lines3 {
max-height: 84px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.news-module .news-box .news-lists-item .cover-img {
float: right;
width: 158px;
height: 118px;
overflow: hidden;
margin-left: 30px;
border: 1px solid #eee;
}
.news-module .news-box .news-lists-item .cover-img img {
object-fit: contain;
width: 100%;
height: 100%;
}
.news-module .news-box .pageParent {
margin: 26px auto;
}

.index-main .index-banner {
}
.index-main .index-banner:after {
content: '';
display: block;
clear: both;
}
.index-main .index-banner .module-banner {
position: relative;
float: left;
height: 280px;
border: 1px solid #ececec;
overflow: hidden;
}
.index-main .index-banner .module-banner .banner-lists {
position: relative;
width: 100%;
height: 100%;
font-size: 0;
white-space: nowrap;
}
.index-main .index-banner .module-banner .banner-lists .banner-link {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
}
.index-main .index-banner .module-banner .banner-lists .banner-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.index-main .index-banner .module-banner .banner-lists .banner-title {
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 0 250px 0 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
color: #fff;
line-height: 40px;
background: #333;
background: rgba(3, 3, 3, 0.7);
}
.index-main .index-banner .module-banner .banner-bars {
position: absolute;
bottom: 15px;
right: 20px;
font-size: 0;
white-space: nowrap;
}
.index-main .index-banner .module-banner .banner-bars li {
margin-left: 10px;
display: inline-block;
width: 10px;
height: 10px;
background: #fff;
background: rgba(255, 255, 255, 0.8);
cursor: pointer;
}
.index-main .index-banner .module-banner .banner-bars li:first-child {
margin: 0;
}
.index-main .index-banner .module-banner .banner-bars li:hover,
.index-main .index-banner .module-banner .banner-bars li.active {
background: #D1484A;
}

.banner-news .title-type {
overflow: hidden;
}
.banner-news .title-type li{
float: left;
width: 50%;
border: 1px solid #f2f2f2;
text-align: center;
background: #F2F2F2;
font-size: 18px;
color: #888;
font-weight: bold;
line-height: 40px;
cursor: pointer;
}
.banner-news .title-type li:hover {
color: #1e50ae;
}
.banner-news .title-type li.active{
color: #1e50ae;
background: #fff;
border-top-color: #1e50ae;
}
.banner-news .title-conet {
display: none;
}
.banner-news .title-conet.active {
display: block;
}
.banner-news .banner-news-title {
font-size: 22px;
color: #333;
line-height: 30px;
font-weight: bold;
}
.banner-news .banner-news-lists {
margin: 5px 0 0 20px;
}
.banner-news .banner-news-lists li {
position: relative;
padding: 13px 0;
border-bottom: 1px dashed #ccc;
}
.banner-news .list-icon {
position: absolute;
left: -20px;
top: 18px;
width: 12px;
height: 12px;
background: url(../images/related-icon-setting.png) no-repeat 0 center;
background-size: 12px 12px;
}
.banner-news .list-link {
display: block;
max-height: 48px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
font-size: 16px;
color: #303030;
line-height: 24px;
}
.banner-news .list-link:hover {
color: #133462;
}
.banner-news .list-des {
margin-top: 7px;
font-size: 14px;
color: #999;
line-height: 20px;
}
.banner-datepicker {
position: relative;
}
.banner-datepicker .datepicker-detail {
display: none;
position: absolute;
top: 95%;
z-index: 100;
right: -150px;
width: 500px;
padding: 0 15px 0 17px;
background: #fff;
background: rgb(255,255,255,.98);
box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.banner-datepicker .datepicker-detail .detail-close {
position: absolute;
top: 9px;
right: 20px;
width: 18px;
height: 18px;
background: url(../images/datepicker-close-icon.png) no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
.banner-datepicker .datepicker-detail .detail-lists li{
border-bottom: 1px dashed #ECECEC;
padding: 20px 0;
line-height: 20px;
}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-link {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: auto;
text-align: left;
border: none;
font-size: 16px;
color: #333;
}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-link:hover {
color: #133462 !important;
background: transparent;

}
.banner-datepicker .datepicker-detail .detail-lists .datepicker-tips {
margin-top: 10px;
overflow: hidden;
font-size: 14px;
color: #999;
}
.banner-datepicker .datepicker-detail .detail-lists .tip-add {
float: left;
}
.banner-datepicker .datepicker-detail .detail-lists .tip-date {
float: right;
}
.banner-datepicker .datepicker-detail .detail-more {
float: right;
margin-top: 10px;
font-size: 12px;
color: #666;
line-height: 20px;
}
.banner-datepicker .datepicker-detail .detail-more:hover {
color: #133462;
}
.share-box {
margin-top: 20px;
}
.share-box .share {
color: #666666;
font-size: 0;
}
.share-box .share img,.share-box .share a,.share-box .share span {
display: inline-block;
vertical-align: middle;
font-size: 14px;
}
.share-box .share img {
width: 24px;
height: 24px;
margin-left: 7px;
}
.header .mobile-bar,
.submenu-mobile-bar,
.header-nav-cover {
display: none;
}
.module-404{
margin: 60px 0;
text-align: center;
font-size: 16px;
line-height: 30px;
}
.module-404 p{
margin-top: 10px;
}
.module-404 img{
max-width: 80%;
width: 240px;
}
.fixed-mobile-bar {
display: none;
}
@media only screen and (min-width: 768px) {
html{height:100%;}
body{position:relative;min-height:100%;box-sizing:border-box;}
.footer {
left: 0;
bottom: 0;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
body {
font-size: 14px;
}
body {
min-width: auto;
}
.container {
width: 100%;
padding: 0 4%;
}
.category-page, .news-item-75{
padding-top: 10px;
width: 100% !important;
}
.news-item-75{
margin-bottom: 20px !important;
}
.login-page-img, .contact-page{
display: none;
}
.mb-10{
margin-bottom: 20px !important;
}
.footer-copyright span{
width: 90%;
display: block;
padding: 10px;
line-height: 30px;
}
.entrance-list li {
float: left;
margin: 10px;
width: 43%;

}
.links-list li{
width: 98%;
margin-right: 30px;
}

.login-top,.sec-tel{
display: none;
}
input[type=text],
input[type=password] {
line-height: 20px;
}
input[type=button] {
-webkit-appearance: none;
}
html,
body {
min-width: 0;
}
.module-404{
margin: 20px 0;
}
.module-404 img {
width: 40%;
}
.fixed-right{
top: auto;
bottom: 70px;
right: 0 !important;
border-radius: 25px 0 0 25px;
padding-right: 10px;
background: #1e50ae;
font-size: 0;
white-space: nowrap;
box-shadow: 0 0 5px rgba(255,255,255,.5);
}
.fixed-right .fixed-list:last-child {
display: none;
}
.fixed-right .fiexd-content {
width: 0;
overflow: hidden;
transition: 1.2s all;
}
.fixed-right .fiexd-content.open {
width: 120px;
}
.fixed-right .fiexd-content.lists-2.open {
width: 80px;
}
.index-main .index-lang-banner {
padding: 20px 0 15px 0;
display: block;
}

.fixed-right .fixed-list{
margin: 0;
display: inline-block;
vertical-align: top;
width: 40px;
height: 40px;
background-size: auto 22px;
}
.fixed-right .fixed-mobile-bar, .fixed-right .fiexd-content {
display: inline-block;
vertical-align: top;
}
.fixed-right .fixed-mobile-bar {
float: left;
width: 30px;
height: 40px;
background: url(../images/fixed-mobile-bar.png) no-repeat 70% center;
background-size: 14px auto;
cursor: pointer;
}
.open {
display: block !important;
}
.header {
height: auto;
}
.header-nav .container{
z-index: 1100;
margin: 0;
width: 30%;
height: 100%;
background: rgba(0,0,0,.1);
padding: 0;
overflow: auto;
}
.header-nav-cover{
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.header .container {
padding: 0;
}
.header .header-logo {
float: none;
position: relative;
width: auto;
display: block;
padding: 0;
}
.header .header-logo .header-logo-img {
height: auto;
width: 78%;
padding: 10px;
}
.header .header-search .header-links .header-link {
font-size: 14px;
}
.header .header-search .header-links{
display: flex;
justify-content: space-between;
}
.header .header-search .header-links .header-link-line {
width: 1px;
margin: 0;
}
.header .header-search {
float: none;
margin: 0 4%;
clear: both;
padding: 0 0 15px;
width: auto;
}
.header .header-search .search-module {
margin: 10px 88px 0 0;
}
.header .mobile-bar {
display: block;
position: absolute;
top: 50%;
right: 20px;
margin-top: -12px;
width: 24px;
height: 24px;
background: url(../images/header-mobile-bar-icon.png) no-repeat center center;
background-size: 100% auto;
}
.header-nav {
position: fixed;
left: -100%;
top: 0;
bottom: 0;
width: 100%;
padding: 0;
transition: left 0.6s;
z-index: 1000;
overflow: auto;
}
.header-nav .header-nav-lists > li{
float: none;
}
.header-nav.active {
left: 0;
}
.header-nav .header-nav-lists {
position: static;
}
.member-main .item  {
width: 98%;
margin: 10px auto;
padding: 10px;

}
.header-nav .header-nav-lists:after {
content: '';
display: block;
clear: both;
}
.header-nav .header-nav-lists .nav-link {
line-height: 40px;
font-size: 14px;
}
.header-nav .nav-child {
top: 0;
bottom: 0;
overflow: auto;
left: 30%;
width: 70%;
padding: 20px 14px;
background: transparent;
box-shadow: none;
}
.header-nav .nav-child .nav-child-link{
padding: 0 10px;
}
.header-nav .nav-child .nav-child-content li{
float: none;
}
.header-nav .nav-child .nav-child-link,
.header-nav .nav-child .nav-child-sublink{
color: #fff;
}
.header-nav .nav-child .nav-child-sublink{
margin-left: 20px !important;
padding: 0 10px;
}
.header-nav.active .nav-child {
position: fixed;
}
.header-nav .nav-child .nav-child-icon {
float: none;
width: 100%;
}
.header-nav .nav-child .nav-child-content {
margin: 15px 0 0;
}
.footer .footer-natural {
height: auto;
padding: 20px 0;
}
.footer .footer-natural .related-children {
bottom: 66px;
padding: 20px;
}
.footer .footer-natural .related-links > li:nth-of-type(n+3) .related-children {
bottom: 28px;
}
.footer .footer-natural .natural-right {
margin-top: 15px;
display: block;
position: static;
overflow: hidden;
text-align: center;
}
.footer .footer-natural .natural-right li{
margin: 0 10px;
float: none;
display: inline-block;
vertical-align: top;
}
.footer .footer-natural .related-links > li {
margin-top: 10px;
}
.footer .footer-copyright {
padding: 10px 0;
lien-height: 22px;
}
.footer .footer-natural .related-children .related-lists {
margin-right: -20px;
max-height: 300px;
}
.footer .footer-natural .related-children .related-lists li {
width: 50%;
padding: 0 20px 0 0;
}
.footer .footer-natural .related-children .related-lists a {
line-height: 40px;
}
.news-item-100{
padding-right: 0px !important;
}
.news-item-65, .news-item{
padding-bottom: 20px;
}
.footer .footer-copyright{
line-height: 20px;
}
.index-main .index-module {
padding: 0px 0;
margin: 5px 0;
}
.index-main .index-module:first-child {
padding-top: 5px;
}
.breadcrumb {
height: 30px;
padding: 0;
}
.breadcrumb .breadcrumb-link {
overflow: auto;
}
.breadcrumb-link img,
.breadcrumb-link span,
.breadcrumb-link a {
font-size: 12px;
}
.breadcrumb-link .line {
font-size: 16px;
}
.index-main .module-title .title-cn {
font-size: 18px;
}
.index-main .module-title .title-en {
font-size: 13px;
}
.index-main .module-title {
line-height: 20px;
}

.index-main .module-title .title-cn:before,
.index-main .module-title .title-en:before,
.index-main .module-title .title-cn:after,
.index-main .module-title .title-en:after,
.index-main .module-title b:before,
.index-main .module-title b:after,
.index-main .module-title:before,
.index-main .module-title:after {
background: #999;
}
.index-main .module-title .title-cn,
.index-main .module-title .title-en {
padding: 0 30px;
}
.index-main .module-title:before,
.index-main .module-title:after {
width: 50px;
}
.index-main .index-viewpoint {
padding: 0;
box-shadow: none;
}
.index-main .index-viewpoint .viewpoint-swiper {
float: none;
width: auto;
height: auto;
padding: 27.7%;
}
.index-main .index-viewpoint .viewpoint-swiper .swiper-lists {
position: absolute;
left: 0;
top: 0;
}
.index-main .index-viewpoint .viewpoint-swiper .spot {
height: 30px;
padding: 0 100px 0 15px;
}
.index-main .index-viewpoint .viewpoint-swiper .spot .swiper-title {
font-size: 14px;
line-height: 30px;
}
.index-main .index-viewpoint .viewpoint-swiper .spot .spot-lists {
right: 15px;
}
.index-main .index-viewpoint .viewpoint-news {
margin-top: 15px;
width: 100%;
}
.index-main .index-viewpoint .viewpoint-news .viewpoint-news-title {
font-size: 18px;
}
.index-main .index-news .item-content {
margin: 0;
}
.index-main .index-news .news-item,.index-main .index-news .news-item-65,.index-main .index-news .news-item-35 {
width: 100%;
}
.index-main .index-news .news-card {
margin: 0 0 15px;
}
.index-main .index-news .news-card:last-child {
margin: 0;
}
.index-main .index-news .about-card {
margin: 0 0 15px;
}
.index-main .index-news .about:last-child {
margin: 0;
}
.index-main .index-news .member-card {
margin: 0 0 15px;
}
.index-main .index-news .member:last-child {
margin: 0;
}
.index-main .index-news .news-notice {
padding: 0;
}
.index-main .index-news .news-lists {
margin: 0;
}
.index-main .index-news .head-title {
font-size: 18px;
}
.index-main .index-news .news-lists li {
padding-right: 90px;
}
.index-main .index-news .card-head {
padding: 15px 0 5px;
}
.index-main .index-news .head-title:after {
bottom: -6px;
}
.index-main .coord-lists {
margin-right: 0;
}
.index-main .coord-lists li {
margin-bottom: 10px;
width: 100%;
}
.about-main-left .coord-lists li {
margin-bottom: 20px;
width: 100%;
}
.about-main-left .edu-module .coord-lists li {
margin-bottom: 20px;
width: 100%;
}
.index-main .coord-lists a {
margin-right: 0;
padding: 10px 0;
line-height: 32px;
}
.index-main .coord-lists a:after {
top: 5px;
}
.index-main .coord-lists .li-icon {
height: 32px;
}
.index-main .service-box #left {
left: -15px;
}
.index-main .service-box #right {
right: -15px;
}
.index-main .service-box .service-cell .service-lists li {
width: 50% !important;
}
.index-main .service-box .service-cell .service-lists .service-link{
height: 50px;
line-height: 50px;
padding: 0 15px 0 54px;
}
.index-main .service-box .service-cell .service-lists li a:last-child .li-title {
margin-bottom: 0;
font-size: 13px;
}
.index-main .service-box .service-cell .service-lists .li-title{
font-size: 13px;
}
.index-main .service-box .service-cell .service-lists .li-icon{
margin-top: -16px;
left: 10px;
width: 32px;
height: 32px;
}
.index-main .service-box .service-cell .service-lists .li-icon i{
background-position: center -16px;
}
.index-main .service-box .service-cell .service-lists a:hover .li-icon .icon-img{
background-position: 0 -80px;
}
.index-main .journal-module {
padding: 5px 0;
}
.index-main .journal-module .journal-head {
display: block;
float: none;
margin: 0;
padding: 15px 0;
overflow: hidden;
width: 100%;
height: auto;
}
.index-main .journal-module .li-content,
.index-main .journal-module .journal-head .journal-head-content{
margin: 0 20px 0 115px;
}
.index-main .journal-module .journal-head .journal-head-content{
display: block;
position: static;
background: #fff;
padding: 0;
color: #333;
}
.index-main .journal-module .journal-head .journal-head-content .head-title{margin:0;}
.index-main .journal-module .journal-head .journal-head-content .head-des{
font-size: 12px;
color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.index-main .journal-module .journal-head .journal-head-content .head-time{
margin: 6px 0 3px;
max-width: 100%;
display: inline-block;
padding: 0 5px;
font-size: 12px;
background: #EBF2FF;
color: #1e50ae;
}
.index-main .journal-module .journal-head img{
float: left;
margin-left: 20px;
width: 81px;
height: 108px;
}
.index-main .journal-module .journal-lists {
margin: 0;
}
.index-main .journal-module .journal-lists li {
width: 100%;
height: auto;
padding: 15px 0;
border: none !important;
border-top: 1px solid #ececec !important;
}
.index-main .journal-module .journal-lists li:nth-child(n+4) {
display: none;
}
.index-main .inter-module {
}
.index-main .inter-module .inter-items {
}
.index-main .inter-module li {
width: 100%;
}
.index-main .inter-module .li-title {
font-size: 15px;
}
.index-main .inter-module .li-cont{
height: auto;
padding: 0 15px 10px;
}
.index-main .inter-module .child-link {
margin-bottom: 4px;
font-size: 13px;
padding-right: 80px;
}
.index-main .inter-module .li-img {
width: 72px;
}
.index-main .inter-module .child-links {
margin-left: 85px;
}
.index-main .inter-module inter-names {
font-size: 0;
white-space: nowrap;
}
.index-main .inter-module .child-link .child-date{
font-size: 12px;
}
.index-main .inter-module .li-link {
margin-top: 40px;
padding: 0 6px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box;
}
.assets-main-tabs,
.guide .guide-nav,
.search-detail .search-filter {
position: fixed;
z-index: 2000;
transition: all 0.6s;
top: 0;
left: -60%;
width: 60% !important;
bottom: 0;
overflow-y: auto;
background-color: #fff;
transition: left 0.6s;
border: none;
box-shadow: none !important;
}
.assets-main-tabs.tabs-scroll{
float: none;
position: relative;
top: auto;
left: auto;
width: 100% !important;
padding-bottom: 20px;
}
.assets-main-tabs.tabs-scroll .tabs-title{
display: none;
}
.assets-main-tabs.tabs-scroll .tabs-box{
padding: 0;
font-size: 0;
white-space: nowrap;
border-bottom: 1px solid #ccc;
overflow: auto;
}
.assets-main-tabs.tabs-scroll .tabs-box-item{
display: inline-block;
vertical-align: top;
border: none;
padding: 0;
}
.assets-main-tabs.tabs-scroll .tabs-box-item a{
margin: 0;
padding: 6px 14px;
border-radius: 4px 4px 0 0;
font-size: 13px;
}
.assets-main-tabs.tabs-scroll .tabs-box-item a.items-active{
background: #1e50ae;
color: #fff;
}
.assets-main-tabs.tabs-scroll .tabs-box-item::after{
display: none;
}
.assets-main-tabs.open,
.guide .guide-nav.open,
.search-detail .search-filter.open {
left: 0;
}
.submenu-mobile-bar {
display: inline-block;
height: 24px;
margin-bottom: 20px;
padding-left: 28px;
line-height: 24px;
font-size: 16px;
color: #1e50ae;
background: url(../images/header-mobile-bar-icon.png) no-repeat 3px center;
background-size: 18px auto;
}
.mobile-cover {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
background: rgba(0, 0, 0, 0.7);
}
.assets-main {
padding: 20px 0;
}
.assets-main .assets-main-right {
float: none;
width: 100%;
margin: 0;
}
#submenuMobile{
display: none;
}
.about-main .about-main-left {
float: none;
width: 100%;
margin: 0;
}
.assets-main .assets-info {
float: none;
width: 100%;
padding: 20px;
}
.news-module{
margin-top: 20px;
}
.news-module .news-nav .nav-list{
height: 32px;
}
.news-module .news-nav .nav-list .nav-list-item{
line-height: 30px;
padding: 0 10px;
font-size: 13px;
}
.news-module .news-box .news-lists-item{
margin-top: 20px;
padding: 20px;
}
.news-module .news-box .news-lists-item .date{
left: 20px;
}
.news-module .news-box .news-lists-item .date:after{display:none;}
.news-module .news-box .news-lists-item .content{
margin: 0 0 0 90px !important;
}

.news-module .news-box .news-lists-item .cover-img{
display: none;
}
.news-module .news-box .news-lists-item .content .title{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-module .news-box .news-lists-item .content .abs{
margin-top: 10px;
line-height: 24px;
}
.index-main .index-banner{
box-shadow: none;
padding: 0;
}
.index-main .index-banner .module-banner{
float: none;
width: 100%;
height: 200px;
}
.index-main .index-banner .module-banner .banner-lists .banner-title{
padding: 0 100px 0 15px;
line-height: 32px;
font-size: 14px;
}
.index-main .index-banner .module-banner .banner-bars{
right: 15px;
bottom: 11px;
}
.banner-news .banner-news-title{
font-size: 19px;
}
.index-main .index-news .news-card{
float: none;
height: auto;
padding-bottom: 5px;
}
.index-main .index-news .member-card{
float: none;
height: auto;
padding-bottom: 5px;
}
.about-img, .about-info, .about{
width: 100%;
padding: 10px;
}
.index-main .index-news .about-card .card-body{
clear: both;
}
.index-main .index-news .about-card{
float: none;
height: 760px;
padding-bottom: 5px;
}
.index-main .index-news .member-card{
float: none;
height: 480px;
padding-bottom: 5px;
}
.member-register.member-apply, .member-cert{
width: 100%;
margin: 10px 0;
}
.member-login,.member-register{
width: 100%;
}

.banner-news{
float: none;
margin-top: 15px;
width: 100%;
height: auto;
}
.index-main .journal-module .journal-head .journal-head-content .head-des.line-book {
-webkit-line-clamp: 4;
}
.assets-main .assets-info .assets-info-title{
font-size: 18px;
}
.assets-main .assets-info .assets-info-operate{
margin: 15px 0;
}
.index-main .index-notice{
top: 0;
padding: 5px 20px 5px 45px;
}
.index-main .index-notice:after{
left: 12px;
margin-top: -8px;
width: 18px;
height: 16px;
}
.index-main .index-notice .li-link{
width: 100%;
font-size: 14px;
}

.mobile-show {
display: block;
}
.mobile-hide {
display: none;
}
.banner-news .title-type li{
font-size: 17px;
line-height: 32px;
}
.index-main .index-lang-banner img{
height: 50px;
object-fit: cover;
}
.header .header-search .search-link{
width: 78px;
}
}




