/* list */
.add_rylicent{

}
.list_title{
	background: url(20230502_titlebg.png) no-repeat;
	font-size: 24px;
	font-weight: 700;
	color: #1943A3;
	line-height: 33px;
	padding: 18px 0 18px 32px;
	margin-bottom: 35px;
}
.pic_list{
	margin: 0 -15px;
	overflow: hidden;
}
.pic_list li{ 
	padding: 0 15px; 
	float: left;
	width: 20%;
	margin-bottom: 40px;

}
.pic_list li a{ 
	display: block; 
	background: url(20230502_listbg01.png) bottom left no-repeat; 
	overflow: hidden;
	padding-bottom: 5px;
}
.pic_list li p{  
	background: url(20230502_listbg.png) top left no-repeat; 
	font-size: 18px;
	font-weight: 700;
	color: #444444;
	line-height: 25px;
	padding: 8px 5px 8px 12px;
}
.pic_list li a:hover p{ color: #113E99;}
.pic_list li p span{ 
	font-size: 14px;
	line-height: 20px;
	margin-left: 6px;
}
.picp_cent li p{ text-align: center; }

.pic_list li a b img{ height: 205px; }


.all_cent{ overflow: hidden; margin-bottom: 25px; }
.all_cent h3{ 
	background: url(20230502_listbg04.png) top left no-repeat; 
	margin:0 0 30px; font-size: 20px;
	font-weight: 700;
	color: #444444;
	line-height: 28px;
	padding: 12px 18px 12px 32px;
	position: relative;
}
.all_cent h3 a{ color: #444444; display: block; 
	background: url(20230502_listbg03.png) right center no-repeat; 
}
.all_cent h3 a:hover{ color: #113E99; }
.all_cent h3::before{
    content: '';
    display: block;
    width: 3px;
    height: 28px;
    background-color: #1943A3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
}
.all_cent h3 span{}

.gry_details{}
.top_details{ overflow: hidden;margin-bottom: 40px; position: relative; min-height: 228px; }
.top_details img{ position: absolute; left: 0; top: 0;}
.ryxx_txt{background: url(20230502_xqbg.png) right top no-repeat; 
	padding: 30px 40px 40px 0;
	float: left;
	padding-left: 192px;
	width: 100%;
	min-height: 228px;
}
.ryxx_txt h5{
	font-size: 18px;
font-weight: 800;
color: #444444;
line-height: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #979797;
margin-bottom: 20px;
}
.ryxx_txt h5 span{
	font-size: 24px;
font-weight: 700;
color: #444444;
margin-right: 20px;
line-height: 33px;
padding-bottom: 10px;
border-bottom: 3px solid #0071DE;
}
.ryxx_txt p{
	margin-top: 10px;
	font-size: 18px;
color: #444444;
line-height: 25px;}
.ryxx_txt p span{margin-right: 30px;}
.cent_details{}
.cent_details h4{ padding: 5px 0 5px 14px; 
	background: url(20230502_listbg02.png) left center no-repeat;
	font-size: 20px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 20px;
}
.cent_details h4 img{ margin-right: 14px; }
.cent_details h4 span{ vertical-align: middle; }
.xq_txt{margin-bottom: 60px;}
.xq_txt p{
	font-size: 18px;
font-weight: 400;
color: #444444;
line-height: 33px;
}




/*鼠标划过变大*/
.img_hovbig{
	display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}