.article_list ul* {
    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;
}

.ir-banner_wrap img {
    width: 100%;
}

.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: 90%;*/
    height: 100%;
    margin: 0 auto;
    width: 1200px;
}

.menu_active_link a {
    color: #EE273A !important;
}

.location_wrap {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-bottom: 29px;
    padding-top: 19px;
    /*padding-left: 60px;*/
}

span.location_span_active {
    color: #EE273A;
}

/* ↑↑↑↑↑↑以上通用 */

/* 面包屑 */

img {
    display: block;
}

.social_banner {
    width: 100%;
    height: auto;
}

.social_banner img {
    width: 100%;
    height: auto;
}

.location_wrap span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.location_wrap span a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

span.location_span_active a{
    color: #D81C25;
}

.location_wrap {
    display: flex;
    padding-top: 12px;
    padding-bottom: 20px;
    /*padding-left: 60px;*/
}
.location_wrap_add{
    /*padding-left: 60px !important;*/
}

/* 主体内容 */

/* 左侧内容 */
.education_content_bg{
    width: 100%;
    background-color: white;
}
.education_content{
    display: flex;
    justify-content: space-between;
    /*padding: 0 60px 60px 60px;*/
}
.education_content .left_content{
    width: 880px;
}
/* 图片展示区 */
.content_image{
    display: flex;
    justify-content: space-between;
}
.content_image a{
    position: relative;
    width: 465px;
    height: 260px;
}
.content_image img{
    width: 465px;
    height: 260px;
}
.content_image .shade{
    top: 0;
    left: 0;
    width: 465px;
    height: 260px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.4),rgba(0,0,0,0.4), rgba(0,0,0,1));
    position: absolute;
}
.content_image .play{
    background-image: url(../images/education_play.png);
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
}
.content_image .text{
    position: absolute;
    bottom: 15px;
    margin: auto 0;
    font-size: 16px;
    color: white;
    font-weight: 700;
    width: 465px;
    text-align: center;
}

/* 文章列表 */
.article_list ul{
    /*border: 1px solid #EAEAEA;*/
    /*margin: 30px 0;*/
}
.article_list ul li{
    display: flex;
    /*justify-content: space-between;*/
    padding: 30px 0;
    /*margin: 0 30px;*/
}
.article_list ul li:nth-child(1){
    padding-top: 0;
}
.article_list ul li:nth-of-type(n+2){
    border-top: 1px solid #EAEAEA;
}
.article_list ul li .left_image{
    margin-right: 30px;
}
.article_list ul li .left_image img{
    width: 240px;
    height: 135px;
}
.article_list ul li .left_image .wrap{
    position: relative;
}
.article_list ul li .left_image .wrap .graywrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0;
}
.article_list ul li .left_image .wrap .graywrap img{
    width: 18%;
    height: auto;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.article_list ul li .right_text{
    flex: 1;
    position: relative;
}
.article_list ul li .right_text .text_title{
    color: #454545;
    font-size: 16px;
    font-weight: 700;
}
.article_list ul li .right_text a:hover .text_title{
    color: #D81C25;
    text-decoration: underline;
}
.article_list ul li .right_text .text_content{
    font-size: 14px;
    color: #6D6E71;
    margin-top: 15px;
}
.article_list ul li .right_text .text_time{
    position: absolute;
    bottom: 0;
    color: #999999;
    font-size: 14px;
}
/* 分页器样式 */

.patn {
    width: 700px;
    height: auto;
    margin: 0 auto;
}

.d-new-page {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 25px;
}

.page-prev, .page-next {
    width: 9px;
    height: 18px;
}

.page-prev {
    background: url(../images/page-prev.png) center no-repeat;
    float: left;
}

.page-next {
    background: url(../images/page-next.png) center no-repeat;
    float: right;
}

.page-prev:hover {
    background: url(../images/page-prev_1.png) center no-repeat;
}

.page-next:hover {
    background: url(../images/page-next_1.png) center no-repeat;
}

.page-prev, .page-next, .page-a, .page-span {
    line-height: 46px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 46px;
}

.page-a, .page-span {
    margin: 0 8px;
    font-size: 15px;
    color: #909396;
    background: url(../images/pages1.png) center no-repeat;
}

.page-a-on, .page-a:hover {
    background: url(../images/pages.png) center no-repeat;
    color: #fff;
}

/* 最新公告 */

.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: #454545;
    line-height: 20px;
  }
  .new_notice_content p:hover{
    color: #D81C25;
    text-decoration: underline;
}