/* 
   人物列表页文本 
*/
.ad-pages-figures-banner {
	/* height: 58vw !important; 去掉 2020-12-31*/
	clear: both;
	overflow: hidden;
}

.ad-pages-figures {
	padding: 0 4vw;
	/* padding-top: 12.5%;  去掉2020-12-28*/
}

.ad-pages-figures-title {
	padding: 5.3vw 0 2.6vw;
}

.ad-pages-figures-title h4 {
	font-size: 6.4vw;
	font-weight: bold;
	color: #202020;
}

.ad-pages-figures-title span {
	border-bottom: 0.4vw solid #ebebeb;
	width: 100%;
	height: 2.6vw;
}

.ad-pages-figures-title span i {
	border-bottom: 0.4vw solid #1b7be1;
	height: 2.6vw;
	display: block;
	width: 40vw;
	margin: 0 auto;
}

.ad-pages-figures-nav {

	margin: 4vw auto 0;
	display: block;
	display: flex;
	background: #f2f3f7;
}

.ad-pages-figures-nav a {
	width: 50%;
}

.ad-pages-figures-text-icon {
	background: url(../img/Character-list-tab1.png) no-repeat center;
	width: 8vw;
	height: 6.1vw;
	background-size: contain;
}

.ad-pages-figures-list-icon {
	background: url(../img/Character-list-tab2.png) no-repeat center;
	width: 8vw;
	height: 6.1vw;
	background-size: contain;
}

.ad-pages-figures-message li {
	padding: 5.5vw 0;
	border-bottom: 0.1vw solid #e5e5e5;
}

.ad-pages-figures-message h4 {
	font-size: 4.8vw;
	color: #000000;
	padding-bottom: 4vw;
}

.ad-pages-figures-message h4 span {
	display: inline-block;
	font-size: 3.2vw;
	color: #4b4b4b;
	padding-left: 2.6vw;
}

.ad-pages-figures-message p {
	font-size: 3.2vw;
	color: #666666;
	line-height: 4.8vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ad-pages-figures-btn {
	padding: 6.6vw 0;
	width: 65%;
	display: block;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	display: flex;


}

.ad-pages-figures-btn button {
	width: 26.6vw;
	height: 9.3vw;
	background: #fa9511;
	border: none;
	color: #ffffff;
	font-size: 4vw;
}

.ad-pages-figures-btn-blue {
	background: #1b7be1 !important;
}

/* 
   人物列表页 
*/
.ad-pages-figures-list {}

.ad-pages-figures-list-imgs {
	width: 31.3vw;
	height: 35.3vw;
	border: 0.3vw solid #e5e5e5;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.ad-pages-figures-list-imgs img {
	width: 100%;
	height: 100%;
}

.ad-pages-figures-list li {

	padding: 5.3vw 0;
	border-bottom: 0.2vw solid #e5e5e5;
	overflow: hidden;
	height: 46vw;
}

.ad-pages-figures-list li a {
	border-bottom: 0.2vw solid #e5e5e5;

}

.ad-pages-figures-list-text {
	width: 60.6vw;
	height: 35.3vw;
	float: right;
	padding: 2.6vw 0 0 3.3vw;
	overflow: hidden;


}

.ad-pages-figures-list-text h4 {
	font-size: 4.8vw;
}

.ad-pages-figures-list-text span {
	font-size: 3.2vw;
	text-align: left;
	padding-top: 2.6vw;
	padding-bottom: 1.3vw;
	border-bottom: 0.2vw solid #e5e5e5;
	color: #4b4b4b;
}

.ad-pages-figures-list-text p {
	font-size: 3.2vw;
	line-height: 4.8vw;
	padding-top: 1.5vw;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 18vw;
}

/* 
   人物单页 
*/
.ad-pages-figures-Character-top {
	overflow: hidden;
	padding-bottom: 4vw;
	border-bottom: 0.2vw solid #e5e5e5;
	padding-top: 2.6vw;
}

.ad-pages-figures-Character-top-headimgs {
	width: 26.9vw;
	height: 34.8vw;
	float: left;
}

.ad-pages-figures-Character-top-headimgs img {
	width: 100%;
	height: 100%;
}

.ad-pages-figures-Character-top-info {
	float: right;
}

.ad-pages-figures-Character-top-info p {
	font-size: 4vw !important;
	line-height: 6.4vw;
}

.ad-pages-figures-Character-top-info p span {
	display: inline-block;
}

.ad-pages-figures-Character-experience {
	padding-bottom: 8vw;
}

.ad-pages-figures-Character-experience-item {
	padding: 4vw 0;
	border-bottom: 0.2vw solid #e5e5e5;
}

.ad-pages-figures-Character-experience-item h4 {
	position: relative;
	padding-left: 3.2vw;
	font-size: 4.8vw;
	color: #4b4b4b;
	padding-bottom: 4vw;
}

.ad-pages-figures-Character-experience-item h4::before {
	content: "";
	height: 5.3vw;
	width: 0.8vw;
	display: block;
	background: #1b7be1;
	position: absolute;
	left: 0;
	top: 0;
}

.ad-pages-figures-Character-experience-item p {
	font-size: 3.2vw;
	color: #666666;
	line-height: 4.8vw;
}

/* 
   新闻动态
*/
.ad-pages-news-item {
	padding: 5.3vw 0;
	border-bottom: 0.2vw solid #e5e5e5;
}

.ad-pages-news-item h4 {
	font-size: 4.8vw;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4b4b4b;
	padding-bottom: 2.6vw;
}

.ad-pages-news-item span {
	text-align: left;
	font-size: 2.6vw;
}

.ad-pages-news-item i {
	font-size: 6.4vw;
	color: #969696;
}

.ad-pages-news-item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 3.2vw;
	line-height: 4.8vw;
	color: #969696;
	padding-bottom: 4vw;
}

.ad-pages-news-item button {
	background: #1b7be1;
	width: 20vw;
	height: 8vw;
	display: block;
	border: none;
	font-size: 3.2vw;
	color: #ffffff;
	line-height: 8vw;
}

/* 
   最新新闻
*/

.ad-pages-news-graphic {
	padding-top: 2.6vw;
}

.ad-pages-news-graphic-item {
	background: #f8f8f8;
	margin-bottom: 4vw;

}

.ad-pages-news-graphic-item-imgs {
	width: 91.7vw;
	height: 45.3vw;
}

.ad-pages-news-graphic-item-imgs img {
	width: 100%;
	height: 100%;
}

.ad-pages-news-graphic-item-info {
	padding: 4vw;
}

.ad-pages-news-graphic-item-info span {
	text-align: left;
	padding-left: 6.6vw;
	color: #1b7be1;
	font-size: 3.2vw;
	line-height: 4.8vw;
	position: relative;
}

.ad-pages-news-graphic-item-info span::before {
	content: "";
	width: 4.5vw;
	height: 4.5vw;
	background: url(../img/date-icon.png) no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.ad-pages-news-graphic-item-info h4 {
	font-size: 4.8vw;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 11vw;
	color: #111111;
}

.ad-pages-news-graphic-item-info p {
	font-size: 3.2vw;
	line-height: 4.8vw;
	padding-bottom: 3.2vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ad-pages-news-graphic-item-info button {
	background: #1b7be1;
	width: 20vw;
	height: 8vw;
	display: block;
	border: none;
	font-size: 3.2vw;
	color: #ffffff;
	line-height: 8vw;
}

/* 
   新闻单页
*/
.ad-pages-single-news {

	padding: 4vw 4vw 0; /* 改 2020-12-31 */ 
}

.ad-pages-single-imgs {
	width: 92vw;
	height: 54.8vw;
	margin-bottom: 4vw;
}

.ad-pages-single-imgs img {
	width: 100%;
	height: 100%;
}

.ad-pages-single-text h4 {
	font-size: 4.8vw;
	line-height: 7.4vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: 600;
	color: #202020;
}
.ad-pages-single-text p {
	text-indent:0 !important;
}
.ad-pages-single-text p>span,.ad-pages-single-text span {
	font-size: 3.2vw;
	display: inline-block;
	text-align: left;
	padding: 1.3vw 0;
     


}
.ad-pages-single-text p span{
        font-family: "微软雅黑 " !important;
        line-height: 1.5rem;
}
.ad-pages-single-text p>span>img{
       display: block;
       margin: auto;
}

.ad-pages-single-text p {
	font-size: 4vw;
	line-height: 6.4vw;
	color: #444444;
	padding: 1vw 0;
}

.ad-pages-single-text p>img {
	max-width: 100% !important;
}

.ad-pages-single-share {
	padding: 2.6vw 0 5.3vw;
}

.ad-pages-single-share span {
	font-size: 3.2vw;
}

.ad-pages-single-share ul {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	padding-top: 2.6vw;
}

.ad-pages-single-share ul li {
	width: 10vw;
	height: 10vw;
	margin: 0 1.3vw;
}

.ad-pages-single-related h5 {
	font-size: 4.8vw;
	text-align: center;
	position: relative;
}

.ad-pages-single-related h5::before {
	content: "";
	width: 30vw;
	border-top: 0.25vw dotted #dcdcde;
	display: inline-block;
	height: 2.4vw;
	margin-top: 2.4vw;
	position: absolute;
	top: 0;
	left: 0;
}

.ad-pages-single-related h5::after {
	content: "";
	width: 30vw;
	border-top: 0.25vw dotted #dcdcde;
	display: inline-block;
	height: 2.4vw;
	margin-top: 2.4vw;
	position: absolute;
	top: 0;
	right: 0;
}

.ad-pages-single-related-item {
	padding: 4vw 0;
	border-bottom: 0.2vw solid #e5e5e5;
}

.ad-pages-single-related-item-imgs {
	width: 22.4vw;
	height: 17.066667vw;
}

.ad-pages-single-related-item-imgs img {
	width: 100%;
	height: 100%;
}

.ad-pages-single-related-item-text {
	width: 65vw;
	padding-left: 2.6vw;
}

.ad-pages-single-related-item-text h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 4.8vw;
	line-height: 6.4vw;
	color: #202020;
	padding-bottom: 1.3vw;
}

.ad-pages-single-related-item-text p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 3.2vw;
	line-height: 4.8vw;
	color: #666666;
}

.related-more {
	color: #1b7be1;
	font-size: 4vw;
	line-height: 6.4vw;
	display: block;
	text-align: center;
	padding: 5.3vw 0;
}

/* 
   相册-校园风采
*/

.ad-pages-photo-line i {
	width:60vw !important;
}

.ad-pages-photo-source {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	padding-top: 2.6vw;
}

.ad-pages-photo-source span {
	font-size: 3.2vw;
}

.ad-pages-photo-takeaway {
	padding: 2.6vw;
	background: #f2f2f2;
	font-size: 4vw;
	line-height: 5.3vw;
	margin-top: 2.6vw;
}

.ad-pages-photo-text {
	padding: 4vw 0;
	font-size: 4vw;
	line-height: 6.4vw;
}

.ad-pages-photo-box {
	padding-bottom: 5.3vw;
}

.ad-pages-photo-box-imgs div {
	width: 89.3vw;
	height: 53.3vw;
	background-size: 100% 100%;
	background-repeat: no-repeat;

}

.swiper-container {
	width: 100%;
	height: 39.3vw;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 18vw;
	box-sizing: border-box;
	padding: 2vw;
	background: #f7f7f7;
	border: 0.1vw solid #eeeeee;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
	box-sizing: border-box;
	border: 1vw solid #ffffff;

}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 1vw solid #31a3fd;
	box-sizing: border-box;
}

/* 
   图片列表
*/
.ad-pages-images {
	padding-top: 2.6vw;
}

.ad-pages-images-item {
	width: 92.2vw;
	/*height: 47.06vw;*/
	position: relative;
	margin-bottom: 4vw;
}

.ad-pages-images-item a {
	display: block;
}

.ad-pages-images-item img {
	width: 100%;
	height: 100%;
}

.ad-pages-images-item-title {
	background: rgb(25, 48, 98, .5);
	width: 92.2vw;
	height: 10vw;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 4vw;
	position: absolute;
	z-index: 1;
	font-size: 4vw;
	color: #ffffff;
	left: 0;
	bottom: 0;
	line-height: 10vw;
}

/* 
   联系我们
*/

.ad-pages-contact-icon ul {
	padding-bottom: 4vw;
	padding-top: 1.4vw;
	border-bottom: 0.1vw solid #e5e5e5;
}

.ad-pages-contact-icon ul li {
	width: 50%;
	float: left;
	text-align: center;
	border-bottom: 0.1vw solid #e5e5e5;
	border-right: 0.1vw solid #e5e5e5;
	padding: 5.3vw 0;
}

.ad-pages-contact-icon ul li:nth-child(even) {
	border-right: none;
}

.ad-pages-contact-icon ul li:nth-child(3) {
	border-bottom: none;
}

.ad-pages-contact-icon ul li:nth-child(4) {
	border-bottom: none;
}

.ad-pages-contact-icon ul li i {
	width: 6.6vw;
	height: 7.3vw;
	display: block;
	margin: 0 auto 2vw;
}

.phone-icon {
	background: url(../img/phone-icon.png) no-repeat center;
	background-size: contain;
}

.email-icon {
	background: url(../img/email-icon.png) no-repeat center;
	background-size: contain;
}

.faxed-icon {
	background: url(../img/faxed-icon.png) no-repeat center;
	background-size: contain;
}

.postcode-icon {
	background: url(../img/postcode.png) no-repeat center;
	background-size: contain;
}

.ad-pages-contact-icon ul li p:first-child {
	padding-top: 2.6vw;
}

.ad-pages-contact-icon ul li p {
	font-size: 4vw;
	line-height: 5.3vw;

}

.ad-pages-contact-nav {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	padding: 4vw;
	font-size: 5.3vw;
}

.ad-pages-contact-nav>a.active {
	font-weight: 500;
	color: #1b7be1;
	border-bottom: 1vw solid #1b7be1;
}

.ad-pages-contact-way {
	background: #f8f8f8;
	border: 0.1 solid #ececec;
	padding: 4vw;
}

.ad-pages-contact-way dt {
	font-size: 5.3vw;
	font-weight: bold;
	line-height: 8vw;
	border-bottom: 0.2vw dotted #cbcbcb;
	padding-bottom: 2.6vw;

}

.ad-pages-contact-way dd {
	font-size: 4vw;
	line-height: 6.4vw;
	border-bottom: 0.2vw dotted #cbcbcb;
	padding: 2vw 0;
}

.ad-pages-contact-map {
	width: 100%;
	height: 50vw;
	margin-top: 5.3vw;
	margin-bottom: 5.3vw;
}

.ad-pages-contact-map b {
	font-size: 4vw !important;
	padding-bottom: 1.5vw;
}

.ad-pages-contact-map span {
	font-size: 3.2vw !important;
	padding-bottom: 1.5vw;
	text-align: left;
}

/* 
   院长信箱
*/
.ad-pages-contact-letterbox {
	padding-bottom: 8vw;
}

.contact-letterbox-line {
	padding: 4vw 0 0;
}

.contact-us-form-line-label {
	font-size: 4.8vw;
	padding: 0 2vw;
	display: inline-block;
	float: left;
	line-height: 10vw;
}

.contact-letterbox-line input {
	width: 75vw;
	border: 0.2vw solid #ececec;
}

.contact-us-form-line-text {
	height: 10vw;
	line-height: 10vw;
	color: #666666;
	padding: 0 4vw;
}

.contact-letterbox-line input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #777777;
	font-size: 4vw;
}

.contact-letterbox-line input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #777777;
	font-size: 4vw;
}

.contact-letterbox-line input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #777777;
	font-size: 4vw;
}

.contact-letterbox-line input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #777777;
	font-size: 4vw;
}

.contact-us-form-line-textarea {
	width: 75vw;
	height: 40vw;
	border: 0.2vw solid #ececec;
	padding: 2vw 4vw;
	line-height: 4.8vw;
	color: #666666;

}

.contact-us-form-line-text-yzm {
	width: 40vw !important;
	padding: 0 2vw;
	height: 10vw;
	line-height: 10vw;
}

.contact-us-form-line-label-title {
	padding-left: 0 !important;
	padding-right: 2.6vw !important;
}

.yzm {
	width: 30vw;
	height: 10vw;
	padding: 0 2vw;
	background: #e9e9e9;
	display: inline-block;
}

.contact-us-form-btn {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
}

.contact-us-form-btn button {
	width: 26.6vw;
	height: 10vw;
	border: none;
	background: #a2a2a2;
	margin: 8vw 4vw 0;
	font-size: 5.3vw;
	color: #ffffff;
}

.contact-us-form-submit {
	background: #1b7be1 !important;
}

/* 
   发展历程
*/
.ad-pages-course {
	background: url(../img/course.jpg);
	background-size: 100%;
}

.ad-pages-course-layer {
	background: rgb(255, 255, 255, .7);

}

.ad-pages-course-part {
	padding: 4vw 5.3vw 6vw;
}

.ad-pages-course-dl-line {
	border-left: 0.5vw solid #1b7be1;
	padding: 5.3vw 0;
}

.ad-pages-course-dl-line dt {
	margin-bottom: 4vw;
}

.ad-pages-course-dl-line dt i {
	width: 12vw;
	height: 0.5vw;
	background: #1b7be1;
	display: inline-block;
	float: left;
	margin-top: 5vw;
	position: relative;
}

.ad-pages-course-dl-line dt i::before {
	content: "";
	border-radius: 50%;
	border: 0.5vw solid #1b7be1;
	height: 4vw;
	width: 4vw;
	background: #ffffff;
	display: block;
	position: absolute;
	top: -2vw;
	left: -2vw;
}

.ad-pages-coursedl-line-years {
	width: 35vw;
	height: 10vw;
	display: inline-block;
	text-align: center;
	line-height: 10vw;
	background: #1b7be1;
	font-size: 6.4vw;
	color: #ffffff;
}

.ad-pages-course-dl-line dd h3 {
	font-size: 5.3vw;
	line-height: 5.3vw;
	display: block;

}

.ad-pages-course-dl-line dd h3 p {
	padding: 1.3vw 5vw;
	display: inline-block;

}

.ad-pages-course-dl-line dd h3 em {
	width: 6vw;
	height: 0.5vw;
	background: #1b7be1;
	display: inline-block;
	float: left;
	margin-top: 3.9vw;
	position: relative;
}

.ad-pages-course-dl-line dd h3 em::before {
	content: "";
	border-radius: 50%;
	border: 0.5vw solid #1b7be1;
	height: 4vw;
	width: 4vw;
	background: #ffffff;
	display: block;
	position: absolute;
	top: -2vw;
	left: -2vw;
}

.ad-pages-course-dl-line-content {
	padding-left: 11vw;
	padding-bottom: 3vw;
}

.ad-pages-course-dl-line-content h4 {
	font-size: 4.8vw;
	line-height: 8vw;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ad-pages-course-dl-line-content p {
	font-size: 4vw;
	line-height: 6.4vw;
	color: #666666;

}

.lively-blue {
	color: #1b7be1
}

/* 
   高级搜索
*/
.ad-pages-search-top-text {
	height: 11.3vw;
	width: 100%;
	border: none;
	border-bottom: 0.66vw solid #1b7be1;
	margin-top: 3.2vw;
	margin-bottom: 4vw;
	padding: 0 8vw;
	position: relative;
	font-size: 4vw; /*增加 2020-12-31*/
}

.ad-pages-search-top input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #777777;
	font-size: 4vw;
}

.ad-pages-search-top input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #777777;
	font-size: 4vw;
}

.ad-pages-search-top input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #777777;
	font-size: 4vw;
}

.ad-pages-search-top input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #777777;
	font-size: 4vw;
}

.icon-search-left {
	font-size: 5.3vw;
	color: #1b7be1;
	position: absolute;
	left: 0;
	line-height: 15vw;
	z-index: 9;
}

.icon-times-right {
	font-size: 5.3vw;
	color: #333333;
	position: absolute;
	right: 0;
	line-height: 15vw;
	z-index: 9;
}
.btn-left{
	margin-bottom: 4vw;
}
.btn-bottom1{
	margin-bottom: 0;
}
.btn-left button {
	color: #ffffff;
	background: #1b7be1;
	width: 44.5vw;
	height: 12vw;
	font-size: 3.8vw;
	line-height: 12vw;
}

.reset-btn {
	background: #ffffff !important;
	border: 0.2vw solid #b7b7b7;
	color: #333333 !important;
}

.title-search-btn {
	background: #fa9511 !important;
}

.full-search-btn {
	background: #b7b7b7 !important;
}

.ad-pages-search-line input {
	width: 34vw;
	height: 10vw;
	padding: 0 2.6vw;
	margin: 4vw 0;
	line-height: 10vw;
}

.ad-pages-search-line label {
	font-size: 4.8vw;
}

.time-text {
	line-height: 10vw;
	padding-right: 1.3vw;
}

.search-time-line {
	font-size: 6.4vw;
	line-height: 10vw;
	padding-left: 4vw;
}

.ad-pages-search-time {
	font-size: 3.2vw;
	border: 0.2vw solid #b7b7b7;
	border-radius: 0;
}

.ad-pages-search-date input {
	margin-top: 0 !important;	
}
.ad-pages-search-time1{
	position: relative !important;
}
.icon-calendar-date1{
	color: #1b7be1;
	position: absolute;
	left: 42vw;
	z-index: 9;
	line-height: 10vw;
}
.icon-calendar-date2{
	color: #1b7be1;
	position: absolute;
	right: 6.5vw;
	z-index: 9;
	line-height: 10vw;
}
.ad-pages-search-bottom{
	border-top: 0.1vw solid #ededed;
	padding: 4vw 0;
}
.ad-pages-search-bottom>h4{
	font-size: 4.8vw;
	line-height: 8vw;
}
.ad-pages-search-bottom-line{
	border-bottom: 0.1vw solid #ededed;
	padding-bottom: 4vw;
	padding-top: 1vw;
}
.ad-pages-search-bottom-line h5{
	font-size: 4.5vw;
	line-height: 8vw;
}
.ad-pages-search-bottom-line span{
	display: inline-block;
	text-align: left;
	font-size: 3.2vw;
	color: #1b7be1;
}

/* 申请表信息 */
.form-p-lr{
    padding-left: 3.2vw;
    padding-right: 3.2vw;
}
.form-time>p{
    font-size: 5vw !important;
    padding-top: 2.6vw;
}
.form-time>p:nth-child(2){
    padding-top: 1.3vw;
    font-size: 4vw !important;
}
.form-names{
    padding-bottom: 3.2vw;
}
.form-names>h5{
    padding-left: 3.2vw;
    font-size: 4vw;
    color: #4b4b4b;
    padding-bottom: 2vw;
    font-weight: 600;
}
.form-textarea>textarea{
    width: 100%;
    padding: 3.2vw;
    font-size: 4vw;
    color: #666666;
}

.preview-con-btn>button{
	width: 24vw;
	height: 10vw;
	background-color: #ff6600;
	border: none;
	font-size: 4vw;
	color: #fff;
	position: relative;
	padding-left: 5vw;
	margin-bottom: 3vw;
}

.preview-con-btn>button>i{
	width: 4vw;
	height: 6vw;
	background: url(../img/btn-time.jpg) no-repeat center;
	display: inline-block;
	background-size: contain;
	position: absolute;
	left: 5vw;
	top: 2.3vw;
}
