@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font: 15px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  background: #f5f5f7;
}
img {
  border: 0;
  display: block;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.clear {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.bgdark {
  background: #333;
}
.bgff {
  background-color: #fff;
}
.box {
  width: 98%;
  max-width: 1180px;
  margin: auto;
}

 .xuexiao2_1 {
        position: relative; /* 需要设置相对定位，以便于计算元素的偏移量 */
        top: 0; /* 初始位置在顶部 */
    }
    .xuexiao2_1.fixed {
        position: fixed;
        top: 0; /* 固定在页面顶部 */
        width: 100%; /* 宽度占满整个屏幕 */
        background-color: #fff; /* 可选：添加背景色 */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 可选：添加阴影效果 */
        z-index: 999; /* 可选：设置 z-index 避免被其他元素遮挡 */
    }
/*header*/
.search {
  width: 290px;
  background: #f8f8f8;
  border-radius: 50px;
  height: 44px;
  position: relative;
  padding: 0px 20px;
  box-sizing: border-box;
}
.search form .input_text {
  margin-top: 3px;
  border: 0;
  line-height: 44px;
  height: 44px;
  font-size: 14px;
  outline: none;
  text-indent: 1em;
  background: none;
}
.search form #keyType {
  height: 44px;
  outline: none;
  background: none;
  border: 0;
}
.search form .input_submit {
  border: 0;
  color: #fff;
  outline: none;
  position: absolute;
  top: 4px;
  right: 6px;
  display: block;
  font-size: 0;
  height: 36px;
  width: 60px;
  background: url(../images/search.png) no-repeat center #ffffff;
  background-size: 24px;
  box-shadow: 0 1px 3px 0 #113a5d1a;
  cursor: pointer;
  border-radius: 20px;
}
.search form .input_submit:hover {
  background: #1487f4;
  font-size: 15px;
}
.msearch {
  background: #fff;
  padding: 20px 0px;
  display: none;
}
.msearch .search {
  margin: auto;
  width: 90%;
}
header {
  width: 100%;
  z-index: 999999;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0px 5px 40px 0px #113a5d1a !important;
}
header .header {
  display: flex;
  align-items: center;
  height: 104px;
}
header .header #mso {
  top: 8px;
  right: 50px;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  display: none;
}
header .header #mso i {
  display: block;
  position: relative;
  width: 27px;
  float: left;
  margin-top: 15px;
  font-size: 18px;
  color: #888;
}
header .header #mnavh {
  top: 8px;
  right: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  display: none;
}
header .header .open:after {
  position: fixed;
  width: 40%;
  height: 100%;
  content: '';
  right: 0;
  top: 64px;
}
header .header .open .navicon {
  background: none;
}
header .header .open .navicon:before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  background: #828282;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header .open .navicon:after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  background: #828282;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header .navicon {
  display: block;
  position: relative;
  width: 27px;
  height: 2px;
  background-color: #828282;
  margin-top: 23px;
  float: left;
}
header .header .navicon:before {
  margin-top: -8px;
  content: '';
  display: block;
  width: 27px;
  height: 2px;
  position: absolute;
  background: #828282;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
header .header .navicon:after {
  margin-top: 8px;
  content: '';
  display: block;
  width: 27px;
  height: 2px;
  position: absolute;
  background: #828282;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
header .header .logo {
  max-height: 40px;
  overflow: hidden;
  aspect-ratio: 3.33333333;
}
header .header .logo img {
  width: 100%;
  aspect-ratio: 3.33333333;
}
header .header nav {
  flex-grow: 1;
  margin-left: 50px;
}
header .header nav #starlist {
  display: flex;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
}
header .header nav #starlist li {
  width: 80px;
}
header .header nav #starlist li a {
  line-height: 60px;
  padding: 20px 0px;
  font-weight: 500;
}
header .header nav #starlist .active a {
  color: #1487f4;
  border-bottom: 2px solid #1487f4;
}
.lbox {
  width: 860px;
  max-width: 100%;
}
.ad-index {
  margin-bottom: 20px;
}
.ad-index img {
  width: 100%;
}
.hzhb {
  background: #fff;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.hzhb .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hzhb .list .item {
  width: 12.5%;
  margin-bottom: 20px;
}
.hzhb .list .item img {
  border: 1px solid #ebebeb;
  width: 90%;
}
.flink {
  background: #fff;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px -5px rgb(158 158 7.18181818%);
}
.flink .indextitle {
  margin-bottom: 20px;
}
.flink li {
  display: inline-block;
  margin: 0 15px 5px 0;
  color: #999;
  font-size: 14px;
}
.flink li a {
  color: #999;
}
.flink li a:hover {
  color: #1487f4;
}
.xuexiao-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xuexiao-index .item {
  width: 19%;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  background: #fff;
}
.xuexiao-index .item a {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.xuexiao-index .item a .logo {
  margin-right: 10px;
  width: 60px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
    align-items: center;
}
.xuexiao-index .item a .logo img {
  width: 100%;
}
/*banner*/
.bann-box {
  margin: 20px auto;
  overflow: hidden;
  display: flex;
}
.bann-box .rbox {
  margin-left: 10px;
  flex-grow: 1;
  width: 120px;
  border-radius: 5px;
  overflow: hidden;
}
.bann-box .rbox img {
  width: 100%;
  height: 100%;
}
.banner {
  width: 620px;
  height: 320px;
  float: left;
  overflow: hidden;
  border-radius: 4px;
}
.banner img {
  transition: 0.5s;
}
.banner img:hover {
  transform: scale(1.02);
}
/*headline*/
.banner2 {
  width: 226px;
  height: 320px;
  float: right;
  overflow: hidden;
}
.banner2 ul {
  overflow: hidden;
}
.banner2 ul {
  overflow: hidden;
}
.banner2 ul li {
  width: 100%;
  overflow: hidden;
  height: 153px;
  position: relative;
  border-radius: 4px;
}
.banner2 ul li:first-child {
  margin-bottom: 14px;
}
.banner2 ul li a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.banner2 ul li:hover img {
  transform: scale(1.05);
}
.banner2 ul li img {
  width: 100%;
  min-height: 100%;
  transition: all 0.6s;
}
.headerline {
  height: 104px;
}
.weizhi {
  margin: 20px auto;
  color: #555;
}
.weizhi i {
  margin-right: 10px;
  color: #777;
}
.weizhi a {
  color: #555;
}
.article {
  background: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}
.article h1 {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0px;
}
.article .info {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: #666;
}
.article .info .info1 span {
  margin-right: 20px;
}
.article .info .info1 span i {
  margin-right: 5px;
}
.article .info .info2 .gzh {
  color: #ff6e00;
  position: relative;
  width: 150px;
  text-align: center;
}
.article .info .info2 .gzh i {
  margin-right: 5px;
}
.article .info .info2 .gzh .hidegzh {
  position: absolute;
  width: 150px;
  text-align: center;
  top: 30px;
  z-index: 1111;
  background: #fff;
  border: 1px solid #ff5722;
  padding: 20px 0px;
  box-sizing: border-box;
  display: none;
  border-radius: 3px;
}
.article .info .info2 .gzh img {
  width: 100px;
  margin: auto;
}
.article .ad img {
  width: 100%;
}
.btitle {
  padding: 0 0 0 12px;
  font-size: 18px;
  position: relative;
  margin: 6px 0px;
}
.btitle:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 16px;
  content: '';
  background: #1487f4;
  border-radius: 4px;
}
.other {
  padding: 20px 0px 0px;
}
.img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.img_list .item {
  width: 24%;
  overflow: hidden;
  border-radius: 5px;
}
.img_list .item img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1.6;
}
.img_list a:hover img {
  scale: 1.1;
}
.blogs_list li {
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: #efefef 1px solid;
  position: relative;
  background: #fff;
  transition: 0.5s;
  height: 130px;
}
.blogs_list li .img {
  width: 200px;
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
}
.blogs_list li .img a{
    display: flex;
    justify-content: center;
}

.blogs_list li .img img{
    max-width: 100%;
  max-height: 100%;
}
.blogs_list li section {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.blogs_list li h2 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 520;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blogs_list li h2 a {
  color: #333;
  transition: 0.3s;
}
.blogs_list li p {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #666;
  font-size: 14px;
  line-height: 1.58;
}
.blogs_list li .blogs_info {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #999;
  font-size: 12px;
  width: 100%;
}
.blogs_list li .blogs_info .view {
  float: right;
}
.blogs_list li .blogs_info .view i {
  margin-right: 5px;
}
.main {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.main .left {
  overflow: hidden;
  width: 850px;
}
.main .right {
  width: 310px;
}
.side_title {
  padding: 0 0 0 12px;
  font-size: 18px;
  position: relative;
  font-weight: 900;
  margin-bottom: 10px;
}
.side_title:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #e8b856;
  margin-top: 2px;
  float: left;
  border-radius: 30px;
}
.side_title span:before {
  content: '';
  width: 11px;
  height: 11px;
  background: #0099cb;
  margin-top: 12px;
  float: left;
  border-radius: 30px;
  margin-right: 10px;
}
.wenzi_news {
  overflow: hidden;
  margin-top: 10px;
}
.wenzi_news li {
  position: relative;
  padding: 5px 0 5px 12px;
  line-height: 1.6;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wenzi_news li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  background: #d2cbca;
  font-style: normal;
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
}
.wenzi_news li a {
  color: #555;
}
.wenzi_news li a:hover {
  color: #fc5531;
}
.wenzi_news li:nth-child(-n + 3) i {
  background: #fc5531;
}
.side_item {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}
.side_item .hot_one a {
  position: relative;
}
.side_item .hot_one img {
  width: 100%;
}
.side_item .hot_one .title {
  position: absolute;
  bottom: 0px;
  color: #fff;
  background: #000000;
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side_item .pic_news li {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.side_item .pic_news li i {
  float: left;
  width: 80px;
  height: 55px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 10px;
  aspect-ratio: 1.45454545;
}
.side_item .pic_news li i img {
  height: 100%;
}
.side_item .pic_news li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-weight: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin-bottom: 5px;
}
.content {
  margin: 30px 0 20px;
}
.content p {
  margin: 20px 0;
}
.content ul {
  margin: 20px 0 20px 35px;
}
.content ul li {
  margin-top: 3px;
  line-height: 30px;
  list-style-type: disc;
}
.content ol {
  margin: 20px 0 20px 35px;
}
.content ol li {
  margin-top: 3px;
  line-height: 30px;
  list-style-type: decimal;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  position: relative;
  margin: 20px 0;
  padding-left: 10px;
  line-height: 1.2;
  border-left: 4px solid #1487f4;
}
.content h2 {
  font-size: 22px;
}
.content h3 {
  font-size: 20px;
}
.content h4 {
  font-size: 18px;
}
.content h5 {
  font-size: 17px;
}
.content h6 {
  font-size: 16px;
}
.content hr {
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px #dedddd solid;
  margin: 30px 0;
}
.content img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 20px auto;
}
.content video {
  height: auto !important;
  display: block;
  margin: auto;
  max-width: 100% !important;
}
.content blockquote {
  position: relative;
  padding: 30px 30px 30px 75px;
  background: #f3f3f3;
  border-left: 0;
  font-size: 16px;
  border-radius: 3px;
  margin: 20px 0;
  display: block;
}
.content table {
  max-width: 100%;
  border-width: 1px;
  border-color: #666;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 26px;
}
.content table th {
  border-width: 1px;
  padding: 4px 8px;
  border-style: solid;
  border-color: #666;
  background-color: #dedede;
}
.content table td {
  border-width: 1px;
  padding: 4px 8px;
  border-style: solid;
  border-color: #666;
  background-color: #ffffff;
}
.content table span.marker {
  background: yellow;
}
.wz-tj {
  box-shadow: 0px 5px 20px #ebebeb;
  border-radius: 10px;
  padding: 20px;
}
.wz-tj .title {
  color: #ff6e00;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.wz-tj .tj-info {
  display: flex;
  margin-top: 20px;
}
.wz-tj .info1 {
  width: 80px;
  display: flex;
  align-items: center;
}
.wz-tj .info1 .user-img {
  width: 60px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50% 50%;
}
.wz-tj .info1 img {
  width: 100%;
  aspect-ratio: 1;
}
.wz-tj .info2 {
  width: 400px;
  flex-grow: 1;
}
.wz-tj .info2 .name {
  font-size: 18px;
  margin-bottom: 10px;
}
.wz-tj .info2 .name span {
  color: #1487f4;
  margin-left: 10px;
  font-size: 14px;
}
.wz-tj .info2 .desc {
  font-size: 14px;
  color: #666;
}
.wz-tj .info3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
}
.wz-tj .info3 .gozx {
  background: #ff6e00;
  color: #fff;
  padding: 10px 10px;
  border-radius: 20px;
}
.wz-list {
  background: #fff;
  margin-bottom: 20px;
  padding: 0px 20px 20px;
  border-radius: 10px;
}
.wztitle {
  border-bottom: 4px solid #1487f4;
  padding: 10px 0px;
  display: inline-block;
  color: #1487f4;
  font-size: 18px;
}
/**list**/
.fenlei {
  background: #fff;
  margin-bottom: 20px;
  padding: 0px 20px 20px;
  border-radius: 10px;
  display: flex;
  line-height: 30px;
}
.fenlei .fenlei1 {
  font-weight: 600;
  width: 100px;
  margin-top: 20px;
}
.fenlei .fenlei2 {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.fenlei .fenlei2 span {
  width: 12.5%;
  margin-top: 20px;
  text-align: center;
}
.fenlei .fenlei2 span a {
  display: block;
  width: 90%;
}
.fenlei .fenlei2 span:hover a {
  background-color: #1487f4;
  color: #fff;
}
.fenlei .fenlei2 .active a {
  background-color: #1487f4;
  color: #fff;
}
.more {
  text-align: center;
  padding: 20px 0px 0px;
  margin: 20px;
}
.more span,
.more a {
  border: 1px solid #ebebeb;
  padding: 13px 40px;
  border-radius: 60px;
  cursor: pointer;
}
.more span:hover,
.more a:hover {
  background-color: #1487f4;
  color: #fff;
  border: 1px solid #1487f4;
}
.women-hr {
  border-top: 1px solid #ebebeb;
  /* 将水平分隔线的颜色改为蓝色 */
  margin-top: 20px;
}
/**我们呢***/
.women-list {
  line-height: 50px;
  font-size: 17px;
}
.women-list .item {
  padding-left: 30px;
  border-bottom: 1px dashed #ebebeb;
}
.women-list .item a i {
  margin-right: 10px;
}
.women-list .active a {
  color: #1487f4;
}
/***xuexiao***/
.xuexiao1 {
  background-color: #fff;
  padding: 30px 20px 30px;
  border-radius: 10px;
  display: flex;
}
.xuexiao1 .xuexiao1_1 {
  width: 120px;
  display: flex;
  align-items: center;
}
.xuexiao1 .xuexiao1_1 .img {
  width: 80px;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.xuexiao1 .xuexiao1_1 .img img {
  width: 100%;
 
}
.xuexiao1 .xuexiao1_2 {
  width: 730px;
}
.xuexiao1 .xuexiao1_2 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.xuexiao1 .xuexiao1_2 .title h1 {
  font-size: 22px;
}
.xuexiao1 .xuexiao1_2 .title .shenqing {
  background: #ff5722;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.xuexiao1 .xuexiao1_2 .title .shenqing:hover {
  opacity: 0.6;
}
.xuexiao1 .xuexiao1_2 .web {
  margin-bottom: 20px;
  color: #777;
}
.xuexiao1 .xuexiao1_2 .web a {
  color: #777;
}
.xuexiao1 .xuexiao1_2 .desc {
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.xuexiao2 {
  background-color: #fff;
  padding: 30px 20px 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.xuexiao2 .xuexiao2_1 {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.xuexiao2 .xuexiao2_1 a {
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 30px;
}
.xuexiao2 .xuexiao2_1 a:hover {
  border: 1px solid #1487f4;
  color: #1487f4;
}
.xuexiao2 .xuexiao2_1 .active {
  border: 1px solid #1487f4;
  color: #1487f4;
}
.xuexiao2 .xuexiao2_2 {
  padding: 20px 0px;
}
.xuexiao2 .xuexiao2_2 .mytab {
  width: 100%;
  line-height: 35px;
  border-collapse: collapse;
  margin-top: 20px;
}
.xuexiao2 .xuexiao2_2 .mytab tr:nth-child(odd) {
  background-color: #e4e5f7;
}
.xuexiao2 .xuexiao2_2 .mytab tr:first-child {
  background-color: #4c58ce;
  color: #fff;
}
.xuexiao2 .xuexiao2_2 .mytab tr:first-child td {
  border: 1px solid #fff;
}
.xuexiao2 .xuexiao2_2 .mytab td {
  font-size: 14px;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}
.xuexiao2 .xuexiao2_4 {
  padding: 20px 0px;
}
.xuexiao2 .xuexiao2_5 {
  padding: 20px 0px;
}
.faq {
  margin-top: 20px;
}
.faq ul li {
  line-height: 32px;
  border-bottom: #f2f2f2 1px solid;
  position: relative;
}
.faq ul li a {
  color: #333;
  font-size: 16px;
  padding: 10px 0 10px 0px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.faq ul li span {
  float: right;
  font-size: 14px;
  color: #999;
  margin-left: 20px;
}
.baodu {
  margin-top: 20px;
}
.baodu .submit {
  margin: 30px 0px 10px;
  text-align: center;
}
.baodu .submit span {
  background: #1487f4;
  color: #fff;
  padding: 10px 20px;
  display: block;
  width: 100px;
  margin: auto;
  border-radius: 50px;
}
.baodu form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.baodu form .form-item {
  display: flex;
  width: 48%;
  line-height: 40px;
  margin-bottom: 10px;
}
.baodu form .form-item .name {
  width: 110px;
  font-weight: 600;
}
.baodu form .form-item .input {
  flex-grow: 1;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}
.baodu form .form-item .input input {
  height: 40px;
  outline: none;
  border: none;
  background: none;
  padding-left: 10px;
  border-radius: 5px;
  flex-grow: 1;
}
.baodu form .form-item .input .phoneSelect {
  outline: none;
  border: none;
  background: none;
  height: 40px;
  padding-left: 5px;
}
.baodu form .form-item .input .w100 {
  width: 100%;
  outline: none;
  border: none;
  background: none;
  height: 40px;
  padding-left: 5px;
}
.xuexiao_side_title i {
  color: #1487f4;
  margin-right: 5px;
}
.xuexiao_info .info {
  padding: 20px 0px 10px;
}
.xuexiao_info .info .item {
  color: #666;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
}
.xuexiao_info .info .item .name {
  margin-right: 10px;
  width: 100px;
}
.xuexiao_info .info .item .value {
  flex-grow: 1;
}
.xuexiao_info .info .item .tright {
  text-align: right;
}
.xuanze {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}
.xuanze .nums {
  color: #1487f4;
}
.xuanze .fa {
  margin-right: 5px;
}
.xuanze div {
  cursor: pointer;
}
.xuexiao_side {
  margin-top: 20px;
}
.xuexiao_fenlei {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 20px 20px;
  border-radius: 10px;
}


.xuexiao_fenlei .xuexiao_fenlei1 {
  margin-top: 30px;
  display: flex;
  line-height: 30px;
}
.xuexiao_fenlei .xuexiao_fenlei1+.xuexiao_fenlei1 {
  margin-top: 10px;
  display: flex;
  line-height: 30px;
}

.xuexiao_fenlei .xuexiao_fenlei1 .fenlei1 {
  font-weight: 700;
  margin-right: 20px;
  width: 100px;
}
.xuexiao_fenlei .xuexiao_fenlei1 span {
  margin-bottom: 10px;
  display: inline-block;
  margin: 0px 10px;
}
.xuexiao_fenlei .xuexiao_fenlei1 a {
  padding: 3px 5px;
}
.xuexiao_fenlei .xuexiao_fenlei1 .active  {
  background: #1487f4;
  color: #fff;
}
.xuexiao_list {
  padding-left: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.xuexiao_list .item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.xuexiao_list .item .img {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.xuexiao_list .item .img img {
  width: 100%;
  aspect-ratio: 1;
}
.xuexiao_list .item .name {
  line-height: 25px;
}
.xuexiao_list .item .name .en {
  color: #777;
}
.xuexiao_all {
  margin: 30px 0px;
}
.xuexiao_all1 {
  display: flex;
  justify-content: space-between;
  font-weight: 900;
  margin-bottom: 20px;
}
.xuexiao_all2 .item {
  display: flex;
  padding: 30px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
}
.xuexiao_all2 .item .item1 {
  margin-right: 20px;
  max-height: 80px;
}
.xuexiao_all2 .item .item1 .img {
  width: 80px;
  max-width: 100%;
  overflow: hidden;
}
.xuexiao_all2 .item .item1 .img img {
  width: 100%;
}
.xuexiao_all2 .item .item2 {
  flex-grow: 1;
  color: #777;
}
.xuexiao_all2 .item .item2 .name {
  margin-bottom: 20px;
}
.xuexiao_all2 .item .item2 .name .zh {
  font-weight: 700;
  margin-right: 20px;
  font-size: 18px;
  color: #333;
  display: inline-block;
}
.xuexiao_all2 .item .item2 .name .en {
  display: inline-block;
}
.xuexiao_all2 .item .item2 .xuexiaoweizhi i {
  margin-right: 5px;
}
.xuexiao_all2 .item .item3 {
  width: 130px;
  text-align: center;
}
.xuexiao_all2 .item .item3 a {
  background: #1487f4;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
}
.pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  padding: 20px 0;
  overflow: hidden;
}
.pagelist a {
  color: #666;
  padding: 5px 10px;
  background: #ffffff;
  display: inline-block;
}

.pagelist a:hover,
.pagelist > b {
  color: #fff;
  background: #f4543c;
}
.pagelist > b {
  padding: 5px 10px;
}
a.curPage {
  color: #ffffff;
  font-weight: bold;
  background: #000;
}
footer {
  padding: 30px 0px 10px;
}
footer .nr {
  text-align: center;
  line-height: 35px;
  color: #999;
  font-size: 14px;
  padding: 20px 0px;
}
footer .footerline {
  height: 1px;
  background: #999;
}
footer .index {
  display: flex;
  color: #ddd;
  padding: 30px 0px 20px;
}
footer .index .left {
  width: 400px;
  margin-right: 100px;
}
footer .index .left .title {
  font-weight: 900;
}
footer .index .left .desc {
  font-size: 13px;
  margin-top: 20px;
}
footer .index .center {
  width: 350px;
  margin-right: 100px;
  display: flex;
}
footer .index .center .item {
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
  width: 100px;
  margin-right: 20px;
}
footer .index .center .kefu {
  width: 120px;
}
footer .index .center .kefu img {
  width: 100%;
}
footer .index .right {
  width: 250px;
  display: flex;
}
footer .index .right .item {
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
  width: 100px;
  margin-right: 20px;
}
footer .index .right .kefu {
  width: 120px;
}
footer .index .right .kefu img {
  width: 100%;
}
footer .index a:first-child {
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 16px;
}
footer .index a {
  color: #ddd;
  width: 100%;
  font-size: 14px;
}
footer .index a:hover {
  color: #ff5722;
}
@media screen and (max-width: 1025px) {
  .headerline {
    height: 64px;
  }
  .fenlei .fenlei2 span {
    width: 20%;
  }
  header .header {
    height: 64px !important;
  }
  header .header .logo {
    height: 54px;
  }
  header .header .search {
    margin-right: 240px;
  }
  header .header nav #starlist {
    position: absolute;
    display: none;
    height: auto;
    left: 0px;
    top: 64px;
  }
  header .header nav #starlist li {
    width: 60%;
    margin: 0;
    background: #ffffff;
    line-height: 50px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    text-indent: 2em;
    border-top: #ede9e9 1px solid;
  }
  header .header nav #starlist li a {
    text-align: left;
    display: block;
    line-height: inherit;
    padding: 0 0px 0;
  }
  header .header nav #mnavh {
    display: block;
  }
  footer .index .right {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .bann-box {
    flex-wrap: wrap;
  }
  .bann-box .rbox {
    margin-left: 0rem;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .xuexiao-index .item {
    width: 24%;
  }
  .xuexiao-index .item:nth-child(n + 9) {
    display: none;
  }
  .banner2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .banner2 ul {
    display: flex;
    justify-content: space-between;
  }
  .banner2 ul li {
    width: 49%;
  }
  .banner {
    width: 100%;
    height: auto;
  }
  .headerline {
    height: 64px;
  }
  .fenlei {
    flex-wrap: wrap;
  }
  .fenlei .fenlei1 {
    width: 100%;
  }
  .fenlei .fenlei2 {
    width: 100%;
  }
  .fenlei .fenlei2 span {
    width: 25%;
  }
  .main {
    flex-wrap: wrap;
  }
  .main .left {
    width: 100%;
    margin-right: 0px;
  }
  .main .right {
    display: none;
  }
  .main .womendh {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .index {
    flex-wrap: wrap;
  }
  footer .index .left {
    width: 90%;
    margin: auto;
  }
  footer .index .center {
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }
  header .header {
    height: 64px !important;
  }
  header .header .logo {
    height: 54px;
  }
  header .header .search {
    display: none;
  }
  header .header nav #starlist {
    position: absolute;
    display: none;
    height: auto;
    left: 0px;
    top: 64px;
    background: rgb(0,0,0,0.5);
    width: 100%;
    height: calc(100vh - 100px);     
  }
  header .header nav #starlist li {
    width: 100%;
    margin: 0;
    background: #ffffff;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-indent: 2em;
    border-top: #ede9e9 1px solid;
  }
  header .header nav #starlist li a {
    text-align: left;
    display: block;
    line-height: inherit;
    padding: 0 0px 0;
    text-align: center;
  }
  header .header nav #mnavh {
    display: block;
  }
  header .header nav #mso {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  header .header .search {
    display: none;
  }
  header .header #mnavh {
    display: block;
  }
  header .header #mso {
    display: block;
  }
  .xuexiao-index .item {
    width: 32%;
  }
  .xuexiao-index .item:nth-child(n + 7) {
    display: none;
  }
  .other .blogs_list li {
    height: 92px;
  }
  .other .blogs_list li .img {
    width: 35%;
    aspect-ratio: 1.33333333;
  }
  .other .blogs_list li p {
    display: none;
  }
  .article {
    padding: 20px 10px;
  }
  .img_list {
    flex-wrap: wrap;
  }
  .img_list .item {
    width: 49%;
    margin-bottom: 10px;
  }
  .wz-tj .tj-info {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .wz-tj .info1 {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .wz-tj .info2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .wz-tj .info2 .name {
    text-align: center;
  }
  .wz-tj .info3 {
    width: 100%;
  }
  .xuexiao1 {
    flex-wrap: wrap;
  }
  .xuexiao1 .xuexiao1_1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .xuexiao1 .xuexiao1_1 .img {
    margin: auto;
  }
  .xuexiao1 .xuexiao1_2 {
    width: 100%;
  }
  .xuexiao2 .xuexiao2_1 a {
    padding: 5px 10px;
  }
  .faq ul li span {
    display: none;
  }
  .baodu form {
    flex-wrap: wrap;
  }
  .baodu form .form-item {
    width: 100%;
  }
  .hzhb .list .item {
    width: 25%;
  }
}
