﻿@charset "utf-8";
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
/* 主轴居中 */
.flex-zCenter {
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/* 主轴两端对齐 */
.flex-zBetween {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* 主轴end对齐 */
.flex-zEnd {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
/* 主轴start对齐 */
.flex-zStart {
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
/* 侧轴居中 */
.flex-cCenter {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 侧轴start对齐 */
.flex-cStart {
	-webkit-box-align: start;
	-moz-align-items: start;
	-webkit-align-items: flex-start;
	align-items: start;
}
/* 侧轴底部对齐 */
.flex-cEnd {
	-webkit-box-align: end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex-column {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex-zAround {
	-webkit-box-pack: justify;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.border{
	border: 1px solid red;
}
.contact-txt{
	font-size:16px;
	color: #333333;
}
.news-phone .year{
	font-size: 16px;
	color: #666;
	margin: 6px 0 15px;
}
.news-phone .date{
	font-size: 18px;
	color: #222;
}
.news-phone .title{
	font-size: 20px;
	color: #222;
}
.news-phone .news-content{
	line-height: 24px;
	font-size: 14px;
	color: #888;
	margin-top: 20px;
	max-height: 72px;
}
.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-phone .over{
	text-overflow: ellipsis;
}
.l-30{
	line-height: 30px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.box-title{
	height: 30px;
	font-size: 21px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
}
.mar-right10{
	margin-right: 10px;
}
.v{
	width: 100%;
	float: left;
}
.blank50{
	width: 100%;
	float: left;
	height: 50px;
	background-color: #F8F8F8;
}
.lookMore{
	position: absolute;
	right:3%;
	top:30%;
	font-size:15px;
	color: #333333;
	line-height: 40px;
	font-weight:500;
	cursor: pointer;
	min-width: 100px;
	text-align: right;
}
.txt-hover:hover{
	color: #BF0F1C;
	cursor: pointer;
}
.bg-hover:hover{
	background-color: #BF0F1C;
	cursor: pointer;
}
.underLine{
	text-decoration: underline;
}
.null-box{
	width: 520px;
	height: 310px;
}
.idx-wrap{
	width:80%;
}
.i-full{
	max-width:100%;
	height: 40%;
}
.idx-item:hover{
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.ywItem{
	width: 144px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #555;
	background-color: #f1f1f1;
	border-radius: 4px;
	margin: 3px 0.5%;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
.tab-on{
	background-color: #BF0F1C;
	color: white;
}
.fs12{
	font-size: 12px;
}
.fs13{
	font-size: 13px;
}
.grey{
	color: gray;
}
.mar-left10{
	margin-left: 10px;
}
.mar-left15{
	margin-left: 15px;
}
.mar-left20{
	margin-left:20px;
}
.flex-wrap{
	flex-wrap: wrap;
}
.mar-right20{
	margin-right: 20px;
}
.code-img{
	position: absolute;
	top:5px;
	right: 10%;
}
