.index_news{ margin:10px 0; width: 100%; padding:20px 0;}
.index_news .index_news_title{width: 100%; overflow: hidden; margin: 80px 0; text-align: center}

.index_news_list{width: 100%; overflow: hidden; }
.index_news_list ul.index_news_item {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 13px;
    display: none;
}

.new_li {
    width: 100%;
    overflow: hidden;
    border-bottom: #eee dashed 2px;
    padding-bottom: 20px;
    list-style-type: none;
    margin-bottom: 20px;
    position: relative
}
.new_li:last-child{
    border-bottom: none;
}
.new_time {
    float: left;
    overflow: hidden;
    margin-right: 50px;
    margin-top: 4px
}

.M_D {
    font-size: 38px;
	line-height:40px;
    color: #c30d23
}

.year {
    font-size: 25px;
	line-height:28px;
    text-align: right;
    color: #666
}

.new_zw {
    width: 70%;
	float:left;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 0
}

.new_title {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    font-weight: bolder;
}

.new_info {
    font-size: 15px;
    color: #aaa;
    margin-bottom: 10px;
    overflow: hidden;
}

.new_more {
    position: absolute;
    right: 10px;
    top: 10px;
}



@media (max-width:767px){
.index_news .index_news_title{margin: 20px 0;}
.title_img div{ font-size:25px; line-height:30px; padding-bottom:5px;}
.new_time{ margin-right:15px;}
.M_D {font-size: 20px; line-height:22px;}
.year{font-size: 16px; line-height:20px;}
.new_title{ font-size:15px; margin-bottom:0;}
.new_zw{margin-top:5px; width:65%;}
.new_info{ font-size:13px;}
.new_li{ padding-bottom:10px; margin-bottom:10px;}
.new_more{ right:0; width:15%;}
.new_more img{width:100%;}
}
#index_news_animate1,#index_news_animate1-1{

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-delay: .2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}