.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.xmintro,
.shrq {
  padding: 0 10px;
}

.tabNav-main {
  margin: 0 10px 15px;
  background-color: #0082f0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgb(0 130 240 / 10%);
}

.tabNav-main ul {
  display: flex;
  padding: 0 14px;
}

.tabNav-main ul li {
  position: relative;
  width: 25%;
  line-height: 20px;
  padding: 8px 0;
  text-align: center;
}

.tabNav-main ul li:after {
  display: block;
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 0;
  background: #ccc;
}

.tabNav-main ul li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}

.tabNav-main ul li:last-child::after {
  display: none;
}

.tabNav-main ul li.on a {
  color: #fa9600;
}

/* 标题 */
.fy-title {
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}

.fy-title>h2 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.fy-title>p {
  max-width: 60%;
  margin: 0 auto;
  padding: 5px 20px;
}

.fy-title>p>span {
  position: relative;
  padding: 0 10px;
  font-size: 16px;
  color: #e0e0e0;
}

.fy-title>p>span::before,
.fy-title>p>span::after {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 100%;
  background: url(/static/xuecheng/img/p-bg.jpg) repeat-x center;
  top: 0;
}

.fy-title>p>span::after {
  left: -80px;
}

.fy-title>p>span::before {
  right: -80px;
}

.lx22_tit {
  padding-top: 0px;
  margin: 0 auto 10px;
}

.lx22_tit>h4 {
  color: #555;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}

.lx22_tit>div {
  height: 1px;
  width: 72px;
  background: #fa9600;
  margin: 0 auto;
}

.tabcon {
  width: 100%;
  padding-top: 25px;
  display: none;
}

.xmintro .inner {
  padding: 10px 15px;
  font-size: 16px;
}

.xmintro .inner b {
  font-size: 16px;
}

.highSchool {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
}

.highSchool .tit {
  height: 50px;
  padding-top: 5px;
  margin-bottom: 10px;
}

.highSchool .tit .mainTit {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  width: 70px;
  float: left;
}

.highSchool .tit .shortTit {
  float: left;
  width: calc(100% - 70px);
  background: #f6f6f6;
  height: 45px;
  padding-left: 10px;
  padding-top: 5px;
  position: relative;
}

.highSchool .tit .shortTit h2 {
  /*font-weight: bold;*/
  font-size: 14px;
}

.highSchool .schoolList .item .typeLogo {
  height: 45px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.highSchool .schoolList .item .typeLogo .type {
  float: left;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
}

.highSchool .schoolList .item .typeLogo .type p {
  display: inline-block;
  line-height: 30px;
  background: #0082f0;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
}

.highSchool .schoolList .item .typeLogo .logo {
  width: 120px;
  height: 30px;
  float: right;
  position: relative;
}

.highSchool .schoolList .item .img {
  height: 115px;
  overflow: hidden;
}

.highSchool .schoolList .item .img img {
  width: 100%;
  height: 100%;
}

.highSchool .schoolList .item .typeLogo .logo img {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}

.highSchool .schoolList .item .btn {
  background: #ff9c00;
  color: #fff;
  width: 100px;
  float: right;
  margin-right: 10px;
  line-height: 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
}

.highSchool .schoolList .item {
  background: #f6f6f6;
  margin-bottom: 10px;
}

.project .procon {
  width: 100%;
  padding: 10px;
  background: #f6f6f6;
}

.project .procon .proconinfo {
  flex: 1;
}

.project .procon .proconinner {
  display: flex;
}

.project .procon .proconinfo p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 5px;
  text-align: justify;
}

.project .procon .proconinfo p span {
  color: #0082f0;
  font-weight: normal;
}

.project .procon .proconinfo .btn {
  font-weight: normal;
  width: 155px;
  height: 30px;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
  line-height: 30px;
  margin: 8px auto 0;
  display: block;
  text-align: center;
  overflow: hidden;
}

.highSchool .schoolList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.highSchool .schoolList .item {
  width: calc(50% - 5px);
  background: #f6f6f6;
  margin-bottom: 10px;
}

.highSchool .schoolList .item h2 {
  font-size: 16px;
  padding: 15px 0 0;
  text-align: center;
}

.highSchool .schoolList .item .remark {
  font-size: 15px;
  padding: 10px;
  text-align: justify;
  line-height: 25px;
}

.cityflex {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.cityflex .city-list {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  border-radius: 10px;
  overflow: hidden;
}

.cityflex .city-list .city-tit {
  display: flex;
  height: 30px;
  margin-bottom: 10px;
  background: #0082f0;
  border-radius: 30px;
  position: relative;
}

.cityflex .city-list .city-tit .img {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  left: 0;
  top: 0;
}

.cityflex .city-list .city-tit .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.cityflex .city-list .city-tit .city-name {
  width: 100%;
  padding-left: 40px;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.cityflex .city-list .city-tit .city-name span {
  width: calc(100% - 50px);
  height: 30px;
  color: #8f633f;
  border-radius: 0 30px 30px 0;
  padding-left: 30px;
  float: right;
  background: #faf0e7 url(/static/xuecheng/img/tit1.png) 0 0 no-repeat;
  background-size: auto 100%;
}

.cityflex .city-cnt {
  height: auto;
  padding: 0 20px 10px;
  background: #fff;
}

.cityflex .city-cnt p {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

.zt_moshi {
  padding: 20px 0;
  margin: 0 10px 20px;
  width: auto;
  background: url(/static/xuecheng/img/yuke_07.jpg) no-repeat;
  background-position: center center;
  background-size: auto auto;
}

.zt_moshi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  padding: 0 10px;
}

.zt_moshi ul li {
  display: inline-block;
  position: relative;
  width: calc(50% - 5px);
  box-shadow: 2px 2px 6px rgba(113, 113, 113, 0.77);
  background: #fff;
  border-radius: 10px;
  margin-top: 45px;
}

.zt_moshi ul li div {
  width: 50px;
  height: 50px;
  display: flex;
  margin: -25px auto 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 40px;
  background: #fff;
  box-shadow: 2px 4px 8px rgba(178, 178, 178, 0.77);
}

.zt_moshi ul li div img {
  width: 20px;
}

.zt_moshi ul li h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
}

.zt_moshi ul li p {
  font-size: 16px;
  color: #5b5a5a;
  line-height: 30px;
  padding-bottom: 20px;
}

.lxyklist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.lxyklist .item {
  width: calc(50% - 5px);
  height: 150px;
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  background: linear-gradient(to bottom, #FF9779, #FF677E);
}

.lxyklist .item:nth-child(2) {
  background: linear-gradient(to bottom, #00DDB4, #01C9CA);
}

.lxyklist .item:nth-child(3) {
  background: linear-gradient(to bottom, #FEB852, #FDA351);
}

.lxyklist .item:nth-child(4) {
  background: linear-gradient(to bottom, #7C7DF5, #7F5EF8);
}

.sqgj {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.sqgj ul {
  width: 100%;
  padding: 0 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.sqgj ul li {
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
}

.sqgj ul li img {
  display: block;
  width: 100%;
}

.schoolForm {
  width: calc(100% - 20px);
  margin: 0 10px 15px;
  padding-bottom: 15px;
  background: #f6f6f6;
  float: left;
}

.xiamian {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
  overflow: hidden;
}

.xiamian img {
  display: block;
  margin: 0 auto;
}

.xiamian p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}

.zx-tabs ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.zx-tabs ul li {
  width: 50%;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  text-align: center;
}

.zx-tabs ul li:last-child {
  background: none;
}

.zx-tabs ul li:nth-child(3) {
  border-bottom: 1px solid #f5f5f5;
}

.zx-tabs ul li:nth-child(2) {
  border-right: 1px solid #f5f5f5;
}

.zx-tabs ul li:nth-child(4) {
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}

.zx-tabs ul li a {
  font-size: 18px;
  display: inline-block;
  line-height: 20px;
  color: #333;
  padding: 10px 0;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
}

.zx-tabs ul>li.active a {
  position: relative;
  color: #0082f0;
  font-weight: bold;
}

.tabnr {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.moudle-tit {
  position: relative;
  height: 35px;
  background: #f6f6f6;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}

.moudle-tit h2 {
  position: relative;
  background: #8745fe;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
}

.tabnr .content-top {
  padding: 1.5% 3%;
  border: 1px dashed #cfcfcf;
  background-color: #f3fbf8;
  text-indent: 2em;
  color: #565656;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 2%;
}

.tabnr table tr td:nth-child(1) {
  width: 70px;
}

.tabnr table tr td:nth-child(2) {
  text-align: justify;
  padding: 5px;
}

.tabnr table tr {
  background: #B4C6E7;
}

.tabnr table tr:nth-child(1) {
  background: #4472C4 !important;
  color: #fff;
}

.tabnr table tr:nth-child(2n-1) {
  background: #D9E1F2;
}

.tabnr table tr td {
  border: 1px solid #fff;
}

.tabnr .yxlist {}

.tabnr .yxlist dl {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 5px rgb(0 0 0 / 18%);
}

.tabnr .yxlist dl dt {
  padding: 17px 0;
  background: #ff9c00;
}

.tabnr .yxlist dl dt p {
  font-size: 16px;
  line-height: 1;
  padding-left: 10px;
  color: #fff;
  border-left: 2px solid #4229a6;
}

.tabnr .yxlist dl dd {
  padding: 12px 20px 16px;
  font-size: 16px;
}

.tabnr .yxlist dl dd .text {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 10px;
}

.tabnr .flex {
  height: 60px;
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.fenlei2_2 {
  padding: 20px 0;
  background: #0082f0;
}

.menu_tab {
  border-bottom: 3px solid #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-around;
}

.menu_tab>li {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.menu_tab>.on {
  color: #dfb11c;
  border-bottom: 5px solid #dfb11c;
}

.main_ext {
  background: #f6f6f6;
  padding: 10px;
}

.main_ext .gj_tab {
  position: relative;
  height: 226px;
}

.main_ext .gj_tab>p {
  color: #555;
  font-size: 16px;
  line-height: 25px;
  padding-top: 10px;
}

.main_ext .fenlei_an {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
}

.main_ext .fenlei_an a {
  width: auto;
  padding: 0 10px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  background: #0082f0;
  border-radius: 30px;
  line-height: 30px;
}

.lxlxyy .lx_sqtj_content li img {
  display: block;
  width: 100%;
}

.lxghee dl {
  width: 100% !important;
  height: 140px;
}

.zwyls tr td {
  padding: 5px;
  line-height: 25px;
  font-size: 16px;
}

.zwyls tr:nth-child(1) {
  background: #003cbd;
  color: #fff;
}

.zwyls tr:nth-child(2) {
  background: #f5f5f5;
}

.zwyls tr td:nth-child(1) {
  width: 100px;
}

.zwyls tr td:nth-child(2) {
  text-align: left;
}

.sdszwhz tr td span {
  font-size: 16px;
}
.tabs-box{
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}
.nav-tabs {
  width: 100%;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
  justify-content: space-around;
  overflow: hidden;
}

.tabs-nav li a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 5px;
  color: #333;
  border: 1px solid #dee4fc !important;
  background: #eef0fa !important;
  text-align: center;
  border-radius: 4px;
}

.tabs-nav li.active a {
  color: #fff !important;
  background: #0082f0 !important;
  border-color: #0082f0 !important;
}
.tab-panel{
  padding: 10px 0;
  display: none;
}
.tab-panel h3 {
  margin-bottom: 10px;
  color: #0082f0;
  font-size: 16px;
}
.tab-panel>p {
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  text-align: justify;
}
.yszylist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.yszylist .item {
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
}
.yszylist .item .img {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.yszylist .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}


.yszylist .item p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.yscase {
  width: 100%;
  margin: 30px 0 0;
  padding-bottom: 30px;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
}

.ystab {
  width: 100%;
  display: flex;
  margin: 20px 0;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.ystab a {
  width: 47%;
  height: 45px;
  font-size: 16px;
  color: #0082f0;
  text-align: center;
  line-height: 45px;
  text-align: center;
  background: url(/static/xuecheng/img/li_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ystab a.on {
  color: #fff;
  background: url(/static/xuecheng/img/li_hover_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}


.ystabcon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: none;
  justify-content: space-between;
}

.ystabcon .item {
  width: 100%;
  margin-bottom: 20px;
  padding: 70px 10px 20px;
  background: #fff;
  position: relative;
}

.ystabcon .item h3 {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  background: url(/static/xuecheng/img/sub-tit-bg.png) no-repeat left center;
  width: 100%;
  padding: 0 4% 0 4%;
  font-size: 16px;
  line-height: 50px;
  max-height: 50px;
  color: #fff;
  font-weight: normal;
  background-size: 100% 50px !important;
}

.ystabcon .item span {
  font-size: 14px;
  display: block;
  color: #ff9833;
  margin-bottom: 10px;
}

.ystabcon .item p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

.ystabcon .item span b {
  color: #ff9833;
}
.zixun {
  width: 170px;
  height: 30px;
  border-radius: 5px;
  display: block;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  background: #ff9833;
  color: #fff;
}
.shrq dl dd{
  color: #555;
}
.course {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background: #fff;
  overflow: hidden;
}

.course .nav-tabs {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  display: flex;
  background: #fff;
}

.course .nav-tabs>li {
  flex: 1;
}

.course .nav-tabs>li>a {
  position: relative;
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  color: #555 !important;
  border-radius: 0;
  border: none !important;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: none !important;
}

.course .nav-tabs>li.active>a {
  color: #fff !important;
  background: linear-gradient(#fddf9b -50px, #f6503a) !important;
  border-bottom: 1px solid #ab7c5d !important;
}

.course_con{
  width: 100%;
}

.course_con .tab-pane {
  padding: 0 10px;
  background: #fff;
  display: none;
}

.course_con .tab-pane ul {
  width: 100%;
}

.course_con .tab-pane ul li {
  position: relative;
  padding-left: 80px;
  font-size: 16px;
  line-height: 35px;
  margin-top: 15px;
  text-align: justify;
}

.course_con .tab-pane ul li b {
  position: absolute;
  display: block;
  width: 68px;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: #023793;
  background: #d9e7fb;
  left: 0;
  margin-top: 5px;
  border-radius: 4px;
}

.course_con .tab-pane ul li b::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #d9e7fb;
  border-bottom: 5px solid transparent;
  right: -5px;
  top: 50%;
  margin-top: -5px;
}
.lxlxyy .lx_sqtj_content li table p{
  margin-top: 0;
  padding: 5px 0;
}
.lxlxyy .lx_sqtj_content li table tr{
  color: #555;
}
.lxlxyy .lx_sqtj_content li table tr:nth-child(1){
  background: rgb(79, 129, 189);
}
.lxlxyy .lx_sqtj_content li table tr:nth-child(1) p{
  color: #fff;
}
.lxlxyy .lx_sqtj_content li table tr:nth-child(2n){
  background: rgb(208, 216, 232);
}
