@charset "UTF-8";
/*!
 * 教师出国境 - 公示页面
 * 创建时间：2020年3月20日
 * 创建人：王超
*/
ul, li {
  list-style: none; }

body {
  background: #eee; }

/*======请求中时的加载动画(gif图片)======start*/
.LoadingBox {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99999; }

.LoadingBox-cont {
  width: 120px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -60px;
  background: #fff;
  border-radius: 10px; }

.LoadingBox .pic {
  text-align: center; }

.LoadingBox .pic img {
  text-align: center;
  max-width: 60px; }

.LoadingBox .text {
  font-size: 14px;
  color: #0086c9;
  text-align: center;
  margin-top: -10px; }

/*======请求中时的加载动画(gif图片)======end*/
/*==========flex布局==========start*/
.pubFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

/*普通flex布局 */
.autoFlex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

/*宽度自动伸缩*/
.a_center {
  display: -webkit-box;
  /*控制元素绝对居中			 */
  -webkit-box-align: center;
  -webkit-box-pack: center; }

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.display-flex__inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex; }

.flex-flow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-flow-col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  flex-flow: column wrap; }

.justify-content__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.justify-content__between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.justify-content__around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.justify-content_end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.align-items__center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.align-items__end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.align-items__stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

/*==========flex布局==========end*/
.oneline_text {
  overflow: hidden;
  /*单行文字溢出用点显示			 */
  white-space: nowrap;
  text-overflow: ellipsis; }

.twoline_text, .threeline_text {
  overflow: hidden;
  display: -webkit-box;
  /*两行文字溢出用点显示	 		 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.threeline_text {
  -webkit-line-clamp: 3;
  /*三行文字溢出用点显示(改变clamp即可)*/ }

body {
  min-width: 1200px; }

/*============公用样式（顶部、底部、返回顶部）============start*/
/*头部eastelite-top*/
.eastelite-top {
  background: #f8f8f8;
  box-shadow: 0px 2px 5px #ccc;
  height: 70px;
  margin-bottom: 10px; }
  .eastelite-topBox {
    height: 100%;
    padding: 0 15px; }
    .eastelite-logo {
      display: block;
      height: 50px; }
      .eastelite-logo .pic {
        display: block;
        height: 100%;
        border-right: 1px solid #ccc;
        padding-right: 20px;
        margin-right: 20px; }
    .eastelite-topBox .logo-name {
      margin-bottom: 0; }
      .eastelite-topBox .logo-name li {
        color: #cc0000; }
        .eastelite-topBox .logo-name li.li01 {
          letter-spacing: 5.8px;
          font-size: 20px;
          line-height: 26px; }
        .eastelite-topBox .logo-name li.li02 {
          font-size: 12px;
          letter-spacing: 1.2px; }

/*底部footerInfo*/
.footerInfo {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  box-shadow: 0px -2px 5px #ccc;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  color: #999; }
  .footerInfo ul {
    text-align: center;
    margin: 0; }
  .footerInfo li {
    display: inline-block;
    margin: 0 5px;
    color: red;
    font-size: 12px;
    line-height: 30px; }
    .footerInfo li a {
      color: red; }

.boxShadow {
  box-shadow: 0 0px 19px rgba(0, 0, 0, 0.05);
  margin-bottom: 80px; }

/*回到顶部*/
.float-links {
  width: 60px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: none; }
  .float-links ul {
    padding: 0;
    margin: 0; }
  .float-links li {
    width: 100%;
    height: 60px;
    margin-top: 3px;
    background: #999;
    font-size: 14px;
    line-height: 16px;
    text-align: center; }
    .float-links li a {
      width: 100%;
      height: 100%;
      display: block;
      color: #fff;
      line-height: 100%; }
      .float-links li a:hover {
        color: #fff;
        text-decoration: none; }
      .float-links li a em {
        display: block;
        padding-top: 14px;
        font-style: normal;
        color: #fff; }
    .float-links li .glyphicon {
      width: 24px;
      height: 12px;
      margin: 0 auto;
      font-size: 20px; }
    .float-links li:hover {
      background: #666; }
  .float-links .back-top {
    background: inherit; }
    .float-links .back-top a {
      background: #999;
      padding-top: 14px; }
      .float-links .back-top a:hover {
        background: #666; }
    .float-links .back-top .icon {
      margin-top: 24px; }
    .float-links .back-top:hover {
      background: inherit; }
  .float-links .prize-survey {
    background: #337ab7; }
    .float-links .prize-survey:hover {
      background: #337ab7;
      opacity: .85; }
    .float-links .prize-survey a {
      color: #fff; }
      .float-links .prize-survey a:hover {
        color: #fff; }

/*============公用样式（顶部、底部、返回顶部）============end*/
/*============头部banner ============start*/
.topBanner {
  margin-bottom: 30px;
  width: 100%;
  height: 240px;
  background: url("../../images/SchoolProject/swipe1.jpg") no-repeat center top; }
  .topBanner-tit {
    font-size: 35px;
    color: #394668;
    padding-right: 30px;
    min-width: 356px; }

/*============头部banner ============end*/
/*============列表样式 ============start*/
.newsWarp {
  width: 980px;
  margin: 0 auto;
  min-height: 400px;
  padding-bottom: 50px; }
  .newsWarp .freeData {
    text-align: center;
    font-size: 24px;
    color: #999;
    padding-top: 50px; }

.newsWarp-tit {
  font-size: 22px;
  color: #333;
  line-height: 1;
  padding-bottom: 15px;
  margin-top: 27px; }
  .newsWarp-tit .icon {
    margin-right: 5px;
    font-size: 21px; }

.newsWarp-list ul {
  padding: 0; }
.newsWarp-list li {
  margin-bottom: 20px;
  width: 100%; }
.newsWarp-list a {
  position: relative;
  padding: 20px;
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }
  .newsWarp-list a:hover:hover {
    opacity: .83;
    outline: none;
    background: #f9f9f9; }
    .newsWarp-list a:hover:hover .tit {
      color: #e00000; }
  .newsWarp-list a i[class^="icon"] {
    font-size: 16px;
    color: #357bca;
    margin-right: 5px; }
  .newsWarp-list a .map {
    position: absolute;
    right: 30px;
    top: 20px; }
  .newsWarp-list a .btn {
    position: absolute;
    right: 30px;
    bottom: 20px; }
    .newsWarp-list a .btn .icon {
      color: #fff;
      margin-right: 0;
      margin-left: 5px; }

.newsWarp-list-cont {
  display: block;
  vertical-align: middle; }
  .newsWarp-list-cont > * {
    text-align: justify; }
  .newsWarp-list-cont .tit {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 22px; }
  .newsWarp-list-cont .cont {
    font-size: 16px;
    color: #969696;
    line-height: 19px;
    margin-bottom: 22px; }
  .newsWarp-list-cont .read {
    font-size: 14px;
    color: #e00000;
    display: block; }

.newsWarp-more {
  padding-top: 30px; }
  .newsWarp-more li {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #333;
    line-height: 2; }

/*============列表样式 ============end*/
/*======请求中时的加载动画(gif图片)======start*/
.LoadingBox {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999; }

.LoadingBox-cont {
  width: 120px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -60px;
  background: #fff;
  border-radius: 10px; }

.LoadingBox .pic {
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
  margin: 5px auto 0;
  background: url(../../images/preloading.gif) no-repeat center; }

.LoadingBox .pic img {
  text-align: center;
  max-width: 60px; }

.LoadingBox .text {
  font-size: 14px;
  color: #0086c9;
  text-align: center;
  margin-top: -10px; }

/*======请求中时的加载动画(gif图片)======end*/
#pageContainer {
  margin-top: 0px;
  height: 110px; }
  #pageContainer .pager {
    margin: 0; }

/*# sourceMappingURL=EabroadPublicList.css.map */
