* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 3.7333vw;
  /* -webkit-filter: grayscale(100%);

-moz-filter: grayscale(100%);

-ms-filter: grayscale(100%);

-o-filter: grayscale(100%);

filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

_filter:none; */
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: Microsoft YaHei;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}

.oh {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.h2_title {
  display: block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  padding: 44px 0 35px 0;
}

.wx1200 {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.wx1420 {
  width: 1420px;
  height: 100%;
  margin: 0 auto;
}

.menu_active_link a {
  color: #EE273A !important;
}
.location_wrap {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding-bottom: 20px;
}
.location_wrap a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding-bottom: 20px;
}

span.location_span_active a{
  color: #D81C25;
}

/* ↑↑↑↑↑↑以上通用 */

/* 主体区域 */

.invest_education_bg {
  width: 100%;
}

.invest_education {
  /*background-color: white;*/
  /*padding: 20px 50px 60px 50px;*/
  /*padding: 0 40px;*/
  margin-top: 2px;
}
.invest_education_content{
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.invest_education_content .article {
  width: 880px;
}

.article_title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #454545;
  margin-bottom: 15px;
  text-align: center;
}

.article .time {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.article_content {
  margin-top: 20px;
  border-top: 1px solid #ECECEC;
  padding-top: 20px;
}
.article_content img {
  max-width: 100%;
  display: unset;
  height: auto !important;
}

.article_content p {
  font-size: 16px;
  color: #444444;
  text-indent: 2em;
  line-height: 28px;
  margin: 5px 0;
}

.article_content h2 {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin: 8px 0;
}

/* 下载附件 */

.download_appendix {
  display: flex;
  padding: 19px 20px;
  margin: 30px 0;
  justify-content: space-between;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.download_appendix .filename {
  font-size: 16px;
}
.download_appendix  a{
  color:  #6D6E71;
}
.download_appendix  a:hover{
  text-decoration: underline;
}
.download_appendix .operate {
  font-size: 14px;
  color: #666666;
}

/* 切换文章 */

.switch_article {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ECECEC;
  padding-top: 30px;
}
.switch_article p{
  font-size: 14px;
  color: #454545;
}
.last_article p{
  margin-left: 50px;
}
.switch_article .last_article,.switch_article .next_article {
  display: flex;
  justify-content: left;
  width: 398px;
  height: 65px;
  border: 1px solid #EAEAEA;
  padding: 23px 30px;
}
.switch_article .next_article{
  display: flex;
  justify-content: flex-end;
}
.switch_article a:hover .last_article,.switch_article a:hover .next_article{
  border: 1px solid #D81C25;
}
.switch_article a:hover .last_article p,.switch_article a:hover .next_article p{
  color:  #D81C25;
}
.switch_article .next_article img{
  margin-left: 50px;
}
.switch_article a:hover .last_article img{
  content: url(../images/page-prev_1.png);
}
.switch_article a:hover .next_article img{
  content: url(../images/page-next_1.png);
}

.aoun_add{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #454545;
  /*line-height: 20px;*/
}
.aoun_add:hover{
  color: #D81C25;
  text-decoration: underline;
}
/* 最新公告 */

.new_notice{
  width: 280px;
}
.new_notice_title{
  background-color: #F6F7F8;
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #454545;
  padding: 25px 0;
  text-align: center;
}
.new_notice_content{
  background-color: #F6F7F8;
}
.new_notice_content li{
  padding: 20px 0;
  margin: 0 20px;
  border-top: 1px solid#EAEAEA;
}
.new_notice_content .time{
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  padding-bottom: 15px;
}
.new_notice_content p{
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}