
.sub-banner{
	width: 100%;
	height: 480px;
}
.sub-banner img{
	width: 100%;
	    height: 480px;
	    overflow: hidden;
		object-fit: cover;
}

.content{
	width: 100%;
	background: white;
	margin: 0 auto;
	min-height: 420px;
    background: url(../images/mainBotBg1.png) no-repeat center bottom;
	background-size:contain;
	padding-bottom:260px;
}
.path{
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	background: url(../images/home.png) no-repeat 0 center;
	padding-left: 20px;
	color: #4b4b4b;
	font-size: 14px;
	font-family: "微软雅黑";
}
.path a{
	color: #4b4b4b;
}
.listTab{
	width: 100%;
	margin-top: 8px;
}
.listTab span{
	padding:0 12px;
	font-family: "microsoft yahei";
	display: inline-block;
	line-height: 36px;
	cursor: pointer;
	margin: 0 5px;
	color: #4b4b4b;
	background: url(../images/border-r.png) no-repeat right center;
}
.listTab span.active{
	background: #b1040e;
	font-size: 16px;
	color: #fff;
}
.content .lt{
	position: relative;
	float: left;
	width: 280px;
	min-height: 255px;
	padding-bottom: 220px;
	margin-top: 20px;    
	margin-left: 15px;
	background:#e5efff;
}
.content .lt .title{
	height:78px;	
	background:rgb(0 45 114);
	width: 100%;
	text-align: center;
	line-height:78px;
	font-size: 24px;
	color: white;
	font-family: "微软雅黑";
	margin-bottom: 11px;
	
}
.content .lt li{
	width:92%;
	margin: 0 auto;
	height: 48px;
	border-bottom: 1px solid rgb(158 188 235);
	
	
}

.bottom-info .code dl.d2 dd {
    width: 50%;
    margin: 0 auto;
}
.content .lt li a{
	display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    font-family: "微软雅黑";
    font-size: 19px;
    margin-top: 6px;
	text-align: center;
    color: #4c4b49;
	transition: 0.2s all;
}

.content .lt li:hover a{
	background: #002d72;
	border-radius: 4px;
	color: #fff;
}
.content .rt{
    width: 990px;
    float: right;
    margin-right: 23px;
}


.content .list{
	margin-top: 8px;
	display: none;
	min-height: 500px;
}
.content .list li{
    font-family: "微软雅黑";
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4;
	position: relative;
	
}
.content .list li a{
	display: block;
   padding:14px 0 20px 0;
}
.content .list li h3{
	color: #151314;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 6px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	width:86%;

}
.content .list li span{
	width: 88%;
	    font-size: 13px;
	    line-height: 18px;
}
.content .list li font{
	position:absolute;
	right:20px;
	top:16px;
	font-weight:bold;
	color:rgb(0 45 114);
	font-size:14px;
	
}
.content .list li:hover{
	background: #ebf3ff;
}

.content .list  a.more{
  position: absolute;
  right: 2%;
  bottom: 10px;
  width: 96px;
  height: 23px;
  background: rgb(146 187 252);
  color: #fff;
  text-align: center;
  padding: 0;
      line-height: 23px;
}

#YH_PageId {
	width: 500px;
	/* margin: 0 auto; */
	margin-top: 10px;
	height: 50px;
	line-height: 50px;
}

#YH_PageId li {
	float: left;
}
#YH_PageId .layui-laypage-em{
	background-color:rgb(0 45 114) !important;
}
#YH_PageId li a {
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	/* FONT-WEIGHT: bold;*/
	PADDING-BOTTOM: 2px;
	COLOR: #b1040e;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 2px;
}

#YH_PageId li a {
	padding: 6px 10px;
	border: 1px solid gainsboro;
}

#YH_PageId .show {
	padding: 7px 11px;
	color: #fff !important;
	background: #b1040e;
	margin: 4px;
}

#YH_PageId li a:hover {
	background: #b1040e;
	color: #fff !important;
}

