.lxpanel {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}

.lxnr {
  padding-left: 12px;
}

.lxnr .name {
  font-size: 13px;
}

.lxnr p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

.lxnrlist {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}

.lxnrlist .item {
  width: 25%;
}

.lxnrlist .item+.item {
  border-left: 1px solid #fe466a;
}

.lxnrlist .item .img {
  display: block;
  width: 46px;
  height: 43px;
  margin: 0 auto;
  position: relative;
}

.lxnrlist .item .img img {
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lxnrlist .item p {
  line-height: 1.3;
  margin-top: 15px;
  text-align: center;
}

.zxzninner {
  width: 100%;
  height: 270px;
  background: url(../img/zhinan.png) center center no-repeat;
  background-size: 50%;
  position: relative;
}

.zxzninner .item {
  display: flex;
  position: absolute;
}

.zxzninner .item strong {
  font-size: 14px;
  color: #2268fc;
}

.zxzninner .item .p {
  line-height: 18px;
}

.zxzninner .item:nth-child(1) {
  left: 10%;
  top: 3%;
}

.zxzninner .item:nth-child(2) {
  left: 66%;
  top: 28%;
  flex-direction: column;
}

.zxzninner .item:nth-child(3) {
  left: 48%;
  top: 83%;
  flex-direction: column;
}

.zxzninner .item:nth-child(4) {
  left: 10%;
  top: 80%;
  flex-direction: column;
}
.lxms {
  width: 100%;
  position: relative;
}

.lxmsinner {
  width: 100%;
  padding: 5px 12px;
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
}

.lxmsinner .item {
  width: 25%;
  padding: 5px 0;
}

.lxmsinner .item a {
  width: 100%;
  display: block;
}

.lxmsinner .item a .img {
  width: 40%;
  height: 52px;
  margin: 0 auto;
  position: relative;
}

.lxmsinner .item a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.lxmsinner .item a p {
  font-size: 13px;
  text-align: center;
}

.anliList .item{
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  min-height: 140px;
  background: #f5f5f5;
  border-radius: 20px 0 20px 0;
}
.anliList .item p{
  color: #555;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #fff;
}
.title.yellow2{
  height: 27px;
  line-height: 27px;
}
.title.yellow2::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 27px;
  left: 0;
  top: 0;
  background: #ff6600;
  z-index: 2;
}

.title.yellow2 span{
  color: #555;
  font-size: 12px;
}
/* 学校 */
.schoolForm {
  width: calc(100% - 20px);
  margin: 0 10px 15px;
  padding-bottom: 15px;
  background: #f6f6f6;
  float: left;
}
.schoolForm .tit {
  background: #0082f0;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.schoolForm .form {
  padding: 0 10px;
}

.schoolForm .form .item {
  background: #e3e3e3;
  border-radius: 30px;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 15px;
  margin-top: 18px;
}

.schoolForm .form .item:first-child{
  margin-top: 30px;
}

.schoolForm .form .item .name {
  width: 80px;
  font-size: 13px;
}

.schoolForm .form .item .name:before {
  content: '';
  width: 20px;
  height: 35px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/form1.png") no-repeat center center;
  background-size: 60% auto;
}
.schoolForm .form .item:nth-child(2) .name:before {
  background: url("../img/form2.png") no-repeat center center;
  background-size: 60% auto;
}
.schoolForm .form .item:nth-child(3) .name:before {
  background: url("../img/form5.png") no-repeat center center;
  background-size: 90% auto;
}
.schoolForm .form .item:nth-child(4) .name:before {
  background: url("../img/form3.png") no-repeat center center;
  background-size: 90% auto;
}
.schoolForm .form .item:nth-child(5) .name:before {
  background: url("../img/form4.png") no-repeat center center;
  background-size: 80% auto;
}

.schoolForm .form .item input,
.schoolForm .form .item select {
  flex: 1;
  outline: 0;
  border: 0;
  background: #e3e3e3;
  height: 35px;
  padding-left: 15px;
}

.schoolForm .form .sub {
  background: #ff9c00;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  margin-top: 30px;
  cursor: pointer;
}

.hzyxList .item{
  width: 49%;
  margin-bottom: 10px;
  position: relative;
}
.hzyxList .item img{
  display: block;
  width: 100%;
  height: 130px;
}
.hzyxList .item p{
  color: #fff;
}
.hzyxList .item  .name{
  width: 103px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: rgba(214, 73, 9, .8);
}
.zxjzpanel{
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
.zxjznr{
  width: 100%;
  height: 300px;
  padding: 0 10px;
  overflow: hidden;
}
.zxjznr p span{
  font-size: 14px !important;
  line-height: 25px !important;
}
.zxjznr ul.list{
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.zxjznr ul.list li{
  width: 100%;
}
.zxjznr ul.list li a{
  display: flex;
  align-items: center;
}
.zxjznr ul.list li span{
  flex: 1;
  height: 30px;
  line-height: 30px;
  width: 100%;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}
.zxjznr ul.list li i{
  width: 65px;
  height: 20px;
  line-height: 20px;
  border-radius: 25px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  background: #ff9000;
  text-align: center;
}
.zxjznr ul.list li span::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #2268fc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zxjznr h3{
  width: 100%;
  font-size: 15px;
  color: #2268fc;
  text-align: center;
}
.zxjznr p{
  font-size: 12px;
  line-height: 25px !important;
  text-indent: 0;
}
.zxjznr p img{
  height: auto !important;
}
.zxjznr ul li{
  color: #909090;
}
.zxjznr ul li span{
  color: #2268fc;
  margin-right: 10px;
}
.zxjzpanel .ckgd{
  width: 100%;
  margin: 0;
}
.zxjzpanel .zhezhao{
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  padding-top: 100px;
  margin-top: -100px;
  display: flex;
  justify-content: center;
  position: relative;
}
.zxjzpanel .zhezhao span{
  color: #2268fc;
}
.schoolwrap{
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
.schoolinner{
  width: 100%;
  border-top: 5px solid #ff9000;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
}
.schoolLogo img{
  display: block;
  width: 156px;
  padding: 10px 0;
  margin: 0 auto;
}
.schoolinner ul{
  padding:15px;
  font-size: 12px;
}
.schoolinner ul li{
  margin-bottom: 7px;
}
.schoolinner ul li span{
  font-weight: bold;
  margin-right: 3px;
}
.schoolinner .mfzx{
  width: 70px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  bottom: 5%;
  right: 15px;
  position: absolute;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
  background: #ff9000;
}
.schoolPro {
  padding: 10px;
  width: 100%;
}
.schoolPro li{
  border-bottom: 1px dashed #555;
}
.schoolPro li a{
  width: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.lxxmList .item{
  width: 49%;
  padding-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.lxxmList .item .img{
  width: 100%;
  height: 102px;
}
.lxxmList .item .img img{
  width: 100%;
  height: 100%;
  display: block;
}
.lxxmList .item ol{
  padding: 10px;
}
.lxxmList .item ol li{
  text-align: justify;
  line-height: 20px;
  font-size: 14px;
}
.lxxmList .item ol li:first-child{
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 5px;
}
.lxxmList .item ol li em{
  color: #2268fc;
}
.lxxmList .item ol li:nth-child(2){
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.lxxmList .item .ljzx{
  position: absolute;
  width: 70px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #ff9000;
  right: 7px;
  bottom: 7px;
}
.arc {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.arc h2{
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.arc .arccon p{
  line-height: 30px !important;
}
.arc .arccon  span{
  line-height: 25px;
  text-indent: 2em;
  text-align: justify;
  font-size: 15px !important;
}
.arc .arccon img{
  display: block;
  margin: 10px auto;
  max-width: 100% !important;
  height: auto !important;
}
.arc .pageArt{
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
}
.arc .pageArt a{
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25pxx;
}
.arc table{
  width: 100%;
}
.arc table td{
  border: 1px solid #f5f5f5;
}
.newslist{
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.newslist li a{
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 30px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}
.newslist li a span{
  flex: 1;
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.newslist li a em{
  float: right;
  width: 60px;
  text-align: right;
  line-height: 30px;
  font-style: normal;
}
.newslist li a span::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #2268fc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* 分页 */
.pagination{
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.pagination a{
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #f5f5f5;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.pagination a.cur{
  background: #2268fc;
  color: #fff;
}
.pagination a:last-child{
  margin-right: 0;
}
.hzSchoolwrap{
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
}
.hzSchoolwrap .title2{
  padding: 0 5px;
}
.hzSchool {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.hzSchool a.item {
  width: calc(33.33% - 10px);
 margin: 0 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.hzSchool a.item .img{
  width: 100%;
  height: 120px;
  position: relative;
}
.hzSchool a.item .img img{
  max-width: 80% !important;
  max-height: 80% !important;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hzSchool a.item p{
  text-align: center;
}

.fllist {
  padding: 10px;
  width: 100%;
}

.fllist .item {
  margin-top: 10px;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

.fllist .item span {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #0082f0;
  line-height: 30px;
  text-align: center;
}

.fllist .item>div {
  width: 100%;
  padding: 10px;
}

.fllist .item>div a {
  font-size: 15px;
  margin-right: 10px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
}