﻿@charset "utf-8";
* {margin: 0;padding: 0;}
body {
    color: #333;
    font-family: "微软雅黑"!important;
    font-size: 12px;
}
body{overflow-x: hidden;}
p, li, div {line-height: 24px;}
ul, ol, li, dl, dt, dd {list-style: none;}
img, a img {border: 0px;}
a {
	cursor: pointer;
    color: #333;
    text-decoration: none!important;
}
a:hover {
    color: #8e3438;
    text-decoration: none!important;
}
/*导航*/
.headerBox{
	width: 100%;
	height: 162px;
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#ffffff), to(#e4e4e4));
	background: -webkit-linear-gradient(180deg, #ffffff, #e4e4e4);
	background: -moz-linear-gradient(180deg, #ffffff, #e4e4e4);
	background: -o-linear-gradient(180deg, #ffffff, #e4e4e4);
	background: linear-gradient(180deg, #ffffff, #e4e4e4);
}
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
.w_1200:after{
    content:'.';
    height:0;
    visibility:hidden;  
    display:block;
    clear:both;
}
.logoBox{
	float: left;
	margin-top: 30px;
}
.logoBox:after{
	content:'.';
	height:0;
	visibility:hidden;  
	display:block;
	clear:both;
}
.logo_l{
	float: left;
	width: 100px;
	height: 100px;
}
.logo_l img{
	width: 100%;
	height: 100%;
}
.logo_r{
	float: left;
	margin-left: 14px;
}
.logo_r .logo_t{
	width: 264px;
	height: 46px;
	margin-top: 10px;
}
.logo_r .logo_t img{
	width: 100%;
	height: 100%;
}
.logo_r .logo_b{
	font-size: 16px;
	text-align: left;
	color: #333333;
	margin-top: 10px;
}
.menuBox{
	float: right;
}
.search{
	width: 365px;
	/*height: 46px;*/
	background: #ffffff;
	margin-top: 44px;
	position: relative;
}
.search #neirong{
   	border: none;
    box-sizing: border-box;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    height: 46px;
    line-height: 46px;
    outline: none;
    padding: 0 40px 0px 15px ;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.search #searchImg{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 12px;
}
.content{
	width: 100%;
}
.banner{
	width: 100%;
	line-height: 0px;
}
.banner img{
	width: 100%;
	line-height: 0px;
}
/*导航菜单*/
#navul{
	float: right;
	margin-top: 22px;
}
#navul:after{
	content:'.';
	height:0;
	visibility:hidden;  
	display:block;
	clear:both;
}
#navul li{
	float:left;
	position:relative;
}
#navul li a{
	color:#333; 
	font-size:16px; 
	display:block; 
	height:30px; 
	line-height: 30px;
	padding: 0 15px;
	text-align:center;
}
#navul li a .caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    color: #bbb;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
#navul .navmoon{
	background:#8e3438;
}
#navul .navmoon a{
	color:#fff;
}
#navul .navmoon a .caret{
	color: #fff;
}
#navul li ul{
	display:none;
	position:absolute;
	left:0px;
	top: 30px;
	z-index:9999999;
	padding: 10px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
}
#navul .navmoon ul{
	display:block;
}
#navul li ul li{
	float:none;
	border-bottom: 1px solid #EEEEEE;
}
#navul li ul li:nth-last-child{
	border-bottom: 0px solid #EEEEEE;
}
#navul .navmoon ul li a{
	display:block;
	width:120px;
	background:#fff;
	font-size: 12px;
	text-align: left;
	padding: 0px 6px;
	color: #8e3438;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#navul li.navmoon ul a:hover{
	color:#fff;
	background:#8e3438;
}
#navul .active{
	color: #fff;
	background: #8e3438;
}
#navul .active .caret{
	color: #fff;
}
/*页脚*/
.footer{
	color: #fff;
	width: 100%;
	background: #8e3438;
}
.footer .links{
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
}
.footer .links li{
	float: left;
	cursor: pointer;
	width: 15%;
	margin:10px 2% 10px 0px;
	/*height: 48px;*/
	overflow: hidden;
	word-break: break-all; 
	display: -webkit-box; 
	-webkit-line-clamp:1; 
	-webkit-box-orient: vertical; 
}
.footer .links li:nth-child(6n){
	margin-right: 0%;
}
.footer .links li a{
	color: #fff;
}
.footer .links:after{
  content:'.';
  height:0;
  visibility:hidden;  
  display:block;
  clear:both;
}
.footer  .footer_b{
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #671f22;
}
/*人员列表*/
.personnel_list{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.personnel_list:after{
  content:'.';
  height:0;
  visibility:hidden;  
  display:block;
  clear:both;
}
.personnel_list li{
	width: 32%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 2%;
}
.personnel_list li:nth-child(3n){
	margin-right: 0px;
}
.personnel_list li img{
	width: 160px;
	height: 220px;
	margin: 0 auto;
}
.personnel_list li .name{
	font-size: 20px;
	color: #333333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.personnel_list li .title{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*列表1*/
.retrieval{
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	margin-top: 20px;
	text-align: left;
	color: #333333;
	border-bottom: 1px solid #cccccc;
}
.retrieval img{
	width: 8px;
	margin: 0 5px -2px;
}
.retrieval span{
	color: #8e3438;
}
.newBox{
	width: 100%;
	margin-bottom: 40px;
}
.newBox:after{
  content:'.';
  height:0;
  visibility:hidden;  
  display:block;
  clear:both;
}
.new_l{
	float: left;
	width: 800px;
}
.new_list{
	width: 100%;
	margin-bottom: 40px;
}
.new_list li{
	display: flex;
	cursor: pointer;
	margin: 15px 0px;
}
.new_list .spot_icon{
	width: 5px;
	height: 5px;
	background: #8E3438;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.new_list .text{
	flex: 1;
	font-size: 14px;
	text-align: left;
	color: #333333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_list .time{
	margin-left: 20px;
	width: 80px;
	font-size: 14px;
	font-family: Source Han Sans CN, Source Han Sans CN-Normal;
	font-weight: Normal;
	text-align: right;
	color: #999999;
}
.classification{
	float: right;
	margin-right: 30px;
	box-sizing: border-box;
	padding: 30px 0px;
	width: 230px;
	margin-top: -30px;
	background: #8e3438;
	/*overflow: hidden;*/
}
.classification:after{
  content:'.';
  height:0;
  visibility:hidden;  
  display:block;
  clear:both;
}
.classification .title{
	margin-right: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	font-family: Noto Serif CJK SC, Noto Serif CJK SC-Bold;
	text-align: right;
	color: #ffffff;
}
.classification ul{
	width: 180px;
	float: right;
	margin-right: -10px;
}
.classification ul li{
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	height: 45px;
	color: #3d3d3d;
	line-height: 45px;
	margin-bottom: 5px;
	opacity: 0.6;
	color: #fff;
	padding-right: 40px;
	padding-left: 10px;
	text-align: right;
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-family: Noto Serif CJK SC, Noto Serif CJK SC-Bold;
}
.classification ul .yiru{
	background: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28); 
	color: #8e3438;
	opacity: 1;
}

/*分页*/
.paging{
	margin:0px  auto 20px; 
	width:100%; 
}
.paging:after{
    content:'.';
    height:0;
    visibility:hidden;  
    display:block;
    clear:both;
}
.jg_fenye_le{
	width:auto; 
	text-align: center;
	margin: 0 auto; 
	float:left;
	font-size:14px; 
	color:#000; 
	line-height:45px;
}
.jg_fenye_le1{
	padding: 10px ;
	margin-right:12px; float:left; 
	text-align:center;font-size:14px; 
	color:#606266;
}
.jg_fenye_le1:hover{
	background:url(../img/onrn.png) no-repeat; 
	color:#8b6445;
}
.jg_fenye_le1_h{
	background:url(../img/onrn.png) no-repeat; 
	color:#8e3438;
}
.jg_fenye_le2{
	padding: 10px ;
	margin-right:12px; 
	float:left; text-align:center;font-size:14px; 
	color:#8b6445; 
}
.jg_fenye_le3{
	width:4px; 
	padding: 10px;
	margin-top: 10px; 
	margin-right:2px; 
	float:left; 
	background:url(../img/left.png) no-repeat;
	background-size: 50%; 
	text-align:center;
	font-size:14px; 
	color:#000;
}
.jg_fenye_le4{
	width:4px; 
	padding: 10px;
	margin-top: 10px; 
	margin-left:4px; 
	float:left; 
	background:url(../img/right.png) no-repeat;
	background-size: 50%; 
	text-align:center;
	font-size:14px; 
	color:#000; 
}
.page_number{
	float: left;
	margin-right: 12px;
	width: 60px;
	margin-top: 5px;
	text-align: center;
	height: 28px;
	border: 1px solid #dcdfe6;
	border-radius: 3px;
    outline: none;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
/*新闻详情*/
.details{
	width: 100%;
	color: #333333;
}
.details .title{
	margin-top: 30px;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
}
.details .time{
	margin: 20px 0px;
	font-size: 14px;
	text-align: center;
	color: #999999;
}
.details .rich_text{
	width: 100%;
	margin-bottom: 40px;
}
.details .rich_text img{
	width: 100%;
}
.details .rich_text .rich_img{
	width: 50%;
	margin-left: 25%;
}  
.details .rich_text .describe{
	font-size: 12px;
	margin: 20px 0px 40px;
	text-align: center;
}  
.details .rich_text .describe2{
	font-size: 14px;
}
.details_new_list .text{
	color: #8e3438;
}
