.main3 {
	margin: inherit;
	text-align: right;
}
.main3_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1660px;
	text-align: left;
}
.main3_wrap .leftCon {
	display: inline-block;
	width: 700px;
	padding: 155px 70px 155px 0;
}
.main3_wrap .section_title {
	position: relative;
}
.main3_wrap .section_title .txt {
	position: absolute;
	right: 0; bottom: 0;
}
.main3_wrap .btn {
	margin-top: 60px;
}
.main3_list {
	display: inline-block;
	width: 560px; height: 430px;
	margin-top: 20px;
	overflow: auto;
}
.main3_list::-webkit-scrollbar {
    -ms-overflow-style: none;
	display: block !important;
	width: 8px;
}
.main3_list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 5px;
}
.main3_list::-webkit-scrollbar-thumb {
	background: #222;
	border-radius: 5px;
}
.main3_list a {
	position: relative;
	display: inline-block;
	width: 100%; height: 130px;
	margin-bottom: 20px;
	vertical-align: top;
	transition: background-color 0.3s;
}
.main3_list a:hover,
.main3_list a.ST {
	background-color: #f6f6f6;
}
.main3_list a:last-child {
	margin-bottom: 0;
}
.main3_list a .loader {
	display: inline-block;
	width: 210px; height: 100%;
	vertical-align: top;
}

.main3_list a .info {
	position: relative;
	display: inline-block;
	width: calc(100% - 210px); height: 100%;
	padding-left: 20px;
	vertical-align: top;
}
.main3_list a .info .eng {
	padding-top: 40px;
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Karla','Karla' ;
}
.main3_list a .info .name {
	margin-top: 8px;
	font-size: 16px;
}
.main3_list a .info .num {
	position: absolute;
	right: 20px; bottom: 18px;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: #2b6eac;
	text-transform: uppercase;
}

.main3_wrap .main3_bg {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	margin: auto;
	width: calc(100% - 700px);
	max-width: 960px;
	background-size: cover;
	background-position: center;
}
.main3_wrap .main3_bg .roll_img {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-size: cover;
	background-position: center;
	visibility: hidden;
	transition: visibility 0.5s;
}

.main3 .bImg {
	padding-top: 41.25%;
}


@media ( max-width: 1660px ) {
	.main3_wrap {
		max-width: calc(100% - 30px);
	}
}


@media ( max-width: 1024px ) {
	.main3 {
		text-align: center;
	}
	.main3_wrap {
		max-width: calc(100% - 20px);
		margin: auto;
	}
	.main3_wrap .leftCon {
		width: 100%;
		padding: 70px 0 50px;
	}
	.main3_wrap .section_title .txt {
		right: 10px;
	}
	.main3_wrap .btn {
		display: none;
	}
	.main3_list {
		width: 100%; height: auto;
		margin-top: 35px;
		overflow: hidden;
	}
	.main3_list a {
		margin-bottom: 10px;
		background-color: #f6f6f6;
	}
	.main3_wrap .main3_bg {
		display: none;
	}
}


@media ( max-width: 768px ) {
	.main3_list a {
		height: 80px;
	}
	.main3_list a .loader {
		width: 130px;
	}
	.main3_list a .info {
		width: calc(100% - 130px);
		padding-right: 8px;
		padding-left: 15px;
	}
	.main3_list a .info .eng {
		padding-top: 20px;
		font-size: 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.main3_list a .info .name {
		margin-top: 4px;
		font-size: 14px;
	}
	.main3_list a .info .num {
		right: 10px; bottom: 10px;
		font-size: 9px;
		letter-spacing: 0.36px;
	}
	.main3 .bImg {
		padding-top: 47%;
	}
}


@media ( max-width: 360px ) {
	.main3_wrap .section_title .txt {
		right: 10px;
		font-size: 11px;
	}
	.main3_list a .info .eng {
		padding-top: 14px;
		font-size: 16px;
	}
}
