@import "common.css";
@media screen and (max-width: 768px) {
  #bs-navbar-collapse {
    background: #104685;
  }
  #logo-xs {
    display: block !important;
  }
  #logo-md {
    display: none !important;
  }
}
body {
  background: #efeff4;
  width:100%;
height:100%;
margin:0px;
padding:0px;
overflow:hidden;
}
.box {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.top {
  margin-top: 20px;
}
.header {
  background: url("https://webvpn.swu.edu.cn/https/537775736869676568616f787565652128b853ba65d39896d9082c560be3f350/cas/images/logo_bg-1.png");
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  font-size: 16px;
}
.header .logo {
  display: inline-block;
  padding: 0;
}
.header img {
  display: inline-block;
  margin-left: 10px;
}
#nav-ul>li>a{
	display:inline-block;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 15px;
}
#pfs_admin>li>a{
	height:40px;
	/* line-height:40px; */
	font-size:14px;
/* 	padding:8px 20px; */
}
#pfs_admin>li>a>b{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    /* top: -8px; */
    font-weight: 400;
}
#adminLoginDiv>li>a{
	display:inline-block;
	height:50px;
	line-height:50px;
	padding:0 15px;
}
.header #bs-navbar-collapse ul > li > a {
  color: #FFF;
}
.header #bs-navbar-collapse ul > li > a:hover {
  color: #DBD19D;
}
.header #bs-navbar-collapse .active {
  color: #DBD19D;
}
section {
  margin-top: 50px;
}
section .new-body {
  padding: 0 15px;
  overflow: hidden;
  height: 3rem;
}
section .new-body .hang {
  overflow: hidden!important;
  white-space: nowrap!important;
  text-overflow: ellipsis !important;
}
section .second-service {
  padding: 0;
}
section .second-service h3 {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  float: left;
  color: #bfdf73;
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
}
section .second-service h3 a {
  display: inline-block;
  float: right;
}
section .second-service .use {
  margin-top: 2%;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 2px solid #bfdf73;
  color: #333;
}
section .second-service .use:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
section .second-service .use:hover img {
  transition: all 0.5s;
  transform-origin: 50% 50%;
  transform: scale(1.05);
}
section .new-body ul > li {
  height: 2.8rem;
  line-height: 2.8rem;
}
section .new-body ul > li span {
  color: #BBBBC8;
  padding-right: 40px;
}
section .new-body ul > li a {
  color: #666;
  outline: 0 none;
}
section .new-body ul > li a:hover {
  color: #5A93E8;
}
section .clearfix {
  zoom: 1;
}
section .dataDiv_v4 {
  height: 90px;
  padding: 10px;
  text-align: center;
}
section .dataDes_v4 {
  border-top: 1px solid #f5f5f5;
  padding: 12px;
}
section .dataDes_v4 div {
  text-align: center;
}
section .dataDes_v4 p {
  text-align: center;
}
section .dataDes_v4 .number {
  overflow: hidden;
  font-size: 12px;
  color: #888;
  height: 24px;
  line-height: 24px;
}
section .dataDes_v4 .number span.left {
  display: inline-block;
  float: left;
}
section .dataDes_v4 .number span.right {
  display: inline-block;
  float: right;
}
section .third .master {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  float: left;
  width: 100%;
}
section .third .master .font-h2 a {
  font-weight: 600;
  font-size: 18px;
}
section .third .master .font-h2 h3 {
  display: inline-block;
  width: 100%;
}
section .third .master a {
  text-align: center;
  display: inline-block;
  width: 100%;
}
section .third .master a p {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
section .third .master a img {
  transition: all 0.5s;
}
section .third .master a img:hover {
  transform-origin: 50% 50%;
  transform: scale(1.1);
}
section .four .service {
  height: auto;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
section .four .service .server_header {
  overflow: hidden;
}
section .four .service .server_header h2 {
  display: inline-block;
  float: left;
  font-size: 30px;
}
section .four .service .server_header a {
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 30px;
}
section .four .service .serves_inner {
  margin-top: 20px;
}
section .four .service .serves_inner p {
  display: inline-block;
  width: 40%;
  height: 3rem;
  line-height: 3rem;
  float: left;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10%;
  text-align: left;
}
section .four .service .serves_inner p:hover {
  background: #EFEFF4;
}
section .six {
  clear: both;
  background: #fff;
  padding: 20px;
  position: relative;
  top: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
section .six a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
section .six a:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #DEDEE0 ;
}
section .seven {
  float: left;
  position: relative;
  top: 40px;
  padding-bottom: 0;
  clear: both;
}
section .seven .news-left {
  float: left;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.border-bottom {
  margin: 1.5rem 0;
  border-bottom: 1px solid #aaa;
}
.bottom {
  margin-bottom: 30px;
}
footer {
  /* position: relative;
  top: 22px; */
  bottom: 0;
  background: #104685;
  /* margin-top: 3rem; */
  height: 40px;
  line-height: 40px;
  text-align: center;
  position:absolute;
width:100%;
text-align:center;
z-index:2000;
}
footer div {
  color: #fff;
}
footer p {
  color: #fff;
}