.head_con.pubCon { width: 100%; position: static; margin-left: 0; }
.head_top { width: 1200px; margin: auto; }
.logo, .search, .head_nav { margin-top: 40px; }
.head_nav { background: #3d5aa8; border-radius: 0; width: 100%; }
.head_nav_list { width: 1200px; margin: 0 auto; overflow: hidden; }
.head_nav_list li { height: 60px; background: none; }
.head_nav_list li a { line-height: 60px; padding-top: 0; color: #fff; }
.head_nav_list li.on a, .head_nav_list li:hover a { color: #bbeeff; }

.content { margin-bottom: 80px; }
.position { padding: 40px 0; }
.position, .position a { font-size: 14px; color: #999; }

.con_left { width: 250px; }
.nav_tit { background: url(/austria/template/navigation/listNav/navTit_bg.png) no-repeat; height: 56px; line-height: 56px; text-align: center; font-size: 20px; color: #fff; margin-bottom: 40px; }
.nav_wrap { border-left: 1px solid #d6d6d6; }
.nav_wrap>li { margin-bottom: 40px; padding-left: 20px; position: relative; }
.nav_wrap>li>a { display: block; font-size: 18px; color: #333; background: url(/austria/template/navigation/listNav/navLi_bg.png) no-repeat right center; }
.nav_wrap>li>i { display: block; width: 5px; height: 24px; background: #279bfe; border-radius: 4px; position: absolute; left: -2px; top: 0px; display: none; }
.nav_wrap>li:hover>a, .nav_wrap>li.on>a { color: #279bfe; background-image: url(/austria/template/navigation/listNav/navLi_bg_hov.png); }
.nav_wrap>li:hover>i, .nav_wrap>li.on>i { display: block; }
.subNav_wrap { padding-top: 25px; }
.subNav_wrap li { margin-bottom: 25px; }
.subNav_wrap li a { font-size: 16px; display: block; padding-left: 20px; color: #898989; }
.subNav_wrap li:hover a, .subNav_wrap li.on a { color: #279bfe; }

.con_right { width: 910px; background: #f2f9ff; }
.padd30 { padding: 30px; }

/*新闻列表*/
.listCon { padding-top: 30px; }
.listCon li { background: url(/uiFramework/commonResource/image/2021011514243843976.jpg) no-repeat left center; padding-left: 15px; }
.listCon li:hover { background: url(/uiFramework/commonResource/image/2021011514244694210.jpg) no-repeat left center; }
.listCon li a, .listCon li span { display: inline-block; vertical-align: top; line-height: 36px; font-size: 16px; }
.listCon li a { width: 85%; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.listCon li span { float: right; }

/*详细介绍*/
.zoom { padding-top: 20px; min-height: 400px; }
.zoom p, .zoom div, .zoom p * { line-height: 180%; font-size: 16px; padding-bottom: 25px; }
.zoom img { max-width: 100%; }
.zoom table, .zoom th, .zoom tr, .zoom td { border: 1px solid #333; }


/* 响应式代码 */
@media screen and (max-width:1199px) {
	.head_con.pubCon { padding: 0; }
	.head_top { width: 100%; padding: 0 20px; }
	.head_nav_list { width: 100%; }
	.con_left { width: 24%; }
	.con_right { width: 72%; }
}
@media screen and (max-width:999px) {
	.con_left { display: none; }
	.con_right { width: 100%; }
	.logo, .search, .head_nav { margin-top: 10px; }
	.position { padding: 10px 0; line-height: 1.5em; }
	.padd30 { padding: 20px; }
}
@media screen and (max-width:767px) {
	.head_nav { background: #3d5aa8ab; }
	.head_nav_list li { height: 30px; }
	.head_nav_list li a { line-height: 30px; }
	.content { margin-bottom: 20px; }
	.padd30 { padding: 10px; }
	.title_2 { height: 36px; line-height: 28px; }
	.title_2 span { font-size: 18px; }
	.listCon { padding-top: 10px; }
	.listCon li a { width: 75%; }
	.listCon li a, .listCon li span { font-size: 14px; line-height: 28px; }
	.zoom p, .zoom div, .zoom p * { font-size: 14px; padding-bottom: 5px; }
}
@media screen and (max-width:479px) {
	
}