.ding-school>* {
  margin-bottom: 15px;
}

.ding-school>*::before {
  clear: both;
}

/* {
  width: 960px;
  margin: 0 auto;
} */
.major-title {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3f94cf), to(#1882E1));
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.major-title span {
  font-size: 14px;
}

.title_yx {
  color: #535353;
  font-size: 26px;
  background-color: #f1f8ff;
  position: relative;
  padding: 22px 30px;
  margin-bottom: 0;
}

.title_yx::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0px 15px 26px;
  border-color: transparent transparent transparent #2864a9;
  position: absolute;
  left: 0;
  top: 20px;
}

.info {
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
}

.info .info-header {
  background-color: #0073cc;
  padding: 30px 0;
  max-height: 40px;
  position: relative;
}

.info .info-header .zy-logo {
  z-index: 301;
  -moz-box-shadow: 2px 2px 5px #333333;
  -webkit-box-shadow: 2px 2px 5px #333333;
  box-shadow: 2px 2px 5px #333333;
  border-radius: 10px;
  position: absolute;
  left: 30px;
  width: 365px;
  height: 255px;
  background: url('http://www.gdzcb.net/template/gdzcb/picture/zhuanyebg.jpg');
  background-repeat: no-repeat;
  padding: 0;
  background: #0073cc;
}

.info .info-header .zy-logo p {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.info .info-header .zy-logo p:nth-child(1) {
  font-family: cursive;
  font-size: 40px;
  padding: 20px 0;
  color: #ffffff;
  line-height: 50px;
}

.info .info-header .zy-logo p:nth-child(2) {
  text-align: left;
  font-size: 20px;
  padding: 30px 20px 0 20px;
}

.info .info-header .zy-logo p:nth-child(3) {
  text-align: right;
  font-size: 20px;
  padding: 0 20px;
}

.info .info-header svg {
  width: 20px;
  height: 20px;
}

.info .info-header path {
  fill: #fff;
}

.info .info-header div {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.zy_name {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 45px;
  padding: 22px 10px;

}

.info .info-header div::nth-child(2) {
  padding-left: 50px;
}

.info .info-footer {
  padding-left: 460px;
  min-height: 210px;
  font-size: 18px;
  line-height: 40px;
  color: #3d3d3d;
  line-height: 47px;
  padding-top: 20px;
}

.info .info-footer .red {
  color: red;
}

.info .info-footer a {
  text-decoration: none;
}

.info .info-footer strong:nth-child(2) {
  padding-left: 130px;
}

.info .info-footer .button {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286f4), to(#54A5F6));
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
  padding: 4px 15px;
  margin: 0 2px;
}

.info .info-footer .button.online {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff5255), to(#fe7876));
}

.content {
  display: flex;
}

.content .cleft {
  flex: 1;
  border: 1px solid #e8e8e8;
  /* padding-bottom: 10px; */
}

.content .cleft h4 {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
  background-color: #f6f6f6;
  display: inline-block;
  padding: 10px 20px;
  -moz-box-shadow: 2px 2px 7px #999999;
  -webkit-box-shadow: 2px 2px 7px #999999;
  box-shadow: 2px 2px 7px #999999;
  border-radius: 100px;
  margin-left: 30px;
  margin-right: 30px;
}

.content .cleft p {
  /*text-indent: 2em;*/
  font-size: 14px;
  color: #333333;
  /*padding: 10px 30px;*/
}

.content .cleft table {
  text-align: center;
}


.content .cleft table td {
  padding: 5px;
}

/* .content .cleft table tr:first-child {
  background: #eeeeee;
  font-weight: bold;
} */

.content .cright {
  width: 280px;
}

.content .cright .sidebar-content {
  border: 1px solid #ececec;
  margin-bottom: 30px;
}

.content .cright .sidebar-content h4 {
  text-align: center;
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 1px solid #2864a9;
  position: relative;
  font-size: 15px;
}

.content .cright .sidebar-content h4::before {
  content: '';
  width: 120px;
  position: absolute;
  display: block;
  margin: auto;
  bottom: -3px;
  border-bottom: 6px solid #2864a9;
  left: 75px;
}

.content .cright .sidebar-content h4 span {
  color: red;
}

.content .cright .sidebar-content img {
  margin: 0 auto;
  display: block;
  width: 150px;
}

.content .cright .sidebar-content hr {
  width: 60%;
  margin: 10px auto 0;
  border-color: #fff;
}

.content .cright .sidebar-content p {
  font-size: 14px;
  color: #626262;
  margin: 10px;
  padding: 0 20px;
}

.content .cright .sidebar-content.weixin p {
  text-align: center;
  font-size: 14px;
}

.content .cright .sidebar-content.weixin .red {
  color: red;
  font-weight: bold;
  font-size: 15px;
}

.main_xy {
  min-height: 895px;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 10px;
}

/* sitemap */

.major-zszy {
	display: flex;
	flex-wrap: wrap;
	/* align-content: flex-start; */
	/* justify-content: space-between; */
}
.zszy-card {
	width: 350px;
	height: 90px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	margin: 12px 6px;
	float: left;
}
.zszy-card-left {
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	width: 210px;
}
.zszy-card-left a {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
  display: inline-block;
  width: 210px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.zszy-card-right {
	width: 108px;
	float: right;
	color: #FF3B4C;
}
.zszy-card-right p {
	margin: 12px 12px 5px 10px;
	float: right;
}
.zszy-card-right a {
	width: 90px;
	height: 36px;
	background: #62aee9;
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	display: inline-block;
	line-height: 36px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

.major-other {
	width: 100%;
	height: 208px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgb(188 188 188 / 45%);
}
.major-other li {
	width: 27.7%;
	float: left;
	height: 69px;
	line-height: 69px;
	text-align: left;
	padding: 0 30.4px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	font-weight: bold;
}
.major-other li span {
	float: right;
	width: 90px;
	height: 36px;
	background: #62aee9;
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	margin-top: 14px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}