.img-l{
    float:left;
    transition: all .3s ease-out 0s;
}
.txt-r{
    float:left;
    margin-left:40px;
    width:620px;
    padding: 20px 0;
}
.img-l img{
    width:340px;
    height:200px;
}
.new-content{
    width:1200px;
    margin:0 auto;
    color:#666;
}
.new-content ul li{
    padding:20px 0;
    border-bottom:1px soild #eee;
    transition: all .36s ease-out 0s;
    visibility: visible; 
    animation-name: fadeInUp;
    cursor:pointer;
}
.new-tit{
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0px 1px 0px #c0c0c0;
    color:#000
}
.new-s-tit{
    font-size: 14px;
    margin-top: 10px;
	color:#333;
}
.new-des{
    font-size:14px;
    line-height:26px;
    margin-top:20px;
	color:#333;
}
.border-none{
    border:none !important;
}
.new-content{
    margin-bottom:70px;
}
.page{
	margin-top: 20px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}
.page a{
	color:#156cb7
}