@charset "UTF-8";
:root {--themeColor: #0056a8;}/*主题色*/
.wrap{width: 1220px;clear: both;margin: 0 auto;}/* 规定页面内容区域宽度 */
/* 顶部 start */
.headBG{background-color:#efefef;
    border-bottom: 1px solid #e1e0e0;
overflow: hidden;}
.headBG .hwelcome{float: left;height: 30px;line-height: 30px;font-size: 12px;color: #191717;display: flex;justify-content: center;padding: 5px 0;}
.headBG .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wtitle{
	COLOR: #191717;
	TEXT-DECORATION: none;
	font-size: 14px;
}
.wtitle a{
	COLOR: #191717;
	TEXT-DECORATION: none;
	font-size: 14px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.wtitle a:hover{
	color: var(--themeColor);
}
.hsearch{
	display: flex;
	align-items: center;
}
.tsearch{
	margin-right: 50px;
	display: flex;
}
.tsearchInput{border: 1px solid #68befd;padding: 0 10px;border-radius: 3px 0 0 3px;border-right: none;}
.tsearchInput input{
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	border: none;
	background: none;
}
.tsearchBtn{width: 30px;height: 30px;background:#fd6c57 url(../images/searchBai.png) center center no-repeat;background-size: 15px;border-radius: 0 3px 3px 0;}
.header {
	height: 110px;
	background-color: #fff;
	padding: 0 3%;
	top: 0;
	z-index: 10;
	border-bottom: 5px solid #0a8dd5;
	position: relative;
	z-index: 5;
}
.header .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img {
	height: 80px;
}
.logo a {
	display: block;
}


.headerMenuDl {
	display: flex;
}

.headerMenuDl dd {
	position: relative;
}


.headerMenuDl dd a {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #191717;
	height: 110px;
	display: flex;
	align-items: center;
}
.headerMenuDl dd a span{position: relative;padding:  0 8px;	font-size: 16px;
	text-align: center;
	color: #191717;
	height: 110px;line-height: 110px;}
.headerMenuDl dd span::before {
		content: '';
		position: absolute;
		display: block;
		bottom: 20%;
		width: 0;
		left: 0;
		background-color: #0360bf;
		height: 1px;
		opacity: 0;
		transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
	
	}
.headerMenuDl dd a .sp{float: left;
	height: 110px;
	width: 10px;
	text-align: center;
	display: inline;
	line-height: 110px;}

.headerMenuDl dd.hover span::before,
.headerMenuDl dd:hover span::before {
	opacity: 1;
	width: 100%;
}
.headerMenuDl dd.hover a span,
.headerMenuDl dd:hover a span{
	font-weight: bold;
	color: var(--themeColor);
}
.headerMenuDl dd .subMenu{
	position: absolute;
	right: 10px;
	left: 0;
	top: 88px;
	z-index: 5;
	background: #EFEFEF;
	display: none;
}
.headerMenuDl dd .subMenuItem a{
	height: auto;
	line-height: 25px;
	padding: 5px;
	border-bottom: 1px solid #00b4ed;
	font-weight: bold;
	color: #191717;
	font-size: 14px;
	transition: all .4s;
	-webkit-transition: all .4s;
	text-align: center;
	display: block !important;
}
.headerMenuDl dd .subMenuItem a:last-child{
	border-bottom: none;
}
.headerMenuDl dd .subMenuItem a:hover{
	color: #fff;
	background: #0054a7;
	border-bottom-color: #0054a7;
}
/* 顶部 end */
/* 底部 start */
.footer{overflow: hidden;border-top: 4px solid #008cd4;background-color: #40434a;}
.footerCon{padding-bottom: 50px;}
.ewm{float: right;}
.ewmList{overflow: hidden;padding-top: 35px;margin-right: -40px;}

.ewmList dd{float: left;width: 50%;}
.ewmList dd .con{margin-right: 50px;text-align: center;}
.ewmList dd .con .pic{position: relative;height: 90px;width: 90px;}
.ewmList dd .con .pic::before{padding-top: 100%;}
.ewmList dd .con .text{height: 35px;line-height: 35px; font-size: 14px;color: #aeaeae;}



.footerConList{overflow: hidden;padding:35px 0 0 40px;}
.footerConList dd{float: left;}
.footerConList dd ul {margin-right: 35px;text-align: center;}
.footerConList dd ul .text{height: 35px;line-height: 35px; font-size: 14px;font-weight: bold; padding: 0 30px;   border-bottom: 1px solid #34373e; color: #aeaeae;margin-bottom: 6px;}
.footerConList dd ul li{height: 23px;line-height: 23px; font-size: 14px; color: #aeaeae;}
.footerConList dd ul li a{display:inline-block;height: 23px;line-height: 23px; font-size: 14px; color: #aeaeae;}
.footerBottom {
	padding: 3px 0 15px;
    border-top: 1px solid #2a2d34;
    background-color: #313237;
    text-align: center;
	font-size: 14px;
	left: 25px;
	height: 25px;
	line-height: 25px;
	color: #aeaeae;
}
.footerBottomSpan {padding-left: 25px;background: url(/ynjt25/pc/images/footIcon.png) no-repeat left center;
	
}

.footerBottom span a {
	font-size: 14px;
	left: 25px;
	height: 25px;
	line-height: 25px;
	color: #aeaeae;
}


/* 底部 end */
/* subBanner start */
.subBanner .pic:before {
	padding-top: 31%;
}

/* subBanner end */
/* 当前位置 start */
.locationBox {
	background-color: #fff;
}

.location {
	display: flex;
	height: 60px;
	align-items: center;
}

.location a {
	display: flex;
	color: #6c757d;
	font-size: 16px;
	line-height: 30px;
	align-items: center;
	transition: 0.4s linear;
}

.location a:before {
	width: 20px;
	text-align: center;
	content: '>';
	display: none;
}

.location a+a:before {
	display: block;
}

.location a .icon {
	width: 22px;
	height: 22px;
	fill: currentColor;
	margin-right: 5px;
}

.location a.hover,
.location a:hover {
	color: var(--themeColor);
}
.subNuvL{
	margin: 0 -30px;
}

.subNuvL dd{
	display:inline-block;
	float:left;
	line-height: 60px;
}

.subNuvL dd a{
	padding: 0 30px;
	line-height: 60px;
	display: block;
	color:#999999;
	font-size: 16px;
	color: #333333;
}

.subNuvL dd a:hover,
.subNuvL dd.hover a{
	color: var(--themeColor);
	font-weight: bold;
}
/* 当前位置 end */

.subBanner{
	position: relative;
}
.subBanner a{
	display: block;
}
.subBanner a img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top center;
}
/* indexBanner start */
.indexBanner {
	height: 75vh;
	overflow: hidden;
	position: relative;
}

.indexBanner a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.indexBanner .indexBannerArrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	transition: all ease .3s;
	position: absolute;
	bottom: 80px;
	z-index: 5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 30px;
}
.indexBanner .swiper-pagination{position: absolute;bottom: 90px;right: 0px !important;width: 300px !important;left: unset;}
.indexBanner .swiper-pagination span{width: 16px; height: 16px;background-color:#e6e6e6 ;line-height: 16px;font-size:14px ;opacity: 1;border-radius: unset;color: #6cf;}
.swiper-pagination span.swiper-pagination-bullet-active{background: #c40f00 !important;color: #ffffff;}


/* indexBanner end */
/* 首页 start */
.indexTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

.indexTitle {
	font-size: 30px;
	width: auto;
	padding: 0 30px;
	background-color: rgba(0, 0, 0, 0.02);
	color: #212529;
	position: relative;
	line-height: 50px;
}

.indexTitle:after {
	content: '';
	position: absolute;
	left: 0%;
	bottom: 0px;
	border: 25px solid;
	border-color: transparent transparent transparent var(--themeColor);
	top: 0;
}

.indexMore a {
	display: block;
	padding: 0 30px;
	line-height: 40px;
	background-color: var(--themeColor);
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	transition: all ease .3s;
}

.indexMore a:hover {
	opacity: .95;
	letter-spacing: 2px;
}

.indexCol1Banner .date {
	margin-left: 40px;
	font-size: 14px;
}

.indexCol1Banner .con:hover {
	color: var(--themeColor);
	background-color: #f5f5f5;
}

.indexCol1Search {
	display: flex;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	overflow: hidden;
	margin-left: 10px;
}

.indexCol1Search input {
	flex: 1;
	width: 200px;
	padding: 0 20px;
	height: 100%;
	border-radius: 20px 0 0 20px;
	border: none;
	background: none;
}

.indexCol1Search .searchBtn {
	display: block;
	height: 100%;
	border-radius: 0 20px 20px 0;
	font-size: 14px;
	background-color: var(--themeColor);
	color: #fff;
	padding: 0 20px;
}

.indexCol2 {
	background-color: #fff;
	margin-bottom: 30px;
	padding-top: 50px;
}

.indexCol1Con {
	display: flex;
	gap: 50px;
	
}

.indexCol1Item {
	flex: 1;
	width: 50%;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}


.focusBanner {
	position: relative;
	overflow: hidden;
}

.focusBanner .pic:before {
	padding-top: 66.6666%;
}



.focusBanner .focusText {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	z-index: 5;
	display: flex;
}

.focusBanner .focusText .title {
	flex: 1;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
.focusBanner .focusText .title a{
	color: #fff;
	display: block;
}
.focusDot{
	width: auto !important;
	margin-right: 10px !important;
	left: auto !important;
}
.focusDot span{
	background-color:rgba(255,255,255,1) !important;
	opacity: 1 !important;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.focusDot span.swiper-pagination-bullet-active{
	background-color: #ce0609 !important;
}
.focusArrowBox {
	margin-left: auto;
	display: flex;
}

.focusArrow {
	width: 34px;
	height: 50px;
	background-color: var(--themeColor);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
	cursor: pointer;
}

.focusPrev {
	background-image: url(/ynjt25/pc/images/arrowL2.png);
	margin-right: 20px;
}

.focusNext {
	background-image: url(/ynjt25/pc/images/arrowR2.png);
}

.tabsSwiperCon,
.tabsSwiper {
	position: relative;
	overflow: hidden;
}
.tabsSwiper.tabsSwiper1 {border-bottom: 1px solid #0360bf;}

.tabsSwiper a {
	padding: 0 10px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 13pt;
	cursor: pointer;
	position: relative;
	color: #000;
	transition: all .4s linear;
	overflow: hidden;
}
.tabsSwiper .swiper-slide{width: auto;}

.tabsSwiper .swiper-slide-thumb-active a {
	background-color: #0360bf;
	color: #fff;
}

.tabsSwiperCon1 {
	max-height: 370px;
	padding-top: 10px;
}

.textList1Dl dd .con {
	display: flex;
	height: 32px;
    line-height: 32px;
	transition: all .4s linear;
	overflow: hidden;
	font-size: 14px;
	color: #191717;
	gap: 25px;

}

.textList1Dl dd .title {
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
	background: url(/ynjt25/pc/images/indexCol2.png) no-repeat left center;
}

.textList1Dl dd .date {
	margin-left: auto;
	font-size: 14px;
	color: #999;
	text-align: right;
}

.textList1Dl dd .con:hover {
	background-color: #f5f5f5;
	color: var(--themeColor);
	padding: 0 10px;
}



.tabsSwiper2 {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.tabsSwiperCon2 {
	background-color: #fff;
	height: 400px;
	overflow: hidden;
}

.tabsSwiperCon2 .swiper-slide {
	/* padding: 0 10px; */
	box-sizing: border-box;
}

.indexVideo1Box {
	width: 100%;
	height: 480px;
	object-fit: cover;
}



.tabsSwiper3 {
	background: none;
}

.tabsSwiper3 .swiper-slide {
	background: rgba(46, 49, 145, 0.1);
}

.imgtList1Dl {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.imgtList1Dl dd:first-child {
	grid-area: 1 / 1 / 3 / 3;
}

.imgtList1Dl dd .con {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 3px;
}

.imgtList1Dl dd .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
	background-color: var(--themeColor);
	font-size: 14px;
	color: #fff;
}

.imgtList1Dl dd .picBox {
	flex: 1;
	overflow: hidden;
}

.imgtList1Dl dd .picBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.tabsSwiperAutoCon,
.tabsSwiperAuto {
	position: relative;
	overflow: hidden;
}

.tabsSwiperAuto .swiper-slide {
	width: auto !important;
}

.tabsSwiperAuto .swiper-slide a {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 30px;
	background: rgba(46, 49, 145, 0.1);
	font-size: 16px;
	color: #000;
	font-weight: 700;
	text-align: center;
}

.tabsSwiperAuto .swiper-slide-thumb-active a {
	background-color: var(--themeColor);
	color: #fff;
}

.honorBanner {
	position: relative;
	overflow: hidden;
	padding-bottom: 65px;
}

.honorBanner .swiper-pagination {
	width: 80%;
	right: 0;
	margin: auto;
	bottom: 16px;
	top: unset;
	border-radius: 5px;
	background: rgba(0, 0, 0, .25);
	overflow: hidden;
}

.honorBanner .swiper-pagination-progressbar-fill {
	background-color: var(--themeColor);
	border-radius: 5px;
	overflow: hidden;
}

.honorBanner .swiper-arrow {
	bottom: 0;
	top: unset;
	width: 40px;
	height: 40px;
	border: 1px #ddd solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	background: #fff;
}

.honorBanner .swiper-arrow svg {
	width: auto;
	height: 22px;
	fill: #666;
}

.honorBanner .swiper-button-next {
	right: 5%;
}

.honorBanner .swiper-button-prev {
	left: 5%;
}

.honorBanner .swiper-arrow::after {
	display: none;
}

.honorBanner .swiper-arrow:hover {
	background-color: var(--themeColor);
}

.honorBanner .swiper-arrow:hover svg {
	fill: #fff;
}

.honorBanner .con {
	display: block;
	overflow: hidden;
}

.honorBanner .pic {
	background-color: #fff;
}

.honorBanner .pic:before {
	padding-top: 79%;
}

.honorBanner .pic img {
	object-fit: contain;
}

.honorBanner .title {
	transition: all ease .5s;
	background-color: rgba(229, 229, 229, 1);
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	font-size: 16px;
	color: #000;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.honorBanner .con:hover .title {
	background-color: var(--themeColor);
	color: #fff;
}



.indexBox{background-color: #f2f2f2;}
.indexColumn{background-color: #ffffff;padding: 0 30px;}
.indexCol1{display: flex;    justify-content: center;position: relative;}
.column1Scroll{overflow: hidden;width: 530px;display: flex;align-items: center;}
.column1Scroll .bd{flex: 1;overflow: hidden;}
.column1Scroll .swiper-wrapper .swiper-slide{width: 100%;}
.column1Scroll .swiper-wrapper .swiper-slide .con{overflow: hidden;display: flex;    justify-content: flex-start;}
.column1Scroll .swiper-wrapper .swiper-slide .con .time{height: 55px;color: #191717;font-size: 14px;line-height: 55px;}
.column1Scroll .swiper-wrapper .swiper-slide .con .text{height: 55px;color: #191717;font-size: 14px;line-height: 55px;display: block;}
.column1Scroll .swiper-wrapper .swiper-slide .con .text:hover{color: #84B263;}
.indexCol1 .title{height: 55px;line-height: 55px;font-size: 16px;color: #980b04;margin-right: 20px;font-weight: bold;padding-left: 30px;background: url(/ynjt25/pc/images/column1ScrollIcon.png)no-repeat left center;}
.column1ScrollNext{border: 7px solid transparent;border-left-color: #d4bcbe;width: 0;height: 0;margin: 0 5px;transition: all .3s;-webkit-transition: all .3s;cursor: pointer;}
.column1ScrollPrev{border: 7px solid transparent;border-right-color: #d4bcbe;width: 0;height: 0;margin: 0 5px;transition: all .3s;-webkit-transition: all .3s;cursor: pointer;}
.column1ScrollNext:hover{border-left-color:#b58589}
.column1ScrollPrev:hover{border-right-color:#b58589}

.indexCol3{position: relative;padding-top: 35px;}
.indexCol3::before{content: "";position: absolute;display: block; top: 0;left: 0;width: 100%;height: 35px;background:linear-gradient(to top, #ffffff,#e9fdfe);}
.indexCol3List{overflow: hidden;margin-right: -20px;margin-bottom: 40px;background-color: #ffffff;position: relative;z-index: 2;width: 100%;}
.indexCol3List dd{float: left;width: 33.3333%;}
.indexCol3List dd .text{margin-right: 20px;} 
.indexCol3List dd .text ul{/* padding-left: 10px; */box-sizing: border-box;}
.indexCol3List dd .text .title {margin-bottom: 10px;border-bottom: 1px solid #0360bf;}
.indexCol3List dd .text .title a{  height: 40px;line-height: 40px;font-size: 16px;color: #0360bf;display: block;font-weight: bold;}
.indexCol3List dd .text ul li a{display: block;height: 30px;line-height: 30px;font-size: 14px;color: #191717;}
.indexCol3List dd .text ul li:hover a{color: #0056a8; }
.indexCol3List dd.last .text{margin-right: 0;}
.indexCol3List dd.last .text .title{display: flex;justify-content: space-between;}
.indexCol3List dd.last .text .title a.more{height: 16px;line-height: 16px;    margin: 20px 0px 0 0;}
.indexCol3List dd.last .text ul{overflow: hidden;margin-right: -10px;}
.indexCol3List dd.last .text ul li{float: left;width: 50%;margin-bottom: 10px;}
.indexCol3List dd.last .text ul li a{display: block; margin-right: 10px;position: relative;height: unset;}
.indexCol3List dd.last .text ul li .pic::before{padding-top: 60%;}
.indexCol3List dd.last .text ul li .text{position: absolute;bottom: 0;left: 0;width: 100%;height: 24px;line-height: 24px;font-size: 14px;color: #fff;background-color: rgba(0, 0, 0, 0.5);text-align: center;}

.indexCol4{/* padding: 0 55px; */margin-bottom: 50px;position: relative;}
.column4Scroll{overflow: hidden;position: relative;}
.column4Scroll .bd{margin: 0 -20px;}
.column4Scroll .swiper-wrapper .swiper-slide{width: 25%;}
.column4Scroll .swiper-wrapper .swiper-slide .con{display: block;margin: 0 20px;}
.column4Scroll .swiper-wrapper .swiper-slide .con .pic{margin-bottom: 30px;}
.column4Scroll .swiper-wrapper .swiper-slide .con .pic:before{padding-top: 67.2268%;margin-bottom: 25px;}
.column4Scroll .swiper-wrapper .swiper-slide .con .text{line-height: 30px;height: 60px;color: #191717;text-align: center;font-size: 14px;padding: 10px 6px;  border-top: 1px dashed  #FF0000;}
.column4ScrollNext{width: 30px;height: 50px; position: absolute;top: 50%;transform: translateY(-70px);right: -50px;background: rgba(0, 0, 0, 0.3);transition: all .4s;-webkit-transition: all .4s;}
.column4ScrollPrev{width: 30px;height: 50px; position: absolute;top: 50%;transform: translateY(-70px);left: -50px;background: rgba(0, 0, 0, 0.3);transition: all .4s;-webkit-transition: all .4s;}
.column4ScrollPrev:after,
.column4ScrollNext:after{font-size: 20px;color: #fff;}
.column4Scroll:hover .column4ScrollNext{right: 0;}
.column4Scroll:hover .column4ScrollPrev{left: 0;}
.column4ScrollPrev:hover,
.column4ScrollNext:hover{background-color: rgba(0, 0, 0, 0.5);}
.indexCol5{margin-bottom: 20px;}
.indexCol5 .indexCol5Title{/* padding: 0 10px; */overflow: hidden;border-bottom: 1px solid #0360bf;margin-bottom: 10px;font-size: 0;}
.indexCol5 .indexCol5Title .more{float: right;padding-top: 20px;}
.indexCol5 .indexCol5Title .title{display: inline-block; background-color:#0360bf ;padding: 0 10px; line-height: 40px;height: 40px;font-size: 16px;color: #ffffff;overflow: hidden;font-weight: bold;}
.indexCol5List{overflow: hidden;margin-right: -40px;padding: 0 10px;box-sizing: border-box;}
.indexCol5List dd{float: left;width: 50%;}
.indexCol5List dd ul{margin-right: 40px;}
.indexCol5List dd ul li a{display: block; overflow: hidden;}
.indexCol5List dd ul li a .time{float: right;line-height: 30px;height: 30px; color: #191717;font-size: 13px;}
.indexCol5List dd ul li a .text{line-height: 30px;height: 30px; color: #191717;font-size: 13px;overflow: hidden;}
.indexCol5List dd ul li:hover a .text{color: #0056a8;}

.indexCol6{margin-bottom: 50px;}
.indexCol6 .title{  border-bottom: 1px solid #0360bf;margin-bottom: 10px;}
.indexCol6 .title a{line-height: 37px; height: 37px;border-bottom: 3px solid #fb810a;font-size: 16px; font-weight: bold;display:inline-block;color: #0360bf;}
.indexCol6List{overflow: hidden;margin: 0 -5px;/* padding: 0 10px; */box-sizing: border-box;}
.indexCol6List dd{float: left;width: 25%;}
.indexCol6List dd a{display: block;margin: 0 5px;position: relative;}
.indexCol6List dd a .pic:before{padding-top: 66.6666%;}
.indexCol6List dd a .text{position: absolute;bottom: 0;left: 0;width: 100%;height: 30px;line-height: 30px;text-align: center;font-size: 16px;color: #fff;background-color: #666666;}

.indexCol7{overflow: hidden;padding-bottom: 35px;display: flex;align-items: center;}
.indexCol7 .indexCol7Title{float: left;background: url(/ynjt25/pc/images/linkTitleIcon.png)no-repeat center center;width: 150px;height: 50px;margin-right: 50px;}
.indexCol7 .indexCol7Title span{font-size: 16px;color: #ffffff;font-weight: bold; line-height: 50px;display: block;height: 50px;padding-left: 55px;}
.indexCol7List{overflow: hidden;margin-right: -100px;}
.indexCol7List dd{float: left;margin-right: 100px;}
.indexCol7List dd .con{line-height: 19px;height: 19px;font-size: 14px;color: #191717;border: 1px solid #767676;border-radius: 3px;padding: 0 80px 0 5px;background: url(/ynjt25/pc/images/zk.png)no-repeat right center / 15px 15px;}
.indexCol7 select{height: 32px;line-height: 32px;padding-right: 80px;border-radius: 3px;margin: 0px 80px 0 0}
/* 首页 end */