@charset "UTF-8";

/*基础样式*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div {
  font: 12px "Microsoft YaHei";
  color: #333;
  font-family: Microsoft YaHei !important;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
}

b {
  font-weight: 400;
}

.gong {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.new_gong {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

body {
  min-width: 1200px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.ellipsis {
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_hotjz {
  width: 100%;
  margin: 0 auto;
}

.new_hotjz .hotjz_title {
  margin: 0 auto;
  width: 820px;
  height: 40px;
  background: #f4f4f4;
}

.new_hotjz .hotjz_title li {
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  text-align: center;
}

.new_hotjz .hotjz_title li:first-child {
  width: 140px;
}

.new_hotjz .hotjz_title li:nth-child(2) {
  width: 180px;
}

.new_hotjz .hotjz_title li:nth-child(3) {
  width: 110px;
}

.new_hotjz .hotjz_title li:nth-child(4) {
  width: 150px;
}

.new_hotjz .hotjz_title li:nth-child(5) {
  width: 130px;
}

.new_hotjz .hotjz_title li:nth-child(6) {
  width: 110px;
}

.new_hotjz .hotjz_list {
  width: 820px;
  background: #ffffff;
  margin: 0 auto;
}

.new_hotjz .hotjz_list li {
  width: 100%;
  height: 106px;
  border-bottom: 1px solid #dedede;
}

.new_hotjz .hotjz_list li span {
  float: left;
  height: 106px;
}

.new_hotjz .hotjz_list li span:first-child {
  width: 140px;
}

.new_hotjz .hotjz_list li span:first-child a {
  width: 90%;
  margin: 0 5%;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: 16px;
  color: #666666;
}

.new_hotjz .hotjz_list li span:first-child a:first-child {
  margin-top: 28px;
  color: #d81e06;
}

.new_hotjz .hotjz_list li span:nth-child(2) {
  width: 180px;
  position: relative;
}

.new_hotjz .hotjz_list li span:nth-child(2) p {
  color: #333333;
  margin-top: 28px;
  font-size: 16px;
  line-height: 16px;
  text-indent: 38px;
}

.new_hotjz .hotjz_list li span:nth-child(2) a {
  text-indent: 38px;
  width: 290%;
  position: absolute;
  bottom: 28px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}

.new_hotjz .hotjz_list li span:nth-child(3) {
  width: 110px;
}

.new_hotjz .hotjz_list li span:nth-child(3) a {
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  margin-top: 28px;
}

.new_hotjz .hotjz_list li span:nth-child(4) {
  width: 150px;
}

.new_hotjz .hotjz_list li span:nth-child(4) p {
  color: #1979c5;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  margin-top: 28px;
}

.new_hotjz .hotjz_list li span:nth-child(5) {
  width: 130px;
}

.new_hotjz .hotjz_list li span:nth-child(5) p {
  color: #ff0000;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  margin-top: 28px;
}

.new_hotjz .hotjz_list li span:nth-child(6) {
  width: 110px;
}

.new_hotjz .hotjz_list li span:nth-child(6) .dd_Switch {
  width: 110px;
  margin-top: 28px;
}

.new_hotjz .hotjz_list li span:nth-child(6) .dd_Switch .dd_373 {
  overflow: hidden;
  margin-bottom: 20px;
}

.new_hotjz .hotjz_list li span:nth-child(6) .dd_Switch .dd_373 input {
  display: none;
}

.new_hotjz .hotjz_list li span:nth-child(6) .dd_Switch .dd_373 input+label {
  background-color: white;
  border-radius: 0px;
  border: 1px solid #d3d3d3;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  line-height: 16px;
  margin-left: 22px;
}

.new_hotjz .hotjz_list li span:nth-child(6) .dd_Switch .dd_373 input:checked+label {
  background-color: #eee;
  background: #2783FB;
  border-color: #2783FB;
}

.new_hotjz .hotjz_list li span:nth-child(6) .dd_Switch .dd_373 input:checked+label:after {
  content: "\2714";
  color: white;
}

.new_hotjz .hotjz_list li span:nth-child(6) .dd_Switch b {
  font-size: 16px;
  line-height: 16px;
  margin-left: 10px;
}

.new_hotjz .hotjz_list li span:nth-child(6) a {
  text-align: center;
  font-size: 14px;
  color: #ff0000;
  line-height: 14px;
  margin: 0 auto;
}

.new_hotjz .hotjz_list li a:hover {
  color: #ff0000 !important;
  text-decoration: underline;
}

.edu_lan .Piece .one_piece .ts_list .jq_up {
  border-top: none;
}

.hdzq {
  width: 860px;
  height: 242px;
  background-color: #ffffff;
  border-top: 20px solid #e6e6e6;
}

.hdzq h3 {
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-indent: 20px;
  padding-top: 20px;
}

.hdzq ul {
  padding: 20px;
}

.hdzq ul li {
  width: 124px;
  float: left;
  margin-left: 30px;
}

.hdzq ul li p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin-top: 14px;
}

.hdzq ul li:first-child {
  margin-left: 0;
}

.hdzq ul a {
  float: right;
  width: 20px;
  padding: 12px;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  background-color: #91191b;
}

.dtzn_list {
  width: 860px;
  background-color: #ffffff;
  float: left;
  border-top: 20px solid #e6e6e6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.dtzn_list .bottom_bar {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
}

.dtzn_list .bottom_bar li {
  width: auto;
  height: 53px;
  font-size: 20px;
  float: left;
  line-height: 55px;
  margin-right: 55px;
  color: #333;
  font-weight: 400;
  cursor: pointer;
  border-bottom: none;
}

.dtzn_list .bottom_bar li:last-child {
  margin-right: 0;
}

.dtzn_list .bottom_bar .ac_btn {
  border-bottom: 2px solid;
}

.dtzn_list .bottom_list {
  width: 100%;
}

.dtzn_list .bottom_list div {
  width: 100%;
  height: 174px;
  display: none;
}

.dtzn_list .bottom_list div ul {
  width: 365px;
  float: left;
}

.dtzn_list .bottom_list div ul li {
  width: 100%;
  line-height: 14px;
  margin-top: 16px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dtzn_list .bottom_list div ul li span,
.dtzn_list .bottom_list div ul li a {
  display: inline;
  font-size: 14px;
  color: #333333;
}

.dtzn_list .bottom_list div ul li span {
  color: #91191b;
}

.dtzn_list .bottom_list div ul li:hover a,
.dtzn_list .bottom_list div ul li:hover span {
  color: #91191b;
  text-decoration: underline;
}

.dtzn_list .bottom_list div ul:nth-child(2) {
  float: right;
}

.dtzn_list .bottom_list div:first-child {
  display: block;
}

.two_piece .onl_mean {
  height: auto !important;
}

.two_piece .onl_mean .a_link_1 {
  background-color: #d85528 !important;
}

.two_piece .onl_mean .a_link_2 {
  background-color: #5a4d9b !important;
}

.two_piece .onl_mean .a_link_3 {
  background-color: #006190 !important;
}

.two_piece .onl_mean .a_link_4 {
  background-color: #cc1712 !important;
}

.two_piece .hei_321 {
  height: auto !important;
}

.edu_lan .Piece .two_piece .show_list {
  height: auto;
  margin-top: 20px;
}

.edu_lan .Piece .two_piece .pl_hush {
  height: auto;
}

.edu_lan .Piece .two_piece .pl_item2 {
  height: auto;
}

.edu_lan .Piece .two_piece .pl_item2 .gd {
  width: 280px;
  height: 42px;
  background-color: #91191b;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 16px;
}

.edu_lan .Piece .two_piece .pl_item2 .m_ul .i_pdd {
  font-size: 16px;
}

.re_hot {
  width: 320px;
  height: 168px;
  background-color: #ffffff;
  margin-top: 20px;
}

.re_hot h3 {
  font-size: 20px;
  color: #333333;
  text-indent: 20px;
  padding-top: 20px;
  margin-bottom: 10px !important;
}

.re_hot ul {
  width: 50%;
  float: left;
}

.re_hot ul li {
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
}

.re_hot ul li span {
  float: left;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
  color: #ffffff;
}

.re_hot ul li a {
  display: inline;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}

.re_hot ul li:first-child span {
  background: #ff0000;
}

.re_hot ul li:nth-child(2) span {
  background: #ff6c00;
}

.re_hot ul li:nth-child(3) span {
  background: #ffba00;
}

.re_hot ul:nth-child(3) li span {
  background-color: #dadada;
  color: #999999;
}

.schoold_yx {
  width: 320px;
  height: 234px;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.schoold_yx h3 {
  font-size: 20px;
  color: #333333;
  text-indent: 20px;
  padding-top: 20px;
  margin-bottom: 10px !important;
}

.schoold_yx ul {
  width: 100%;
  margin-top: 5px;
}

.schoold_yx ul li {
  width: 130px;
  height: 42px;
  border: solid 1px #91191b;
  line-height: 40px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}

.schoold_yx ul li a {
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.schoold_yx ul li a:hover {
  text-decoration: underline;
}