/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: rgba(243, 243, 243, 1);
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

.single-line-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multi-line-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-3-lines {
  -webkit-line-clamp: 3;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #fe3f40;
}

.main-blue-button a {
  display: inline-block;
  background-color: rgba(254, 84, 31, 1);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #fe3f40;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #fe3f40 !important;
}

.background-header .nav li a.active {
  color: #fe3f40 !important;
}

.header-area {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 85px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 90px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  width: 192px;
  height: 44px;
}

.header-area .main-nav .logo h4 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #03a4ed;
  line-height: 100px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.logo h4 span {
  color: #fe3f40;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav #li-login {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav #li-login a,
.background-header .main-nav .nav #li-login a {
  color: #fff !important;
  padding: 0px;
  font-weight: 400;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 12px;  
}

.header-area .main-nav .nav #li-login a:hover,
.header-area .main-nav .nav #li-login a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fe3f40 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fe3f40 !important;
  opacity: 1;
}

.header-area .main-nav .nav #li-login a:hover,
.background-header .main-nav .nav #li-login a:hover {
  /* background-color: #03a4ed; */
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fe3f40 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 25px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  left: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fe3f40;
}

.header-area .main-nav .nav #li-login {
  padding: 0;
}

.header-area .main-nav .nav>li:last-child>a {
  color: white !important;
}

.header-area .main-nav .nav #li-login a:hover {
  /* color: #fe3f40 !important; */
}

.header-area .main-nav .nav li:hover li a {
  color: black !important;
}

.header-area .main-nav .nav li:active li a {
  color: black !important;
  background-color: white;
}

.header-area .main-nav .nav li:hover li:hover a {
  color: #fe3f40 !important;
  background-color: white;
}

.header-area .main-nav .nav li:hover li:active a {
  color: #fe3f40 !important;
  background-color: white;
}

.header-area .main-nav .nav li {
  /* padding:0; */
  text-align: center;
}

.header-area .main-nav .login-succ {
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav #li-login {
  margin-left: 20px;
  margin-right: 10px;
}

.header-area .main-nav #lang-btn {
  width: 72px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0;
}

.header-area .main-nav #lang-btn img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.header-area .main-nav #lang-btn span {
  font-size: 14px;
  user-select: none;
  /* 禁止文本选择 */
  -webkit-user-select: none;
  /* 兼容 Safari 和旧版 Chrome */
  -ms-user-select: none;
  /* 兼容 IE */
}

.header-area .main-nav #lang-btn:hover {
  background-color: white;
  box-shadow: 0 0 8px #FE541F80;
  cursor: pointer;
}

.header-area .main-nav #lang-btn:active {
  background-color: #D9D9D980;
  box-shadow: none;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area{

  }
  .header-area .main-nav .nav #li-login,
  .background-header .main-nav .nav #li-login {
    display: none;
  }

  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }

  #li-login {
    margin-left: 0px;
  }

  .header-area .main-nav {
    display: flex;
    justify-content: center;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav li{
    display: none;
  }

  .header-area .main-nav .nav{
    position: static;
  }

  .header-area .main-nav .nav #lang-btn {
    position: absolute;
    right: 0;
    top: 23px;
  }

  .header-area .main-nav #lang-btn:hover{
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fe3f40 !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 85px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav {
    display: flex;
    justify-content: center;
  }

  .header-area .main-nav .nav {
    /* float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px; */
  }

  .header-area .main-nav .logo img {
    height: 39px;
    width: auto;
}

  .background-header .nav {
    margin-top: 80px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav .li {
    display: none;
    /* margin-top: 100px; */
  }

  .header-area .main-nav .nav li {
    /* width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important; */
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fe3f40 !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .header-area .main-nav #li-login {
    margin-left: 0px !important;
  }

  .header-area .main-nav #li-signup a {
    color: black !important;
    border-radius: 0;
  }

  #li-login {
    margin-left: 0px;
  }

  .login-succ {
    height: 50px;
    line-height: 50px;
    background: #f7f7f7
  }

  .header-area .main-nav .nav #li-login a {
    color: black !important;
    border-radius: 0;
  }

  .header-area .main-nav .nav #li-login a:hover {
    /* color: #fe3f40 !important; */
  }
}

/* @media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
} */

/* Overlay  */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  transition: opacity 0.5s;
}

.overlay.active {
  display: block;
}

/* 
  ---------------------------------------------
  drawer Style
  --------------------------------------------- 
  */

.drawer {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 1000;
}

.drawer ul {
  list-style-type: none;
  padding: 0;
}

.drawer ul li {
  padding: 8px 16px;
  text-align: left;
}

.drawer ul li a {
  padding: 13px 16px;
  color: #f1f1f1;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-size: 14px;
}

.drawer ul li a:hover {
  background-color: #555;
  border-radius: 8px;
}

.close-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
}

.drawer.active {
  width: 250px;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #fe3f40;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #fe3f40;
  border-radius: 50%;
}

/* 
---------------------------------------------
main Style
--------------------------------------------- 
*/
main {
  min-height: calc(100vh - 349px);
  margin-top: 150px;
  margin-bottom: 64px;
}


.pagination {
  justify-content: right;
  align-items: center;
}

.pagination ul {
  display: flex;
}

.pagination li{
  width: 40px;
  height: 40px;
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.5);
}

.pagination li button{
  width: 100%;
  height: 100%;
  /* outline: none; */
  box-shadow: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.pagination li button.active {
  background-color: rgba(253, 116, 58, 1);
  color: #FFF;
  border: transparent;
}

/* .pagination li button:active {
  scale: 0.95;
  background-color: rgba(253, 116, 58, 1);
  color: #FFF;
  border: transparent;
} */

.pagination li button img{
  width: 8px;
  /* opacity: 0.5; */
}

.pagination li button img.prev{
  transform-origin: center;
  transform: rotate(180deg);
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer {
  background-color: rgba(31, 35, 38, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
  color: #FFF;
}

footer p a {
  color: rgba(253, 116, 58, 1);
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

.news-list .news-item .right-text p {
  white-space: nowrap;       /* 禁止换行 */
  overflow: hidden;          /* 隐藏溢出的文本 */
  text-overflow: ellipsis;   /* 显示省略号 */
}

@media (min-width: 992px) {
  .category-navigation {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .category-navigation .item {
    /* width: 160px; */
    padding: 0 40px;
    height: 28px;
    line-height: 28px;
    border-left: 2px solid rgba(202, 202, 202, 1);
    font-size: 20px;
    text-align: center;
    color: rgba(202, 202, 202, 1);
    cursor: pointer;
  }

  .category-navigation .item.active {
    border-left: 4px solid rgba(254, 84, 31, 1);
    color: rgba(254, 84, 31, 1);
  }

  .news-list .news-item {
    background-color: #FFF;
    margin-bottom: 40px;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    max-height: 216px;
    display: flex;
  }

  .news-list .news-item .left-image {
    width: 442px;
  }

  .news-list .news-item img {
    width: 100%;
    height: 100%;
  }

  .news-list .news-item .right-text {
    box-sizing: border-box;
    padding: 32px 40px;
    width: calc(100% - 442px)
  }

  .news-list .news-item .right-text .date {
    text-align: right;
    color: rgba(202, 202, 202, 1);
  }

  .news-list .news-item .right-text .month-day {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
  }

  .news-list .news-item .right-text .year {
    font-size: 16px;
    line-height: 24px;
  }

  .news-list .news-item .right-text .tag-date {
    display: none;
  }
  .news-list .news-item .right-text .title {
    width: 100%;
    height: 68px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /
  }

  .news-list .news-item .right-text .title h4 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #1F2326;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news-list .news-item .right-text p {
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: rgba(202, 202, 202, 1);
    /* 强制文本在一行内显示，不换行 */
    white-space: nowrap;
    /* 隐藏超出容器宽度的文本 */
    overflow: hidden;
    /* 当文本超出容器宽度时，显示省略号 */
    text-overflow: ellipsis;
    /* 设置容器的宽度，超出该宽度的文本将被省略 */
    width: 100%;
  }

  .news-list .news-item .right-text .summary {
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: rgba(202, 202, 202, 1);
    /* 强制文本在一行内显示，不换行 */
    white-space: nowrap;
    /* 隐藏超出容器宽度的文本 */
    overflow: hidden;
    /* 当文本超出容器宽度时，显示省略号 */
    text-overflow: ellipsis;
    /* 设置容器的宽度，超出该宽度的文本将被省略 */
    width: 100%;
  }
}

@media (max-width: 992px) {
  body {
    background-color: #FFFFFF;
  }

  main{
    margin-top: 116px;
  }

  .category-navigation {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    border-radius: 8px;
  }

  .category-navigation a{
    flex: 1;
  }

  .category-navigation .item {
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #888A8C;
  }

  .category-navigation .item.active {
    background-color: rgba(254, 84, 31, 1);
    color: #FFF;
    border-radius: 8px;
  }

  .news-list .news-item {
    margin-bottom: 32px;
  }

  .news-list .news-item .right-text .date {
    display: none;
  }

  .news-list .news-item .right-text h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 8px;
    color: #1F2326;
    /* 强制文本在一行内显示，不换行 */
    white-space: nowrap;
    /* 隐藏超出容器宽度的文本 */
    overflow: hidden;
    /* 当文本超出容器宽度时，显示省略号 */
    text-overflow: ellipsis;
    /* 设置容器的宽度，超出该宽度的文本将被省略 */
    width: 100%;
  }
  .news-list .news-item .right-text h4 a{
    color: black;
  }

  .news-list .news-item .right-text .summary {
    display: none;
  }

  .news-list .news-item .right-text .tag-date {
    font-size: 14px;
    margin-right: 16px;
    color: rgba(202, 202, 202, 1);
  }
  
  .pagination{
    /* display: none; */
  }

  /* footer---------- */
  footer p {
    margin: 15px 0px 30px 0px;
  }

}