@charset "UTF-8";
/*
*
* respons to all pages
* cloud @ 2023-12-21;
*/
.login-x {
  width: 100vw;
  height: 100vh;
  background-color: #049ee6;
  position: relative;
  background-image: url(../images/public/loginbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-x .login-form {
  padding-top: 32px;
}
.login-x .login-form .form-group .form-control {
  width: 392px;
  height: 54px;
  background: rgba(255, 255, 255, 0.12);
  margin-right: 24px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
}
.login-x .login-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.login-x .login-form .btn-login {
  height: 54px;
  width: 368px;
  font-size: 16px;
  font-weight: 700;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
.login-x .login-form .btn-login .t {
  background: linear-gradient(90deg, #1988e2 0%, #05b0e4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5em;
}
.login-x .login-link .ll-title {
  margin-top: 120px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-x .login-link .ll-title .line {
  flex: 0 0 350px;
  height: 2px;
  position: relative;
  background-color: #ffffff;
}
.login-x .login-link .ll-title .line::before,
.login-x .login-link .ll-title .line::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
}
.login-x .login-link .ll-title .line::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.login-x .login-link .ll-title .line::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.login-x .login-link .ll-title .text {
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.login-x .login-link .ll-list {
  display: flex;
  flex-wrap: wrap;
}
.login-x .login-link .ll-list .item {
  background-color: #ffffff;
  width: 180px;
  height: 160px;
  margin-right: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login-x .login-link .ll-list .item:nth-child(6n) {
  margin-right: 0;
}
.login-x .login-link .ll-list .item .img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-x .login-link .ll-list .item .img img {
  width: auto;
  height: 50%;
}
.login-x .login-link .ll-list .item .t {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding-top: 10px;
  transition: all 0.25s;
}
.login-x .login-link .ll-list .item:hover .img img {
  width: 100%;
  height: 100%;
}
.login-x .login-link .ll-list .item:hover .t {
  background: linear-gradient(90deg, #1988e2 0%, #05b0e4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login-x .cprt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
}
.login-x .cprt a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.navbar {
  height: 80px;
  padding: 0;
  background-color: #e8e8ea !important;
}
.navbar .navbar-brand img {
  height: 66px;
}
.navbar .collapse .name {
  font-size: 15px;
}
.btn-logout {
  width: 240px;
  height: 80px;
  border-radius: 0;
  border: none;
  font-size: 16px;
  color: #ffffff;
  margin-left: 24px;
  background: linear-gradient(90deg, #1988e2 0%, #05b0e4 100%);
}
.index_main {
  padding-top: 64px;
}
.index_main .left {
  flex: 0 0 328px;
  margin-right: 48px;
}
.index_main .left .accordion .card {
  border: none;
  border-bottom: 1px solid #ffffff;
}
.index_main .left .accordion .card .card-header {
  padding: 16px 24px;
  background: linear-gradient(90deg, #1988e2 0%, #05b0e4 100%);
}
.index_main .left .accordion .card .card-header .btn {
  padding: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_main .left .accordion .card .card-header .btn .arrow-tg {
  width: 30px;
  height: 30px;
}
.index_main .left .accordion .card .card-header .btn.collapsed .arrow-tg {
  transform: rotate(180deg);
}
.index_main .left .accordion .card .card-body {
  border: none;
  padding: 24px;
}
.index_main .left .accordion .card .card-body .list-group .list-group-item {
  font-size: 20px;
  padding: 0;
  margin-bottom: 24px;
  border: none;
  position: relative;
}
.index_main .left .accordion .card .card-body .list-group .list-group-item:last-child {
  margin-bottom: 0;
}
.index_main .right {
  flex: 1;
}
.index_main .right .cont-title,
.index_main .right .cont-title2 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 36px;
}
.index_main .right .cont-title2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.index_main .right .cont-date {
  font-size: 14px;
  color: #999999;
}
.index_main .right .cont-body {
  padding: 24px 0;
  line-height: 1.6;
  margin-bottom: 52px;
}
.index_main .right .cont-list .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
  border-top: 1px solid #E9EBED;
}
.index_main .right .cont-list .item .date {
  flex: 0 0 113px;
}
.index_main .right .cont-list .item .date p {
  color: #b0b0b0;
}
.index_main .right .cont-list .item .date p:first-child {
  font-size: 24px;
  font-weight: bold;
}
.index_main .right .cont-list .item .date p:last-child {
  font-size: 18px;
}
.index_main .right .cont-list .item .cont {
  flex: 1;
}
.index_main .right .cont-list .item .cont .title {
  font-size: 18px;
  color: #000000;
}
.index_main .right .cont-list .item .cont .intro {
  margin-top: 12px;
  font-size: 14px;
  color: #999999;
}
.index_main .right .cont-list .item:hover .cont .title {
  color: #1988e2;
}
.index_main .right .page-btns {
  padding: 27px 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_main .right .page-btns .page-prev,
.index_main .right .page-btns .page-next {
  display: block;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.index_main .right .page-btns .page-prev {
  background-image: url("../images/public/arr-l.png");
  margin-right: 12px;
}
.index_main .right .page-btns .page-next {
  background-image: url("../images/public/arr-r.png");
  margin-left: 12px;
}
