/*
Theme Name:西交利物浦大学
Theme URI: https://www.xjtlu.edu.cn/zh/
Description:  六艺信息技术的作品。
Author:  六艺信息技术
Author URI: https://www.eee-eee.com/
Date:2022-09-23
Version: 1.0
License: 六艺信息技术许可认证
License URI: https://www.eee-eee.com/
Tags: Joomla CMS技术及WordPress、Drupal等诸多优秀开源系统
*/
/* =Reset default browser CSS. Based on work by 六艺信息技术: https:/www.eee-eee.com/
-------------------------------------------------------------- */
.pt_60 {
  padding-top: 0.6rem;
}

.pt_30 {
  padding-top: 0.3rem;
}

.pt_20 {
  padding-top: 0.2rem;
}

.pt_10 {
  padding-top: 0.1rem;
}

.pt_5 {
  padding-top: 0.05rem;
}

.pt_0 {
  padding-top: 0;
}

.pb_60 {
  padding-bottom: 0.6rem;
}

.pb_30 {
  padding-bottom: 0.3rem;
}

.pb_20 {
  padding-bottom: 0.2rem;
}

.pb_10 {
  padding-bottom: 0.1rem;
}

.pb_5 {
  padding-bottom: 0.05rem;
}

.pb_0 {
  padding-bottom: 0;
}

.mt_60 {
  margin-top: 0.6rem;
}

.mt_30 {
  margin-top: 0.3rem;
}

.mt_20 {
  margin-top: 0.2rem;
}

.mt_10 {
  margin-top: 0.1rem;
}

.mt_5 {
  margin-top: 0.05rem;
}

.mt_0 {
  margin-top: 0;
}

.mb_60 {
  margin-bottom: 0.6rem;
}

.mb_30 {
  margin-bottom: 0.3rem;
}

.mb_20 {
  margin-bottom: 0.2rem;
}

.mb_10 {
  margin-bottom: 0.1rem;
}

.mb_5 {
  margin-bottom: 0.05rem;
}

.mb_0 {
  margin-bottom: 0;
}


html {
  overflow-x: hidden;

}

body.home {
  background: #fff !important;
}

.head_height {
  height: 1rem;
}

.container-index .section-box {
  padding: 0.5rem 0;
  background-size: cover;
}

.container-index .section-box .section-title {
  margin-top: 0;
  margin-bottom: 0.3rem;
}

.container-index .banner,
.container-index .banner-all {
  margin-top: 0 !important;
}

.search_none {
  font-size: 0.2rem;
  padding: 0.3rem 0;
  text-align: center;
  width: 100%;
}

img.img_cover {
  object-fit: cover;
}
.banner_img{
  height: 100% !important;
  object-fit: cover;
}
.home .container-index {
  background: #fff;
}

p:last-child {
  margin-bottom: 0;
}

.breadcrumbs .inner .breadcrumbs_list>span {
  display: inline !important;
}

.size {
  width: 0;
  height: 0;
  display: none;
}

.mobile_sidebar .title,
.mobile_sidebar .sub-title,
.mobile_sidebar .qa-box {
  display: none;
}

.left-col .nav-left-box .sub-nav .select a {
  background-color: #010544;
  color: #fff;
}

.nav-left-box .sub-nav .sub-nav-box {
  display: none;
}

.nav-left-box .open .sub-nav-box {
  display: block;
}

.right-col.content_box {
  margin-left: 0;
}
.breakout-content .read-more {
  font-family: "FFDIN", "DIN Pro", "Helvetica Neue", helvetica, arial, verdana, "Hiragino Sans GB", "冬青黑体简体中文", "Microsoft YaHei", "微软雅黑", "STXihei", "华文黑体", "SimSun", "中易宋体", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.25s color ease;
  display: inline-block;
  clear: both;
  position: absolute;
  top: 80%;
}
.main-body-txt .contain {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 0.2rem;
  padding-left: 80px;
  padding-right: 80px;
}
.page-sharer .wb-box {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  z-index: 9999;
}
.page-sharer  .wb-box1 {
  width: 258px;
  height: 258px;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -129px;
  background: black;
}
.page-sharer  .vbox-title{
  display: block;
  font-size: 18px;
}
.news_single{
  display: block;
}
.news_single .article-meta {
  background: white;
}
/*
.news_single img{
  display: inline-block !important;
}
*/
.news_list_pagination{
  background: #fff
}
@media (max-width: 47.99em) {
  .size.mobile {
    display: block;
  }
}

@media (min-width: 48em) {
  .size.desktop {
    display: block;
  }
}

@media (max-width: 768px) {}