#news-info{
	width: 1300px;
	margin: -120px auto auto;
	position: relative;
	min-height: 500px;
	background-color: #fff
}.title_border{
	width: 40%;
	height: 170px;
	position: absolute;
	bottom: 0;
	right: 0
}.title_border h2{
	color: #fff;
	position: relative;
	font-family: dejavu_sansbold;
	width: 250px;
	font-size: 35px;
	text-align: center
}.Line{
	width: 2px;
	height: 370px;
	background-color: #f4d22a;
	position: absolute;
	left: 50%
}.news-info{
	max-width: 1200px;
	min-width: 320px;
	margin: auto;
	overflow: hidden
}.news-info .description{
	width: 68%;
	min-height: 500px;
	float: left;
	border-radius: 5px
}.news-info .description h1{
	font-size: 20px;
	color: #1a1a1a;
	font-family: Regular2;
	padding: 10px;
	margin-left: 0;
	text-align: left;
	position: relative
}.news-info .description h1::before{
	content: "";
	border-bottom: 3px solid #1876d6;
	border-radius: 10px;
	width: 60px;
	top: 35px;
	left: 10px;
	position: absolute;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}.news-info .description .img{
	width: 95%;
	margin: 10px;
	background-size: cover;
	background-position: center center
}.news-info .description p{
	font-size: 16px;
	line-height: 25px;
	color: #1a1a1a;
	padding: 5px;
	margin-left: 5px;
	font-family: dejavu_sansbook;
	text-align: left
}.news-info .description a{
	color: #ff4a4a
}.news-info .description ul{
	list-style: none;
	margin: 0;
	padding: 0
}.news-info .description ul li{
	width: 100%;
	border: 1px solid #fff;
	background-image: url('../img/icons/2705.png');
	background-repeat: no-repeat;
	background-position: 0 14px;
	font-size: 15px;
	font-family: dejavu_sansbook;
	cursor: pointer;
	padding: 10px 25px;
	margin-left: 10px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}.news-info .description ul li p{
	margin-left: 30px;
	color: #454246
}.news-info .rand{
	width: 30%;
	float: right
}.news-info .rand div{
	width: 100%;
	height: 78px;
	margin-top: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}.news-info .rand div img{
	width: 85px;
	height: 70px;
	float: left;
	padding: 5px;
	cursor: pointer
}.news-info .rand div h4{
	color: #333;
	text-align: left;
	line-height: 20px;
	margin-top: 0;
	font-family: dejavu_sansbook
}.news-info .rand div:hover{
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	opacity: .6
}@media only screen and (max-width:1220px){
	#news-info{
		width: 98%
	}
}@media only screen and (max-width:1000px){
	.news-info .description{
		width: 95%
	}.rand{
		display: none
	}
}@media only screen and (max-width:850px){
	#news-info{
		margin-top: -10px;
	width: 98%
	}.news-info .description .img{
		width: 100%
	}
}@media only screen and (max-width:600px){
	.news-info .description .img{
		width: 100%
	}
}