.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;
}
.new-content .new-list{
    width:800px;
    display:inline-block
}
.new-content .new-list li{
    padding:20px 10px;
    border-bottom:1px dotted #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; */
    transition: all .36s ease-out 0s;
	font-weight:bolder;
	color:#666
}
.container_header {
	padding: 48px 0 27px 0;
	margin-bottom:10px;
	font-weight:bold;
	letter-spacing:1px;
    text-align: left !important;
	
	border-bottom: 1px solid #efefef;
}
.container_header .title {
    margin: 0;
    font-size: 18px !important;
    color:#333 !important;
	margin-bottom:30px;
}
.container_header span{
    font-size: 14px !important;
    color: #999 !important;
	font-weight:normal !important;
	float:left
}
.container_header small{
	font-size: 14px !important;
    color: #999 !important;
	font-weight:normal !important;
	float:right
}
.new-content p{
	color:#666
}
.hot .new-tit{
	font-weight:normal !important;
}
.hot .new-des{
	font-size:12px !important;
}
.new .new-tit{
	font-weight:normal !important;
}
.new .new-des{
	font-size:12px !important;
}
i{
    color:#999;
}
.new-date{
    /*margin-left: 20px;*/
    float:right;
    margin-right:20px;
	color:#333;
}
.new-des{
    font-size:14px;
    line-height:26px;
    margin-top:20px;
    color:#999;
    transition: all .36s ease-out 0s;
}
.border-none{
    border:none !important;
}
.new-content{
    margin-bottom:70px;
}
.page{
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}
.page a{
	color:#156cb7;
	font-size:14px;
}
.hot{
    float: right;
    width: 340px;
    margin-left:30px;
    border:1px solid #eee;
}
.hot-tit{
    border-bottom:1px solid #eee;
    width:88%;
    margin:0 auto;
    padding:10px 0;
    font-size:16px;
}
.hot-tit i{
    color:#156cb7
}
.hot-tit span{
    line-height:30px;
    margin-left:10px;
}
.hot-list{
    width:90%;
    margin: 0 auto;
}
.hot-list .new-tit{
    font-size:14px; 
}
.hot-list li{
    padding: 20px 10px 15px;
    border-bottom:1px dotted #eee;
    cursor:pointer;
}
.hot-list .new-des{
    margin-top:10px
}
