body {
  height: auto !important;
}
.content {
  width: 1280px;
  margin: 0 auto;
}
.subject_block {
  width: 100%;
  margin-top: 70px;
  display: inline-block;
}

.subject_banner_wrap,
.subject_content {
  width: 100%;
  max-width: 1720px;
  padding: 0 65px;
  box-sizing: border-box;
  margin: 0 auto;
}
.subject_banner {
  width: 100%;
  background: url(../img/subject_banner.jpg) no-repeat center;
}
.subject_banner_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  height: 280px;
}
.subject_banner_wrap * {
  color: #fff!important;
}
.subject_banner_crumbs {
  position: absolute;
  left: 65px;
  padding-top: 20px;
  top: 0;
}
.subject_banner_crumbs .layui-icon {
 margin: 0 5px;
}
.subject_banner_title {
  font-size: 42px;
  padding-top: 40px;
}
.subject_banner_tag {
  font-size: 14px;
  max-width: 800px;
  line-height: 1.8;
  padding-top: 20px;
}
.subject_banner_hot {
  width: 100%;
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.subject_banner_hot .hot_label {
  font-size: 15px;
  flex-shrink: 0;
  white-space: nowrap;
  margin-bottom: 10px;
}
.subject_banner_hot a {
  padding: 0 15px;
  margin-left: 10px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  transition: .3s;
  margin-bottom: 10px;
}
.subject_banner_hot a:hover{
  background: rgba(255, 255, 255, .3);
}
.subject_title {
  color: #111;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 70px;
  display: inline-block;
}


.subject_list {
  width: 100%;
  display: inline-block;
}
.subject_list li {
  width: 192px;
  margin-right: calc(128px / 5);
  margin-bottom: 30px;
  float: left;
}
.subject_list li:nth-child(6n) {
  margin-right: 0px;
}
.subject_list li .img {
  width: 192px;
  height: 208px;
  background: url(../img/image_new/subject_bg.png) no-repeat;
  padding: 31px 15px 15px 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.subject_list li .img .cover {
  width: 100%;
  height: calc(100% - 16px);
  border-radius: 4px;
  background: #000;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.subject_list li .img .cover:hover {
  opacity: 0.1;
}
.subject_list li .img div {
  width: 74px;
  height: 74px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.subject_list li .img img {
  width: 74px;
  height: 74px;
  object-fit: cover;
}
.subject_list li p {
  font-size: 15px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  display: inline-block;
}
.subject_list li span {
  color: #939ba6;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: inline-block;
}
.subject_list_more{
 text-align: center;
 padding: 20px 0 0;;
}
.subject_list_more a{
  width: 180px;
  line-height: 46px;
  background-color: #f6f7f9;
  color: #444444;
  border-radius: 3px;
  font-size: 16px;
  display: inline-block;
}
.subject_list_more a:hover{
  background-color: #eee;
}

.more_subject {
  width: 100%;
	padding-top: 20px;
  margin-top: 40px; 
	box-shadow: 0 -8px 6px 3px rgba(0, 0, 0, .03);
  display: inline-block;
}

.more_subject .more_link{
	width: 100%;
	display: flex;
	justify-content: center;
}
.more_subject .more_link a {
  color: #fff;
  font-size: 16px;
	text-align: center;
  width: 210px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  background: #0772fc;
  display: inline-block;
}
.more_subject .more a:hover {
  opacity: 0.8;
}
.more_subject .link_list{
	width: 100%;
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
}
.more_subject .link_list>span{
	color: #fff;
	width: 98px;
	height: 30px;
	line-height: 30px;
	padding-left: 13px;
	box-sizing: border-box;
	background: url(../img/ico_title_bg.png) no-repeat;
}
.more_subject .link_list>a{
	margin: 0 20px;
}