* {
	padding: 0;
	margin: 0;
}
.title_in {
	width: 100%;
	text-align: center
}
.title_in h1 {
	font-size: 30px;
	position: relative;
	font-weight: 100;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase
}
.title_in h1:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #f3004a;
	bottom: 0;
	left: 50%;
	margin-left: -15px
}
.title_in h4 {
	font-size: 18px;
	color: #999;
	font-weight: 400
}
.menu_in {
	text-align: center;
	margin-top: 40px
}
.menu_in ul li {
	list-style: none;
}
.menu_in a {
padding: 10px 30px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #f1f1f1;
    margin: 0 5px;
    border-radius: 20px;
    transition: all 0.3s;
}
.menu_in a.cur, .menu_in a:hover {
	background:#c7020b;
    color: #fff;
    border: 0;
    border: 1px solid #f3004a;
}
.news_in {
	float: left
}
.news_in a {
	text-decoration: none;
	color: #333;
}
.news_in img {
	border: none
}
.news_in .menu_in {
	margin-bottom: 40px
}
.news_in .list {
	margin: 30px auto
}
.news_in .list dl {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 15px
}
.news_in .list dl dt {
	width: 100%;
	height: 194px;
	overflow: hidden;
	margin-bottom: 10px
}
.news_in .list dl dt img {
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.4s
}
.news_in .list dl dt a:hover img {
	transform: scale(1.1)
}
.news_in .list dl dd {
	position: relative;
	margin-bottom: 20px
}
.news_in .list dl dd a {
	display: block;
	padding: 10px 10px 10px 0;
	transition: all 0.3s
}
.news_in .list dl dd .date {
	position: absolute;
	left: 0;
	top: 18px;
	width: 60px;
	font-size: 12px;
	color: #666;
	text-align: center
}
.news_in .list dl dd .date p {
	font-size: 20px
}
.news_in .list dl dd .text {
	padding-left: 76px;
	position: relative;
}
.news_in .list dl dd .text:after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	background: #e5e5e5;
	left: 60px;
	top: 0;
	z-index: 1
}
.news_in .list dl dd .text:before {
	content: '';
	width: 2px;
	height: 10px;
	position: absolute;
	background: #f3004a;
	left: 60px;
	top: 0;
	z-index: 2;
	transition: all 0.3s
}
.news_in .list dl dd .text h4 {
	font-size: 14px;
	font-weight: inherit;
	color: #333;
	padding-bottom: 5px;
	transition: all 0.3s
}
.news_in .list dl dd .text p {
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 12px
}
.news_in .list dl dd a:hover {
	box-shadow: 0 0px 20px #ddd
}
.news_in .list dl dd a:hover h4 {
	color: #f3004a
}
.news_in .list dl dd a:hover .text:before {
	height: 100%
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}
