* {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
body{
  background: #f8f7f5;
}
a{
  color:black;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  min-width: 1280px;
}
.scroll_view {
  scrollbar-width: none;
  /* 隐藏滚动条 Firefox */
  -ms-overflow-style: none;
  /* 隐藏滚动条 IE / Edge */
  overflow-y: hidden;
}
.scroll_view::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 Chrome / Safari / Opera */
}
.common_view {
  /*width: 90vw;*/
  width: 1200px;
  margin: 0 auto;
}
.list_1 ul{
	
		height: calc(100% - 10px);
		overflow: hidden;
	box-sizing: border-box;
}

.page_title {
  text-align: center;
  font-size: calc(180 / 1920 * 100vw);
  color: #dc241c;
  font-weight: bold;
  padding: 70px 0;
}
@media (max-width: 1280px) {
  .page_title {
    font-size: 120px;
  }
}
.include_view ul li {
  display: flex;
  font-size: 26px;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 20px;
}
.include_view ul li:first-child {
  margin-top: 0;
}
.include_view ul li .label {
  white-space: nowrap;
  width: 190px;
}
.include_view ul li .value {
  width: calc(100% - 190px);
}
.topic_title {
  position: relative;
  padding-left: 20px;
  background: #f8f7f5;
}
.topic_title::before {
  width: 4px;
  height: 28px;
  background-color: #1db278;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topic_title .title {
  font-size: 25px;
  color: #333;
  font-weight: 400;
  background: #f8f7f5;
}
.article_list_view{
	height: calc(290px + 51px);
}
.article_list_view .title_1 {
  border-bottom: 1px solid #eeedeb;
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-left: 5px;
}
.article_list_view .title_1 .mess {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  line-height: 38px;
  /*width: calc(100% - 130px);*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.article_list_view .title_1 .text {
  font-size: 21px;
  color: #1db278;
  font-weight: 400;
  position: relative;
  height: 100%;
  line-height: 48px;
}
.article_list_view .title_1 .text::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #1db278;
  position: absolute;
  left: 0;
  bottom: 0;
}
.article_list_view .title_1.more::after {
  display: block;
  content: '>';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #1db278;
  font-size: 25px;
  font-weight: 400;
  line-height: 47px;
}
.article_list_view .list_1 ul {
  padding: 15px;
}
.article_list_view .list_1 ul li {
  margin-top: 26px;
  width: 100%;
}
.article_list_view .list_1 ul li:first-child {
  margin-top: 0;
}
.article_list_view .list_1 ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 21px;
}
.main_view {
  background-color: #f8f7f5;
}
.main_view .middle_box {
  /*width: calc(100% - 120px * 2);*/
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .main_view .middle_box {
    /*width: calc(100% - 60px * 2);*/
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .main_view .middle_box {
    /*width: calc(100% - 30px * 2);*/
    width: 100%;
  }
}
.main_view .nav_menus {
  display: flex;
  justify-content: flex-end;
  padding: 18px 0;
}
.main_view .nav_menus ul {
  display: flex;
}
.main_view .nav_menus ul li {
  padding: 0 15px;
  position: relative;
}
.main_view .nav_menus ul li::after {
  width: 1px;
  height: 26px;
  background-color: #333;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
}
.main_view .nav_menus ul li:last-child::after {
  display: none;
}
.main_view .nav_menus ul li a {
  font-size: 20px;
  color: #333;
  font-weight: 400;
}
.main_view .names_view {
  display: flex;
  align-items: flex-end;
  /*margin-top: 30px;*/
}
.main_view .names_view .title {
  font-size: 78px;
  color: #d11f22;
  line-height: 78px;
}
.main_view .names_view .message {
  font-size: 34px;
  color: #333;
  font-weight: 600;
  line-height: 34px;
  margin-left: 35px;
  word-spacing: 10px;
}
.main_view .nav_header_view {
  background-color: #1db278;
  /* background: white; */
  margin-top: 28px;
  width: 100% !important;
}
.main_view .nav_header_view   .header_menus{
  width: 1200px !important;
  margin: 0 auto;
  background-color: transparent !important;
}
.main_view .nav_header_view ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  width: calc(100% - 25px * 2);
  margin: 0 auto;
}
.main_view .nav_header_view ul li a {
  font-size: 24px;
  color: #fff !important;
  font-weight: 400;
}
.main_view .titles_view {
  padding: 30px 0;
}
.main_view .titles_view .title {
  font-size: 43px;
  color: #d22b0f;
  font-weight: bold;
  text-align: center;
}
.main_view .titles_view .message {
  font-size: 19px;
  color: #333;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 1px;
}
.main_view .third_text_view {
  display: flex;
}
.main_view .third_text_view .slide_view {
  width: 154px;
  background: #f8f7f5;
}
.main_view .third_text_view .slide_view .ad_view {
  width: 154px;
  height: 68px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #333;
  font-weight: 400;
}
.main_view .third_text_view .slide_view .ad_view  a{
  width: 154px;
  height: 68px;
}
.main_view .third_text_view .slide_view .ad_view  img{
  width: 154px;
  height: 68px;
}
.main_view .third_text_view .slide_view .menus {
  width: 100%;
  height: 190px;
  background-color: #fff;
  margin: 10px 0;
  border: 1px solid #eeedeb;
  box-sizing: border-box;
}
.main_view .third_text_view .slide_view .menus ul {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main_view .third_text_view .slide_view .menus ul li {
  float: left;
  width: 50%;
  height: 50%;
}
.main_view .third_text_view .slide_view .menus ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main_view .third_text_view .slide_view .menus ul li a img {
  width: 30px;
  height: 30px;
  object-fit: fill;
}
.main_view .third_text_view .slide_view .menus ul li a .name {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-top: 5px;
}
.main_view .third_text_view .news_view {
  width: calc(100% - 154px * 2 - 10px * 2);
  height: calc(68px * 2 + 190px + 10px * 2);
  background-color: #fff;
  margin: 0 10px;
  border: 1px solid #eeedeb;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_view .third_text_view .news_view .opt_box {
  height: 50px;
}
.main_view .third_text_view .news_view .opt_box ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.main_view .third_text_view .news_view .opt_box ul li {
  flex: 1;
  height: 100%;
  background-color: #f8f7f5;
  margin-left: 5px;
  transition: all 0.2s;
  position: relative;
}
.main_view .third_text_view .news_view .opt_box ul li:first-child {
  margin-left: 0;
}
.main_view .third_text_view .news_view .opt_box ul li a {
  font-size: 20px;
  color: #444;
  font-weight: 400;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.main_view .third_text_view .news_view .opt_box ul li.active {
  background-color: #1db278;
}
.main_view .third_text_view .news_view .opt_box ul li.active a {
  font-weight: 600;
}
.main_view .third_text_view .news_view .opt_box ul li.active::after {
  width: 0;
  height: 0;
  display: block;
  content: '';
  border-top: 10px solid #1db278;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(100%);
  transition: all 0.1s;
}
.main_view .third_text_view .news_view .list_box {
  height: calc(100% - 50px - 10px);
  padding: 0 35px 35px;
  box-sizing: border-box;
  overflow-y: hidden;
  width: 100%;
}
.main_view .third_text_view .news_view .list_box ul {
  display: none;
  width: 100%;
}
.main_view .third_text_view .news_view .list_box ul li {
  margin-top: 20px;
  width: 100%;
}
.main_view .third_text_view .news_view .list_box ul li:first-child {
  margin-top: 0;
}
.main_view .third_text_view .news_view .list_box ul li a {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.main_view .third_text_view .news_view .list_box ul li.bold a {
  color: #555;
  font-weight: 600;
}
.main_view .ads_view ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.main_view .ads_view ul li {
  flex: 1;
  width:154px;
  height: 68px;
  border-radius: 5px;
  margin-left: 3px;
}
.main_view .ads_view ul li:first-child {
  margin-left: 0;
}
.main_view .ads_view ul li a {
  font-size: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  color: #444;
  justify-content: center;
  align-items: center;
}
.main_view .ads_view ul li a img{
  width: 100%;
  height: 100%;
}
.main_view .hot_view {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  height: 440px;
  overflow: hidden;
}
.main_view .hot_view .consult_view {
  width: calc(100% - 390px - 10px);
  /* background-color: #fff; */
  /*border: 1px solid #eeedeb;*/
  height: 100%;
}
.main_view .hot_view .consult_view .all_list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - 50px);
}
.main_view .hot_view .consult_view .all_list .article_list_view {
  width: calc((100%  - 10px) / 2);
  height: 100%;
}
.main_view .hot_view .consult_view .all_list .article_list_view {
  margin-right: 10px;
}
.main_view .hot_view .consult_view .all_list .article_list_view:last-child {
  margin-right: 0;
}
.main_view .hot_view .consult_view .all_list .article_list_view .list_1 {
  height: calc(100% - 50px);
}
.main_view .hot_view .hot_article_view {
  background-color: #f8f7f5;
  width: 390px;
  height: 100%;
  /*margin-top:10px;*/
}
.main_view .hot_view .hot_article_view .ad_list_1 {
  /*height: calc(100% - 50px);*/
  overflow-y: hidden;
}
.main_view .hot_view .hot_article_view .ad_list_1 ul li {
  margin-top: 10px;
}
/*.main_view .hot_view .hot_article_view .ad_list_1 ul li:first-child {*/
/*  margin-top: 0px;*/
/*}*/
.main_view .hot_view .hot_article_view .ad_list_1 ul li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 90px;
  /*background-color: #da251c;*/
  font-size: 30px;
  color: #333;
  font-weight: 400;
  border-radius: 10px;
}
.main_view .hot_view .hot_article_view .ad_list_1 ul li a img{
  width: 100%;
  height: 100%;
}
.main_view .ad_between_view {
  margin-top: 20px;
}
.main_view .ad_between_view ul {
  overflow: hidden;
  flex-wrap: wrap;
}
.main_view .ad_between_view ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 154px;
  height: 68px;
  /*border: 3px solid #333;*/
  border-radius: 5px;
  margin-left: 5px;
  box-sizing: border-box;
}
.main_view .ad_between_view ul li:first-child {
  margin-left: 0;
  height: calc(68px * 2 + 5px);
  width: calc((100% - 154px * 4 - 5px * 5) / 2);
}
.main_view .ad_between_view ul li:nth-of-type(6) {
  height: calc(68px * 2 + 5px);
  width: calc((100% - 154px * 4 - 5px * 5) / 2);
  float: right;
}
.main_view .ad_between_view ul li:nth-of-type(n+7) {
  margin-top: 5px;
}
.main_view .ad_between_view ul li:nth-of-type(n+11) {
  display: none;
}
.main_view .ad_between_view ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #333;
  font-weight: 400;
}
.main_view .ad_between_view ul li a img{
  width: 100%;
  height: 100%;
}
.main_view .ad_one_view {
  height: 85px;
  margin-top: 16px;
}
.main_view .ad_one_view a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /*background-color: #d11f22;*/
  /*color: #333;*/
  font-weight: 400;
  font-size: 30px;
}
.main_view .search_school_view {
  background-color: #fff;
  padding: 20px 0;
    min-height: 400px;
}

.main_view .search_school_view .list_box ul {
  overflow: hidden;
  padding-left: 20px;
}
.main_view .search_school_view .list_box ul li {
  width: 214px;
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}

.main_view .search_school_view .list_box ul li a {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
.main_view .search_school_view .list_box ul li.a1 a{
	color:#ff0000;
}
.main_view .search_school_view .list_box ul li a:hover{
	text-decoration: underline;
}
.main_view .search_school_view .province_list{
	    height: 30px;
	    background: #fbfbfb;
	    border-bottom: 1px solid #e2e2e2;
	    line-height: 30px;
		margin-top: 30px;
}
.main_view .search_school_view .province_list ul{
	    display: block;
	    clear: both;
	    content: '';
}
.main_view .search_school_view .province_list ul li{
	float: left;
	    width: 29px;
	    height: 30px;
	    text-align: center;
}
.main_view .search_school_view .province_list ul li a{
	    display: block;
	    height: 27px;
	    margin-top: 3px;
	    width: 29px;
	    line-height: 27px;
	    font-size: 13px;
}
.main_view .search_school_view .province_list ul li a.current{
	    border: 1px solid #e2e2e2;
	    border-bottom: 1px solid #fff;
	    background: #fff;
	    color: #ed3030;
}
.main_view .search_school_view .search_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_view .search_school_view .search_box .search_btn,
.main_view .search_school_view .search_box .login_btn {
  display: block;
  height: 45px;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  background-color: #1db278;
  min-width: 80px;
}
.main_view .search_school_view .search_box .search_btn.login_btn,
.main_view .search_school_view .search_box .login_btn.login_btn {
  margin-left: 20px;
}
.main_view .search_school_view .search_box .search_div {
  width: 445px;
  height: 45px;
  border: 1px solid #eeedeb;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.main_view .search_school_view .search_box .search_div img {
  width: 18px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.8;
}
.main_view .search_school_view .search_box .search_div input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 50px 0 45px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.main_view .action_view {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  /* height: ; */
}
.main_view .action_view .recruit_view {
  /*width: calc(480/(965 + 480) * 100%);*/
  width: 390px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_view .action_view .recruit_view .talk_box {
  background-color: #fff;
  /*border: 1px solid #eeedeb;*/
  /*padding: 0 5px;*/
  height: calc(33px + 51px + 302px);
}
.main_view .action_view .recruit_view .talk_box .logo_box {
  /*padding: 10px 0;*/
  margin-top:10px;
}
.main_view .action_view .recruit_view .talk_box .logo_box ul {
  display: flex;
  padding-right: 5px;
  box-sizing: border-box;
}
.main_view .action_view .recruit_view .talk_box .logo_box ul li {
  /* flex: 1; */
  width: calc((100% - 1px - 5px * 2) / 3);
  margin-left: 5px;
}
.main_view .action_view .recruit_view .talk_box .logo_box ul li:first-child {
  margin-left: 0;
}
.main_view .action_view .recruit_view .talk_box .logo_box ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.main_view .action_view .recruit_view .talk_box .logo_box ul li a .name {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_view .action_view .recruit_view .talk_box .logo_box ul li a .logo {
  width: 100%;
  height: 115px;
  border-radius: 20px;
  font-size: 21px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main_view .action_view .recruit_view .talk_box .logo_box ul li a .logo img{
  width: 90%;
  height: 90%;
}
.main_view .action_view .recruit_view .talk_box .list_box {
  height: 190px;
  margin-top:20px;
}
.main_view .action_view .recruit_view .talk_box .list_box ul {
  padding: 0 5px;
}
.main_view .action_view .recruit_view .talk_box .list_box ul li {
  margin-top: 15px;
}
.main_view .action_view .recruit_view .talk_box .list_box ul li:first-child {
  margin-top: 0;
}
.main_view .action_view .recruit_view .talk_box .list_box ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 25px;
}
.main_view .action_view .recruit_view .talk_box .list_box ul li a .bold {
  font-weight: 600;
}
.main_view .action_view .recruit_view .special_box {
  background-color: #f8f7f5;
  /*border: 1px solid #eeedeb;*/
  /*padding: 0 5px;*/
  height: calc(51px + 290px);
   margin-top: 10px;
}
.main_view .action_view .recruit_view .special_box .list_box {
  height: calc(100% - 45px);
  background: #fff;
  padding: 0px 2px;
}
.main_view .action_view .recruit_view .special_box .list_box ul {
  display: flex;
  flex-wrap: wrap;
}
.main_view .action_view .recruit_view .special_box .list_box ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-right: 10px;
  width: calc((100% - 1px - 10px * 2) / 3);
}
.main_view .action_view .recruit_view .special_box .list_box ul li:nth-of-type(3n) {
  margin-right: 0;
}
.main_view .action_view .recruit_view .special_box .list_box ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 5px;
  background-color: #f8f7f5;
  font-size: 17px;
  color: #666;
  font-weight: 400;
}
.article_list_view{
  background: white;
  /* margin-top:10px; */
}
.main_view .action_view .major_view {
  /*width: calc(965/(965 + 480) * 100%);*/
  width: calc(100% - 390px - 10px)
  /*background-color: #fff;*/
  /*border: 1px solid #eeedeb;*/
  /*padding: 0 5px;*/
  /* height: ; */
}
.main_view .action_view .major_view .all_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:10px;
}
.main_view .action_view .major_view .all_list .article_list_view {
  width: calc((100% - 10px) / 2);
  margin-top: 10px;
}
.main_view .action_view .major_view .all_list .article_list_view:nth-of-type(-n+2){
	margin-top: 0;
}
.main_view .action_view .major_view .all_list .article_list_view .list_1 {
  height: 290px;
}
.main_view .help_view {
  /* background-color: #fff; */
  margin-top: 30px;
}
.main_view .help_view .all_list {
  display: flex;
  flex-wrap: wrap;
  margin-top:10px;
}
.main_view .help_view .all_list .article_list_view {
  width: calc((100% - 1px - 10px * 2) / 3);
  margin-right: 10px;
  margin-top: 10px;
}
.main_view .help_view .all_list .article_list_view:nth-of-type(-n+3){
	margin-top: 0;
}
.main_view .help_view .all_list .article_list_view:nth-of-type(3n) {
  margin-right: 0;
}
.main_view .help_view .all_list .article_list_view .list_1 {
  height: 290px;
}
.main_view .links_view {
  margin-top: 25px;
}
.main_view .links_view ul {
  display: flex;
  flex-wrap: wrap;
}
.main_view .links_view ul li {
  /*width: calc((100% - 1px - 10px * 3) / 4);*/
  width: 285px;
  margin-right: calc((100% - 295px * 4) / 3);
  margin-top: 10px;
}
.main_view .links_view ul li:nth-of-type(4n) {
  margin-right: 0;
}
.main_view .links_view ul li a {
  display: flex;
  width: 100%;
  height: 90px;
  background-color: #fff;
}
.main_view .links_view ul li a img{
  width: 100%;
  height: 90px;
}
.main_view .footer {
  background-color: #383431;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  font-weight: 400;
  margin-top: 30px;
  line-height: 2;
}

