.list_news {
    margin-top:6px;
    position: relative;
    overflow: hidden; width:100%;
}
.list_news ul {
    width: 101.3%;
}
.list_news li {
    width: 32%;
    margin-right: 1.3%;
    padding-bottom:0px;float: left; padding-bottom:35px; min-height:420px;
}
.list_news_home li {
    width: 90%;
overflow: hidden;
margin: 0px auto; padding-bottom:35px;
}
.list_news li:nth-child(3),.list_news li:nth-child(6),.list_news li:nth-child(9),.list_news li:nth-child(12){ margin-right:0;}
.list_news li .img {
    display: block;
    position: relative;
    overflow: hidden;
}
.list_news li:hover img{-webkit-transform: scale(1.10) ; -moz-transform: scale(1.10); transform: scale(1.10);}

.list_news .img img {
    width: 100%;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s; height:220px;
}
.list_news .date-box {
    display: none;
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    text-align: center;
    padding-top: 9px;
    font-weight: bold;
    color: #fff;
}
.list_news .date-box .day {
    line-height: 38px;
    font-size: 38px;
    font-style: italic; font-family:myfonts
}
.list_news .date-box .year {
    line-height: 22px;
}
.list_news .date-box  .lab {
    display: block;
    line-height: 24px;
    text-align: center;
    background-color: #ea5a25;
    font-family: "Arial";
    text-transform: uppercase;
}
.list_news .cont {
    padding-top: 20px;
}
.list_news .stit {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 36px;
}
.list_news .stit a {
    color: #000;
}
.list_news li:hover .stit a {
    color: #f39624;
}
.list_news .word {
    display: block;
    line-height: 24px;
    font-size: 14px;
    margin-top: 13px;
}
.list_news  .word a {
    display: inline-block;
    color: #666;
}
.list_news .more {
    display: inline-block;
    line-height: 30px;
    margin-top: 15px;
    padding-right: 20px;
    background: url(../image/ico_18.png) no-repeat right center;
    font-size: 14px;
    color: #ea5a25;
}
.ny {
margin-top:0px; margin-bottom:0px;
    color: #444444;
    font-size: 14px;
    line-height: 30px;
}

.news_tit{font-family:"微软雅黑"; font-size:22px; font-weight:bold;padding-bottom:0px; padding-top:0px; margin-bottom:10px; border-bottom:#e9e9e9 1px dotted; text-align:center; color:#333}
#contentpage{ line-height:28px; font-size:14px; color:#666666}

@media (max-width:1000px) {
.list_news li{ width:100%; float:none; padding-bottom:1.1rem; min-height:inherit}
.list_news .stit{ font-size:1.2rem}
.list_news  .word a{ font-size:0.85rem;}
}