#proc {
	padding: 6rem 0 6rem;
}

.p-b-l {
	float: left;
	min-height: 625px;
}

.p-b-r {
	float: right;
	min-height: 585px;
	margin-top: 40px;
	background-color: #008cd6;
	padding: 3%;
	display: block;
	position: relative;
        width: 32%;
}

.proindextit {
	font-size: 22px;
	color: white;
	font-weight: bold;
	text-transform: Uppercase;
	line-height: 1.7rem;
}

.proindextit:after {
	width: 52px;
	height: 2px;
	content: "";
	margin-top: 15px;
	display: block;
	background: #fff;
	margin-bottom: 15px;
}

.p-b-r p {
	font-size: 15px;
	color: white;
}

.prourl {
	border: 1px solid #fff;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 10%;
	padding: 4% 9%;
	z-index: 9999;
	font-size: 16px;
	transition: all 0.7s;
}

.prourl:hover {
	background: #fff;
	color: #008cd6;
}


.prourl2 {
	border: 1px solid #fff;
	color: #fff;
	padding: 4% 9%;
	z-index: 9999;
	font-size: 16px;
	transition: all 0.7s;
	display: block;
	float: left;
	margin-top: 30px;
}

.prourl2:hover {
	background: #fff;
	color: #008cd6;
}


.entitle {
	text-transform: Uppercase;
	margin-top: 10px !important;
}

.entitle::after {
	width: 60px;
	height: 2px;
	content: "";
	display: block;
	background: #444;
	margin: 15px auto;
}

#adv_licon li:hover a .series .entitle::after {
	background: #FFFFFF;
}


#solindex {
	padding: 6rem 0;
	height: auto;
}

.sol-i-l {
	float: left;
	width: 50%;
	height: 100%;
}

.sol-i-r {
	float: right;
	width: 100%;
}

.sol-i-l a {
	display: block;
}

.sol-i-r a {
    display: block;
    width: 23.5%;
    height: 23vw;
    float: left;
    margin-right: 2%;
}

.sol-i-r a:last-child{
	margin-right: 0;
}

.sol-i-r img,
.sol-i-l img {
	width: 100%;
	display: block;
}

.sol-i-r img {
	height: 23vw;
}


					.r-p-list{
						position: relative;
					}
					.list-hide {
					    display: none;
					}
					.list-hide.active {
					    display: block !important;
					    height: 100%;
					    background: rgba(0,140,214,0.5);
					    top: 0;
					    width: 100%;
					    position: absolute;
					    top: 0;
					    color: white;
					    height: 100%;
					    text-align: center;
					    display: flex;
					    align-items: center;
					    justify-content: center;
					}
					
					.list-center {
					    position: absolute;
					    top: 50%;
					    transform: translateY(-50%);
					    width: 100%;
					}
					.list-center .rp-tit {
					    font-size: 25px;
					    font-weight: bold;
					    margin-bottom: 1%;
					}
					.list-center p {
					    padding: 0 15%;
					    font-size: 15px;
					    line-height: 1.6rem;
					    margin-bottom: 5%;
					}
					
					
						.news-i-p{
							overflow: hidden;
							display: block;
							margin-bottom: 30px;
						}	
						.news-i-tit{
							color: #008cd6;
							letter-spacing: 1px;
						}	
						.news-i-tit::after{
							width: 60px;
							height: 2px;
							content: "";
							display: block;
							background: #ddd;
							margin:20px 0
						}
						
						.news_rt .h2_title::after{
							width: 60px;
							height: 4px;
							content: "";
							display: block;
							background: #008cd6;
							margin:10px 0
							
						}
						
						
							.newsurl{
								float: left;
								    font-size: 18px;
									margin-left: 10px;
								    margin-top: 40px;
								    line-height: 1.3rem;
									transition: all 0.7s;
							}
							.newsurl:hover{
								color:#008cd6;
							}
							
							.newsurl img{
								display: block;
								    float: right;
							}
