/*
    色调：
    蓝色  #0082f0
    橙色  #ff9000
    灰色  #f6f6f6
*/
/* -- flex弹性布局 -- */

.flex {
  display: flex;
}

.flex-sub {
  flex: 1;
}

.flex-direction {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.align-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.p-r-10 {
  padding-right: 10px;
}

.p-lr-10 {
  padding: 0 10px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}
.w100{
  width: 100% !important;
}
.mt20{
  margin-bottom: 20px;
}
.page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 标题 */
.blue1 {
  background: #0082f0;
}

.blue2 {
  background: #1e00ff !important;
}

.yellow1 {
  background: #ff9000;
}
.yellow2{
  background: #ffdeb4;
}
.red1 {
  background: #fe466a;
}

.purple1 {
  background: #6d46fe;
}

.green1 {
  background: #008c77;
}
.hui1{
  background: #cacaca !important;
}
.hui2{
  background: #f6f6f6;
}
.title {
  width: 100%;
  padding-left: 12px;
  height: 32px;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  position: relative;
}

.title span {
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
}

.title a.more {
  margin-right: 10px;
  color: #fff;
}

.title a.more img {
  width: 11px;
  height: 11px;
}

/* .title::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 32px;
  left: 0;
  top: 0;
  background: #0018a7;
  z-index: 2;
} */

.title2 {
  width: 100%;
  padding-bottom: 5px;
  position: relative;
}

.title2 .text {
  line-height: 25px;
  padding: 0 13px;
  font-size: 16px;
  font-weight: bold;
  color: #2268fc;
}

.title2 .hui {
  flex: 1;
  height: 25px;
}

.title2::before {
  content: '';
  position: absolute;
  height: 2px;
  left: 13px;
  right: 0;
  bottom: 0;
  background: #ff9000;
  z-index: 2;
}

/* 学校列表 */
.list {
  width: 100%;
}

.list .item {
  width: 100%;
  padding: 10px 0;
  display: flex;
  background: #f6f6f6;
}

.list .item .img {
  width: 100px;
  height: 97px;
  position: relative;
}

.list .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 81px;
  transform: translate(-50%, -50%);
}

.list .item .info {
  flex: 1;
  border-left: 1px solid #6e6e6e;
  padding-left: 15px;
}

.list .item .info a {
  width: 85px;
  height: 27px;
  line-height: 27px;
  margin-top: 7px;
  text-align: center;
  color: #fff;
  background: #ff9000;
}

.list .item .info a:first-child {
  margin-right: 3px;
}

.list .item .info a:last-child {
  background: #0082f0;
}

.list .item .info h3 {
  margin-bottom: 4px;
  font-size: 14px;
}

.list .item .info p {
  margin-bottom: 3px;
  font-size: 12px;
}

/* 查看更多 */
.ckgd {
  width: 187px;
  height: 40px;
  line-height: 40px;
  color: #000;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 20px 10px;
  background: #ff9000;
  border-radius: 40px;
  overflow: hidden;
}

/* 头部 */
.page .head {
  width: 100%;
  height: 88px;
  display: flex;
  padding: 15px 10px;
}

.page .head .logo {
  width: 105px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0082f0;
}

.page .head .search {
  flex: 1;
  display: flex;
  margin-bottom: 8px;
}

.page .head .search input {
  flex: 1;
  height: 30px;
  line-height: 30px;
  border: 1px solid #0082f0;
}

.page .head .search .btn {
  width: 55px;
  height: 30px;
  text-align: center;
  background: #0082f0;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
}

.page .head .tel img {
  width: 13px;
}

.page .head .tel span {
  font-size: 15px;
  color: #0082f0;
  font-weight: bold;
}

/* 导航 */
.page .nav {
  width: 100%;
  height: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 28px;
  background: #0082f0;
}

.page .nav a {
  flex: 1;
  text-align: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.page .nav a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #fff;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.page .nav a:last-child::after {
  display: none;
}

.page .page-content {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.foot {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.foot a {
  margin-bottom: 5px;
}

.page .toolbar {
  width: 100%;
  padding: 0 10px;
  height: 70px;
  background: #ff9000;
}

.page .toolbar-inner {
  height: 70px;
  display: flex;
  align-items: center;
}

.page .toolbar-inner .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page .toolbar-inner .item .img {
  width: 100%;
  height: 30px;
  position: relative;
}

.page .toolbar-inner .item .img img {
  position: absolute;
  width: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page .toolbar-inner .item p {
  color: #fff;
  margin-top: 5px;
}

/* 留学风采 */
.lxlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.lxlist .item {
  width: 48.9%;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.lxlist .item .img {
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.lxlist .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.lxlist .item p {
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #555;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lxlist .item p span {
  position: absolute;
  left: 6px;
  top: 50%;
  width: 3px;
  height: 12px;
  margin-top: -6px;
  background: #ff9000;
}

/* 友情链接 */
.link {
  width: 100%;
  padding: 15px 0;
  background: #f7f7f7;
  border-top: 10px solid #003cbd;
  overflow: hidden;
}

.link .item {
  width: 28%;
  float: left;
  padding-left: 0px;
  position: relative;
}
.link .item:nth-child(2){
  width: 44%;
}
.link .item:nth-child(2) ul li{
  float: left;
  width: 50%;
}
.link .item:nth-child(2) .name{
  margin-left: 40px;
}
.link .item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  width: 1px;
  height: 115px;
  background: #c5c5c5;
}

.link .item:last-child::after {
  display: none;
}

.link .item .name {
  color: #003cbd;
  font-size: 16px;
  margin-bottom: 8px;
  margin-left: 10px;
}

.link .item .name img {
  margin-right: 5px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.link .item li a {
  display: block;
  padding-left: 0px;
  line-height: 30px;
  text-align: center;
}