a:hover {
  text-decoration: none;
}

ul, p {
  margin: 0;
}


.gydt_banner img {
  width: 100%;
}

/*当前位置*/
.wz_box {
  font-size: 22px;
  font-weight: 500;
  color: #666666;
  margin: 48px 0 36px;
}

.wz_box img {
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.wz_box a {
  color: #666666;
}

.wz_box a:hover {
  color: #FF4800;
}

/*内容区*/
.gydt_conlf {
  flex: 1;
  width: 0;
}

.gydt_list_title {
  margin-bottom: 20px;
}

.gydt_list_title li {
  flex: 1;
  width: 0;
  margin-left: 10px;
  height: 42px;
  line-height: 42px;
  background: #F5F5F5;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-align: center;
}

.gydt_list_title li a {
  font-size: 22px;
  font-weight: 400;
  color: #1D1D1D;
}

.gydt_list_title li.active {
  background: #FF4800;
}

.gydt_list_title li.active a {
  color: #FFFFFF;
}

.gydt_list_title li:first-child {
  margin-left: 0;
}

.gydt_list_title li:hover {
  background: #FF4800;
}

.gydt_list_title li:hover a {
  color: #FFFFFF;
}

.list_con {
  padding: 20px 20px 40px;
  background: #FFFFFF;
  margin-top: 10px;
}

.list_con:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.list_con:hover .list_item1 {
  color: #FF4800;
}

.list_conlf {
  width: 192px;
  height: 108px;
  border-radius: 2px;
  overflow: hidden;
}

.list_conlf img {
  width: 100%;
  height: 100%;
}

.list_conrt {
  flex: 1;
  width: 0;
  margin-left: 20px;
  position: relative;
}

.list_item1 {
  font-size: 20px;
  font-weight: bold;
  color: #1D1D1D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
}

.list_item2 {
  font-size: 16px;
  font-weight: 400;
  color: #6F6F6F;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.list_item3 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.list_item3 p {
  flex: 1;
  width: 0;
  font-size: 14px;
  font-weight: 400;
  color: #6F6F6F;
}

.list_item3 p:last-child {
  text-align: right;
}

.list_item3 img {
  width: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/*分页*/
.list_page {
  text-align: center;
}

.list_page .pagination > li > a,
.list_page .pagination > li > span {
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #A9A9A9;
}

.list_page .pagination > .active > a,
.list_page .pagination > .active > a:focus,
.list_page .pagination > .active > a:hover,
.list_page .pagination > .active > span,
.list_page .pagination > .active > span:focus,
.list_page .pagination > .active > span:hover {
  background: #F5F5F5;
  color: #1D1D1D;
}


.gydt_conrt {
  width: 384px;
  margin-left: 40px;
}

.gydt_conrt_title {
  font-size: 28px;
  font-weight: 500;
  color: #231400;
  height: 26px;
  line-height: 26px;
  border-left: 4px solid #FF4800;
  text-indent: 10px;
}


/*课程*/
.course_box {
  margin: 20px 0 66px;
}

.course_box li {
  width: 150px;
  margin-left: 10px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #F5F5F5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.course_box li a {
  color: #231400;
}

.course_box li:hover {
  background: #FF4800;
}

.course_box li:hover a {
  color: #FFFFFF;
}

/*推荐活动*/
.tjhd_box {
  padding-top: 10px;
  margin-bottom: 60px;
}

.tjhd_box li {
  position: relative;
  margin-top: 20px;
}

.tjhd_box li span {
  position: absolute;
  width: 56px;
  height: 30px;
  background: #FF4800;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: Adobe Heiti Std;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 2px;
}

.tjhd_box li img {
  width: 100%;
}

/*推荐阅读*/
.tjnews_box {
  padding-top: 10px;
}

.tjnews_con {
  margin-top: 20px;
}

.tjnews_conlf {
  width: 144px;
  height: 81px;
  border-radius: 2px;
  overflow: hidden;
}

.tjnews_conlf img {
  width: 100%;
  height: 100%;
}

.tjnews_conrt {
  flex: 1;
  width: 0;
  margin-left: 15px;
  position: relative;
}

.tjnews_item1 {
  font-size: 16px;
  font-weight: 500;
  color: #231400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tjnews_con:hover .tjnews_item1 {
  color: #FF4800;
}

.tjnews_item2 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.tjnews_item2 p:first-child {
  width: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #6F6F6F;

}

.tjnews_item2 p:last-child {
  text-align: right;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #6F6F6F;
}

.tjnews_item2 img {
  width: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}


/*办学靠师资管理取胜   教育凭良心诚信立足*/
.footer_info_box {
  margin-top: 76px;
}

.footer_info_title {
  font-size: 46px;
  font-weight: 500;
  color: #1D1D1D;
  margin-bottom: 56px;
}


.footer_city_box {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.footer_citylf {
  width: 130px;
  font-size: 20px;
  font-weight: 500;
  color: #1D1D1D;
}

.footer_citylf img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.footer_cityrt {
  flex: 1;
  width: 0;
}

.footer_cityrt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer_cityrt a {
  font-size: 18px;
  font-weight: 400;
  color: #828282;
  margin-left: 15px;

}

.footer_btmlf {
  flex: 1;
  width: 0;
}

.footer_btmmid {
  width: 2px;
  height: 200px;
  background: #1D1D1D;
  margin: 10px 50px 0;

}

.footer_btmrt {
  width: 350px;
}

.footer_btmrt_title {
  font-size: 18px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 36px;
}

.footer_btmrt_title span {
  color: #FF4800;
}

.footer_btmrt_list {
  flex: 1;
  width: 0;
  text-align: center;
}

.footer_btmrt_list li:nth-child(2) {
  width: 100px;
  height: 100px;
  margin: 8px auto 10px;
}

.footer_btmrt_list li:nth-child(2) img {
  width: 100%;
  height: 100%;
}

.footer_btmrt_list li:last-child {
  font-size: 18px;
  font-weight: 500;
  color: #1D1D1D;
}

.footer_btmrt_mid {
  width: 1px;
  height: 126px;
  background: #191A1A;
  margin: 48px 40px 0;

}


.footer_btmlf_con {
  height: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}

.footer_btmlf_conlf {
  width: 130px;
  font-size: 20px;
  font-weight: 500;
  color: #1D1D1D;
}

.footer_btmlf_conlf img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.footer_btmlf_conrt {
  flex: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer_btmlf_conrt a {
  font-size: 18px;
  font-weight: 400;
  color: #1D1D1D;
  margin-left: 15px;

}

.footer_btmlf_conrt span {
  font-size: 18px;
  font-weight: 400;
  color: #1D1D1D;
  margin-left: 15px;
}
