﻿.container_news {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.container_news * {
	font-size:16px;
}
.sidebar {
	flex: 0 0 300px;
	margin-right: 20px;
}
.sidebar-section {
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sidebar-section:first-child {
	margin-bottom:30px;
}
.sidebar-section:first-child li {
	height:40px;
	line-height:40px;
}
.sidebar h2 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #333;
	border-left: 3px solid #007bff;
	padding-left: 10px;
}
.sidebar ul {
	list-style: none;
}
.sidebar li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}
.sidebar a {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 5px 0;
	transition: color 0.3s;
}
.sidebar a:hover {
	color: #007bff;
}
.container_news .content {
	flex: 1;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.breadcrumb {
	color: #999;
	margin-bottom: 20px;
}
.breadcrumb a {
	color: #999;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #007bff;
}
.container_news .content h1 {
	font-size: 28px;
	margin: 40px 0;
	color: #333;
	text-align: center;
}
.container_news .content .con h2 {
	font-size: 18px;
	color: #004ea2;
	margin: 15px 0 10px;
}

.container_news .content .con h3 {
	font-size: 16px;
	color: #004ea2;
	margin: 15px 0 10px;
}

.container_news .content .con p {
	margin-bottom: 20px;
}
.container_news .content .con img{ max-width:90%;}

.con blockquote{background: #f5f5f5;
    padding: 10px;}
.container_news .content .con ol {
	margin-left: 20px;
	margin-bottom: 15px;
}
.container_news .content .con li {
	margin-bottom: 8px;
}

.container_news .content .prenext{ margin-top:60px;  clear:both; height:30px;}
.container_news .content .prenext li:first-child{ float:left;}
.container_news .content .prenext li:last-child{ float:right;}
.container_news .content .prenext li span{ font-weight:bold}


.container_news .content .tags{margin-top:20px;  clear:both;  }
.container_news .content .tags a::after {
	content: ',';
margin-left: 4px; }
.container_news .content .tags a:last-child::after {
	content: ''; }
.container_news .content .tags span{ font-weight:bold;color:#004ea2}
.container_news .content .relnews{ margin-top:20px; clear:both;  }
.container_news .content .relnews h2{ font-size:20px; height:30px; line-height:30px; margin-bottom:10px; color:#004ea2}
.container_news .content .relnews li{ border-bottom:1px dashed #ccc; width:45%; float:left; height:30px; line-height:30px;}
.container_news .content .relnews li:nth-child(2n){ margin-left:10%;}
/*列表页*/	
		 .item {
	border-bottom: 1px dashed #e9e9e9;
	padding: 20px 0;
}
.item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.item-title a, .item-title a:link {
	font-size: 22px;
	color:#222;
}
.item-date {
	color: #666;
}
.item-content {
	line-height: 1.6;
}
.item-content a, .item-content a:link {
	color: #666;
}



	
		
	/*分页*/
	 .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #004ea2;
  border: 1px solid #004ea2;
}
.pagination a.page-num-current {
  color: #fff;
  background: #004ea2;
  border: 1px solid #004ea2;
}



 @media (max-width: 1366px) {
 .container_news {
max-width: 1200px;
}
 .item-title a, .item-title a:link {
 font-size: 20px;
}
        /* 响应式布局，手机端下侧边栏和内容块上下排列 */
        @media (max-width: 768px) {
 .container_news {
 flex-direction: column;
}
 .sidebar {
 flex: 1;
 margin-right: 0;
 margin-bottom: 20px;
}
 .item-header {
 flex-direction: column;
 align-items: flex-start;
}
 .item-date {
 margin-top: 5px;
}



.container_news .content .prenext{ margin-top:60px;  clear:both; height:60px;}
.container_news .content .prenext li:first-child{ float:none}
.container_news .content .prenext li:last-child{  float:none}
.container_news .content .prenext li span{ font-weight:bold}


.container_news .content .tags{margin-top:20px;  clear:both;  }
.container_news .content .tags span{ font-weight:bold;color:#004ea2}
.container_news .content .relnews{ margin-top:20px; clear:both;  }
.container_news .content .relnews h2{ font-size:20px; height:30px; line-height:30px; margin-bottom:10px; color:#004ea2}
.container_news .content .relnews li{ border-bottom:1px dashed #ccc; width:100%; float:none; height:30px; line-height:30px;}
.container_news .content .relnews li:nth-child(2n){ margin-left:0;}



.hidden-sm{ display:none}
}
