* {
  padding: 0;
  margin: 0;

  /* outline: solid #f00 1px !important;
  background: #000 !important;
  color: #fff !important; */
}

li {
  list-style: none;
}

i {
  font-style: normal
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}

#loginApp {
  color: #2c3e50;
  height: 100%;
  font-size: 14px;
  background: #fff;
  /* border: 1px solid red; */
}

#login .header {
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #c5c5c5;
  position: fixed;
  top: 0;
  z-index: 999;
  overflow: hidden;
}

#login .header .header_bg {
  padding: 10px 20px;
  overflow: hidden;
  width: 90%;
}

#login .header .header_bg .header-title {
  float: left;
}

#login .header .header_bg .header-nav {
  float: right;
  margin-top: 12px;
}

.login-container {
  margin-top: 60px;
  /* width: 100%; */
  overflow: hidden;
}

.container-min {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat #001834;
  /* background: #001834; */
  background-size: cover;
  padding-bottom: 30px;
}

.login-container .container-min .login-text {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.login-container .container-min .login-text .title-logo {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.login-container .container-min .login-text .title-logo i {
  color: #E33730;
}

.login-container .container-min .login-text .title {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 18px;
}

.login-container .container-min .login-text .title-en {
  font-size: 10px;
  padding: 0 40px;
  padding-top: 6px;
}

.login-info {
  /* width: 100%; */
  margin-top: 30px;
}

.login-info .login-info-box {
  margin: 0 30px;
  background: #fff;
  padding-bottom: 30px;
}

.login-info .login-info-box .login-info-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.login-info .login-info-box .login-info-header .iconBanner {
  width: 70px;
  height: 70px;
  background: #E33730;

}

.login-info .login-info-box .login-info-header .iconBanner img {
  margin-left: 13px;
  margin-top: 13px;
}

.pro-title {
  margin-top: 10px;
  margin-right: 20px;
}

.pro-title .pro-title-01 {
  font-size: 18px;
  color: #253b85;
  font-weight: bold;
}

.pro-title .pro-title-02 {
  font-size: 14px;
  color: #253b85;
  margin-top: 4px;
}

.module-box {
  margin-top: 30px;
}

.module-box .kj-entrance a {
  display: block;
  width: 260px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #f4afac;
  font-size: 16px;
  color: #e33730;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.module-box .kj-entrance .entrance-check {
  color: #fff;
  background: #e33730;
  Font-weight: 600;
}

.inlet-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 45px 0 45px;
}

.inlet-box .contribute {
  background: url(../img/document-icon.svg) no-repeat;
}

.inlet-box .contribute a {
  font-size: 14px;
  color: #818D99;
  padding-left: 22px;
}

.inlet-box .cooperation {
  background: url(../img/feat-icon.svg) left 3px no-repeat;
}

.inlet-box .cooperation a {
  font-size: 14px;
  color: #818D99;
  padding-left: 22px;
}

.inlet-box2 {
  margin-top: 30px;
}

.inlet-box2 .attention-button a {
  display: block;
  width: 260px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #ffffff78;
  font-size: 16px;
  color: #CCD0DE;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* footer */
#login .foot {
  height: 100%;
  background: #f2f2f2;
  padding-bottom: 30px;
}

#login .foot .foot-inner {
  /* width: 100%; */
  font-size: 14px;
  color: #464646;
  padding-top: 20px;
}

#login .foot .foot-inner .foot-l {
  margin: 0 20px;

}

#login .foot .foot-inner .foot-l ul {
  overflow: hidden;
}

#login .foot .foot-inner .foot-l ul li {
  float: left;
  margin-right: 20px;
}

#login .foot .foot-inner .foot-l .copyright {
  margin: 20px 0 0 0;
  padding: 0;
}

#login .foot .foot-inner .foot-l .item {
  text-align: left;
  line-height: 20px;
  margin-bottom: 16px;
}

#login .foot .foot-inner .foot-l .item a {
  color: #697078;
  font-size: 14px;
}

#login .foot .foot-inner .foot-l .item i {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 8px;
}

#login .foot .foot-inner .foot-l .item .zzs {
  background: url(../img/footer-icon1.svg) left center no-repeat;
}

#login .foot .foot-inner .foot-l .item .fz {
  background: url(../img/footer-icon2.svg) left center no-repeat;
}

#login .foot .foot-inner .foot-l .item .illustrate {
  background: url(../img/footer-icon3.svg) left center no-repeat;
}

#login .foot .foot-inner .foot-l .item .question {
  background: url(../img/footer-icon4.svg) left center no-repeat;
}

#login .foot .foot-inner .foot-l .item .tyzx {
  background: url(../img/footer-icon5.svg) left center no-repeat;
}

#login .foot .foot-inner .foot-l .item .tyzx2 {
  background: url(../img/footer-icon6.svg) left center no-repeat;
}

#login .foot .foot-inner .foot-l .item .lxfs {
  background: url(../img/footer-icon7.svg) left center no-repeat;
}


#login .foot .foot-inner .foot-l .foot-text {
  margin-top: 8px;
}

#login .foot .foot-inner .foot-l .foot-text p {
  color: #697078;
  font-size: 14px;
  line-height: 24px;
}

#login .foot .foot-inner .foot-l .foot-text p i {

  color: #697078a8;
}

#login .foot .foot-inner .foot-l .foot-connect {
  margin-top: 12px;
}

#login .foot .foot-inner .foot-l .foot-connect h3 {
  color: #697078;
  font-size: 14px;
  line-height: 26px;
}

#login .foot .foot-inner .foot-l .foot-connect p {
  color: #697078;
  font-size: 14px;
  line-height: 24px;
}

/* 公众号 */
.container-page .official-accounts {
  margin-top: 40px;
  margin-bottom: 120px;
  text-align: center;
}

.container-page .official-accounts .mark-text p:first-child {
  color: #222;
  font-size: 16px;
  line-height: 40px;
}

.container-page .official-accounts .mark-text p:nth-child(2) {
  color: #818d99;
  font-size: 14px;
}

.container-page .mark-img img {
  border: 1px solid #ececec;
  margin-top: 20px;
  width: 120px;
}

.breadcrumb-nav {
  width: 100%;
  height: 40px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 20px;
}

.breadcrumb-nav a {
  color: #818d99;
  font-size: 14px;
  background: url(../img/return-icon.svg) left center no-repeat;
  padding-left: 20px;
  /* border: none; */
}

/* .breadcrumb-nav button:focus {
  outline: 0;
} */

/* 投稿文档 */

.contribute-text {
  text-align: left;
  padding: 0 20px;
  margin-top: 16px;
}

.contribute-text h3 {
  font-size: 16px;
  color: #e33730;
  height: 40px;
  line-height: 40px;
}

.contribute-text ul {
  padding-left: 0;
}

.contribute-text ul li {
  font-size: 14px;
  color: #818d99;
  line-height: 24px;
}

.contribute-text ul li a:hover {
  color: #e33730;
  cursor: pointer;
  background: url(../img/li-img-hover.png) left 12px no-repeat;
}

.contribute-text ul li a {
  font-size: 14px;
  color: #818d99;
  line-height: 30px;
  background: url(../img/li-img.png) left 12px no-repeat;
  padding-left: 14px;

  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.contribute-text .tieku {
  border-top: 1px dashed #e5e5e5;
  margin: 20px 0;
}

.contribute-text .text-else {
  padding-bottom: 60px;
}

/* 合作伙伴 */
.cooperative-partner {
  margin-top: 30px;
  text-align: left;
  padding: 0 20px;
}

.cooperative-partner h3 {
  font-size: 16px;
  color: #e33730;
  line-height: 10px;
}

.cooperative-partner .partner-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 340px;
  margin-top: 20px;
  padding-bottom: 40px;
}

.cooperative-partner .partner-list .lise-item {
  width: 148px;
  height: 50px;
  border: 1px solid #e5e5e5;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooperative-partner .partner-list .lise-item img {
  width: 136px;
  height: 44px;
}

.cooperative-partner .partner-list .lise-item:hover {
  border: 1px solid #e33730;
}

/* nav 弹框 */
.nav-popout {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.5);
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-popout .nav-list {
  width: 280px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.nav-popout .nav-list button {
  border: none;
  background: #fff0;
  margin: 20px 0 0 14px;
  cursor: pointer;
}

.nav-popout .nav-list button:focus {
  outline: 0;
}

.nav-popout .nav-list ul li {
  height: 55px;
  line-height: 55px;

}

.nav-popout .nav-list ul li a {
  color: #222222;
  font-size: 16px;
  display: block;
  padding-left: 20px;
}

.nav-popout .nav-list ul li a:hover {
  background: #FDEBEB;
  border-left: 3px solid #E33730;
}

#nav {
  display: none;
}

/* 编辑部联系方式 */
.contact-box{
  margin: 20px 10px;
}
.moblie-affiche-box{
  background: #eceef7;
  line-height:18px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: left;
  padding:10px;
}
.moblie-affiche-box span{
  color: #4054af;
  margin-right: 30px;
}
.moblie-affiche-box .affiche-title{
  font-weight: bold;
  margin-bottom: -10px;
  display: block;
}
.contact-box table tbody tr td{
  padding: 2px;
  color: #8A9198;
}

#login .login-container .system-notice {
  width: 100%;
  /* height: 40px; */
  overflow: hidden;
  background: #e33730;
  position: relative;
}
.login-container .system-notice button {
  width: 16px;
  height: 16px;
  border: none;
  outline: none;
  background: url(../img/close-icon.png) left center no-repeat;
  position: absolute;
  right: 10px;
  top: 12px;
}
#login .login-container .system-notice .notice-details {
  width: 100%;
  overflow: hidden;
}
#login .login-container .system-notice .notice-details a {
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px 10px 10px;
  display: block;
}
/* 公告详情页 */
.announcement-details {
  width: 100%;
  background: #fff;
}
.announcement-details-box{
  margin: 10px;
}
.announcement-title {
  font-family: "Noto Sans SC", "思源黑体" serif;
  line-height: 1.8;
  /* max-width: 800px; */
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2c3e503a;
}
.announcement-content {
  margin-bottom: 25px;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
}
.announcement-subtitle {
  font-weight: bold;
  font-size: 14px;
}
.announcement-content ul {
  margin: 10px 0 15px 0;
}
.announcement-content li {
  margin-bottom: 8px;
  list-style: none;
}
.announcement-notice {
  background-color: #f8f9fa;
  padding: 15px 15px 30px 15px;
  border-left: 3px solid #dc3545;
  margin: 20px 0;
  line-height: 30px;
}
.announcement-footer {
  text-align: right;
  margin-top: 40px;
  font-weight: bold;
}
.announcement-date {
  text-align: right;
  margin-top: 10px;
}
.announcement-notice p a {
  color: #0066cc;
  text-decoration: underline;
}
.announcement-notice p a:hover {
  color: #004080;
}
/* .details-box{
  width: 800px;
  margin: 0 auto;
} */