body {
	font-size:16px;
	font-family:"微软雅黑", "幼圆";
	line-height:220%;
	background: #f7f8f9;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none
}
a:hover {
	color:#900;
	text-decoration:underline
}
a:active {
	text-decoration:none
}
input, select {
	vertical-align:middle;
}
input, textarea {
	border:none;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.clear{ clear:both;}
.main {
	width:100%;
	max-width:1440px;
	margin:auto;
	clear:both;
}
.tip {
	background-color: #f7f9fa;
	border-bottom: 1px solid #eee;
}
.header {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:20px 0;
}
.header .search .search_box {
	border:2px solid #CB161F;
	display:flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
.header .search .search_box .input {
	padding:8px;
}
.header .search .search_box .button {
	background:#CB161F;
	color:#fff;
	padding:8px 20px;
	 -webkit-appearance : none ;
	 border:0;
	 border-radius:0;
}
.header .search .select {
	margin:5px 0 0 0;
	display:flex;
	align-items: center;
}
.header .search .select select {
	padding:5px;
	border:2px solid #CB161F;
	margin-right:10px;
	border-radius:0;
	height:37px;line-height:37px;
	color:#333333;
	background:#fff;
}
.menu {
	width:100%;
	background:#CB161F;
	clear:both
}
.menu ul {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.menu ul li {
	float:left;
	width:12.5%;
	text-align:center;
	padding:10px 0;
	position:relative;
}
.menu ul li::before {
background: #A40F17;
 content: '';
 width: 2px;
 height: calc(100% - 20px);
 position: absolute;
 left: 0;
 top: 10px;
 color: #fff;
}
.menu ul li:first-child::before {
 background:#CB161F
}
.menu ul li a {
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.header .tel{
color:#CB161F; font-size:20px; font-weight:bold;}
.position {
	margin:20px 0;
}
.footer {
	background:#393939;
	clear:both;
	text-align:center;
	color:#fff;
	padding:20px 0;
}
.index_content {
	margin:20px 0;
}
.index_content .item {
	width:calc(32% - 0px);
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	border:0px solid #f5f5f5;
	border-radius:10px;
	background:#fff;
}
.index_content .item:nth-child(3n) {
margin-right:0;
}
.index_content .item .title {
	padding:10px 10px 0 10px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-radius:10px 10px 0 0;
	border-bottom: 2px solid #CB161F;
}
.index_content .item .title h2 {
	background:#CB161F;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:5px 10px;
	border-radius:10px 10px 0 0;
}
.index_content .item .title span {
	padding:5px;
}
.index_content .item .title span a {
	background:#CB161F;
	border-radius:30px;
	color:#fff;
	padding:5px 20px;
	font-size:14px;
}
.index_content .item .list ul {
	padding:10px;
}
.index_content .item .text {
	padding:10px;
}
.index_content .item .text .sub_title {
	background:#f7f7f7;
	color:#CB161F;
	font-weight:bold;
	padding:2px 0;
}
.index_content .item .text .sub_array {
	display:block;
}
.index_content .item .text .sub_array .sub_item {
	display:flex;
}
.index_content .item .text .sub_array .sub_item .area {
	font-weight:bold;
	padding:0 10px 0 0;
}
.index_content .item .text .sub_array .sub_item .city {
	padding:0 10px;
}
.index_content .item .list li {
	position:relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #ccc;
}
.index_content .item .list li:hover {
	background:#F3F6F8;
}
.index_content .item .list li:last-child {
	border:0;
}
.index_content .item .list li::before {
content: '';
width: 5px;
height: 5px;
background: #333;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
margin-top: -2.5px;
}
.index_content .item .list li a {
	padding-left:10px;
	max-width: calc(100% - 100px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_content .item .list li span {
	width:90px;
	color:#888;
	font-family:sans-serif;
	text-align:right;
	word-break: keep-all;
}
.index_content .itemtop {
	width:66%;
}
.index_content .itemquick {
	margin:0;
}
.page_content .left {
	width:30%;
}
.page_content {
	margin:2% 0;
	width:100%;
	display:flex;	/* 设置主轴方向为垂直 */
	justify-content: flex-start; /* 子元素顶部对齐 */
	align-items: flex-start;
	align-items: stretch;
}
.page_content .left {
	background:#fff;
	width:21%;
	padding:2%;
}
.page_content .left .title {
	font-size:24px;
	font-weight:bold;
	padding:20px 0;
	border-bottom:4px solid #CB161F;
}
.page_content .left .item_category li {
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding:5px 5px;
}
.page_content .left .item_category li.hover{
	background:#f7f7f7;}
.page_content .left .item_category li h2 {
	font-size:16px;
}
.page_content .left .item_hot li {
	border-bottom: 1px solid #eee;
	padding:5px 0;
}
.page_content .left .item_hot li h2 {
	font-size:16px;
	font-weight:normal;
}
.page_content .right {
	background:#fff;
	width:70%;
	padding:2%;
	margin-left:2%;
}
.page_content .right .title {
	font-size:24px;
	font-weight:bold;
	padding:20px 0;
	border-bottom:4px solid #CB161F;
}
.page_content .right .search_title{
	background:#f7f7f7;}
	.page_content .right .search_title span{ padding:0 10px;}
.page_content .right .item_article li {
	border-bottom: 1px solid #eee;
	padding:5px 0;
}
.page_content .right .item_article li h2 {
	font-size:16px;
	font-weight:bold;
}
.page_content .right .item_article li h3 {
	font-size:16px;
	font-weight:normal;
}
.page_content .right .item_view h1 {
	font-size:18px;
	font-weight:bold;
	text-align: center;
	padding:20px;
}
.page_content .right .item_view h3 {
	padding:10px;
	background: #f7f7f7;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	display:flex;
	justify-content: center;
	align-items: center;
}
.page_content .right .item_view .content span{ text-wrap: wrap !important;}
.page_content .right .item_view h3 span {
	margin:0 20px;
	display:flex;
}
.page_content .right .item_view h3 span i {
	margin:0 10px;
}
.links{
border: 0px solid #f5f5f5;
    border-radius: 10px;
    background: #fff;
	padding:10px}
	.links h4{
	border-bottom: 2px solid #CB161F;}
	.links a{ margin-right:15px;}
@media (max-width:768px) {
.main{ padding:0 1%; width:98%;}
.header{ display:inline-block;}
.header .tel{ display:none;}
.header .search .search_box .input{ width:150px;}
.menu ul{display: inline-block; width:100%;}
.menu ul li{ width:33.333%;}
.menu ul li:nth-child(1){ display:none}
.menu ul li:nth-last-child(1){ display:none;}
.menu ul li::before {
    width: 90%;
    height: 3px;
    bottom: 0;
	top:auto;
	left:5%;
}
.tip{ display:none}
.logo img{ width:100%; margin-bottom:10px;}
.ad{ display:none;}
.index_content .item{ width:100%; margin-right:0;}
.index_content .itemtop{ width:100%;}
.index_content .itemquick{ display:none;}
.page_content .left{ display:none;}
.page_content .right{ width:100%; margin:0;}
.page_content .right .item_view h3 .hits{ display:none;}
.links{ display:none;}
.footer .p1, .footer .p2{ display:none;}
.footer .p3 span{ display:none;}
}