:root {
	--wzColor:#556FB5;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main {
	width: 1200px;
	margin:0 auto;
}	
.p-l-20 {
	padding-left: 20px;
}
.logo img{
	height: 60px;
    font-size: 0px;
    display: block;
}
.head{
	
}
.head .head1{
	line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
	padding:0 8px;
}
.nav li a {
	 text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #888888;
}
.nav li:hover span {
	background:var(--wzColor);
	color:#fff;
}
.nav .active{
	color:#FFFFFF;
	background:var(--wzColor);
}
/**/
.title {
	height: 50px;
	line-height: 50px;
}
.title .title-style{
    height: 50px;
    line-height: 50px;
	font-size: 24px;
	font-weight: 700;
	color:#333;
	padding-left: 15px;
}
.title .more{
	height: 20px;/*
	line-height: 22px;*/
}
.title .more img {
	width: 22px;
	height: 22px;
}
.title .more1 img {
	width: 30px;
	height: 30px;
}
.div1 {
	height: 120px;
}
.div1 img {
	width: 100%;
	height: 100%;
}
.div11 a {
	font-size: 20px;
	font-weight: 400;
	color:#333;
}
.div11 a:hover{
	text-decoration: none;
	color:#888;
}
.div2 {
	width: 200px;
}
.div2 img {
	width: 100%;
	height: 140px;
}
.div2 p,.div4 p{
	font-size: 20px;
	font-weight: 400;
	color:#555;
}
.div2 a:hover,.div4 a:hover{
	text-decoration: none;
}
.div4 {
	height: 140px;
}
.div4 img {
  width: 100%;
  height: 100%;
}
/*slide*/
/* 轮播的箭头 */
.arr-l {
	width: 40px!important;
    height: 40px!important;
	background-image: url('../images/arr-l.png');
    background-size: 100% 100%;
}
.arr-r {
	width: 40px!important;
    height: 40px!important;
	background-image: url('../images/arr-r.png');
    background-size: 100% 100%;
}
/* 特效 */
.hiddle_hover_show .hiddle_element{
    display: none;
}
.hiddle_hover_show:hover .hiddle_element{
    display: block;
}
/*li*/
.yd-list{
    padding-left: 0;
}
.yd-list li{
	height: 56px;
	overflow: hidden;
	margin:10px 0;

}
.yd-list li a{
    font-size: 20px;
    color:#555!important;
    line-height: 29px;
    padding-left: 39px;
    background: url(../images/xin.png) no-repeat left center;
}
.yd-list li a:hover{
     color:#0672B1!important;
}
/*底部*/
.index-title{
	height: 34px;
}
.index-title a{
    color:#999;
    font-size: 12px;
    float: right;
}
.index-title span{

    font-size:16px;
    font-weight: 500;
    color:var(--wzColor);
}
.friendLink{
   width:100%;
   display: flex;
   flex-wrap: wrap;
}
.friendLink a{
    font-size:12px;
    color:#767676;
    display: inline-block;
    margin-right:10px;
    border-right:1px solid #767676;
    padding-right:10px;
    margin-top:5px;
}
.footer{
	color: #888888;
	font-size:14px;
	padding-bottom:20px ;
	background-color: #E6E6E6;
}
/*列表页*/
/*面包屑*/
.breadcrumb {
	font-size: 14px;
	color: #999;
}
.breadcrumb a {
	color: #999;
	font-size: 14px;
}
.box1 {
	border-bottom: 10px solid var(--wzColor);
}
.list-m a {
	font-size: 24px;
	font-weight: 400;
	color:#333;
}
.list-m a:hover {
	color:#888;
	text-decoration: none;
}
.list-m span a {
	color:var(--wzColor);
	font-size: 20px;
	font-weight: 400;
}
.list-m p {
	font-size: 18px;
	font-weight: 400;
	color:#888;
}
/*分割线*/
.title1{
	margin:3px 0;
    border-bottom:1px dashed var(--wzColor);
}
/*分页*/
.pageTurn {}
.pageTurn ul {
	padding: 20px;
	text-align: center;
}
.pageTurn ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}

.pageTurn .page-item a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
}
.pageTurn .page-item a:hover {
	background-color: #eee;
	color:#888;
}
.pageTurn .active{
	color:#fff!important;
	background:var(--wzColor);
}
.more11 {
	width: 20px;
	height: 24px;
	background-color: var(--wzColor);
}
.div3-1 {
	width:300px;
}
.div3-1 img {
	width: 100%;
	height: 140px;
}
.div3-1 p,.div4 p{
	font-size: 20px;
	font-weight: 400;
	color:#555;
}
.div3-1 a:hover{
	text-decoration: none;
}