﻿@charset "utf-8";
/* CSS Document */

.domPC {
	display: block !important;
}

.domMobile {
	display: none !important;
}

body,
html {
	min-width: 1200px;
	background: #f4f5f6;
}

a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

a:active,
a:hover {
	color: #FFD133 !important;
}

@-moz-keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@-webkit-keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@-moz-keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

@-webkit-keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

@keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

.bgBox {
	width: 1230px;
	margin: 0 auto;
	background: #fff;
}

.conBox {
	width: 1200px;
	margin: 0 auto;
	background: url("http://www.news.cn/globe/images/20220729hq_indexBg_v1.png") 50% 0;
}

.banner {
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0 30px;
	border-bottom: 1px solid #f4ccc7;
	position: relative;
}

.hqlogo {
	width: 260px;
	float: left;
	margin-left: 20px;
}

.hqlogo img {
	width: 260px;
	height: auto;
}

.form {
	width: 320px;
	height: 50px;
	position: absolute;
	border: 1px solid #e06964;
	right: 20px;
	bottom: 25px;
	border-radius: 10px;
	background: #fff;
}

.form input {
	width: 200px;
	height: 46px;
	font-size: 16px;
	color: #666666;
	background: #fff;
	border: none;
	margin: 2px 0 0 7px;
}

.submitBtn {
	width: 100px;
	height: 40px;
	background: #d32c25;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.submitBtn img {
	width: 16px;
	height: 16px;
	margin: 5px;
}

.content {
	width: 96%;
	margin: 20px auto 0;
}

.nav {
	background: #fff;
	border-bottom: 1px solid #f4ccc7;
	line-height: 60px;
}

.nav ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.nav li {
	font-size: 20px;
	cursor: pointer;
	border-bottom: 5px solid #fff;
	padding: 0 5px;
}

.nav li:hover {
	font-weight: bolder;
	border-bottom: 5px solid #e33c29;
}

.footer {
	border-top: 1px solid #ccc;
	padding: 40px 0 50px 0;
	text-align: center;
}

.footer p {
	line-height: 30px;
	font-size: 14px;
	color: #959595;
}

.main {
	width: 1100px;
	margin: 0 auto;
}

#Main_Left {
	width: 300px;
	float: left;
}

#Main_Right {
	width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
}

#Logo,
#Logo img {
	width: 280px;
	height: 75px;
}

#ChannelNav {
	width: 260px;
	overflow: hidden;
	position: static;
}

#Search {
	width: 250px;
	position: static;
}

#SearchText {
	/* background: url("../pic/searchBox_ssjg.jpg") no-repeat scroll 0 0 transparent; */
	width: 246px;
}

#submitButtom {
	margin-left: 95px;
}

#Mr_box {
	overflow: hidden;
	width: 1100px;
}

#Mr_box .Area {
	padding: 0 20px;
}

.title {
	font-size: 12px;
	border-bottom: 2px solid #C8C8C8;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	width: 1080px;
	margin: 0 auto;
	padding-top: 10px;
}

.Mr_tleft {
	float: left;
}

.Search_center {
	float: right;
}

.Search_right {
	float: right;
	padding-right: 20px;
}

.Search_right a {
	color: #06C;
}

.Area .tit {
	font-size: 16px;
	line-height: 32px;
}

.Area .tit a {
	color: #216BB6;
}

.Area .tit a:hover {
	color: #F00;
}

.Area .tex {
	line-height: 20px;
	font-size: 12px;
	color: #333;
}

.Area .url {
	color: #900;
	font-size: 12px;
}

.Area .time {
	color: #216BB6;
	padding-left: 10px;
}

#PageLink {
	margin: 20px 0;
	width: 800px;
}

.page {
	width: 800px;
}

.page ul {
	width: 650px;
	margin: 0 auto;
}

.page li {
	float: left;
	width: 45px;
	list-style-type: none;
	text-align: center;
	font-size: 14px;
}

.page li a {
	width: 22px;
	height: 15px;
	border: 1px solid #e7ecf0;
	display: block;
	text-decoration: none;
	padding: 3px 0;
}

.page li a:hover {
	background-color: #e7ecf0;
}

.page .dian {
	background-color: #e7ecf0;
}

.page .qian {
	width: 90px;
	padding: 3px 0;
	padding: 6px 0;
}

.page .xia {
	height: 22px;
	width: 90px;
}

.page .xia a {
	width: 90px;
	height: 15px;
	border: 1px solid #e7ecf0;
	display: block;
	padding: 3px 0;
}

.pageright {
	width: 200px;
	line-height: 25px;
	float: right;
	margin: 20px 0 10px;
}

.pageright a {
	color: #900;
}


.clear {
	clear: both;
}

.blank10 {
	height: 10px;
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 0;
}

.blank20 {
	height: 20px;
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 0;
}

.pt3 {
	padding-top: 3px;
}

.mr15 {
	margin-right: 15px;
	display: inherit;
}

.layout_col33 .col_left {
	float: left;
	width: 665px;
	margin-right: 14px;
	overflow: hidden;
	_display: inline-block;
}

.layout_col33 .col_right {
	float: right;
	width: 250px;
	margin: 10px 0 0 10px;
	overflow: hidden;
	_display: inline-block;
}

.layout_col4 {
	overflow: hidden;
	_display: inline-block;
	width: 100%;
}

.layout_col4 .col_ty {
	float: left;
	width: 25%;
}

.layout_col4 .col_main {
	padding: 10px 15px;
}

.introduction {
	width: 315px;
	float: left;
	margin-left: 10px;
	display: inherit
}

/* 标题 */
.title8 {
	height: 45px;
	line-height: 45px;
	background-image: url(http://203.192.4.44/static/imgs/zwgk_bg_lanmu.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: "宋体"
}

.title8 .more {
	float: right;
	font-weight: 400;
	font-size: 12px;
	margin-right: 10px;
}

.title8 .more a {
	color: #4da8f3;
	font-weight: 400;
	font-size: 12px;
}

.title8 h2 {
	color: #055da5;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.title8_2 {
	height: 45px;
	line-height: 45px;
	background-image: url(http://203.192.4.44/static/imgs/zwgk_bg_lanmu.gif);
	background-repeat: no-repeat;
	background-position: 85px center;
	font-family: "宋体"
}

.title8_2 .more {
	float: right;
	font-weight: 400;
	font-size: 12px;
}

.title8_2 .more a {
	color: #4da8f3;
	font-weight: 400;
	font-size: 12px;
	display: block;
	width: 55px;
	height: 45px;
	background-color: #FFFFFF
}

.title8_2 h2 {
	color: #055da5;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.title11 h2 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-align: left
}

.title11 h2 a {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}

.title11 p {
	color: #262626;
	text-align: left;
	line-height: 28px;
	font-size: 14px;
}

.title11 p a {
	color: #444;
}

/* 内容 */
.list {
	overflow: hidden;
	_display: inline;
}

.list li {
	background: url(http://imgs.xinhuanet.com/icon/2011air/img/dot01.gif) no-repeat 0 -33px;
	font-size: 14px;
	text-indent: 1em;
	margin-left: 0px;
	text-align: left;
	line-height: 28px;
	overflow: hidden;
	height: 28px;
}

.list li a {
	font-size: 14px;
	color: #474747
}

.list_font13 li a {
	font-size: 13px;
}

.list_font12 li a {
	font-size: 12px;
}

.img_title {
	margin-bottom: 10px;
	overflow: hidden;
	_display: inline-block;
}

.img_title .img {
	display: block;
	border: none
}

.img_title .info {
	color: #778088;
}

.img_title .info p {
	text-align: left;
}

.img_title .info h2 {
	height: 25px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
}

.img_title .info h2 a {
	line-height: 25px;
	color: #3f464c;
	font-family: "宋体";
	font-size: 14px;
}

.img_title .info p a {
	color: #778088;
	font-size: 12px;
	line-height: 25px;
	height: 50px;
	overflow: hidden
}

.it_noborder {
	border-bottom: none;
	padding-bottom: 0;
}

.img_title2 {
	overflow: hidden;
	_display: inline-block;
	margin-top: 10px;
}

.img_title2 .img {
	display: block;
	border: none;
	margin: 0 auto;
	text-align: center
}

.img_title2 .info {
	color: #1275c7;
	text-align: center;
	height: 45px;
	overflow: hidden
}

.img_title2 .info h2 a {
	line-height: 45px;
	color: #1275c7;
	font-family: "微软雅黑";
	font-size: 18px;
}

.foot {
	width: 1100px !important;
}

.pagecont-pagnums .xpage-pagination-pager-active a {
	color: #F80307 !important;
}

.pagecont-pagnums {
	padding-top: 32px;
	padding-bottom: 24px;
	text-align: center;
}

.pagecont-pagnums a {
	display: inline-block;
	padding: 0 0.5em;
	border: 1px solid #9fb9e4;
	margin: 0.2em;
	line-height: 1.7em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.xpage-pagination-pager-active {
	color: red;
	border-color: #000;
}

@media screen and (min-width:0px) and (max-width: 767px) {
	.domPC {
		display: none !important;
	}

	.domMobile {
		display: block !important;
	}
}
