body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: PingFangSC;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

li {
  list-style-type: none;
}

.work-con table {
  width: 100%;
  border-collapse: collapse;
  border: 1px dashed #DDD;
}

.work-con table tbody {
  box-sizing: border-box;
}

.work-con table th {
  background: rgba(0, 77, 231, 0.06);
  line-height: 40px;
  color: #666;
  white-space: nowrap;
  padding: 10px;
}

.work-con table td {
  line-height: 36px;
  border-collapse: collapse;
  border: 1px solid #DDD;
}

.content-list-table table tr:nth-child(2n) {
  background: rgba(0, 77, 231, 0.03);
}

.content-list-table table td {
  border: none;
  padding: 15px 0;
  line-height: 22px;
}

h2 {
  display: inline-block;
  font-size: 1.5em;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

p {
  margin: 0;
}

#app {
  font-family: PingFangSC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}

.path-frontpage #app {
  background: #FFF;
}

.col-all {
  width: 100%;
}

.col-12 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-block;
}

.col-9 {
  width: 75%;
  float: left;
}

.col-8 {
  width: 66%;
  float: left;
}

.col-6 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}

.col-4 {
  width: 34%;
  float: left;
}

.col-3 {
  width: 25%;
  float: left;
}

#tabs {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 30px;
}

.content-all-region {
  background: url(../images/img_shuiyin.png), url(../images/bg.png) #083ec0;
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-size: 12% 100%, 61% 100%;
}

.path-frontpage .content-all-region {
  margin-top: 50px;
}

.block-order {
  display: grid;
  display: -webkit-grid;
  /* Safari */
}

.topbar-region {
  background: #FFF;
  padding: 15px 0;
  position: relative;
  z-index: 9;
}

#user_n_d {
  float: right;
}

.top-info {
  float: left;
  position: relative;
  margin-top: 18px;
}

.check-lang {
  float: left;
  position: relative;
  margin-top: 18px;
  margin-left: 18px;
  margin-right: 30px;
}

.check-lang-row {
  float: left;
  margin: 0 5px;
  line-height: 30px;
  color: rgba(30, 50, 100, 0.6);
}

.check-lang-row.check {
  cursor: pointer;
}

.check-lang-row.active {
  font-weight: bold;
  color: rgba(30, 50, 100, 1);
}

.top-name {
  float: left;
  color: #666;
  padding: 4px;
  margin-right: 15px;
  line-height: 22px;
}

.user-logout {
  float: left;
  border-radius: 15px;
  margin-right: 5px;
}

.user-logout a {
  color: rgba(30, 50, 100, 1);
  display: inline-block;
  line-height: 20px;
  padding: 5px 15px;

}

.topbar-row {
  float: left;
  margin-left: 10px;
  padding: 5px;
  margin-right: 140px;
}

.topbar-row a {
  color: #FFF;
  font-size: 12px;
}

.topbar-role {
  width: 100px;
  height: 30px;
  float: left;
  background: #124588;
  border-radius: 6px;
  color: #FFF;
  line-height: 30px;
}

#tobar {
  background: #707e8f;
}

.top-logo {
  float: left;
  margin: 10px 0;
}

.site-name {
  float: left;
  font-size: 24px;
  padding: 10px 0;
  line-height: 34px;
  margin-left: 40px;
  margin-top: 20px;
  color: #124588;
}

.mainmenu {
  float: left;
  margin-top: 15px;
}

.mainmenu-ul {
  float: left;
}

.mainmenu-ul li {
  float: left;
  line-height: 34px;
}

.mainmenu-ul li a {
  font-size: 18px;
  padding: 0 18px;
  color: #FFF;
  opacity: 0.7;
  display: inline-block;
  line-height: 46px;
}

.mainmenu-ul li a.active {
  font-weight: bold;
  font-size: 28px;
  opacity: 1;
}

.mainmenu-ul li a:hover {
  background: #2a66b5;
  opacity: 1;
}

.footer-region {
  background: rgba(23, 44, 94, 1);
  padding: 50px 0;
  margin-top: 20px;
}

.footer-second-region {
  width: 100%;
  float: left;
  background: rgba(23, 44, 94, 1);
  position: relative;
  min-height: 60px;
}

#bottom-logo {
  margin: 40px 0;
}

.bottom-logo {
  float: left;
  width: 50%;
}

.bottom-info {
  float: left;
  text-align: left;
  width: 50%;
  color: #FFF;
}

.bottom-info p {
  margin-bottom: 10px;
}

#bottom-menu {
  margin: 40px 0;
}

.bottom-menu {
  float: right;
  width: 100%;
  margin-top: 20px;
}

.bottom-menu li {
  float: left;
  margin-right: 52px;
  margin-bottom: 10px;
}

.bottom-menu li:last-child {
  margin-right: 0;
}

.bottom-menu li a {
  font-size: 14px;
  color: #FFF;
}

.copyright {
  width: 100%;
  color: #f7f7f7;
  text-align: center;
  line-height: 25px;
}


.path-frontpage .banner-region {
  background: url(../images/banner.png) #DDD no-repeat;
  background-size: 100% 100%;
  float: left;
  width: 100%;
  height: 390px;
}

.top-tabs {
  float: left;
}

.tabs-row {
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 18px;
  float: left;
  cursor: pointer;
  border-bottom: 1px solid #FFF;
}

.tabs-row.active {
  border-bottom: none;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;

}

.tabinfo-content {
  width: 100%;
  float: left;
  height: 88px;
}

.tabinfo-content-row {
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.tabinfo-icon {
  float: left;
  width: 46px;
}

.tabinfo-icon img {
  height: 36px;
}

.tabinfo-title {
  margin-left: 10px;
  float: left;
  line-height: 36px;
  font-size: 24px;
  ;
  color: #FFF;
  font-weight: 500;
  text-align: left;
}

.tabinfo-list {
  width: 100%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}

.tabinfo-top {
  float: left;
  width: 100%;
  height: 84px;
  padding: 24px 20px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.tabinfo-list-row {
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  float: left;
  color: rgb(255, 255, 255, 0.8);
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.tabinfo-list-row a {
  color:rgb(255, 255, 255, 0.8);
}

.tabinfo-list-row span {
  margin: 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.tabinfo-list-row.warning span {
  color: rgba(255, 173, 8, 1);
}
.tabinfo-list-row.btn a{
  padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.tabinfo-list-row.btn a:hover{
  text-decoration:underline;
}

.tabinfo-more {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.tabinfo-more a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #FFF;
  border-radius: 20px;
  display: inline-block;
  color: rgb(36, 101, 243);
  font-size: 18px;
  font-weight: 500;
}

#top-title {
  margin-top: 50px;
}

#top-title h2 {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  padding: 30px 0;
  line-height: 40px;
  text-align: left;
  width: 100%;
}

#topinfo {
  margin-top: 40px;
  margin-bottom: 40px;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
}

.tabs-icon {
  float: left;
  width: 60px;
  height: 46px;
  text-align: left;
}

.tabs-icon img {
  height: 36px;
  margin-top: 5px;
}

.tabs-title {
  float: left;
  color: #4D93F5;
  font-weight: 600;
  font-size: 26px;
}

.tabs-type {
  width: 100%;
  float: left;
}

.tabs-type-row {
  padding-right: 20px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #333;
  margin-right: 3px;
  font-size: 18px;
  float: left;
  cursor: pointer;
}

.tabs-type-row.active {
  color: #124588;
}

.tabs-main {
  position: relative;
  width: 100%;
  background: #FFF;
  float: left;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 #2727271a;
}

.tabs-content {
  width: 100%;
  float: left;
  margin-top: 10px;
  min-height: 290px;
}

.notices-top-en {
  opacity: 0.20000000298023224;
  color: #ffffff;
  text-align: left;
  font-size: 60px;
  font-weight: 300;
  font-family: PingFang SC;
  line-height: 60px;
  margin-top: 40px;
}

.news-top-en {
  opacity: 0.6000000238418579;
  color: #b6caff54;
  text-align: left;
  font-size: 40px;
  font-weight: 900;
  font-family: Alibaba PuHuiTi 2.0;
  line-height: 40px;
  text-align: center;
}

.news-top-title {
  font-size: 40px;
  color: #474747;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 15px;
  ;
  margin-top: -35px;
}

.news-top-br {
  width: 38px;
  height: 4px;
  border-radius: 1px;
  margin: 0 auto;
  opacity: 1;
  background: #d8d8d8;
}

.news-top-tip {
  line-height: 20px;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.news-item-list {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.news-row {
  width: 47%;
  padding: 15px 0;
  float: left;
}

#home-notices .news-row:nth-child(2n+1),
#home-news .news-row:nth-child(2n+1) {
  margin-right: 3%;
}

#home-notices .news-row:nth-child(2n),
#home-news .news-row:nth-child(2n) {
  margin-left: 3%;
}

.news-row-left {
  width: 85px;
  float: left;
  margin-right: 20px;
  text-align: left;
}

.news-row-right {
  width: calc(100% - 105px);
  float: left;
}

#home-notices .news-row-left {
  margin-right: 10px;
}

#home-notices .news-row-right {
  width: calc(100% - 95px);
  margin-top: 5px;
}

.news-date {
  color: #464646;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  font-family: DIN;
  line-height: 36px;
  margin-bottom: 2px;
  letter-spacing: -1.5px;
}

.news-date-y {
  opacity: 0.6000000238418579;
  color: #464646;
  font-size: 16px;
  width: 100%;
  float: left;
  line-height: 20px;
  font-family: DIN;
  margin-left: 3px;
}

#home-news .news-date-y {
  letter-spacing: 1.5px;
}

#home-notices .news-date {
  font-size: 24px;
  line-height: 40px;
}

#home-notices .news-title {
  height: 50px;
  font-family: "Microsoft YaHei";
  line-height: 26px;
  font-size: 18px;
}

.news-title {
  width: 95%;
  float: left;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Microsoft YaHei";
  font-size: 19px;
  color: #474747;
}

#home-news {
  margin-top: 40px;
  padding-left: 0;
}

#home-news:nth-child(2n) {
  padding-left: 20px;
  padding-right: 0;
}

#home-resource {
  margin-top: 40px;
  padding-left: 0;
}

.service-content {
  width: 100%;
  float: left;
  margin: 50px 0;
}

.service-row {
  width: 220px;
  float: left;
  border-radius: 5px;
  background: #FFF;
  margin: 0 11px;
  border: 1px solid #DDD;
  box-shadow: 2px 2px 2px #DDD;
}

.service-row:first-child {
  margin-left: 0;
}

.service-row:last-child {
  margin-right: 0;
}

.service-row-info {
  width: 100%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.service-row-icon {
  height: 103px;
}

.service-row-top {
  width: 100%;
  float: left;
  background: #124588;
  height: 20px;
  border-radius: 4px 4px 0 0;
}

.service-row-icon a {
  display: inline-block;
}

.service-row-icon img {
  height: 100px;
}

.service-row-bottom {
  width: 100%;
  padding-top: 5px;
  border-top: 1px solid #DDD;
  float: left;
}

.service-row-title {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
  height: 30px;
  overflow: hidden;
}

.service-star {
  width: 80px;
  float: left;
  height: 16px;
  background: url(../images/icon/star_gary.png);
}

.service-score {
  background: url(../images/icon/star_yellow.png);
  height: 16px;
}

.service-col-nmu {
  width: 80px;
  float: left;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.service-col-btn {
  width: 22px;
  height: 22px;
  float: right;
  background: url(../images/icon/unlike.png) no-repeat;
  cursor: pointer;
}

.service-col-btn.active {
  background: url(../images/icon/like.png) no-repeat;
}

.home-service-content {
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
  position: relative;
}

.service-tabs {
  width: 100%;
  border-bottom: 2px solid #124588;
  float: left;
}

.service-tabs-row {
  height: 46px;
  line-height: 46px;
  color: #333;
  background: #e3eff7;
  margin-right: 4px;
  float: left;
  font-size: 16px;
  cursor: pointer;
  padding: 0 24px;
}

.service-tabs-row.active {
  background: #124588;
  color: #FFF;
}


.app-content {
  width: 100%;
  float: left;
}

.app-row {
  width: 12.5%;
  float: left;
  padding: 5px;
  margin-top: 5px;
  box-sizing: border-box;
  position: relative;
}
#yyzx-app .app-row{
  min-height: 136px;
}
.app-row-con{
  padding: 6px 6px 0 6px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
}
.app-row-con:hover{
  -webkit-transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: transform 300ms, box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms, -webkit-transform 300ms;
  /* -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-5px),translate(-5px); */
  box-shadow: 0 2px 12px 2px rgba(91, 97, 97, 0.4);
  border-radius: 5px;
  position:absolute;
  padding-bottom: 16px;
  left: 0;
  top:0;
  background: #F7F9FF;
    z-index: 9;
}
#cyxt-app .app-row:hover,
#zyzx-app .app-row:hover {
  -webkit-transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: transform 300ms, box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms, -webkit-transform 300ms;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 2px 12px 2px rgba(91, 97, 97, 0.4);
  border-radius: 5px;
  
}

#zyzx-app .app-row,
#cyxt-app .app-row {
  border-right: 1px solid #f0f0f0;
}

#zyzx-app .app-row:last-child,
#cyxt-app .app-row:last-child {
  border-right: unset;
}

#zyzx-app .app-row:nth-child(8n),
#cyxt-app .app-row:last-child {
  border-right: unset;
}

#yyzx-app .app-row::before{
  content: "";
  position: absolute;
  top: -35%;
  right:0;
  width: 1px;
  background-color: #2231420f;
  height: 70%;
}
#yyzx-app .app-row::after{
content: "";
position: absolute;
top: 0;
left: 65%;
width: 70%;
background-color: #2231420f;
height: 1px;
}
#yyzx-app .app-row:last-child:after,
#yyzx-app .app-row:last-child:before,
#yyzx-app .app-row:nth-child(8n):after,
#yyzx-app .app-row:nth-child(8n)::before{
  display: none;
}
#yyzx-app .app-row:nth-child(1):after,
#yyzx-app .app-row:nth-child(2):after,
#yyzx-app .app-row:nth-child(3):after,
#yyzx-app .app-row:nth-child(4):after,
#yyzx-app .app-row:nth-child(5):after,
#yyzx-app .app-row:nth-child(6):after,
#yyzx-app .app-row:nth-child(7):after,
#yyzx-app .app-row:nth-child(1)::before,
#yyzx-app .app-row:nth-child(2)::before,
#yyzx-app .app-row:nth-child(3)::before,
#yyzx-app .app-row:nth-child(4)::before,
#yyzx-app .app-row:nth-child(5)::before,
#yyzx-app .app-row:nth-child(6)::before,
#yyzx-app .app-row:nth-child(7)::before{
  display: none;
}

.app-row-icon a {
  width: 100%;
  display: inline-block;
}

.app-row-title a {
  width: 100%;
  display: inline-block;
}

.app-row-more {
  width: 100%;
  height: 95px;
  cursor: pointer;
  margin: 0 auto;
}

.app-row-more .app-more {
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
}

.app-row-more .app-more .app-more-icon {
  width: 100%;
  height: 52px;
  text-align: center;
  margin-bottom: 2px;
}

.app-row-more .app-more .app-more-title {
  line-height: 25px;
  font-size: 16px;
}

.app-row-more .app-more .app-more-icon img {
  height: 50px;
}

.app-item-list {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.right-content .app-row:nth-child(5n) {
  margin-right: 0;
}

.right-content .app-row:nth-child(5n+1) {
  margin-left: 0;
}

.right-content .app-row {
  width: 154px;
  margin-bottom: 20px;
}

.app-row-title {
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Microsoft YaHei";
}

.app-row-bottom {
  width: 100%;
  float: left;
  height: 16px;
}

.right-content .app-row-icon {
  height: 65px;
}

.app-row-icon img {
  height: 60px;
}

.app-col-nmu {
  width: 80px;
  float: left;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.app-col-vpn {
  width: 24px;
  height: 24px;
  float: left;
  background: url(../images/icon/icon_vpn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  right: 5px;
}

.app-col-mobile {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/icon/icon_shouji.png) 50% no-repeat;
  margin: 0 5px;
}

.app-col-btn {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/icon/unlike.png) 50% no-repeat;
  cursor: pointer;
  margin: 0 5px;
}

.app-col-btn.active {
  background: url(../images/icon/like.png) 50% no-repeat;
}

#home-app {
  margin-top: 40px;
  padding-right: 0;
}

.home-app-content {
  float: left;
  width: 100%;
  position: relative;

}

.app-tabs {
  width: 100%;
  border-bottom: 2px solid #124588;
  float: left;
}

.app-tabs-row {
  height: 46px;
  line-height: 46px;
  color: #333;
  background: #e3eff7;
  margin-right: 4px;
  float: left;
  font-size: 16px;
  cursor: pointer;
  padding: 0 24px;
}

.app-tabs-row.active {
  background: #124588;
  color: #FFF;
}

#top-schedule {
  margin-top: 40px;
}

.sche-tbale {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.top-schedule-row {
  width: 33%;
  float: left;
  position: relative;
}

.top-schedule-name {
  margin-top: 10px;
  font-size: 18px;
  color: #FFF;
}

.top-schedule-num {
  width: 20px;
}

.top-schedule-num {
  font-size: 12px;
  font-style: normal;
  background: #f8b62c;
  color: #fff;
  border-radius: 50%;
  height: 20px;
  min-width: 16px;
  padding: 0 2px;
  width: auto;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 60%;
}

.table-year {
  color: #124588;
  font-size: 16px;
  float: left;
  width: 38%;
  text-align: center;
}

.table-date {
  color: #124588;
  font-size: 16px;
  float: left;
  width: 38%;
  text-align: center;
}

.change-date {
  color: #124588;
  font-size: 16px;
  width: 24%;
  text-align: right;
  float: right;
}

.table-top {
  width: 100%;
  float: left;
  padding: 10px 2%;
  box-sizing: border-box;
  border: 1px solid #DDD;

}

.table-content {
  width: 100%;
  float: left;
  height: 296px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.btn-prev {
  float: left;
  padding: 4px 7px;
}

.btn-next {
  float: left;
  padding: 4px 7px;
}

.current-date {
  float: left;
  padding: 0 5px;

}

#home-sche {
  margin: 40px 0;
}


.left-tabs {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  background: #FFF;
}

.left-tabs-row {
  position: relative;
  width: 100%;
  float: left;

}

.left-tabs-row .left-tab-title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}

.left-tabs-row.active .left-tab-title {
  color: #FFF;
  background: #0084F5;
  position: relative;
}

.left-tabs-row.active .left-tab-title::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #0084F5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 40px;
}

.left-tab-btn {
  position: absolute;
  top: 20px;
  left: 20px;
}

.content-center-right {
  width: 70%;
  margin-left: 4%;
  min-height: 600px;
}

.content-type-title {
  width: 100%;
  float: left;
  position: relative;
}

.right-content {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.right-content .news-row {
  border-bottom: 2px dashed #DDD;
  padding: 15px 2.5%;
  border-radius: 5px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-right: 30px;
}

.content-type-title h2 {
  color: #979797;
  font-size: 22px;
  line-height: 30px;
  margin-top: 10px;
  float: left;
  font-weight: 500;
  margin-right: 36px;
  cursor: pointer;
}
.content-type-title h2 a{
  color: #979797;
}
.content-type-title h2.active {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 0;
  color: #474747;
}

#yyzx-app .content-type-title h2.active {
  position: relative;
  padding-bottom: 15px;
}

#yyzx-app .content-type-title h2.active::before {
  width: 32px;
  height: 6px;
  background: #2362F3;
  border-radius: 3px;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  position: absolute;
}

.right-content {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.personal-center .right-content {
  margin: 0;
}

.news-content .news-row {
  border-radius: 5px;
  margin: 10px 0;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #DDD;
}

.news-row-bottom {
  width: 100%;
  float: left;
  text-align: left;
}

.news-row-day {
  font-size: 30px;
  color: #124588;
}

.news-row-moon {
  font-size: 18px;
  color: #666;
}

.news-row-title {
  font-size: 20px;
  float: left;
  color: #1C2451;
  font-weight: 600;
  line-height: 30px;
  width: calc(100% - 110px);
  text-align: left;
  margin-right: 10px;
}

.news-row-date {
  float: left;
  font-size: 16px;
  line-height: 30px;
  width: 100px;
  opacity: 0.3;
  color: #1C2451;
}

#breadcrumb {
  height: 250px;
  position: relative;
  background: url(../images/banner1.jpg) no-repeat;
  margin-bottom: 35px;
}

.event-center #breadcrumb {
  background: url(../images/event-banner.png) no-repeat;
}

.news-center #breadcrumb {
  background: url(../images/news-banner.png) no-repeat;
}

.newslist-center #breadcrumb {
  background: url(../images/newslist-banner.png) no-repeat;
}

.app-center #breadcrumb {
  background: url(../images/app-banner.png) no-repeat;
}

#breadcrumb h2 {
  position: absolute;
  bottom: 90px;
  left: 0;
  height: 60px;
  background: #124588;
  color: #FFF;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
}

.right-content-tab {
  display: none;
}

.right-content-tab.active {
  display: block;
}

.right-content-list {
  width: 100%;
  float: left;
}

.content-list-title {
  font-size: 20px;
  color: #333;
  text-align: left;
  margin-top: 10px;
  width: 100%;
  float: left;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-list-table {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  background: #FFF;
}

.content-list-table.per-info {
  padding: 20px;
  box-sizing: border-box;
}

.info-row {
  width: 49%;
  float: left;
  text-align: left;
  font-size: 16px;
  margin: 5px 0;
  line-height: 30px;
}

.info-row span {
  margin-left: 10px;
  font-weight: 600;
  color: #333;
}

.personal-info {
  width: 96%;
  padding: 2%;
  float: left;
  background: #fafafa;
}

.set-link-row {
  width: 48%;
  padding: 30px 20px;
  border-radius: 3px;
  margin-right: 2%;
  margin-bottom: 20px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  background: #f8e6e6;
}

.set-link-row:hover {
  -webkit-transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: transform 300ms, box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms, -webkit-transform 300ms;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 2px 12px 2px rgba(91, 97, 97, 0.4);
}

.set-link-row:nth-child(4n+2) {
  background: #E1F2EA;
}

.set-link-row:nth-child(4n+3) {
  background: #e3e9f8;
}

.set-link-row:nth-child(4n) {
  background: #f9e9e1;
}

.set-link-row>a {
  display: inline-block;
}

.set-link-row .set-link-icon {
  width: 100%;
  height: 60px;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.set-link-row .set-link-icon img {
  height: 100%;
}

.set-link-row .set-link-title {
  line-height: 40px;
  font-size: 18px;
  float: left;
  width: 100%;
}

.schedule-top {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #DDD;
}

.schedule-right {
  float: left;
  width: 100%;
  position: relative;
}

.schedule-center-calendar {
  width: 100%;
  float: left;
}

.schedule-tab {
  float: left;
  width: 100%;
}

.schedule-tab .schedule-tab-row {
  width: 120px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #333;
  background: #f4f4f4;
  font-size: 18px;
  float: left;
  cursor: pointer;
}

.schedule-tab .schedule-tab-row.active {
  background: #124588;
  color: #FFF;
}

.schedule-type-tips {
  float: right;
}

.schedule-btn {
  float: right;
  margin-left: 30px;
}

.schedule-add-schedule {
  font-size: 14px;
  line-height: 32px;
  width: 90px;
  background: #124588;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 140px;
  top: 5px;
}

.schedule-type-row {
  float: left;
  margin: 0 10px;
  line-height: 32px;
  position: relative;
  padding-left: 24px;
}

.schedule-type-row i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #124588;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
}

.schedule-type-row#schedule-personal i {
  background: #e4a211;
}

#schedule-center .fc-toolbar h2 {
  font-size: 20px;
  color: #333;
  margin: 0 10px;
  line-height: 36px;
}

#schedule-center .fc-button-primary {
  background-color: #124588;
  border-color: #124588;
  padding: 5px 8px;
}

#schedule-center .fc-prev-button {
  margin: 0 5px;
}

#schedule-center .fc-next-button {
  margin: 0 5px;
}

#schedule-center .fc-button-primary.fc-dayGridMonth-button {
  width: 60px;
  color: #666;
  background: #FFF;
  border-color: #666;
}

#schedule-center .fc-button-primary.fc-dayGridMonth-button.fc-button-active {
  color: #FFF;
  background: #e4a211;
  border-color: #e4a211;
}

#schedule-center .fc-button-primary.fc-dayGridWeek-button {
  width: 60px;
  color: #666;
  background: #FFF;
  border-color: #666;
}

#schedule-center .fc-button-primary.fc-dayGridWeek-button.fc-button-active {
  color: #FFF;
  background: #e4a211;
  border-color: #e4a211;
}

#schedule-center .fc-event {
  border: none;
  cursor: pointer;
}

#schedule-center .Personal-event {
  background: #e4a211;
}

#schedule-center .Event-event {
  background: #1c508c;
}


#schedule-center .event-info,
#schedule-center .personal-event-info {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  top: 0;
  left: 0;
}

#schedule-center .event-info-content {
  width: 600px;
  min-height: 240px;
  margin: 0 auto;
  background-color: #FFF;
  top: 150px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  border-radius: 5px;
}

#schedule-center .event-info-top {
  width: 100%;
  background: #0089db;
  height: 52px;
}

#schedule-center .event-info-top h2 {
  color: #FFF;

  line-height: 52px;
  font-size: 18px;
  font-weight: bold;

  float: left;
  padding-left: 30px;
}

#schedule-center .event-info-row {
  width: 100%;
  float: left;
  line-height: 32px;
  font-size: 14px;
  margin: 5px 0;
}

#schedule-center .event-info-row>div {
  float: left;
}

#schedule-center .event-info-title {
  font-size: 18px;
}

#schedule-center .event-lebel {
  margin-right: 10px;
  float: left;
}

#schedule-center .event-info-body {
  padding: 20px 4%;
  float: left;
  width: 92%;
}

#schedule-center .event-content-btn {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  text-align: center;
}

#schedule-center .event-content-btn .event-content-off {
  font-size: 14px;
  color: #FFF;
  background: #1b7ab0;
  width: 92px;
  height: 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}

#home-sche .fc-header-toolbar h2 {
  font-size: 16px;
}

#home-sche .fc-prev-button {
  margin: 0 5px;
}

#home-sche .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px;
  padding: 5px;
}

#home-sche .fc-dayGrid-view {
  max-height: 290px;
  overflow-y: auto;
}

#home-sche .sche-tbale {
  border: 1px solid #DDD;
}

#schedule-center .fc-day-grid-event .fc-content,
#home-sche .fc-day-grid-event .fc-content {
  white-space: normal;
}

#schedule-center .event-info-row input {
  float: left;
  height: 26px;
  width: 260px;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

#schedule-center .event-info-row input[type="text"] {
  width: 300px;
}

#schedule-center .event-info-row input[type="date"] {
  width: 145px;
}

#schedule-center .event-info-row input[type="time"] {
  width: 140px;
}

#schedule-center .event-content-btn .event-content-save {
  font-size: 14px;
  color: #FFF;
  background: #1b7ab0;
  width: 92px;
  height: 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}

#schedule-center .event-content-btn .event-content-del {
  font-size: 14px;
  color: #FFF;
  background: #d55044;
  width: 92px;
  height: 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}

#schedule-center .personal-event-info .event-content-btn .event-content-off {
  background: #aaabab;
}


#page-content {
  width: 1200px;
  margin: 30px auto;
}

#schedule-center {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.user-login-form {
  padding: 30px;
  border-radius: 10px;
  background: #ECEFF1;
  box-shadow: -5px 5px 5px rgba(76, 93, 139, 0.7);
}

.user-login-form .js-form-item {
  margin: 20px 0;
}

.user-login-form .description {
  margin-top: 5px;
  color: #666;
}

.user-login-form label {
  width: 90px;
  float: left;

}

.user-login-form #edit-submit {
  font-size: 14px;
  color: #FFF;
  background: #438fba;
  width: 92px;
  height: 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}

.user-login-form #edit-submit:hover {
  background: #1b7ab0;
}

.newslist-block {
  width: 48%;
  float: left;
  position: relative;
}

.newslist-block:nth-child(2n+1) {
  margin-right: 4%;
}

.more-link {
  position: absolute;
  right: 20px;
  top: 24px;
  line-height: 20px;
  padding: 4px 14px;
  border-radius: 14px;
  background: #F1F1F1;
}

.newslist-search {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.top-search {
  width: 100%;
  padding: 15px;
  float: left;
  background: #FFF;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.search-content {
  width: 100%;
  height: 36px;
  position: relative;
  float: right;
  border: 1px solid #DDD;
  border-radius: 5px;
}

#search-input {
  width: 100%;
  height: 36px;
  float: left;
  border-width: 0;
  padding: 0 45px 0 15px;
  box-sizing: border-box;
}

#search-btn {
  width: 36px;
  height: 36px;
  background: url(../images/icon/search.png) 50% 50% no-repeat;
  position: absolute;
  right: 0;
  border: none;
  cursor: pointer;
  background-size: 60%;
}

.newslist-tab {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.newslist-tab-row {
  width: 14.28%;
  float: left;
  text-align: center;
  line-height: 40px;
  background: #e3eff7;
  cursor: pointer;
}

.newslist-tab-row.active {
  background: #124588;
  color: #FFF;
}

#hovermenu {
  position: fixed;
  top: 40%;
  right: 4px;
  width: 85px;
  z-index: 99;
}

.hovermenu {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.hovermenu ul li {
  position: relative;
  float: left;
  border-bottom: 1px solid #DDD;
  width: 85px;
  height: 75px;
  background: #fefefe;
  padding: 10px 5px;
  box-sizing: border-box;
}

.hovermenu-ul {
  width: 100%;
  float: left;
  border: 1px solid #DDD;
}

.hovermenu ul li a {
  color: #666;
  line-height: 22px;
  display: inline-block;
}

.hovermenu-top {
  width: 100%;
  float: left;
  background: #b5b5b5;
}

.hovermenu-top a {
  color: #FFF;
  display: inline-block;
  line-height: 30px;
}

.fc-dayGridWeek-view .fc-day-grid-container {
  height: 360px !important;
}

.fc-dayGridWeek-view .fc-day-grid-container .fc-widget-content {
  height: 360px !important;
}

#bottom-code {
  margin-top: 40px;
}

.bottom-code-row {
  float: left;
  margin-left: 30px;
}

.bottom-code-img {
  width: 72px;
}

.bottom-code-img img {
  width: 100%;
}

.bottom-code-title {
  color: #FFF;
}

.right-content-title {
  font-size: 20px;
  color: #124588;
  margin-bottom: 20px;
}

.right-content-info {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  float: left;
}

.top-info-row {
  float: left;
  margin-right: 20px;
}

.right-content-body {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.right-content-body img {
  text-align: center;
  max-width: 100%;
}

.right-content-bottom {
  width: 100%;
}

.right-content-down {
  float: right;
}

.right-content-down a {
  color: #666;
}

.resource-row {
  margin-right: 1%;
  margin-bottom: 5px;
  float: left;
  width: 19%;
  background: #417ac4;
  height: 140px;
}

.resource-row:hover {
  -webkit-transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: transform 300ms, box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms, -webkit-transform 300ms;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 2px 8px 2px rgba(91, 97, 97, 0.4);
}

.resource-row-title {
  color: #FFF;
  padding: 10px;
  font-size: 16px;
}

.resource-row:nth-child(1) {
  height: 285px;
}

.resource-row:nth-child(2) {
  width: 39%;
  background: #19adad;
}

.resource-row:nth-child(3) {
  background: #c0665e;
}

.resource-row:nth-child(4) {
  background: #f09604;
}

.resource-row:nth-child(5) {
  background: #329832;
}

.resource-row:nth-child(6) {
  background: #98d24a;
  width: 59%;
}

.resource-row-icon {
  margin-top: 20px;
  text-align: center;
  height: 43px;
}

.resource-row-icon img {
  width: 40px;
}

.resource-list-title {
  float: left;
  margin-right: 15px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: 1px solid #DDD;
}

.resource-list-title a {
  padding: 8px 16px;
  box-sizing: border-box;
  display: inline-block;
}

.resource-list-title:hover {
  -webkit-transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: box-shadow 300ms, -webkit-transform 300ms;
  transition: transform 300ms, box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms, -webkit-transform 300ms;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 6px 2px rgba(91, 97, 97, 0.4);
}

.top-schedule-box {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 140px;
  padding: 5px 0;
  border: 2px solid #FFF;
  border-radius: 5px;
  float: left;
  background: #b2bfd0;
  box-sizing: border-box;
  z-index: 3;
  display: none;
}

.top-schedule-list {
  line-height: 26px;
  padding: 0px 8px;
  font-size: 14px;

  cursor: pointer;
  position: relative;
  z-index: 5;
  text-align: left;
}

.top-schedule-list a {
  color: #FFF;
}

.top-schedule-list a:hover {
  color: #0b417c;
}

.top-schedule-list span {
  line-height: 26px;
  color: #ffdb3e;
  margin-left: 5px;
  font-weight: bold;
}


#default_page {
  float: left;
}

.banner-region .User_info {
  width: 28%;
  margin-left: 4%;
  float: left;
  margin-top: 140px;
}

.User_info #user_info {
  min-height: auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

.top-region {
  z-index: 9;
  position: relative;
}

.path-frontpage .top-region {
  display: none;
}

.top-region #default_page {
  float: left;
}

.top-region #default_page:last-child {
  float: right;
}

.topbar-region #default_page:last-child {
  width: 100%;
  float: left;
}

.breadcrumb {
  width: 100%;
  float: left;
  margin-top: -61px;
  height: 260px;
}

.breadcrumb #default_page {
  width: 100%;
  float: left;
}

#banner {
  height: 260px;
  position: relative;
  width: 100%;
}

#banner img {
  width: 100%;
  height: 260px;
}

#banner h2 {
  position: absolute;
  bottom: 70px;
  left: 0;
  height: 60px;
  background: #124588;
  color: #FFF;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  padding: 0 30px;
}

.main-center {
  margin: 30px 0;
  float: left;
  width: 100%;
}

.event-row {
  width: 98%;
  margin: 10px 1%;
  float: left;
}

.event-title {
  width: 100%;
  float: left;
  text-align: left;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.event-title a {
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-date {
  float: left;
  text-align: left;
  color: #666;
  margin-right: 20px;
  line-height: 22px;
}

.event-location {
  float: left;
  text-align: left;
  color: #666;
  margin-right: 20px;
  line-height: 22px;
}

#site_slogan {
  font-size: 35px;
  line-height: 50px;
  margin-left: 30px;
  color: rgb(30, 50, 100);
  font-weight: bold;
  font-family: ZhenyanGB;
  letter-spacing: 2px;
  float: left;
  text-align: left;
}

#site_slogan .site-en-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(30, 50, 100, 0.5);
  letter-spacing: 3px;
}

.footer-second-region #default_page {
  width: 100%;
}

#copy_right_info {
  width: 100%;
  color: #FFF;
  background: #0a3062;
  padding: 5px 0;
}

.footer-region #default_page {
  color: #FFF;
  width: 100%;
}

.footer-region #default_page #contact_address {
  float: left;
  text-align: left;
}

.all-top-search {
  width: 100%;
  float: left;
}

.all-top-search .search-content {
  float: left;
}

.app-search-dep {
  width: 100%;
  float: left;
  margin: 15px 0;
  position: relative;
}

.app-search-type {
  width: 100%;
  float: left;
  margin: 5px 0;
  position: relative;
}

.search-title {
  color: #333;
  font-size: 16px;
  float: left;
  margin: 3px 0;
  position: absolute;
  line-height: 24px;
}

.app-search-dep>ul {
  float: left;
  padding-left: 80px;
}

.app-search-dep>ul>li {
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 2px;
  float: left;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.app-search-dep>ul>li.active {
  color: #FFF;
  background: #124588;
}

.app-search-type>ul {
  float: left;
  padding-left: 80px;
  min-height: 60px;
}

.app-search-type>ul>li {
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 2px;
  float: left;
  cursor: pointer;
  font-size: 16px;
}

.app-search-type>ul>li.active {
  color: #FFF;
  background: #124588;
}

.content-row {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.content-row:first-child {
  margin-top: 0;
}

.app-promote-content {
  width: 100%;
  margin-top: 20px;
  padding: 30px 10px;
  box-sizing: border-box;
  float: left;
  min-height: 140px;
  background: #F7F9FF;
}

.app-all-content {
  width: 100%;
  margin: 20px 0;
  float: left;
}

.app-promote-content .app-row-icon {
  min-height: 52px;
  margin-bottom: 2px;
}

.app-promote-content .app-row-title {
  line-height: 20px;
  height: 40px;
  cursor: pointer;
  margin-top: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: unset;
}

.app-promote-content .app-row-dep {
  line-height: 24px;
  height: 24px;
  color: #999;
}

.app-promote-content .app-row-num {
  line-height: 24px;
  height: 24px;
  color: #666;
  margin-bottom: 10px;
}

.app-promote-content .app-row-icon img {
  height: 52px;
}

.app-all-content .app-row {
  width: 19%;
  margin: 0 0.5%;
  margin-bottom: 15px;
}

.app-all-content .app-row-dep {
  line-height: 24px;
  height: 24px;
  color: #999;
}

.app-all-content .app-col-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.all-app-info {
  width: 100%;
  float: left;
  position: relative;
}

.all-app-info .all-app-title {
  text-align: left;
  width: 80%;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.all-app-bottom {
  width: 100%;
  margin-top: 10px;
  float: left;
  border-top: 1px solid #DDD;
}

.all-app-icon {
  width: 30%;
  float: left;
  min-height: 55px;
}

.all-app-icon img {
  margin-top: 5px;
  height: 40px;
}

.all-app-dep {
  float: left;
  text-align: left;
  width: 65%;
  color: #999;
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
}

.all-app-num {
  float: left;
  text-align: left;
  width: 65%;
  color: #666;
}

.calendar-top {
  width: 100%;
  float: left;
  /* background: linear-gradient(to right,#af0a11 ,#e67817); */
  padding-top: 4px;
  border-bottom: 1px solid #DDD;

}

.calendar-event {
  width: 100%;
  float: left;
  height: 220px;
  overflow: auto;
}

.calendar-top-week {
  width: 100%;
  float: left;
}

.calendar-top-week>div {
  width: 14%;
  float: left;
  height: 26px;
  color: #666;
  line-height: 26px;
  font-size: 16px;
}

.calendar-top-day>div {
  width: 14%;
  float: left;
  height: 26px;
  color: #666;
  line-height: 26px;
  font-size: 16px;
  padding-bottom: 6px;
  position: relative;
}

.calendar-top-day>div.have-data::after {
  content: ' ';
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background-color: #f8b62c;
  border-radius: 3px;
}

.calendar-top-day>div>span {
  padding: 4px;
  cursor: pointer;
}

.calendar-top-day>div.active>span {
  background: #f8b62c;
  border-radius: 50%;
  color: #FFF;
}

#card-img.weixin_code .img-list img {
  max-width: 80px;
}

/* 自定义css */
#tabs.tabs-info {
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
}

#tabs.tabs-info .tabs-main {
  background: none;
  padding: 0;
}

.tabs-info .tabs-type {
  display: none;
}

.tabs-info .tabs-type-row {
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 18px;
  float: left;
  cursor: pointer;
  border-bottom: 1px solid #FFF;
  background: none;
  margin-right: 0;
  padding: 0;
}

.tabs-info .tabs-type-row.active {
  background: none;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: none;
}

.tabs-info .tabs-title {
  margin: 0 10px;
}

.tabs-info .tabs-content {
  min-height: auto;
  padding: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  box-sizing: border-box;
  margin: 0;
  border-radius: 15px 15px 0 0;
}

#tabs.tabs-all {
  width: 30%;
  padding: 0 10px;
}

#tabs.tabs-all .tabs-main {
  background: rgba(117, 113, 110, 80%);
}

.tabs-all .tabs-type {
  display: none;
}

.tabs-all .tabs-content {
  min-height: auto;
}

#tabs.services_list {
  width: 100%;
}

#card-img.logo img {
  height: 56px;
  margin-top: 5px;
}

.top-tq {
  margin-top: 25px;
  margin-left: 20px;
}

.topinfo-row {
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  border-right: 1px solid #DDD;
  position: relative;
  height: 84px;
  cursor: pointer;
}

.topinfo-row:last-child {
  border-right: unset;
}

.tabinfo-list {
  position: absolute;
  bottom: 0;
  height: 260px;
  background: #154dde;
  border-radius: 10px 10px 0 0;
  border: 2px solid #DDD;
  z-index: 9;
}

#todo-block .tabinfo-list {
  width: 200%;
}

#note-block .tabinfo-list {
  width: 200%;
  right: 0;
}

.topinfo-row>a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.user-top {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  height: 60px;
}

.user-top-img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  background: #FFF;
  overflow: hidden;
}

.user-top-img img {
  width: 100%;
}

.user-top-left {
  width: 100%;
  float: left;
  text-align: left;
}

.user-top-name {
  width: 100%;
  float: left;
  font-size: 26px;
  line-height: 40px;
  color: #363636;
  font-weight: 600;
  height: 40px;
}

.user-top-tel {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.user-con {
  width: 100%;
  float: left;
  margin-bottom: 54px;
}

.user-con-i {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}

.user-bottom {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.user-b-link {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 28px;
  border-radius: 22px;
  background: #FFF;
  float: left;
  margin-right: 10px;
}

.banner-region .top_news {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.top_news #top_news {
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

.top-news-icon {
  width: 30px;
  float: left;
}

.top-news-title {
  width: calc(100% - 35px);
  margin-left: 5px;
  float: left;
  text-align: left;
  line-height: 24px;

}

.top-news-title a {
  color: #FFF;
}

.home_news_title {
  width: 100%;
  float: left;
  font-size: 42px;
  color: #2D2D2D;
  font-weight: bold;
  margin-top: 40px;
}

.bottom-copyr {
  color: rgb(255, 255, 255, 0.5);
  position: absolute;
  font-size: 16px;
  right: 0;
  height: 60px;
  line-height: 60px;
  background: #e442a6;
}

.copyr-row::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 60px solid #e442a6;
  border-top: 60px solid transparent;
  position: absolute;
  left: -60px;
}

.copyr-row {
  float: left;
  padding-left: 45px;
  padding-right: 35px;
}

.tj-row {
  float: right;
  text-align: left;
  width: 50%;
}

.tj-num {
  font-size: 30px;
  line-height: 57px;
}

.tj-lable {
  font-size: 20px;
  line-height: 30px;
  color: #999;
}

#app.news-center,
#app.personal-center {
  background: #F8F8F8;
}

.left-user {
  width: 100%;
  float: left;
  padding: 15px;
  background: #FFF;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.work-con {
  width: 100%;
  float: left;
  box-shadow: 0 0 15px 0 #2727271a;
  margin: 20px 0 30px 0;
}

.work-top {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.work-title {
  float: left;
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
}

.work-check {
  float: right;
  background: rgba(0, 77, 231, 0.1);
  border-radius: 22px;
}

.work-more {
  float: right;
  margin-left: 40px;
  line-height: 44px;
}

.work-check .work-check-btn {
  float: left;
  line-height: 40px;
  font-size: 20px;
  padding: 2px 25px;
  color: #666;
  cursor: pointer;
}

.work-check .work-check-btn.active {
  color: #FFF;
  background: #004DE7;
  border-radius: 22px;
}

.work-table table {
  border: none;
}

.work-table table td {
  border: none;
}

.home-app {
  padding-top: 0px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  order: 1;
  -webkit-order: 1;
  margin-bottom: 0;
  min-height: 100px;
}

.home-event {
  order: 2;
  -webkit-order: 2;
}

.home-app.isdown {
  order: 3;
  -webkit-order: 3;
}

.home-event.isoff {
  display: none;
}

.home-app .app-config {
  position: absolute;
  top: 30px;
  right: 0;
}

.app-config-btn {
  padding: 5px 10px 5px 30px;
  background: url(../images/icon/config.png) 10px 50% #004DE7 no-repeat;
  color: #FFF;
  cursor: pointer;
  border-radius: 10px;
  line-height: 20px;
  cursor: pointer;
}

.app-config-con {
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 35px;
  width: 200px;
  border: 1px solid #004DE7;
  background: #FFF;
}

.app-config-row {
  width: 100%;
  float: left;
  line-height: 30px;
  margin: 5px 0;
}

.app-config-title {
  float: left;
  width: 100px;
  margin-right: 10px;
  text-align: left;
}

.config-btn-list {
  float: left;
}

.config-btn-list button {
  width: 50px;
  height: 30px;
  background-color: #DDD;
  border-radius: 15px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #333;
}

.config-btn-row {
  width: 50px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  background: #004DE7;
  margin-right: 10px;
  float: left;
  color: #FFF;
  cursor: pointer;
}

.config-btn-list button.on {
  background-color: #004DE7;
  color: #FFF;
}

.home-todo {
  width: 100%;
  float: left;
  margin: 25px 0 30px 0;
}

.home-todo-top {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.home-todo-tab {
  font-size: 20px;
  color: #1C2451;
  margin-right: 30px;
  line-height: 30px;
  font-weight: 400;
  float: left;
  cursor: pointer;
}

.home-todo-tab.active {
  font-weight: 600;
}

.home-todo-tab .home-tab-title {
  float: left;
}

.home-todo-tab .home-tab-num {
  font-size: 14px;
  color: #FFF;
  background: #FF5959;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 10px;
  font-weight: 200;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}

.home-todo-box {
  width: 100%;
  float: left;
  box-shadow: 0 0 15px 0 #2727271a;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.home-todo-left {
  width: 15%;
  float: left;
  border-right: 1px solid #DDD;
  padding: 15px 0;
  box-sizing: border-box;
}

.home-todo-list {
  width: 100%;
  float: left;
  min-height: 120px;
}

.home-todo-btn {
  float: right;
}

.todo-btn {
  float: left;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  background: rgba(60, 112, 255, 1);
  border-radius: 50%;
  cursor: pointer;
  color: #FFF;
}

.todo-btn.right {
  float: right;
}

.home-todo-num {
  width: 100%;

  text-align: center;
  font-size: 46px;
  line-height: 70px;
  color: #0256FF;
  font-weight: 600;
}

.home-todo-lable {
  line-height: 20px;
}

.home-todo-row {
  width: 100%;
  float: left;
  text-align: left;
  line-height: 30px;
  font-size: 16px;

}

.home-todo-row a {
  display: block;
}

.home-todo-tags {
  line-height: 30px;
  float: left;
}

.home-todo-title {
  line-height: 30px;
  float: left;
  color: #FFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.home-notice-box {
  width: 100%;
  float: left;
}

.home-notice-left {
  width: 33%;
  float: left;
  box-shadow: 0 0 15px 0 #2727271a;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

.home-notice-top {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.home-note-row {
  float: left;
  text-align: left;
  width: 40%;
  color: #666;
}

.home-note-row.warning {
  color: rgba(255, 0, 0, 1);
}

.home-note-num {
  font-size: 32px;
  line-height: 50px;
}

.home-note-lable {
  line-height: 20px;
}

.home-notice-right {
  width: 64%;
  float: left;
  margin-left: 3%;
}

.home-notice-list {
  width: 100%;
  float: left;
}

.home-notice-row {
  width: 100%;
  float: left;
  margin: 5px 0;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.notice-row-tag {
  width: 90px;
  float: left;
  color: rgba(2, 86, 255, 0.8);
  font-weight: 600;
}

.notice-row-title {
  width: calc(100% - 90px);
  float: left;
  color: rgba(26, 26, 26, 0.8);
}

.notice-row-date {
  width: 100px;
  float: left;
  text-align: right;
  color: rgba(26, 26, 26, 0.3);
}

.right-notice-con {
  width: 100%;
  float: left;
  box-shadow: 0 0 15px 0 #2727271a;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

.right-notice-con .notice-row-title {
  width: calc(100% - 190px);
}

.home-notice-block {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.notice-block-row {
  width: 23%;
  margin-right: 2%;
  padding: 15px;
  border-radius: 10px;
  background: rgba(246, 246, 248, 1);
  float: left;
  text-align: left;
  box-sizing: border-box;
}

.notice-b-lable {
  line-height: 30px;
  font-size: 18px;
  color: rgba(26, 26, 26, 0.8);
  font-weight: 600;
  margin-bottom: 8px;
}

.notice-b-num {
  line-height: 20px;
  color: #999;
}

.notice-b-num span {
  color: rgba(255, 84, 84, 1);
  margin-right: 5px;
}

.content-second-region {
  margin-bottom: 50px;
}

.content-all-block {
  width: 100%;
  float: left;
  cursor: pointer;
}

.pager-pager-con {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.pager-pager {
  margin: 0 auto;
  display: inline-block;
}

.page-check {
  float: left;
}

.pager-pager .pp-item {
  display: inline-block;
  border: 1px solid #124588;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.5;
  color: #fff;
  background: #124588;
  margin-right: 10px;
  cursor: pointer;
}

.pager-pager .page-btn {
  display: inline-block;
  border: 1px solid #03659d;
  margin: 0 6px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  float: left;
  color: #03659d;
  background: none;
  width: auto;
  height: auto;
}

.paper-list {
  float: left;
  margin: 0 5px;
  cursor: pointer;
}

.paper-list .active {
  color: #FFA506;
}

.paper-list div {
  margin: 0 6px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  float: left;
}

.page-num {
  float: left;
  margin-left: 15px;
  line-height: 22px;
}

.pager-pager .page-num span {
  color: #03659d;
  line-height: 22px;
}

.pager-pager .page-num-input {
  width: 30px;
}

.pager-pager .page-num-btn {
  border: 1px solid #DDD;
  background: #fff;
  width: 44px;
  height: 22px;
  cursor: pointer;
  color: #03659d;
}

.pager-pager .page-select {
  float: left;
  line-height: 26px;
  margin-left: 15px;
}

.kt-table {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.table-top-btn {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-align: right;
}

.tj-qk {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.el-table {
  width: 100%;
}

.el-table__header-wrapper table,
.el-table__body-wrapper table {
  width: 100% !important;
  display: table-cell;
}

.el-table__body,
.el-table__footer,
.el-table__header {
  table-layout: auto;
}

#home-notices {
  width: 100%;
  float: left;
  margin: 60px 0;
}

.home-notices-top {
  width: 26%;
  margin-right: 0%;
  float: left;
  text-align: left;
}

.home-notices-right {
  width: 74%;
  float: left;
}

.notices-item-list {
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  background: #FFF;
  float: left;
  box-sizing: border-box;
}

#home-notices .news-top-title {
  font-size: 32px;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
}

#home-notices .news-top-tip {
  color: #FFF;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: -32px;
}

#home-notices .news-top-br {
  height: 2px;
  margin: unset;
  width: 80px;
  background: #3667cd;
}

.news-top-more {
  width: 120px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: #FFF;
}

.news-top-more a {
  display: inline-block;
  width: 100%;
}

.event-top-title {
  font-size: 40px;
  color: #474747;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 15px;
  margin-top: -30px;
  font-family: PingFang SC;
}

.event-top-en {
  opacity: 0.6000000238418579;
  color: #b6caff54;
  text-align: left;
  font-size: 40px;
  font-weight: 900;
  font-family: Alibaba PuHuiTi 2.0;
  line-height: 40px;
  text-align: center;
}

.event-top-br {
  width: 38px;
  height: 4px;
  border-radius: 1px;
  margin: 0 auto;
  opacity: 1;
  background: #d8d8d8;
}

.home-event-con {
  margin-top: 40px;
  width: 100%;
  float: left;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid #D5E0FF;
}

.path-frontpage .banner-region .col-12 {
  height: 390px;
  position: relative;
}

#card-img.logo {
  float: left;
}

#site_slogan {
  float: left;
}

.tabinfo-list-top {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
}

#todo-block .tabinfo-list-top {
  padding-bottom: 10px;
}

#note-block .tabinfo-list-top {
  padding-bottom: 10px;
}
#userinfo-block .tabinfo-list-top>a{
  display: inline-block;
  width: 100%;
}
.kt-lang-en #userinfo-block .tabinfo-title{
  font-size: 16px;
}
#userinfo-block .tabinfo-more a{
  font-size: 16px;
  width: 150px;
}
.tabinfo-list-icon {
  float: left;
}

.tj-left {
  width: 69%;
  float: left;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1%;
}

.tj-right {
  width: 30%;
  float: right;
}

.tj-address {
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  margin-top: 4px;
  margin-bottom: 2px;
}

.tabinfo-total {
  line-height: 20px;
  color: #FFF;
  background: #ea4e52;
  padding: 0 5px;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 12px;
}

/* 英文界面 */
.kt-lang-en .tabinfo-title {
  font-size: 18px;
  margin-left: 0px;
  letter-spacing: -1px;
}

.kt-lang-en .tabinfo-top {
  padding: 24px 15px;
}

.kt-lang-en .app-config-con {
  width: 240px;
}

.kt-lang-en .app-config-title {
  width: 160px;
}

.kt-lang-en .tabinfo-list {
  padding: 20px 15px;
}