			.news_hottop li{
				position: relative;
			}
			
			.news_hottop li .title{
				position: absolute;
				padding: 10px 0;
				background-color: rgba(0,0,0,0.6);
				color: white;
				font-size: 20px;
				width: 100%;
				bottom: 0;
				padding-left: 3%;
			}
			
			.new-pos{
				float: right;
				width: 32%;
			}
			
			.new-pos ul li{
				margin-bottom: 30px;
				padding: 4%;
				background: black;
				transition: all 0.7s;
			}
			
			.new-pos ul li:hover{
				background-color: #EC6818;
			}
			
			.new-pos ul li a{
				color: white;
			}
			
			.new-pos ul li a .time{
				padding-bottom: 30px;
			}
			
			.new-pos ul li a .title{
				padding-bottom: 30px;
				font-size: 20px;
				font-weight: bold;
				line-height: 1.7rem;
			}
			
			.new-pos ul li a .des{
				line-height: 1.6rem;
				min-height: 50px;
			}
			.news_lt .img {
			    float: left;
				width: 23%;
				margin-right: 2%;
			}
			
			.news_lt .img img{
				width: 100%;
				max-height: 126px;
			}
			
			.news_lt ul li a {
				transition: all 0.7s;
			}
			
			.news_lt ul li a p{
				transition: all 0.7s;
			}
			
			.news_lt ul li a .content{
				float: left;
				width: 75%;
			}
			
			.news_lt ul li a .content p{
				
			}
			
			.news_lt ul li a:hover{
				color: #EC6818;
				
			}
			
			.news_lt ul li a:hover .content p{
				color: #EC6818;
			}
			
			.con-tit{
				font-size: 20px;
				margin-bottom: 1%;
			}
			
			.con-description{
				line-height: 1.6rem;
				min-height: 50px;
			}
			
			@media screen and (max-width:1000px) {
				.con-tit {
				    overflow: hidden;
				    text-overflow: ellipsis;
				    white-space: nowrap;
				}
				.con-description {
				    line-height: 1.6rem;
				    min-height: 50px;
				    overflow: hidden;
				    text-overflow: ellipsis;
				    white-space: nowrap;
				}
			}