* {
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', 'Tahoma', 'Arial', 'SimSun', 'Heiti', 'sans-serif' !important;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
#app {
  margin: 0 auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.oneLine {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.twoLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.threeLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
input {
  border: none;
  outline: none;
  padding-left: 11px;
}
input::placeholder {
  font-size: 14px;
  color: #999999;
}
thead tr {
  background: #EF2D36;
}
thead tr th {
  color: #fff;
}
.article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  text-align: center;
}
.container:before,
.container::after {
  content: none;
}
th,
td {
  height: 50px;
  line-height: 50px !important;
  padding: 0 !important;
  text-align: center;
  font-weight: bold;
}
.blockSpan {
  padding: 3px 5px;
  background: #EF2D36;
  border-radius: 4px;
  font-size: 0.16px;
  font-weight: 400;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  height: 29px;
  line-height: 25px;
}
.empty {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #EF2D36 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #EF2D36;
  border-color: #EF2D36;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #EF2D36;
}
.index .index-searchWrapper {
  background-image: url("../assets/images/newIndexImg/search-banner.png");
  width: 100%;
  height: 355px;
  background-repeat: no-repeat;
}
.index .index-searchWrapper .index-container {
  width: 781px;
  height: 100%;
  justify-content: center;
  /* margin: 0 417px 0 auto; */
  position: relative;
  display: flex;
  flex-direction: column;
  left: 71px;
}
.index .index-searchWrapper .index-container .index-search {
  width: 781px;
  height: 63px;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 8px 2px rgba(101, 101, 101, 0.2);
  align-items: center;
  cursor: pointer;
}
.index .index-searchWrapper .index-container .index-search .index-search-select {
  position: relative;
}
.index .index-searchWrapper .index-container .index-search .index-search-select .index-search-chosed {
  width: 114px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 8px;
}
.index .index-searchWrapper .index-container .index-search .index-search-select .index-search-chosed span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.index .index-searchWrapper .index-container .index-search .index-search-select .index-search-chosed img {
  width: 15px;
  height: 8px;
}
.index .index-searchWrapper .index-container .index-search .index-search-select ul {
  position: absolute;
  top: 41px;
  max-height: 300px;
  overflow: auto;
  display: none;
}
.index .index-searchWrapper .index-container .index-search .index-search-select ul li {
  padding: 0 10px;
  width: 114px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.index .index-searchWrapper .index-container .index-search .index-line {
  width: 1px;
  height: 40px;
  background: #999999;
}
.index .index-searchWrapper .index-container .index-search input {
  box-shadow: 0px 6px 22px 2px rgba(178, 136, 80, 0.41);
  padding-left: 11px;
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.index .index-searchWrapper .index-container .index-search input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.index .index-searchWrapper .index-container .index-search .index-search-btn {
  width: 100px;
  height: 63px;
  background: #EF2D36;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .index-searchWrapper .index-container .index-search .index-search-btn img {
  width: 39px;
  height: 39px;
}
.index .index-searchWrapper .index-container .index-search-hot {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.index .index-searchWrapper .index-container .index-search-hot img {
  width: 11px;
  height: 15px;
  margin-right: 7px;
}
.index .index-searchWrapper .index-container .index-search-hot span,
.index .index-searchWrapper .index-container .index-search-hot li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.index .index-searchWrapper .index-container .index-search-hot ul {
  display: flex;
}
.index .index-searchWrapper .index-container .index-search-hot ul li {
  margin-left: 40px;
  cursor: pointer;
}
.index .index-iconWrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index .index-iconWrapper .index-icon-left {
  display: flex;
  width: 750px;
  justify-content: space-between;
}
.index .index-iconWrapper .index-icon-left .index-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 2px rgba(102, 102, 102, 0.2);
}
.index .index-iconWrapper .index-icon-left .index-icon-item span {
  font-size: 24px;
  font-weight: 400;
  color: #343434;
  margin-top: 26px;
}
.index .index-iconWrapper .index-icon-left .index-icon-item:hover {
  box-shadow: 0px 0px 8px 2px #EF2D36;
}
.index .index-iconWrapper .index-icon-right {
  width: 420px;
  height: 230px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 2px rgba(102, 102, 102, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 30px 27px;
  justify-content: space-between;
}
.index .index-iconWrapper .index-icon-right .index-icon-item {
  display: flex;
  width: 156px;
  align-items: center;
}
.index .index-iconWrapper .index-icon-right .index-icon-item span {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-left: 16px;
}
.index .makeEasy h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1B1B1B;
  margin: 80px auto 51px;
  text-align: center;
}
.index .makeEasy .makeEasyContent {
  display: flex;
  justify-content: space-around;
}
.index .makeEasy .makeEasyContent .easyItem {
  display: flex;
  flex-direction: column;
  width: 201px;
  align-items: center;
  padding-top: 10px;
}
.index .makeEasy .makeEasyContent .easyItem :hover .wrapper{
  background:#EF2D36 ;
}
.index .makeEasy .makeEasyContent .easyItem .wrapper {
  width: 125px;
  height: 125px;

  border:1px solid #faa91c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .makeEasy .makeEasyContent .easyItem .wrapper .wrapper1 {
 background-image: url('/yanzhao/skin_yjs/assets/images/newIndexImg/icon1.png') !important;
 background-size: 100% 100%;
 width: 80px;
 height: 80px;
}
.index .makeEasy .makeEasyContent .easyItem .wrapper:hover .wrapper1{
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
 }


 .index .makeEasy .makeEasyContent .easyItem .wrapper .wrapper2 {
  background-image: url('/yanzhao/skin_yjs/assets/images/newIndexImg/icon2.png') !important;
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
 }
 .index .makeEasy .makeEasyContent .easyItem .wrapper:hover .wrapper2{
   background-size: 100% 100%;
   width: 80px;
   height: 80px;
  }



  .index .makeEasy .makeEasyContent .easyItem .wrapper .wrapper3 {
    background-image: url('/yanzhao/skin_yjs/assets/images/newIndexImg/icon3.png') !important;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
   }
   .index .makeEasy .makeEasyContent .easyItem .wrapper:hover .wrapper3{
     background-size: 100% 100%;
     width: 80px;
     height: 80px;
    }



    .index .makeEasy .makeEasyContent .easyItem .wrapper .wrapper4 {
      background-image: url('/yanzhao/skin_yjs/assets/images/newIndexImg/icon4.png') !important;
      background-size: 100% 100%;
      width: 80px;
      height: 80px;
     }
     .index .makeEasy .makeEasyContent .easyItem .wrapper:hover .wrapper4{
       background-size: 100% 100%;
       width: 80px;
       height: 80px;
      }


      .index .makeEasy .makeEasyContent .easyItem .wrapper .wrapper5 {
        background-image: url('/yanzhao/skin_yjs/assets/images/newIndexImg/icon5.png') !important;
        background-size: 100% 100%;
        width: 80px;
        height: 80px;
       }
       .index .makeEasy .makeEasyContent .easyItem .wrapper:hover .wrapper5{
         background-size: 100% 100%;
         width: 80px;
         height: 80px;
        }
.index .makeEasy .makeEasyContent .easyItem .wrapper:hover{
    background: #faa91c;
}
/* .index .makeEasy .makeEasyContent .easyItem:hover {
  box-shadow: 0 0 8px 2px #EF2D36;
} */
.index .makeEasy .makeEasyContent .easyItemLine {
  display: inline-block;
  width: 1px;
  height: 151px;
  background: #C9C9C9;
  content: "";
}
.index .makeEasy .makeEasyContent span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #626262;
  line-height: 40px;
  text-align: center;
}
.index .allTotal {
  margin-top: 87px;
}
.index .allTotal h3 {
  text-align: center;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7D7D7D;
  line-height: 60px;
}
.index .allTotal .total {
  margin-top: 42px;
  height: 192px;
  background: #F2F2F2;
  border-radius: 2px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.index .allTotal .total .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .allTotal .total .item .imgWrapper {
  width: 64px;
  height: 66px;
  background: #EF2D36;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 66px;
  border-radius: 20px;
}
.index .allTotal .total .item span {
  font-size: 20px;
  color: #000;
}
.index .allTotal .total .item span b {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.index .allTotal .total .item p {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.index .index-tabWrapper {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
.index .index-collage {
  width: 100%;
  height: 640px;
  background: #f2f2f2;
  padding: 50px 0;
}
.index .index-collage .index-hot-universty {
  display: flex;
  height: 270px;
}
.index .index-collage .index-hot-universty .index-hot-title {
  display: flex;
  flex-direction: column;
  width: 190px;
  height: 270px;
  background: #EF2D36;
  justify-content: center;
}
.index .index-collage .index-hot-universty .index-hot-title span {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.index .index-collage .index-hot-universty .index-hot-content {
  display: flex;
  justify-content: space-between;
}
.index .index-collage .index-hot-universty .index-hot-content .index-hot-item {
  width: 190px;
  height: 270px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 40px;
  overflow: hidden;
  cursor: pointer;
}
.index .index-collage .index-hot-universty .index-hot-content .index-hot-item span {
  font-size: 24px;
  font-weight: 400;
  color: #343434;
}
.index .index-collage .index-hot-universty .index-hot-content .index-hot-item b {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 35px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.index .index-collage .index-hot-universty .index-hot-more {
  display: flex;
  flex-direction: column;
  width: 65px;
  height: 270px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-left: none;
}
.index .index-collage .index-hot-universty .index-hot-more ul li {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.index .index-collage .index-hot-universty .index-hot-more img {
  margin-top: 19px;
  width: 12px;
}
.index .index-collage .index-hot-universty .index-hot-more:hover {
  background: #EF2D36;
}
.index .index-collage .index-hot-universty .index-hot-more:hover li {
  color: #fff;
}
.index .index-collage .index-hot-major .index-hot-title {
  background: rgba(66, 134, 218, 0.2);
}
.index .index-collage .index-hot-major .index-hot-title span {
  color: #4286da;
}
.index .index-collage .index-hot-major .index-hot-content .index-hot-item {
  border-top: none;
  cursor: pointer;
}
.index .index-collage .index-hot-major .index-hot-content .index-hot-item .index-hot-bg {
  background-image: url("../assets/images/index/index-position.png");
  width: 52px;
  height: 68px;
  background-size: 100% 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #EF2D36;
  line-height: 50px;
}
.index .index-collage .index-hot-major .index-hot-more {
  border-top: none;
}
.index .index-rank-more {
  width: 816px;
  height: 60px;
  background: #E5E5E5;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 60px;
  text-align: center;
  margin-top: 40px;
}
.index .newSchool .rank1 {
  margin-top: 30px;
  width: 100%;
  height: 431px;
  background: #F2F2F2;
  border-radius: 2px;
}
.index .newSchool .rank1 .rang1-title {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 30px;
  line-height: 60px;
  border-bottom: 1px solid #E3E3E3;
}
.index .newSchool .rank1 .rang1-title span {
  font-size: 27px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
}
.index .newSchool .rank1 .rang1-title a {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #959595;
  width: 100px;
  height: 100%;
  border-left: 1px solid #E3E3E3;
  text-align: center;
}
.index .newSchool .rank1 .rank1Content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
}
.index .newSchool .rank1 .rank1Content .item .title {
  width: 222px;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EF2D36;
  justify-content: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.index .newSchool .rank1 .rank1Content .item .title span {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.index .newSchool .rank1 .rank1Content .item ul {
  display: flex;
  flex-direction: column;
}
.index .newSchool .rank1 .rank1Content .item ul li {
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #626262;
}
.index .newSchool .rank1 .rank1Content .item ul li a {
  color: #626262;
}
.index .newSchool .rank1 .rank1Content .item ul > li:nth-child(odd) {
  background: #F8F8F8;
}
.index .newSchool .rank1 .rank1Content .item ul > li:nth-child(even) {
  background: #FFFFFF;
}
.index-rank-left {
  width: 817px;
  margin-top: 40px;
}
.index-rank-left .index-left-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.index-rank-left .index-left-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.index-rank-left .index-left-title a {
  font-size: 16px;
  color: #999999;
  margin-left: 31px;
}
.index-rank-left .nav-tabs {
  height: 47px;
  background: rgba(209, 192, 165, 0.27);
  display: flex;
  justify-content: space-between;
  border: none;
}
.index-rank-left .nav-tabs li {
  width: 20%;
  margin: 0;
}
.index-rank-left .nav-tabs li a {
  font-size: 20px;
  font-weight: 500;
  color: #343434;
  height: 47px;
  text-align: center;
  line-height: 47px;
  padding: 0;
  margin: 0;
}
.index-rank-left .nav-tabs .active {
  background: #EF2D36;
}
.index-rank-left .nav-tabs .active a {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background: #EF2D36;
}
.index-rank-left .nav-tabs a:focus,
.index-rank-left .nav-tabs a:hover {
  background: #EF2D36 !important;
  color: #fff !important;
}
.index-rank-right {
  width: 280px;
  margin-top: 40px;
}
.index-rank-right h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}
.index-rank-right h3 b {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.index-rank-right h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.index-rank-right img {
  margin-top: 20px;
  width: 100%;
}
.index-tab-left {
  width: 817px;
  min-height: 900px;
}
.index-tab-left #tablistArticle.nav-tabs {
  border: none;
  border-bottom: 2px solid #F5F5F5;
}
.index-tab-left #tablistArticle.nav-tabs li > a {
  width: 179px;
  font-size: 20px;
  font-weight: 400;
  color: #343434;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  border: none;
  border-bottom: 5px solid transparent;
}
.index-tab-left #tablistArticle.nav-tabs li.active {
  border: none;
  font-weight: 700;
  color: #000;
  border-bottom: 5px solid #EF2D36;
}
.index-tab-left #tablistArticle.nav-tabs li > a:hover,
.index-tab-left #tablistArticle.nav-tabs li > a:focus {
  text-decoration: none;
  background: transparent;
  border: none;
  border-bottom: 5px solid transparent;
}
.index-tab-left #tablistSchool.nav-tabs li > a {
  width: 179px;
  font-size: 20px;
  font-weight: 400;
  color: #343434;
  padding: 0;
  text-align: center;
  border-bottom: 5px solid transparent;
}
.index-tab-left #tablistSchool.nav-tabs li.active > a,
.index-tab-left #tablistSchool.nav-tabs li.active > a:hover,
.index-tab-left #tablistSchool.nav-tabs li.active > a:focus {
  font-weight: 700;
  color: #fff;
  border: none;
  background: #EF2D36;
}
.index-tab-left #tablistSchool.nav-tabs li > a:hover {
  color: #fff !important;
  font-weight: 700;
}
.index-tab-left .index-tab-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  border-bottom: 1px solid #f5f5f5;
}
.index-tab-left .index-tab-item .index-item-title {
  display: flex;
}
.index-tab-left .index-tab-item .index-item-title span {
  width: 28px;
  height: 20px;
  text-align: center;
  background: #EF2D36;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.index-tab-left .index-tab-item .index-item-title p {
  font-size: 16px;
  font-weight: bold;
  color: #343434;
}
.index-tab-left .index-tab-item .index-tab-detail {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 19px 0 17px;
  line-height: 20px;
}
.index-tab-left .index-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-tab-left .index-item-footer span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.index-tab-left .index-item-footer .index-pane {
  display: flex;
}
.index-tab-left .index-item-footer .index-pane span {
  padding: 5px 7px;
  border: 1px solid #dcdcdc;
  margin-right: 16px;
  cursor: pointer;
}
.index-tab-left .index-item-footer .index-pane span:hover {
  background: #EF2D36;
  color: #fff;
  border: 1px solid #EF2D36;
}
.index-tab-right {
  width: 280px;
  margin-left: 103px;
}
