
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none;-webkit-appearance: none; } /* 使得表单元素在 ie 下能继承字体大小 */
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

/* button:hover{
	box-shadow: 0 5px 30px rgba(0,0,0,0.2) inset;
} */

html{
	font-size: 20px;
	height: 100%;
	background: #fff;
}
.clearfix::after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}
.float_l{
	float: left;
}
.float_r{
	float: right;
}


.newslist1_r{
	width:1200px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding:1.5rem 0rem;
}
.newslist1_tab p span{
	vertical-align: middle;
	font-size: .9rem;
	color: #595757;
	display: inline-block;
	box-sizing: border-box;
	padding:1.9rem 0;
}
.newslist1_tab p:nth-of-type(1){
	border-bottom: 1px solid #d6d5d5;
}
.newslist1_tab p img{
	vertical-align: middle;
}
.newslist1_r_list{
	width: 100%;
	font-size: 0;
	margin-bottom: 2.6rem;
}
.newslist1_r_l{
	display: inline-block;
	width:40%;
	overflow: hidden;
}
.newslist1_r_l img{
	width: 100%;
	transition: .5s; border:solid 2px #ccc; max-height:290px;
}
.newslist1_r_l:hover img{
	transform: scale(1.1);
	vertical-align: top;
}
.newslist1_r_r{
	width:60%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left:3.3rem;
}
.eye{
	display: inline-block;
	width: 150px;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	padding-left:18px;
	background: url('../images/event_icon2.png')no-repeat left 4px;
}

.eye1{
	display: inline-block;
	width: 50px;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	padding-left:22px;
	background: url('../images/event_icon3.png')no-repeat left;
}
.newslist1_r_r h1{
	font-size: 1rem;
	color: #717071;
	margin-bottom: .7rem;
	line-height: 1.5;
}

.newslist1_r_r:hover h1{ color:#557AA2}



.newslist1_r_r h6{
	color: #b3b4b4;
	font-size: .7rem;
	margin-bottom:40px; margin-top:40px
}
.newslist1_r_r p{
	color: #808081;
	font-size: .75rem;
	line-height: 1.73rem;
	text-indent: 0rem;
	max-height:110px;
	overflow: hidden;
}
