body {
  font-size: 14px;
  background: #f7f8f9;
  color: #444;
}
html,
body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

dl {
  margin: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

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

a {
  color: #444;
  text-decoration: none;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
  color: #6c73aa;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}

table {
  border-collapse: collapse;
}

input[type="text"],
input[type="password"],
button,
textarea,
select {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  font-family: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
input[type="checkbox"]::after,
input[type="radio"]::after {
  content: "";
  display: inline-block;
  background-color: #54576e;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  background: url(../images/checkbox.jpg) center no-repeat #fff;
  background-size: 100% 100%;
}
select,
button {
  background: none;
  -webkit-appearance: none;
}
video {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #000;
}
.hidden {
  display: none;
}
.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
}
.swiper-pagination-bullet {
  background: #fff;
}
/*公共样式勿删除*/
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}

.panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.nav {
  display: flex;
  text-align: center;
  line-height: 36px;
}
.nav > li {
  flex: 1;
}
.nav > li.on a {
  color: #6c73aa;
}
.header {
  position: relative;
  padding: 10px 0 10px 15px;
  background-color: #fff;
  z-index: 99;
}
.header .flex {
  justify-content: space-between;
}
.header .logo {
  width: 100px;
}
.search {
  display: flex;
  align-items: center;
  background: #f7f8f9;
  padding-right: 10px;
  border-radius: 20px;
}
.search input {
  width: 160px;
  background: none;
  padding-left: 10px;
  height: 26px;
}
.search i {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/img_10.png) center no-repeat;
  background-size: 100% 100%;
}
.header .dropmenu {
  padding: 0 15px;
  position: relative;
}
.header .dropmenu img {
  border-radius: 50%;
  width: 21px;
}
.header .dropdown {
  position: absolute;
  background: #fff;
  width: 70px;
  text-align: center;
  right: 0;
  top: 100%;
  font-size: 12px;
  border-radius: 0 0 5px 5px;
  line-height: 22px;
  padding: 5px 0;
  display: none;
}
.header .dropdown a {
  display: block;
}
.header .dropmenu:hover .dropdown {
  display: block;
}
.homepage {
  padding: 15px;
}
.homepage .a {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.homepage .a .txt {
  padding: 15px;
}
.homepage .a .txt p {
  color: #8b8b8b;
  margin: 10px 0 20px;
}

.homepage .a .txt h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
.homepage .a .txt h3 i {
  width: 11px;
  display: block;
  height: 5px;
  background: url(../images/img_23.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .a .flex {
  color: #888;
  font-size: 12px;
}
.homepage .a .share {
  width: 90px;
}
.title_common {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  background: url(../images/web-m_16.png) left center no-repeat;
}
.title_common a {
  font-size: 12px;
  color: #6c73aa;
}
.homepage .b {
  padding: 15px 0;
}
.homepage .b li {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 15px;
}
.homepage .b li dt {
  font-size: 15px;
  padding-right: 20px;
  position: relative;
}
.homepage .b li dt i {
  width: 11px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 5px;
  background: url(../images/img_23.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .b li dd {
  font-size: 12px;
  color: #929292;
  margin-top: 10px;
}
.homepage .c li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.homepage .c li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage .c li a .pic {
  width: 120px;
  border-radius: 5px;
}
.homepage .c li a .time {
  margin-top: 20px;
  color: #999;
  font-size: 12px;
}

.homepage .c li a dd {
  font-size: 12px;
  border-left: 3px solid #ddd;
  padding-left: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #757474;
}
.homepage .c li a dt {
  font-size: 17px;
  margin-top: 15px;
}
.footer .bd b {
  font-weight: normal;
}
.homepage .c li .data {
  color: #d0d1d1;
  font-size: 12px;
}
.homepage .c li .data img {
  margin: -3px 5px 0 0;
  width: 20px;
}
.footer {
  color: #fff;
  font-size: 12px;
  padding: 15px;
  background: #6c73aa;
}
.footer a {
  color: #fff;
}
.footer .bd {
  display: flex;
  line-height: 24px;
  padding: 20px 0;
}
.footer .logo img {
  width: 80px;
}
.footer .box + .box {
  padding-left: 30px;
}
/**/
.pages {
  color: #777;
  font-size: 12px;
  padding-top: 15px;
  text-align: center;
}
.pages a {
  padding: 0 5px;
  color: #666;
}
.pages .on {
  text-decoration: underline;
}
.homepage .c .bd li {
  border: none;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px;
}
.homepage .c .bd li dt span {
  color: #0437AA;
  text-decoration: underline;
}
.homepage .search {
  background: #ececec;
  margin-bottom: 20px;
}
/**/
.newsitem {
  margin: 15px;
  border-radius: 5px;
  background: #fff;
  padding: 0 15px;
}
.newsitem .hd {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.newsitem .hd h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.newsitem .hd .flex {
  color: #8b8b8b;
  justify-content: space-between;
  font-size: 12px;
}
.newsitem .hd .flex img {
  width: 20px;
  margin: -3px 5px 0 0;
}
.newsitem .bd {
  padding: 15px 0;
  line-height: 24px;
  position: relative;
}
.newsitem .bd p {
  padding: 10px 0;
}
.newsitem .bd img {
  margin: 10px 0;
}
.newsitem .bd .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 45%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255),
    rgba(255, 255, 255),
    rgba(255, 255, 255)
  );
  text-align: center;
  padding-top: 60px;
}
.newsitem .bd .down span {
  color: #0437AA;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
/**/
.login {
  background: url(../images/img_02.jpg) center no-repeat;
  background-size: cover;
}
.login .ft {
  width: 240px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.return {
  position: absolute;
  left: 30px;
  top: 30px;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.login .logo {
  text-align: center;
  padding-top: 13vh;
}
.login .logo img {
  width: 123px;
}
.login .bd {
  padding: 40px;
  color: #fff;
}
.login .bd h4 {
  padding: 20px 20px 10px;
}
.login .bd .btn {
  display: block;
  margin-top: 20px;
  color: #fff;
  background: #0437AA;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  line-height: 45px;
}
.login .bd p {
  margin-top: 15px;
  font-size: 12px;
}
.login .bd p a {
  color: #fff;
}
.login .bd .input {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  color: #fff;
  padding: 0 15px;
}
.login .none {
  text-align: center;
  margin-top: 30px;
}
.login .none a {
  color: #0437AA;
}

.advange {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0.02rem 0.13rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}
/**/
.newpage {
  padding: 0 15px;
}
.newpage .one {
  margin-bottom: 20px;
}
.newpage .one .title {
  font-size: 24px;
  margin-top: 30px;
  font-family: "Helvetica Neue Light", HelveticaNeue-Light, Helvetica, Arial,
  sans-serif;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: normal;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d6d9;
  color: #002b5c;
}
.newpage .one .bd {
  padding-top: 20px;
}
.newpage .one .bd ul li {
  padding: 10px 0;
}
.newpage .one .bd ul li .box {
  position: relative;
}
.newpage .one .bd ul li .box span {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #b30838;
  color: white;
  z-index: 9;
  padding: 2px 10px;
  font-family: "Helvetica Neue Light", HelveticaNeue-Light, Helvetica, Arial,
  sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.newpage .one .bd ul li .box .info {
  padding: 13px 0;
}
.newpage .one .bd ul li p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.newpage .one .bd ul li h3 {
  color: #002b5c;
  font-size: 18px;
  font-weight: bold;
}
.newpage .one .bd ul li.on .box {
  background-color: #f2f4f7;
}
.newpage .one .bd ul li.on .box .info {
  padding: 13px 20px;
}
/**/

.newpageitem .one {
  background-color: #e5f5fb;

  padding: 20px;
  border-top: 4px solid #009ddc;
}
.newpageitem .one h1 {
  font-weight: bold;
  font-size: 24px;
  color: #002b5c;
}
.newpageitem .one p {
  color: #002b5c;
  font-weight: bold;

  margin-top: 10px;
}
.newpageitem .one p span {
  display: flex;
  align-items: center;
}
.newpageitem .one p span::before {
  color: #c5c6c9;
  font-size: 20px;
  line-height: 15px;
  content: "·";
  margin: 0 10px 0 0;
}
.newpageitem .one select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/15DrewryArrowNavyDownDD.svg);
  background-position: right 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  padding: 9px;
  margin-top: 15px;
  padding-right: 49px;
  background-size: 40px;
  height: 40px;
  width: 100%;
}
.newpageitem .info {
  padding: 15px;
}

.newpageitem .info .center {
  line-height: 1.3;
  position: relative;
}
.newpageitem .info .center h2 {
  font-size: 22px;
  color: #002b5c;
  border-bottom: 1px solid #d5d6d9;
  padding-bottom: 10px;
  margin: 10px 0;
}
.newpageitem .info .center ul {
  color: #002b5c;
  margin: 20px 0;
}
.newpageitem .info .center ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 18px;
}
.newpageitem .info .center ul li::before {
  content: "";
  background: #002b5c;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.newpageitem .info .center .ft {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  margin-top: 20px;
  color: #002b5c;
  padding-top: 20px;
}
.newpageitem .info .center .ft a {
  margin-left: 10px;
}
.newpageitem .info .side {
  color: #002b5c;
  margin-top: 20px;
}
.newpageitem .info .side .title {
  font-size: 24px;
  border-bottom: 1px solid #d5d6d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.newpageitem .info .side .two {
  line-height: 30px;
}
.newpageitem .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 300px;
  background-image: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 0.2),
          rgba(255, 255, 255),
          rgba(255, 255, 255),
          rgba(255, 255, 255)
  );
  text-align: center;
  padding-top: 120px;
}
.newpageitem .down span {
  color: #0437AA;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
.newpageitem .down span::after {
  content: " ";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-width: 0 2px 2px 0;
  border-color: #0437AA;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -6px;
}

.newpageitem .center .bd{position: relative;}
.newpageitem .info .center .height{height:600px;overflow:hidden}

.mask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  font-size: 14px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mask .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.mask .dialog p {
  margin-top: 15px;
}
.mask .close {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  font-size: 23px;
}

.mask .dialog .btn {
  display: block;
  margin-top: 20px;
  color: #fff;
  background: #0437AA;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  line-height: 45px;
}

.button {
  background-color: #0437AA;
  border: none;
  color: white;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  border-radius: 12px;
  cursor: pointer;
}

.down a,a:hover,a:active{
  color: white;
}

/**/
.shuju {
  padding-bottom: 0.5rem;
}

.shuju .box h3 {
  font-weight: bold;
  padding-bottom: 1rem;
  font-size: 15px;
  padding-top: 1rem;
}
.shuju .box .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.shuju .box .bd ul li {
  width: 100%;
  height: 350px;
  padding: 0.15rem;
}
.shuju .box .bd .col-5 li {
  width: 100%;
  height: 350px;
}
.shuju .box .info {
  border-radius: 5px;
  padding: 23px 10px 10px;
  background: #fff;position:relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.shuju .box .lgicon{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.chart {
  height: 3.5rem;
}
.tablebox {
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tablebox h4 {
  font-weight: bold;
  font-size: 0.26rem;
}
.tablebox p {
  color: #909090;
  font-size: 0.13rem;
  margin-bottom: 0.15rem;
}
.tablebox .tabtitle {
  border-bottom: 1px solid #ddd;
}
.tablebox .tabtitle li {
  font-weight: bold;
  font-size: 0.16rem;
  padding-bottom: 10px;
  cursor: pointer;
  margin-right: 0.2rem;
  border-bottom: 2px solid transparent;
}
.tablebox .tabtitle li.on {
  color: #006dfc;
  border-bottom: 2px solid #006dfc;
}
.tablebox .tabcontent table {
  width: 100%;
}
.tablebox .tabcontent table tr {
  border-bottom: 1px solid #ccc;
}
.tablebox .tabcontent table th img {
  width: 14px;
}
.tablebox .tabcontent table th {
  text-align: left;
  color: #909090;
  padding: 0.1rem;
}
.tablebox .tabcontent table td {
  padding: 0.1rem;
  font-size: 0.16rem;
}
.tablebox .tabcontent table td a {
  font-weight: bold;
  color: #006dfc;
}
.tablebox .tabcontent table td .green {
  color: #36b794;
}
.tablebox .tabcontent table td .red {
  color: #f56161;
}
.tablebox .tabcontent .over {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 0.15rem;
}
.tablebox .tabcontent .bar {
  width: 0.8rem;
  height: 0.16rem;
  border-radius: 0.16rem;
  background-color: #909090;
}
.mask .dialog-lg{width: 7.5rem;}