/* 新闻中心 */
#newsBox {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* background: #efefef; */
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}
#newsBox .borderBox {
	padding: 20px;
	height: 445px;
	border: 2px solid #eee;
	border-top: 2px solid #a40500;
}
#newsBox .borderBox .new_box_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	border-bottom: 2px solid #eee;
}
#newsBox .borderBox .scrollBox {
	overflow-y: scroll;
	height: 370px;
	-ms-overflow-style: none;  /* IE*/
	overflow: -moz-scrollbars-none; /* FireFox */
	scrollbar-width: none; /* firefox */
}
#newsBox .borderBox .scrollBox::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
#newsBox .borderBox .new_box_msgData {
	margin-top: 20px;
}
#newsBox .borderBox .new_box_msgData_top {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#newsBox .borderBox .new_box_msgData_top .tag {
	margin-right: 5px;
	white-space: nowrap;
	color: #D61E36;
	font-weight: bold;
}
#newsBox .borderBox .new_box_msgData_top .tag_right {
	margin-right: 5px;
	white-space: nowrap;
	color: #a40500;
}
#newsBox .borderBox .new_box_msgData_top .newTitle_right {
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	text-decoration: none;
}
#newsBox .borderBox .new_box_msgData_top .newTitle_right:hover {
	color: #a40500;
}
#newsBox .borderBox .new_box_msgData_top .newTitle {
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#newsBox .borderBox .new_box_msgData_top .newTitle:hover {
	color: #D61E36;
}
#newsBox .borderBox .new_box_msgData_msg {
}
#newsBox .borderBox .new_box_msgData_msg .newMsg {
	margin-top: 8px;
	color: #555;
	line-height: 20px;
}
#newsBox .borderBox .new_box_top .new_box_top_title {
	margin-bottom: 8px;
	font-size: 22px;
	color: #a40500;
	font-weight: bold;
}
#newsBox .borderBox .new_box_top .new_box_top_more {
	font-size: 16px;
	color: #a40500;
	cursor: pointer;
}
#newsBox .borderBox .new_box_top .new_box_top_more a {
    color: #a40500;
}
#footer-copyright {
    background: #2f2f2f!important;
}
#footer-copyright div{
    color: #fff;
}
#footer-copyright .container {
    padding-right: 0!important;
}