*{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}
/*@media screen and (max-width:1440px){
html{font-size:80px}
}*/
html{font-size:80px}
.news_list{
	width: calc( 46% - 20px );
    /*margin-left:50px;*/
    float: right
}
.news_list ul li{
	width: 95%;
	height: .63rem;
	padding: .25rem 1.5%;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px 
			rgba(180, 180, 180, 0.75);
    margin-bottom:.2rem;
    /*border-bottom: #404040 3px solid;*/
}
.news_list ul li span{
	display: block;
	text-align: right;
	line-height: .25rem;
}
.news_list ul li a{
	display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -moz-box-align:center;
        -ms-flex-align:center;
        align-items:center;
}
.news_list ul li .news_time2{
	width: .8rem;
	height: .55rem;
	font-size: .18rem;
	color: #434343;
	margin-right: .2rem;
	padding-right: .1rem;
	border-right: .01rem solid #dedede;
}
.news_time2 .date{
	font-size: .24rem;
	color:#434343;
	margin-bottom: .05rem;
	font-weight: bold;
}
.news_list ul li p{
	max-width: calc(100% - 1.3rem);
	font-size: .20rem;
	line-height: .31rem;
	color: #434343;
	max-height: .6rem;
	overflow: hidden;
}
.news_list ul li:hover p{
	color: #07298d;
}