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

.con_left { width: 250px; }
.nav_tit { background: #014798; height: 56px; line-height: 56px; text-align: center; font-size: 20px; color: #fff; margin-right: 56px; border-radius: 0 56px 56px 0; position: relative; }
.nav_tit i { display: block; width: 76px; height: 56px; background: #0062a2; border-radius: 56px 0 0 56px; position: absolute; top: 0; right: -56px; opacity: 0.7; filter: alpha(opacity=70); }
.nav_wrap { background: #F6FBFF; }
.nav_wrap>li { position: relative; padding: 20px; }
.nav_wrap>li>a { display: block; font-size: 18px; color: #333; background: url(/eportal/fileDir/russia/template/navigation/listNav/navLi_bg.png) no-repeat right center; }
.nav_wrap>li:hover>a, .nav_wrap>li.on>a { color: #279bfe; background-image: url(/eportal/fileDir/russia/template/navigation/listNav/navLi_bg_hov.png); }
.subNav_wrap li { margin-top: 20px; }
.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; border: 1px solid #e9e9e9; }
.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) {
	.listCon li a { width: 70%; }
}