/***校本部复制内容***/
.v-center{
    vertical-align: middle;
}
.round-btn{
    border-radius: 50%;
    padding: 0.3rem;
    background: #ccc;
    color: #fff;
    font-size: 0.4rem;
}
.tabs-nav .active { background: #9D0208;}
.tabs-nav .active a{ color: #fff;}

.tabs-nav li{
    font-size: 0.6rem;
    margin-right: 10px;
    transform: skew(-40deg);
    padding: 0 14px;
    background: #f4f4f4;

}
.tabs-nav li a{
    transform: skew(40deg);
    display: block;
}
 .tabs-nav:focus {
    background-color: yellow; /* 当输入框被选中时，将背景色改为黄色 */
}

.tab-panel{
    display: none;
}
.active{
    display: block;
}
.active a{
    color: #000;
}




/***原始复制内容***/
@media only screen and (max-width: 600px) {
  .c-main__left {
    display: none !important; } }

.c-main {
  width: 100%;
  background-color: #efefef; }

.c-main--center {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1200px;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .c-main--center {
      margin: 0 auto;
      max-width: none;
      min-width: inherit; } }

.c-main__left {
  width: 220px;
  float: left; }

.c-main__right {
  min-height: 600px;
  margin-left: 220px;
  border-left: 1px solid #ddd;
  padding: 60px 5% 20px 5%; }
  @media only screen and (max-width: 600px) {
    .c-main__right {
      margin-left: 0;
      padding: 60px 20px 20px 20px; } }

.c-main__top {
  margin-top: 60px;
  display: none; }
  @media only screen and (max-width: 600px) {
    .c-main__top {
      margin-top: 40px;
      padding-left: 20px;
      display: block; } }

.c-main--top {
  margin-top: 60px; }
  @media only screen and (max-width: 600px) {
    .c-main--top {
      margin-top: 40px;
      margin-left: 0;
      padding-left: 20px; } }

.c-main--bottom {
  min-height: 600px;
  margin-top: 40px; }
  @media only screen and (max-width: 600px) {
    .c-main--bottom {
      margin-top: 0;
      margin-left: 0;
      padding: 60px 20px 20px 20px; } }
.middleTop li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.middleLeft__left {
  float: right;
  margin-top: 60px;
  letter-spacing: 1px; }

a, a:hover {
  text-decoration: none; }

.middleLeft__left li {
  margin-bottom: 17px;
  line-height: 43px;
  padding: 0 30px;
  cursor: pointer; }

.middleLeft__left--nav {
  /*letter-spacing: 1px;*/ }
  .middleLeft__left--nav a {
    color: #777;
    white-space: pre; }

.middleLeft__left--navClick {
  background-color: #d9473c;
  font-size: 18px;
  border-right: 6px solid #c23328;
  margin-right: -5px; }
  .middleLeft__left--navClick a {
    color: #fff; }

.middleLeft__left--nav li:hover {
  background-color: #d9473c;
  font-size: 13px; }
  .middleLeft__left--nav li:hover a {
    color: #fff; }

.middleTop {
  border-bottom: 1px solid #dedede; }
  @media only screen and (max-width: 600px) {
    .middleTop {
      height: 40px;
      overflow: hidden;
      width: 300px;
      border: none; } }

@media only screen and (max-width: 600px) {
  .middleTop__nav {
    line-height: 14px;
    border-bottom: 1px solid #dedede;
    letter-spacing: -8px; } }

.middleTop li {
  padding: 14px 30px;
  line-height: 14px; }
  @media only screen and (max-width: 600px) {
    .middleTop li {
      padding: 10px 25px;
      letter-spacing: 0; } }

.middleTop__nav a {
  color: #999 !important; }

.middleTop__navClick {
  border-bottom: 4px solid #d9473c;
  margin-bottom: -3px; }

.middleTop__navClick a {
  color: #333 !important; }
.middleTop__navClick {
  border-bottom: 4px solid #4575ce; }
.middleLeftMenu {
  margin-top: 60px;
  box-shadow: 1px 10px 20px #dcdadb;
  -moz-box-shadow: 1px 10px 20px #dcdadb;
  -webkit-box-shadow: 1px 10px 20px #dcdadb;
  width: 290px;
  float: right;
  cursor: pointer;
  *border: 1px solid #dcdadb;
  border: 1px solid #dcdadb \9; }

.middleLeftMenu__list {
  /*line-height: 45px;*/
  border-top: 1px solid #ddd;
  overflow: hidden; }
  .middleLeftMenu__list .middleLeftMenu--menu {
    color: #333;
    width: 252px;
    margin-left: -2px;
    padding-left: 20px;
    padding-right: 20px;
    display: block; }
  .middleLeftMenu__list .middleLeftMenu--icon {
    display: none;
    background: url(/yjsb/images/arrow-down.png) no-repeat right;
    width: 10px;
    height: 5px;
    float: right;
    position: relative;
    top: -23px;
    right: 10px; }
  .middleLeftMenu__list .middleLeftMenu__list--hidden {
    display: none; }
  .middleLeftMenu__list .middleLeftMenu__list--display {
    display: block; }
  .middleLeftMenu__list .middleLeftMenu__list--options {
    vertical-align: middle;
    padding-left: 30px; }
    .middleLeftMenu__list .middleLeftMenu__list--options a {
      color: #999; }
    .middleLeftMenu__list .middleLeftMenu__list--options .middleLeftMenu__list--link {
      color: #4575ce; }
  .middleLeftMenu__list .middleLeftMenu__list--options:hover a {
    color: #4575ce; }

.middleLeftMenu__list:first-child {
  border: none; }

.middleLeftMenu__list--hover:hover a {
  color: #4575ce; }

.middleLeftMenu__list--hover:hover .middleLeftMenu--icon {
  background: url(/yjsb/images/arrow-hover.png) no-repeat right; }

.middleLeftMenu__list--focus .middleLeftMenu--menu {
  background: #4575ce;
  color: #fff; }

.middleLeftMenu__list--focus a {
  color: #fff; }

.middleLeftMenu__list--focus .middleLeftMenu--icon {
  background: url(/yjsb/images/arrow-extend.png) no-repeat right; }
.middlePag {
  padding-top: 30px;
  padding-bottom: 100px;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .middlePag {
      padding-top: 10px;
      padding-bottom: 20px; } }
.c-pagination, .c-pagination li, .mobilePagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.c-pagination {
  font-size: 12px;
  line-height: 1; }
  .c-pagination li {
    float: left;
    margin-left: 13px;
    margin-right: 13px; }
  @media only screen and (max-width: 600px) {
    .c-pagination {
      display: none; } }

.c-pagination a {
  text-decoration: none;
  color: #737373 !important; }
  .c-pagination a:visited {
    color: #fff; }
  .c-pagination a:hover {
    color: #fff;
    text-decoration: none; }
  .c-pagination a:link {
    color: #fff; }

.c-pagination a.c-pagination--color {
  text-decoration: none;
  color: #d9473c !important; }
  .c-pagination a.c-pagination--color:visited {
    color: #fff; }
  .c-pagination a.c-pagination--color:hover {
    color: #fff;
    text-decoration: none; }
  .c-pagination a.c-pagination--color:link {
    color: #fff; }

.c-pagination__block {
  margin-top: 1px;
  display: block; }

.mobilePagination {
  display: none;
  font-size: 12px;
  line-height: 1; }
  .mobilePagination li {
    margin-left: 13px;
    margin-right: 13px; }
  @media only screen and (max-width: 600px) {
    .mobilePagination {
      display: inline-block; } }

.mobilePagination__block {
  margin-top: 1px;
  display: block; }
@media only screen and (max-width: 600px) {
  .middleArticle__art--img {
    display: none !important; } }

.middleArticle__art {
  letter-spacing: 1px; }

.middleArticle__art--art {
  position: relative;
  margin-bottom: 20px;
  height: 60px; }
  @media only screen and (max-width: 600px) {
    .middleArticle__art--art {
      height: 90px; } }

.middleArticle__dates {
  float: left;
  height: 40px;
  padding: 10px 18px;
  background-color: #d9473c;
  text-align: center;
  color: #fff;
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    .middleArticle__dates {
      padding: 6px 12px; } }

.middleArticle__art--year {
  font-size: 20px;
  line-height: 20px; }
  @media only screen and (max-width: 600px) {
    .middleArticle__art--year {
      font-size: 16px;
      line-height: 16px; } }

.middleArticle__art--day {
  font-size: 14px;
  line-height: 14px; }
  @media only screen and (max-width: 600px) {
    .middleArticle__art--day {
      font-size: 12px;
      line-height: 12px; } }

.middleArticle__art--link {
  float: right;
  height: 60px;
  display: block;
  width: 86%;
  text-decoration: none; }
  .middleArticle__art--link:visited {
    color: #fff; }
  .middleArticle__art--link:hover {
    color: #fff;
    text-decoration: none; }
  .middleArticle__art--link:link {
    color: #fff; }
  @media only screen and (max-width: 600px) {
    .middleArticle__art--link {
      height: 90px;
      width: 64%; } }

.middleArticle__art--titles {
  font-size: 14px;
  color: #555; }
  @media only screen and (max-width: 600px) {
    .middleArticle__art--titles {
      line-height: 18px; } }

.middleArticle__art--article {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 18px;
  height: 36px;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .middleArticle__art--article {
      margin-top: 4px;
      line-height: 16px;
      height: 48px; } }

.middleArticle__art--img {
  margin-left: 14%;
  text-decoration: none; }
  .middleArticle__art--img:visited {
    color: #fff; }
  .middleArticle__art--img:hover {
    color: #fff;
    text-decoration: none; }
  .middleArticle__art--img:link {
    color: #fff; }

.middleArticle__art--hr {
  background-color: #dedede;
  height: 1px;
  border: none;
  margin-top: 16px;
  margin-bottom: 20px; }
.headImg-width {
  width: 100%;
  min-width: 1200px; }
  @media only screen and (max-width: 600px) {
    .headImg-width {
      min-width: inherit; } }

.headImgTr-height {
  height: 500px; }

.headImg-height {
  height: 100%; }

.img-index {
  position: relative;
  /*z-index: -1;*/
  display: block; }

.position-renshi {
  width: 1200px;
  margin: auto; }
  @media only screen and (max-width: 600px) {
    .position-renshi {
      width: 100%; } }
.c-main {
  background: #fff; }

.c-main__right {
  border: none;
  margin-left: 300px; }
  @media only screen and (max-width: 600px) {
    .c-main__right {
      margin-left: 0; } }

.c-main__left {
  width: 300px; }
  @media only screen and (max-width: 600px) {
    .c-main__left {
      display: none; } }
.middleArticle--articleList .middleArticle__articleList--article {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.middleArticle__articleList {
  font-size: 14px; }

.middleArticle--articleList {
    
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px; }
  .middleArticle--articleList .middleArticle__articleList--article {
    width: 82%;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333; }
    @media only screen and (max-width: 600px) {
      .middleArticle--articleList .middleArticle__articleList--article {
        width: 100%; } }
  .middleArticle--articleList .middleArticle__articleList--article:hover {
    color: #4575ce; }
  .middleArticle--articleList .middleArticle__articleList--date {
    position: relative;
    right: -38px;
    color: #a1a1a1; }
    @media only screen and (max-width: 600px) {
      .middleArticle--articleList .middleArticle__articleList--date {
        left: 0; } }

.middleArticle__position {
  border-bottom: 2px solid #4575ce;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .middleArticle__position {
      display: none; } }

.middleArticle__position--label {
  float: right;
  color: #999; }
