/* CSS Document */
body {
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: "微软雅黑", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 0;
	color: #333;
	min-width: 1200px;
	margin: 0 auto;
	word-wrap: break-word;
	background: #fff;
}

.text-over {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wrapper_1200 {
	width: 1200px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: 微软雅黑;
	padding: 0;
	margin: 0;
	/*transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;*/
}

body,
button,
input,
select,
textarea {
	padding: 0;
	margin: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,
li {
	margin: 0px;
	padding: 0px;
	/* list-style: none; */
}

* {
	margin: 0;
	padding: 0;
}

i {
	
}

em,
i {
	
}

ul,
ol {
	list-style-type: none;
}

li {
	vertical-align: top;
}

img {
	vertical-align: middle;
	border: 0;
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
}

body {
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: "微软雅黑", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 0;
	color: #333;
	min-width: 1200px;
	margin: 0 auto;
	word-wrap: break-word;
	background: #fff;
}

/*Firefox下input button内文字不能垂直居中及安卓手机按钮文字不垂直居中*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/*placeholder设置颜色*/
::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

span {
	display: inline-block;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	cursor: pointer;
	display: inline-block;
}

/* a:hover,
a:focus {
	color: #CF1722;
} */

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.mt0 {
	margin-top: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}


.code-one,
.code-two,
.code-three,
.code-four {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #FFFFFF;
	right: 44px;
	top: -45px;
	display: none;
}

.code-one {
	left: -36px;
}

.code-two {
	left: 38px;
}

.code-four {
	right: -6px;
}


.footer-left li span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F6F6F6;
}

.banner-img .hd ul li {
	color: transparent;
}

/* 分页标签 */
/* 翻页 */
.pages {
	text-align: center;
	font-size: 14px;
	clear: both;
	margin: 30px auto;
	text-align: center;
	width: 100%;
}

.pages li a {
	padding: 0px !important;
}

.pages a {
	line-height: 30px !important;
	font-size: 14px !important;
}

.pages li {
	margin-right: 10px !important;

}

.pages .page-active {
	border: 1px solid #ab000d;
	background-color: #cc0202;
}

.pages .page {
	width: 30px !important;
	height: 30px !important;
	text-align: center;
	font-size: 13px;
	padding: 0 !important;
	float: none !important;
}

.page-previous,
.page-next {
	width: 50px !important;
	float: none !important;
	text-align: center;
	font-size: 13px;
	padding: 0 !important;
}

.pages .page-active a,
.page-previous a,
.page-next a {
	height: 30px !important;
	text-align: center;
	color: #fff;
	float: none !important;
}

.page-previous a {
	width: 50px !important;
}

.page-next a {
	width: 50px !important;
}

.pages .page a {
	display: block;
	width: 100%;
	height: 100%;
}

.pages>li a {
	color: #333;
}

.pages>li {
	border: 1px solid #ccc;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px 5px;
}


.news ul li a {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}


.news .mask {
	background: rgba(0, 0, 0, 0.5) !important;
}

/* 下拉 */
.abs li a {
	text-align: initial;
}

.ads .abs {
	box-sizing: border-box;
	padding-left: 20px;
}


.header {
	width: 1200px !important;
	margin: 0 auto !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* 媒体查询 */
.ipone {
	right: 40px !important;
}

/* .title-img{
	margin-left: 0px;
} */

/* .header ul li{
	margin: 0px 15px !important;
} */

.header {
	justify-content: flex-start !important;
}


@media screen and (max-width:1680px) and (min-width:1440px) {}



@media screen and (max-width:1440px) and (min-width:1280px) {}


@media screen and (max-width: 1024px) and (min-width: 320px) {
	.ipone {
		right: -212px !important;
	}

	.header {
		transform: translateX(-41%);

	}

	.header ul li {
		margin: 0px 14px;
	}
}





.slideBox .bd img {
	display: inline-block !important;
}


.central-one-bottom,
.display,
.platform {
	margin-bottom: 20px !important;
}

.platform {
	padding-bottom: 18px !important;
}

.news ul li {
	padding: 11px 0px !important;
}


/* 要闻列表修改 */
.grey ul li a {
	font-weight: 400 !important;
	line-height: 44px !important;
}

.grey ul {
	padding-bottom: 0px !important;
}


.platform ul li a,
.news ul li a {
	line-height: 36px !important;
}

/* logo */
.title-img,
.header-left img {
	width: 370px !important;
	/* height: 55px !important; */
}


/* 移入二维吗 */



.ipone span {
	width: 130px;
	height: 130px;
	background-color: #fff;
	position: absolute;
	bottom: -160px;
	left: -10px;
	z-index: 100;
	display: none;
}

.ipone span img {
	width: 100% !important;
	height: 100% !important;
}

.ipone i {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.ipone i a {
	line-height: 32px;
}

.ipone i a img {
	vertical-align: middle;
}

.ipone i:first-child {
	margin-right: 20px;
}

.ipone i:first-child img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.ipone i:last-child img {
	width: 25px;
	height: 25px;
	position: relative;
	margin-right: 5px;
	background-color: #EBEBEB;
	border-radius: 50%;
	padding: 5px;
}


/* 四川 */
.header-right span {
	position: relative;
}

.header-right span .code-five {
	position: absolute;
	bottom: -154px;
	left: -20px;
	width: 130px;
	height: 130px;
	z-index: 999;
	display: none;
}

.important ul li a {
	line-height: 44px !important;
	font-weight: 400 !important;
}

.related ul li div span {
	display: none !important;
}


/* 审核字号 */
.content .text-name {
	font-size: 14px !important;
}


.mask {
	left: 0px;
}

/* 视频内容 */
.header ul {
	margin-top: 0px !important;
}

/* 相关推荐 */
.related {
	display: none;
}


/* 图说 */
center {
	font-size: 14px !important;
	text-align:center;
	margin: 0 auto;
}

#container{
	padding-top:0px ;
}

.search,
.header-from button {
	cursor: pointer;
}


.display .mask {
	padding: 0px;
}


