.list_news {
    margin-top:6px;
    position: relative;
    overflow: hidden; width:100%;
}
.list_news ul {
    width: 101.3%;
}
.list_news li {
    width:47%;
    margin-right:2%;
    padding-bottom: 55px;float: left;
}
.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:185px;
}
.list_news .date-box {
    display: block;
    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: 30px;
    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(../images/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{ float:none; width:100%; margin-right:0; padding-bottom:1.4rem;}
.list_news .stit{ font-size:1rem;}
.list_news .word{ font-size:0.8rem; margin-top:0.5rem; line-height:180%;}
.list_news .more{ font-size:0.7rem; line-height:180%;}

.ny {
    margin: 1rem 0;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 0.85rem;
    line-height: 200%;
}
.news_tit {
    font-size: 1.2rem;}

}