body{
  margin:0px;
  padding:0px;
  font-family: "微软雅黑";
  color: #333;
  background-color: #f5f5f5;	
}

.header{
	width: 100%;
  float: left;
	height: auto;
background-color:#7fa3dd;
}

.wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
	float: left;
  width: 50%;
  min-width: 100px;
  max-width: 240px;
  margin: 2.8rem 2rem;
}

.logo img{
  width: 100%;
  height: auto;
}

.logo img:hover{scale: 1;}

.search{
  width:15rem;
  height: 36px;
  float: right;
  padding: 5px 10px 5px 10px;
  border: solid 1px #fff;
margin:3.5rem 2rem 0 0;
}

.search:focus {
  outline: none; /* 移除焦点时的 outline 样式 */
}

.search input:focus {
  outline: none; /* 移除焦点时的 outline 样式 */
}

@media screen and (max-width:576px) {
.logo {
	float: left;
  width: 50%;
  min-width: 100px;
  max-width: 240px;
  margin: 1rem 0.5rem;
}
.search{
display:none;
  width:10rem;
  height: 30px;
  float: right;
  padding: 2px 5px 2px 5px;
  border: solid 1px #fff;
margin:2rem 0.5rem 0 0;
}
}


.menu{
	width: 100%;
  float: left;
  height: 3rem;
	background-color:#0066cc;
}

.menu .wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.menu .menu-list{
  width: 100%;
  margin: 0rem auto;
  display: flex;
  justify-content:space-between;
}

.menu .menu-list li{
  width: 8rem;
  text-align: center;	
}

.menu .menu-list li a{
  color:#fff;
  font-size:1rem;
  line-height: 3rem;
}

.menu .menu-list li a:hover{
  color:#ff0;	
}

.menu .button {
  display: none;	
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  color: #fff;
  font-size:1.5rem;
  line-height: 3rem;
  cursor: pointer;
  position:absolute;
  top:0;
  z-index: 5;
}

.menu .menu2-list {
  display: none;
  position: absolute;
  top: 3rem;
  width: 100vw;
  height: auto;
  float: right;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 102, 204, 0.7); 
  overflow-y: scroll;  
  z-index: 4;
}

.menu .menu2-list  li{
  width: 25%;
  float: left;
  text-align: center;
  height: auto;
}

.menu .menu2-list li a {
  /* Fixed max-width and removed duplicate font-size */
  width: 90%;
  margin: 0 5%;
  float: left;
  line-height: 3rem;
  text-decoration: none;
  color:  rgba(255, 255, 255, 1);
  font-size: var(--font-size-large2);
  font-weight: 700;
}

.menu .menu2-list li a:hover {

  color:  rgb(255, 255, 0);

}


#banner {
  width: 100%;
  float: left; 
}

#banner img:hover{scale: 1;}

#zuo {
  color: #fff;
  background-color: rgba(0,0,0, 0.5);
  border-radius: 0.5rem;
  width: 2rem;
  height: 4rem;
  text-decoration:none;
  position: absolute;
  top: 45%;
  left: 5%;
}

#zuo:hover {
  background-color: rgba(0,0,0, 0.7);
}

#you {
  color: #fff;
  background-color: rgba(0,0,0, 0.5);
  border-radius: 0.5rem;
  width: 2rem;
  height: 4rem;
  text-decoration:none;
  position: absolute;
  top: 45%;
  right: 5%;
}

#you:hover {
  background-color: rgba(0,0,0, 0.7);
}

#banner-bar {
  display: none;
  width: 6rem;
  height: 1.5rem;
  background-color:  rgba(0, 0, 0, 0.5); 
  border-radius: 5px;
  position: absolute;
  bottom: 2%;
  left: 30%;
}

.zysj {
	width: 100%;
  float: left;
	height: auto;
  background-color: #fff;
}

.zysj .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0rem auto 4rem auto;
  position: relative;
}

.zysj .title {
	width:40%;
  max-width: 250px;
  margin: 2rem auto;
}
.zysj .title img {
	width:100%;
}

.zysj .aibar {
	width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left:0px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #ccc;
  display: flex;
  align-items: stretch;
}

.zysj .aibar .tools {
  width: 100%;
  float: left;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zysj .aibar .tools .sj {
	width: 20%;
  float: left;
  text-align: center;
}

@media screen and (max-width:576px) {
  .zysj .aibar {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0rem;
    left:0px;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 5px 3px 0px #ccc;
    display: flex;
    align-items: stretch;
  }

  .zysj .aibar .tools .sj {
    width: 20%;
    float: left;
    text-align: center;
  }
}
.zysj .aibar .tools .sj img {
	width: 58px;
  margin: 0 auto;
  height: 50px;
  float: none;
}
.zysj .aibar .tools .sj .num {
	width: 100%;
  float: left;
  text-align: center;
  font-size: 1.5rem;
  color:#ff3300;	
  font-weight: bold;
  line-height: 2rem;
}
.zysj .aibar .tools .sj span {
	width: 100%;
  float: left;
  text-align: center;
  font-size: 0.7rem;
  color: #0066cc;	
  line-height: 2rem;
}

.news {
	width: 100%;
  float: left;
	height: auto;
}
.news .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0rem auto 4rem auto;
}


.news .title{
	width: 100%;
  float: left;
  height:50px;
  margin: 2rem auto 0.5rem auto;
}
.news .biaoti{
	width:40%;
  max-width: 250px;
  margin: 0rem auto;
}
.news .title .biaoti img {
	width:100%;
}
.news .more{
	width: 10rem;
  float: right;
}

.news .more a {
  font-size:0.9rem;
	color:#ff3300;

}
.news .more a img{
  width:4rem;
}
.news .more a:hover {
  color: #0066cc;
}

.news .news-row {
  width: 100%;
  display: flex;
  align-self: stretch;
}

.news .pic {
  width: 43%;
  float: left;
  height: auto;
  margin: 10px;
  background: url("../images/picbg.png") no-repeat center center;
  background-size: cover;
  padding: 10px;

}

.news .pic-img-container {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}

.news .pic-img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.news .pic-img li.active {
  display: block;
}

.news .pic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .pic-point {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.news .pic-point li {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.news .pic-point li.active {
  background-color: #fff;
}

.news img:hover{scale: 1;}

.news .detail {
	width: 57%;
  float: right;
  height: auto;
  padding: 20px 0px 20px;

}

.news .detail ul {
	width: 100%;
  height: 100%;

  display: contents; /* 让 ul 元素不产生布局空间 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .detail ul li {
	width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  float: left;

  padding-left: 1%;
  border-bottom: solid 3px #ff3300;
  background-color: #fff;
  display: flex;
  align-items: flex-end; /* 垂直居中 */
}



.news .detail ul li:hover {
  background-color: #ff3300;
}

.news .detail ul li a{
	width: 70%;
  height: 2.5rem;
  line-height: 2.5rem;
  float: left;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .detail ul li span{
	width: 30%;
  height: 2.5rem;
  line-height: 2.5rem;
  float: right;
}

.news .detail ul li:hover a {
  color: #fff;
}

.news .detail ul li:hover span {
  color: #fff;
}

@media screen and (max-width:768px) {
.news .more{
	width: 10rem;
  float: right;
margin-bottom:0.5rem;
}
  .news .news-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  justify-content: space-around;
  }
  .news .pic {
    width: 100%;
    margin: 0 0.5rem;
    float: left;
  }
  .news .detail {
    width: 100%;
    margin: 0 0.5rem;
    float: left;
  }
}


.tjkc {
	width: 100%;
  float: left;
  background-color: #fff;
  padding-bottom: 3rem;

}
.tjkc .wrap {
  width: 100%;
  max-width: 1200px;
}
.tjkc .title{
	width: 100%;
  float: left;
  height:50px;
  margin: 2rem auto 0.5rem auto;
}
.tjkc .biaoti{
	width:40%;
  max-width: 250px;
  margin: 0rem auto;
}
.tjkc .biaoti img {
	width:100%;
}
.tjkc .more{
	width: 10rem;
margin-bottom:0.5rem;
  float: right;
}

.tjkc .more a {
  font-size:0.9rem;
  color: #0066cc;

}
.tjkc .more a img{
   width:4rem;

}
.tjkc .more a:hover {
  color: #ff3300;
}


.tjkc ul {
	width: 100%;
  float: left;
  background-color: #fff;
  margin-top: 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:1200px) {
.tjkc ul {
	width: 100%;
  float: left;
  background-color: #fff;
  margin-top: 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
}
.tjkc ul li {
	width: 25%;
  height: auto;
  float: left;
  margin: 0.1rem;
margin-top:1rem;
  min-width: 180px;
  max-width: 280px;
}
.tjkc ul li a {
	width: 100%;
  height: auto;
  float: left;
  background-color: #f5f5f5;
}

.tjkc ul li a .tp {
width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.tjkc ul li a .tp::before {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  border: 0.2rem solid #0066cc; /* 设置边框样式 */
  pointer-events: none; /* 防止伪元素影响点击事件 */
  z-index: 1; /* 确保伪元素在内容之下 */
}

.tjkc ul li a .tp img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}
.tjkc ul li:hover a .tp img{
  transform: scale(1.1);
}
.tjkc ul li a .infor {
  width: 95%;
  float: left;
  height: auto;
  padding: 0px 0% 10px 5%;

}
.tjkc ul li a .infor h6 {
	width: 100%;
  float: left;
  text-align: left;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.tjkc ul li:hover a .infor h6 {
  color: #0066cc;
}
.tjkc ul li a .infor .sex {
  display: none;
}
.tjkc ul li a .infor .icon {
  width:1rem;
  display:block;
  float: left;
  margin-right: 5px;
  height: 2rem;
}
.tjkc ul li a .infor .teacher {
  width:3rem;
  height: 2rem;
  display:block;
  float: left;
  line-height: 2rem;
  font-size: 0.85rem;
  color: #666;
}
.tjkc ul li a .infor .major {
  width:calc(100% - 4rem - 25px);
  height: 2rem;
  display:block;
  text-align: right;
  float: right;
  line-height: 2rem;
  font-size: 0.85rem;
  color: #666;
}


.xykc {
	width: 100%;
  float: left;
  padding-bottom: 2rem;
}
.xykc .wrap {
  width: 100%;
  max-width: 1200px;
}
.xykc .title{
	width: 100%;
  float: left;
  height:50px;
  margin: 2rem auto;
}
.xykc .biaoti{
	width:40%;
  max-width: 250px;
  margin: 0rem auto;
}
.xykc .biaoti img {
	width:100%;
}

.xykc .college {
	width: 100%;
  float: left;
}
.xykc .college ul {
	width: 100%;
  float: left;
  padding:0 0.5rem;
}
.xykc .college ul li {
  float: left;
  margin: 0rem 1rem 1rem 0rem;
  line-height: 2rem;
  font-size: 0.85rem;
  padding: 0rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
}
.xykc .college ul li a {
  color: #000;
}
.xykc .college ul li:hover {
  background-color: #ff3300;
}
.xykc .college ul li:hover a {
  color:#fff;
}
.xykc .college ul li.active {
  background-color: #ff3300;
}
.xykc .college ul li.active a {
  color:#fff;
}
.xykc .detail ul {
	width: 100%;
  float: left;
  margin-top: 0rem;
padding-bottom:4rem;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.xykc .detail ul.active {
	width: 100%;
  float: left;
  margin-top: 0rem;
padding-bottom:4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;  
}
@media screen and (max-width:1200px) {
.xykc .detail ul {
	width: 100%;
  float: left;
  margin-top: 0rem;
padding-bottom:4rem;
  display: none;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
.xykc .detail ul.active {
	width: 100%;
  float: left;
  margin-top: 0rem;
padding-bottom:4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;  
}
}
.xykc .detail ul li {
	width: 25%;
  height: auto;
  float: left;
  margin: 0.1rem;
margin-top:1rem;
  min-width: 180px;
  max-width: 280px;
}
.xykc .detail ul li a {
	width: 100%;
  height: auto;
  float: left;
  background-color: #f9f9f9;
}

.xykc .detail ul li a .tp {
	width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.xykc .detail ul li a .tp::before {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  border: 0.2rem solid #ff3300; /* 设置边框样式 */
  pointer-events: none; /* 防止伪元素影响点击事件 */
  z-index: 1; /* 确保伪元素在内容之下 */
}

.xykc .detail ul li a .tp img {
	width: 100%;
  height: auto;
  transition: transform 0.5s;
}
.xykc .detail ul li:hover a .tp img{
  transform: scale(1.1);
}
.xykc .detail ul li a .infor {
  width: 95%;
  float: left;
  height: auto;
  padding: 0px 0% 10px 5%;

}
.xykc .detail ul li a .infor h6 {
	width: 100%;
  float: left;
  text-align: left;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.xykc .detail ul li:hover a .infor h6 {
  color:#ff3300;
}
.xykc .detail ul li a .infor .sex {
  display: none;
}
.xykc .detail ul li a .infor .icon {
  width:20px;
  float: left;
  margin-right: 5px;
  height: 2rem;
}
.xykc .detail ul li a .infor .teacher {
  width:4rem;
  float: left;
  line-height: 2rem;
  font-size: 0.85rem;
  color: #666;
}
.xykc .detail ul li a .infor .major {
  width:calc(100% - 4rem - 25px);
  text-align: right;
  float: right;
  line-height: 2rem;
  font-size: 0.85rem;
  color: #666;
}
.xykc .detail ul .more{
	width: 10rem;
  position:absolute;
right:0px;
bottom:1rem;
}

.xykc .detail ul .more a {
  font-size:0.9rem;
	color:#ff3300;
}
.xykc .detail ul .more a img{
    width:4rem;
}
.xykc .detail ul .more a:hover {
  color: #0066cc;
}

.footer  {
	width: 100%;
  float: left;
  padding: 40px 0px;
  background-color: #0066cc;
}

.footer .bqsy {
	width: 100%;
  font-size: 0.85rem;
  text-align: center;
  line-height: 2rem;	
  color: #fff;
}
.footer .footer-in {
width:65%;
margin:0 auto;
}
.footer .footer-in .jszc {
	width: 100%;
  float: left;

}
.footer .jszc h6 {
  float: left;
	width: 5rem;
  text-align: right;
  line-height: 1.5rem;	
  font-size: 0.85rem;
  color: #fff;
}
.footer .jszc .jszc-in {
width:calc(100% - 5rem);
  float: left;
}
.footer .jszc span {
  float: left;
	padding:0 0.5rem;
  line-height: 1.5rem;	
  color: #fff;
  font-size: 0.85rem;
}
.footer .footer-in .yqlj {
	width: 100%;
  float: left;

}
@media screen and (max-width:1000px) {
.footer .footer-in {
	width:80%;
  margin: 0rem auto;
}
}
@media screen and (max-width:768px) {
.footer .footer-in {
	width:90%;
  margin: 0rem auto;
}
}
.footer .yqlj h6 {
  float: left;
	width: 5rem;
  text-align: right;
  line-height: 1.5rem;	
  font-size: 0.85rem;
  color: #fff;
}
.footer .yqlj  .yqlj-in {
width:calc(100% - 5rem);
  float: left;
}
.footer .yqlj a {
  float: left;
	padding:0 0.5rem;
  line-height: 1.5rem;	
  color: #fff;
  font-size: 0.85rem;
}
.footer .yqlj a:hover {
	color: #ffff00;
}







.airight {
	width: 150px;
  height: 400px;
  display: block;
  position: fixed;
  top: 25%;
  right: 0px;
  z-index: 3;
  margin:0px;
  padding:8px;
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0px 5px 3px 0px #ccc;
}

@media screen and (max-width:1000px) {
  .airight {
    display: none;
  }
}

.airight .title {
	width:134px;
  float: left;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
}

.airight .tools {
	width: 134px;
  float: left;
}

.airight .tools a {
	width: 67px;
  float: left;
}

.airight .tools a img {
	width: 45px;
  height: 42px;
  margin: 8px 12px 8px 12px;
}
.airight .tools a span {
	width: 67px;
  float: left;
  text-align: center;
  font-size: 0.8rem;	
}

.airight .tools a:hover span {
	color: #0066cc;
}

.content  {
	width: 100%;
  float: left;
  display:flex;
  align-items: stretch;
  background-color: #fff;
}



.content .leftr{
  width: 20%;
  float: left;  

}

@media screen and (max-width:1000px) {
  .content .leftr{
    width: 15%;
    float: left; 
	  background-color: #fff4f2; 
  }
}

@media screen and (max-width:768px) {
  .content .leftr{
	width: 100%;
	float: left;
	background-color: #fff4f2;
  }
}
.content .leftr .lanmu {
	width: 100%;
	float: left;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.2rem;
	color: #fff;
	background-color: #ff6633;
	text-align: center;
	margin-top:-3rem;
	z-index:3;
	opacity:0.8;
}
.content .leftr .lanmu img{
	width:120px;
	margin:2rem auto;
		opacity:1;
	}

.content .leftr ul{
  width: 100%;
  float: left;
    background-color: #fff4f2;
    background-image: url(../images/logobg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
    padding-bottom:8rem;
}
@media screen and (max-width:768px) {
.content .leftr ul{
  width: 100%;
  float: left;

}
}
.content .leftr ul li{
	width: 100%;
	float: left;
	height: 4rem;
	line-height: 4rem;
	font-size: 1rem;
	color: #ff6633;
	text-align: left;
	padding-left: 10%;

}
.content .leftr ul li a{
	color: #ff6633;

}
@media screen and (max-width:768px) {
  .content .leftr .lanmu {
    width: 100%;
    float: left;
    align-items: center;

  }
.content .leftr .lanmu img{
	width:100px;
	margin:2rem auto;
		opacity:1;
	}
  .content .leftr ul{
    width: 100%;
    float: left;
    background-color: #fff4f2;
	background-image:none;
    padding-bottom:0rem;
  }
  .content .leftr ul li{
    width: auto;
    padding: 0 1rem;
    float: left;
    border-bottom: 0px;
  }
}

.content .leftr ul li:hover {
  background-color: #fff;
  color: #ff6633;
    border-left: solid 3px #ff6633;
}

.content .leftr ul li:hover a{
  color: #ff6633;
}

.content .rightr{
  width: 80%;
  float: right;
  background-color: #fff;
}

@media screen and (max-width:1000px) {
  .content .rightr{
    width: 85%;
    float: right;
  }
}

@media screen and (max-width:768px) {
 .content .rightr{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
}

.content .rightr .path{
  width: 100%;
  padding-left: 5%;
  float: left;
  height: 3rem;
  line-height: 3rem;
  font-weight: bold;
  border-bottom: solid 2px #ff6633;
}

@media screen and (max-width:768px) {
  .content .rightr .path{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

.content .rightr .path a{
  font-weight:normal;	
}

.content .rightr .list{
	width: 100%;
	float: left;
	margin-top: 1rem;
}

.content .rightr .list ul{
  width: 100%;
  float: left;
}

.content .rightr .list ul li{
  width: 100%;
  float: left;
  height: 3rem;	
  line-height: 3rem;
  border-bottom: dashed 1px #ccc;
}

.content .rightr .list ul li:hover{
  background-color: #f5f5f5;
}

.content .rightr .list ul li a{
  width: 70%;
  float: left;
  padding-left: 0;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .rightr .list ul li span{
  width: 30%;
  float: right;
  text-align: center;	
}



.content .leftb{
  width: 20%;
  float: left;  

}

@media screen and (max-width:1000px) {
  .content .leftb{
    width: 15%;
    float: left; 
	  background-color: #fff4f2; 
  }
}

@media screen and (max-width:768px) {
  .content .leftb{
	width: 100%;
	float: left;
	background-color: #fff4f2;
  }
  .content .leftb .lanmu img{
	width:80px;
	margin:2rem auto;
		opacity:1;
	}
}
.content .leftb .lanmu {
	width: 100%;
	float: left;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.2rem;
	color: #fff;
	background-color: #0066cc;
	text-align: center;
	margin-top:-3rem;
	z-index:3;
	opacity:0.8;
}
.content .leftb .lanmu img{
	width:120px;
	margin:2rem auto;
		opacity:1;
	}
.content .leftb ul{
  width: 100%;
  float: left;
}

.content .leftb ul li{
  width: 100%;
  float: left;
  height: 4rem;
  line-height: 4rem;
  font-size: 1rem;
  color: #0066cc;
  text-align: center;

}

@media screen and (max-width:768px) {
  .content .leftb .lanmu {
    width: 100%;
    float: left;
    align-items: center;

  }
.content .leftb .lanmu img{
	width:100px;
	margin:2rem auto;
		opacity:1;
	}
  .content .leftb ul{
    width: 100%;
    float: left;

  }
  .content .leftb ul li{
    width: auto;
    padding: 0 1rem;
    float: left;
    border-bottom: 0px;
  }
}

.content .leftb ul li:hover {
  background-color: #fff;
  color: #ff6633;
    border-left: solid 3px #0066cc;
}

.content .leftb ul li:hover a{
  color: #0066cc;
}

.content .rightb{
  width: 80%;
  float: right;
  background-color: #fff;
}

@media screen and (max-width:1000px) {
  .content .rightb{
    width: 85%;
    float: right;
  }
}

@media screen and (max-width:768px) {
 .content .rightb{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
}

.content .rightb .path{
  width: 100%;
  padding-left: 5%;
  float: left;
  height: 3rem;
  line-height: 3rem;
  font-weight: bold;
  border-bottom: solid 2px #0066cc;
}

@media screen and (max-width:768px) {
  .content .rightb .path{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

.content .rightb .path a{
  font-weight:normal;	
}

.content .rightb .list{
	width: 100%;
	float: left;
	margin-top: 1rem;
}

.content .rightb .list ul{
  width: 100%;
  float: left;
}

.content .rightb .list ul li{
  width: 100%;
  float: left;
  height: 3rem;	
  line-height: 3rem;
  border-bottom: dashed 1px #ccc;
}

.content .rightb .list ul li:hover{
  background-color: #f5f5f5;
}

.content .rightb .list ul li a{
  width: 70%;
  float: left;
  padding-left: 0;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .rightb .list ul li span{
  width: 30%;
  float: right;
  text-align: center;	
}