﻿* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
html {
	font-size: 10px;
	font-family: sans-serif; 
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #ffffff;
}
body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, PingFang SC, Hiragino Sans GB, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	min-width: 1200px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
a:active,
a:hover,
a:focus {
	color: #ce2026;
	outline: 0;
	text-decoration: none;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
p {
	margin: 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-box-shadow: none;
					box-shadow: none;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0; 
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.navbar-nav:before,
.navbar-nav:after,
.warp:before,
.warp:after,
.warpBox:before,
.warpBox:after,
.show-details:before,
.show-details:after,
.editor-body:before,
.editor-body:after {
	display: table;
	content: " ";
	zoom: 1;
}
.clearfix:after,
.container:after,
.navbar-nav:after,
.warp:after,
.warpBox:after,
.show-details:after,
.editor-body:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.container {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.vertical-align {
	font-size:0;
}
.vertical-align:before {
	display:inline-block;
	height:100%;
	content:'';
	vertical-align:middle;
}
.vertical-align-bottom,.vertical-align-middle {
	font-size:1rem;
	display:inline-block;
	max-width:100%
}
.vertical-align-middle {
	vertical-align:middle;
}
.vertical-align-bottom {
	vertical-align:bottom;
}
.icons {
	background: url(../images/icons.png) no-repeat;
}
.icons.Email {
	background-position: 0 0;
}
.icons.Sina {
	background-position: -33px 0;
}
.icons.WeChat {
	background-position: -61px 0;
}
.icons.En {
	background-position: -126px 0;
}
.icons.barrier {
	background-position: -126px -28px;
}
.icons.plays {
	background-position: -36px -29px;
}
.traditional {
	background: url(../images/icons.png) no-repeat;
	background-position: -93px 0;
}
.simplified {
	background: url(../images/icons.png) no-repeat;
	background-position: -93px -28px;
}
/*顶部*/
.top {
    line-height: 34px;
    border-bottom: 1px solid #d00000;
    background: #f7f7f7;
}
.top .ipv6 
{
    line-height: 1;
    font-size: 14px;
    padding: 3px 8px;
    background-color: #dddddd;
    border-radius: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;    
}
/*头部*/
.header {
	height: 120px;
	background-color: #ffffff;
}
.header .logo {
	height: 120px;
}
.header .search {
	margin-top: 40px;
}
.header .search .list {
	margin-bottom: 10px;
}
.header .search .list li {
	width: 27px;
	height: 22px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 13px;
}
.header .search .list li a {
	width: 27px;
	height: 22px;
	display: block;
	text-indent: -99999px;
}
.header .searchForm {
	width: 227px;
	position: relative;
}
.header .searchForm input[type="text"] {
	width: 100%;
	*width: 182px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 30px 0 15px;
	border: 1px solid #c9c9c9;
}
.header .searchForm .btn {
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 100%;
	background-color: none;
	text-indent: -99999px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	background-position: 7px -25px;
}
.nav-bar {
	height: 40px;
	background-color: #ce2026;
	position: relative;
	z-index: 5; 
	margin-bottom: 2px;
	-webkit-box-shadow: 0 3px 1px rgba(0,0,0,.35);
		 -moz-box-shadow: 0 3px 1px rgba(0,0,0,.35);
					box-shadow: 0 3px 1px rgba(0,0,0,.5);
}
.navbar-nav {
	position: relative;
}
.navbar-nav>li {
	width: 135px;
	height: 40px;
	float: left;
}
.navbar-nav>li.active>a, .navbar-nav>li>a:hover {
	color: #ce2026;
	background-color: #ffffff;
}
.navbar-nav>li>a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	display: block;
}
.navbar-nav>li>a>img {
	height: 40px;
}
.navbar-nav .nav-sub {
	width: 935px;
	position: absolute;
	top: 40px;
	left: 72px;
	z-index: 5;
	padding-top: 2px;
	*padding-top: 9px;
	display: none; 
}
.nav-sub-arrow {
	width: 24px;
	height: 8px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	background: url(../images/icons.png) no-repeat -45px -78px;
}
.nav-sub-box {
	margin-top: 7px;
	padding: 0px 15px;
	font-size: 16px;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #f3f4f5;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
		 -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
					box-shadow: 0 2px 5px rgba(0,0,0,.5);
}
.nav-sub-list {
	margin-left: -33px;
	*zoom:1
}
.nav-sub-list li {
	width: 100px;
	height: 32px;
	float: left;
	padding: 5px 0;
	margin-left: 33px;
	margin-bottom: 5px;
}
.warp {
	width: 1080px;
	padding: 10px 15px;
	margin: 0 auto;
	background-color: #ffffff;
}
.main {
	background-color: #f6f6f6;
}
.footer {
	background-color: #ffffff;
	border-top: 5px solid #ce2026;
}
.footer a {
	color: #000000;
}
.footer-nav {
	background-color: #eeeeee;
	text-align: center;
}
.footer-nav ul li {
	padding: 5px 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.footer-info {
	padding: 15px 0 25px 0;
}
.footer-info .ft-ul {
	width: 406px;
	float: left;
	font-size: 13px;
	margin-left: 40px;
}
.footer-info .ft-ul li {
	padding: 3px 0;
}
.footer-info .correction {
	float: right;
	text-align: center;
	padding: 60px 0px 0 0;
}
#_ideConac img {
	width: 65px;
}
/*.footer-info .sxjcpt {
	margin-top: 5px;
}*/
.footer-info .sxjcpt img {
	width: 149px;
	height: 76px;
}
/*首页*/
.slideBox {
	height: 550px;
	margin: 0 -15px 10px -15px;
	position: relative;
	overflow: hidden;
}
.slideBox .bd a {
	display: block;
	position: relative;
}
.slideBox .bd img {
	width: 100%;
	height: 550px;
}
.slideBox .bd .text {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.slideBox .bd a p {
	padding: 0 100px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0,0,0,.65);
	background-color: #000000\9;
	filter:Alpha(opacity=65)\9;
	*zoom:1;
	position:static;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slideBox .bd a p span {
	position: relative;
}
.slideBox .hd {
	font-size: 0;
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 10;
}
.slideBox .hd li {
	width: 10px;
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-radius: 100%;
	margin-right: 10px;
	background-color: #ffffff;
	cursor: pointer;
}
.slideBox .hd li.on {
	background-color: #ce2026;
}
.box_show {
	padding-right: 9px;
	padding-bottom: 13px;
	position: relative;
	*zoom: 1;
	background: url(../images/box-show.png) no-repeat right bottom;
}
.box_show .box_show_title {
	height: 33px;
	padding-left: 47px;
	position: relative;
	border-bottom: 1px solid #a0a0a0;
}
.box_show .box_show_title div.pull-right>* {
	float: left;
}
.box_show .box_show_title .box_show_mark {
	display: block;
	height: 34px;
	width: 34px;
	background: url(../images/icons.png) no-repeat 0 -57px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.box_show .box_show_title img {
	height: 32px;
	display: block;
}
.box_show .box_show_list {
	padding: 5px 13px 5px 0;
}
.box_show .box_show_list li {
	height: 42px;
	line-height: 42px;
	border-top: 1px dashed #e5e5e5;
}
.box_show .box_show_list li:first-child {
	border-top: 0;
}
.box_show .box_show_list li span {
	color: #898989;
	padding-right: 5px;
}
.box_show .box_show_list em {
	float: right;
	margin: 0 15px;
	font-style: normal;
	color: #898989;
}
.box_show .box_show_list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.impnews {
	width: 522px;
	float: left;
}
.publicity {
	width: 522px;
	float: left;
	margin-left: 15px;
	margin-right: -9px;
	*right: -9px;
}
.advert01 {
	padding: 3px;
	margin-bottom: 15px;
	float: left;
	border: 1px solid #dcdcdc;
}
.advert01-list {
	margin-left: -2px;
	height: 58px;
	overflow: hidden;
	position: relative;
}
.advert01-list li {
	float: left;
	width: 172px;
	height: 58px;
	margin-left: 2px;
}
.advert01-list li a {
	display: block;
}
.advert01-list li img {
	width: 100%;
	height: 58px;
	display: block;
}
.system {
	float: left;
	height: 335px;
	padding-right: 9px;
	padding-bottom: 13px;
	background: #ffffff url(../images/box-show.png) no-repeat right bottom;
}
.system-tab {
	float: left;
	width: 40px;
	height: 100%;
	overflow: hidden;
}
.system-tab li {
	width: 40px;
	height: 100%;
}
.system-tab li a {
	width: 40px;
	height: 100%;
	display: block;
	text-align: center;
}
/*.system-tab li.system-tab01 {
	height: 205px;
	background-position: 0 -97px;
}
.system-tab li.system-tab01.on {
	background-position: -45px -97px;
}
.system-tab li.system-tab02 {
	margin-top: 4px;
	height: 113px;
	background-position: 0 -306px;
}
.system-tab li.system-tab02.on {
	margin-top: 4px;
	background-position: -45px -306px;
}*/
.system-box {
	width: 631px;
	padding: 5px 0;
	float: left;
	overflow: hidden;
}
.system-box .system-list {
	margin-right: -30px;
}
.system-box .system-list li {
	height: 30px;
	display: inline-block;
	margin: 0 30px 6px 0;
	*display: inline;
	*zoom: 1;
}
.system-box .system-list li span {
	color: #ce2026;
}
.system-box .system-list li a {
	padding: 5px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.system-list-line {
	height: 1px;
	margin: 5px 15px 15px 0;
	background: #a0a0a0;
}
.video-box {
	width: 347px;
	height: 335px;
	float: left;
	margin-left: 15px;
	margin-right: -9px;
	*right: -20px;
}
.video-box .video-img {
	width: 279px;
	height: 186px;
	margin: 20px auto;
	position: relative;
}
.video-box .video-img img {
	width: 279px;
	height: 186px;
	display: block;
}
.video-box .video-img .plays {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 2;
}
.video-box .video-img p {
	width: 100%;
	font-size: 13px;
	padding: 5px 9px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.video-box .video-list li {
	padding: 2px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column {
	width: 100%;
	height: 90px;
	float: left;
	margin-bottom: 15px;
}
.column .column-name {
	width: 30px;
	float: left;
	margin-right: 5px;
	border-right: 1px solid #a0a0a0;
}
.column .column-name img {
	width: 30px;
	height: 78px;
	margin: 6px 0;
	display: block;
}
.column .column-item {
	width: 1020px;
	height: 90px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: -5px;
}
.column .column-list ul {
	height: 90px;
	overflow: hidden;
	margin-bottom: 10px;
}
.column .column-list li {
	float: left;
	width: 50%;
	padding: 0 5px;
}
.column .column-list li img {
	width: 100%;
	height: 90px;
	display: block;
}
.affairs {
	width: 445px;
	height: 320px;
	float: left;
}
.affairs-box {
	padding: 0px 15px 15px 5px;
}
.affairs-box-title {
	margin: 20px 0 10px 0;
}
.affairs-box-title em {
	display: block;
	float: right;
	width: 278px;
	line-height: 0;
	margin-top: 13px;
	border-top: 1px solid #a0a0a0;
}
.affairs-box-title img {
	width: 124px;
	height: 20px;
}
.affairs-box ul li {
	width: 25%;
	float: left;
	padding: 15px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.interact {
	width: 249px;
	height: 320px;
	float: left;
	margin-left: 6px;
}
.interact-list {
	margin-top: 10px;
}
.interact-list li {
	width: 115px;
	padding-left: 15px;
	display: inline-block;
	*width: 109px;
	*display: inline;
	*zoom: 1;
	margin-top: 25px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.interact-list li img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: top;
}
.interact-title {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.interact-link {
	padding: 20px 0px 13px 0px;
	font-size: 0;
	text-align: center;
}
.interact-link li {
	padding: 0 10px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.interact-link li a {
	display: block;
}
.magazine {
	width: 353px;
	height: 320px;
	float: left;
	margin-left: 6px;
	margin-right: -9px;
}
.magazine-list {
	padding: 14px 0;
}
.magazine-list li {
	float: left;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 10px;
}
.magazine-list li img {
	width: 81px;
	height: 110px;
	border: 1px solid #d6d6d6;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
			box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.magazine-list li h4 {
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	margin: 15px 0 5px 0;
	display: none;
}
.magazine-list li p {
	color: #999999;
	padding: 0 5px;
	font-size: 13px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
}
.magazine-list li:first-child {
	width: 220px;
	margin: 10px 0 0 0;
}
.magazine-list li:first-child img {
	width: 135px;
	height: 185px;
}
.magazine-list li:first-child h4 {
	display: block;
}
.advert02 {
	width: 100%;
	margin-bottom: 15px;
	float: left;
}
.advert02 img {
	width: 100%;
	height:100px;
}
.friendlink {
	margin-bottom: 5px;
}
.friendname {
	width: 140px;
	padding-left: 25px;
	float: left;
}
.friendlink .select-box {
	float: left;
}
.friendlink .select-box li {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.friendlink .select-box li select {
	width: 100%;
	text-align: center;
}
/*二级页面*/
.warpBox {
	width: 1080px;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #ffffff;
}
/*当前位置*/
.location {
	margin-bottom: 10px;
}
.location ul li {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/*侧栏*/
.sidebar {
	float: left;
	padding-bottom: 100px;
}
.sidebar-title {
	margin: 15px 0;
	font-size: 18px;
	font-weight: 600;
}
.sidebar-nav {
	border-top: 1px dashed #e5e5e5;
}
.sidebar-nav li {
	width: 100%;
	font-size: 18px;
	line-height: 25px;
}
.sidebar-nav li a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.sidebar-nav li a span {
	display: table-cell;
	padding: 0 10px 0 0;
	*float: left;
}
.sidebar-nav li a p {
	display: table-cell;
	*display: inline;
	*zoom: 1;
}
.sidebar-nav li.active>a {
	color: #ce2026;
}
.sidebar-nav li ul a {
	padding-left: 20px;
}
.sidebar-long {
	width: 350px;
}
.body-long {
	width: 665px;
	float: right;
}
.sidebar-short {
	width: 140px;
}
.body-short {
	width: 880px;
	padding: 0 25px 0 5px;
	float: right;
}
.sidebar-center {
	width: 280px;
	text-align: center;
}
.sidebar-center .sidebar-nav li a span {
	display: inline;
	*float: none;
}
.sidebar-center .sidebar-nav li a p {
	display: inline;
}
/*文章内容*/
.details-header {
	text-align: center;
}
.details-header h1 {
	font-size: 18px;
	color: #000000;
	margin: 20px 0;
}
.details-header h2{
	font-size:16px;
	font-weight: 500;
	color: #000000;
	margin: 10px 0;
}
.details-header h3{
	font-size:14px;
	font-weight: 500;
	color: #000000;
	margin: 10px 0;
}
.details-header .info {
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	font-size: 13px;
	background-color: #eeeeee;
}
.details-header .info span {
	margin: 0 20px;
}
.details-header .info span font {
	cursor:pointer;
}
.details-header .info .share-tools .share-text,
.details-header .info .bdsharebuttonbox,
.details-header .info .share-component{
	display: inline;
}
.details-header .info .share-component .social-share-icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	outline: none;
}
.bdsharebuttonbox a {
	float: none !important;
	*float: left !important;
}
.bdselect_share_box, .bdselect_share_box *, .bdselect_share_box *:before, .bdselect_share_box *:after,
.bd_weixin_popup, .bd_weixin_popup *, .bd_weixin_popup *:before, .bd_weixin_popup *:after,
.bdshare_popup_box, .bdshare_popup_box *, .bdshare_popup_box *:before, .bdshare_popup_box *:after,
.bdselect_share_bg, .bdselect_share_bg *, .bdselect_share_bg *:before, .bdselect_share_bg *:after,
.sr-bdimgshare, .sr-bdimgshare *, .sr-bdimgshare *:before, .sr-bdimgshare *:after,
.bdshare_dialog_bg, .bdshare_dialog_bg *, .bdshare_dialog_bg *:before, .bdshare_dialog_box *:after,
.bdshare_dialog_box, .bdshare_dialog_box *, .bdshare_dialog_box *:before, .bdshare_dialog_box *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bdshare_popup_list {
	max-height: 320px;
	overflow: hidden !important;
}
.editor-body {
	padding: 20px 10px;
	position: relative;
	zoom: 1;
	overflow: hidden;
	max-width: 100%;
	word-wrap: break-word;
}
.editor-body p {
	margin-bottom: 5px;
}
.editor-body a {
	color: #0e58ad;
}
.editor-body * {
	max-width:100%!important;
}
.editor-body video,
.editor-body .video,
.editor-body iframe {
	max-width:100%!important;
	margin:auto;
	display:block;
}
/*厅领导*/
.leader-body {
	padding: 20px 0px;
	width: 740px;
	float: right;
}
/*机构职能*/
.functional .editor-body {
	padding: 10px 55px;
}
/*要闻动态*/
.news-list li {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px dashed #e5e5e5;
}
.news-list li span {
	color: #898989;
	padding: 0 5px;
}
.news-list em {
	float: right;
	margin: 0 15px;
	font-style: normal;
	color: #898989;
}
.news-list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-panel {
	margin-bottom: 15px;
}
.news-list-panel .panel-title {
	padding: 8px 20px;
	border-bottom: 1px solid #a0a0a0;
}
.news-list-panel .panel-title .panel-name {
	font-size: 18px;
	font-weight: 600;
}
.news-list-panel .panel-title .more {
	margin-top: 3px;
}
/*翻页*/
.pages {
	width: 100%;
	font-size: 0;
	margin: 45px 0;
	text-align: center;
	vertical-align: middle;
}
.pages * {
	font-size: 16px;
	display: inline;
}
.pages a,
.pages span {
	margin-left: 16px;
}
.pages input[type="text"] {
	width: 45px;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	padding: 0 3px;
	margin: 0 5px;
}
.pages .btn {
	width: 30px;
	height: 15px;
	line-height: 1;
	position: relative;
	top: 2px;
	margin-left: 10px;
	text-indent: -99999px;
	border: 0;
	border-radius: 8px;
	background-color: #ce2026;
	background: url(../images/icons.png) no-repeat -74px -74px;
}
.pages .totals {
	margin-left: 15px;
}
.pages .totals em {
	font-style: normal;
	padding: 0 3px;
}
/*新闻内容*/
.newsdetails {
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.newsdetails .details-header h1 {
	font-size: 25px;
	font-weight: 500;
}
.newsdetails .details-header .info span {
	margin: 0 10px;
}
.newsdetails .editor-body {
	padding: 35px;
}
/*政民互动*/
.interaction-body {
	width: 790px;
	float: left;
}
.interaction-sidebar {
	width: 230px;
	float: right;
	overflow: hidden;
}
.interaction-four {
	font-size: 0;
	margin-left: -5px;
	margin-bottom: 15px;
}
.interaction-four li {
	width: 112px;
	height: 46px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 5px 5px;
}
.interaction-four li img {
	width: 112px;
	height: 46px;
	display: block;
}
.interaction-three {
	font-size: 0;
	margin-bottom: 15px;
}
.interaction-three li {
	width: 76px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}
.interaction-one {
	width: 100%;
	margin-bottom: 15px;
}
.interaction-one img {
	width: 100%;
}
/*建设杂志*/
.magazines-body {
	width: 700px;
	float: left;
}
.magazines-box {
	padding: 38px 30px 7px 0;
}
.magazines-photo {
	padding: 0 33px;
	float: left;
}
.magazines-photo img {
	width: 280px;
	height: 380px;
	display: block;
	border: 1px solid #d6d6d6;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.magazines-info {
	width: 300px;
	float: right;
}
.magazines-info .guide {
	margin-bottom: 5px;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify;
}
.magazines-info .guide span {
	width: 60px;
	font-size: 13px;
	color: #ffae00;
	display: inline-block;
	*display:inline;
	*zoom: 1;
}
.magazines-info .magname {
	font-size: 13px;
}
.magazines-info .magname li {
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
}
.magazines-info .magname h1 {
	margin: 0;
	font-size: 18px;
}
.magazines-info .magname h1 a {
	color: #ce2026;
}
.magazines-info .magname h1 span {
	width: 0;
	height: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #ce2026;
}
.magazines-info .magdec {
	color: #7f7f7f;
	font-size: 12px;
	padding: 10px 0;
	line-height: 1.8;
}
.magazines-info .magbtn {
	text-align: right;
}
.magazines-info .magbtn a {
	width: 74px;
	height: 27px;
	line-height: 24px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../images/zxyd.png) no-repeat;
}
.magazines-sidebar {
	width: 348px;
	float: right;
	margin-right: -20px;
}
.magazines-sidebar .pull-right img {
	margin-right: 5px;
}
.magazines-sidebar-box {
	padding: 20px 25px 60px 35px;
	background: url(../images/magazines-address.png) no-repeat 107px bottom;
}
.magazines-sidebar_list {
	font-size: 16px;
}
.magazines-sidebar_list li {
	padding: 6px 10px;
	border-top: 1px solid #e5e5e5;
	font-weight: 600;
}
.magazines-sidebar_list li:first-child {
	border-top: 0;
}
.magazines-sidebar_list li span {
	width: 0;
	height: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #ce2026;
}
.magazines-sidebar_list li a {
	color: #ce2026;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.magazines-address {
	padding: 20px 10px;
	font-size: 12px;
}
.magazines-address p {
	margin-bottom: 6px;
}
/*杂志列表*/
.magazines-list {
	margin-left: -15px;
	margin-top: -15px;
}
.magazines-list li {
	width: 122px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
}
.magazines-list li img {
	width: 122px;
	height: 165px;
	display: block;
	border: 1px solid #d6d6d6;
}
.magazines-list li p {
	padding: 5px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #eeeeee;
}
.magazines-listbox .pages {
	margin-left: -10px;
}
.magazines-listbox .pages * {
	font-size: 13px;
}
.magazines-listbox .magazines-body, .magazines-listbox .magazines-sidebar {
	height: 546px;
}
.magazines-host {
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}
/*搜索结果页*/
.searchBox {
	padding-top: 10px;
}
.searchBox .search-top {
	margin-bottom: 5px;
}
.searchBox .search-top ul li {
	float: left;
	margin-right: 10px;
}
.searchBox .search-top ul li a {
	padding: 7px 15px;
	font-size: 16px;
	display: block;
}
.searchBox .search-top ul li.active a {
	color: #ffffff;
	background-color: #ce2026;
}
.searchBox .search-group {
	width: 685px;
	position: relative;
}
.searchBox .search-group .texts {
	width: 465px;
	*width: 445px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	float: left;
	border: 1px solid #e5e5e5;
}
.searchBox .search-group .btns {
	width: 100px;
	height: 40px;
	float: left;
	margin-left: 10px;
	border: 0;
	background: url(../images/icons.png) no-repeat 0 -425px;
}
.searchBox .search-group .advanced {
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.searchBox .search-group .advanced > a {
	display: block;
	line-height: 39px;
	text-align: center;
	color: #ce2026;
	font-size: 16px;
	border: 1px solid transparent;
	border-bottom: 0;
	background-color: #ffffff;
}
.searchBox .search-group .advanced > a > span {
	width: 0;
	height: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*position: relative;
	*top: -8px;
	margin-left: 10px;
	border-top: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #ce2026;
}
.searchBox .search-group .advanced.open > a {
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	padding-bottom: 15px;
}
.searchBox .search-group .advanced.open > a > span {
	width: 0;
	height: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 10px;
	border-top: 8px solid #ce2026;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0;
}
.hotword {
	line-height: 48px;
	font-size: 13px;
}
.hotword span {
	color: #ce2026;
	margin-right: 20px;
}
.hotword a {
	margin-right: 35px;
}
.searchCount {
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	font-size: 13px;
	color: #ffffff;
	background-color: #f44336;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.searchCount em {
	font-style: normal;
	padding: 0 10px;
}
.searchCount a {
	margin: 0 10px;
	color: #ffffff;
}
.searchCount a.active {
	font-weight: 600;
}
.search-list li {
  padding: 20px 0;
  border-bottom: 1px dashed #dddddd;
}
.search-list h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.search-list h2 a {
  color: #333;
}
.search-list p {
  color: #666;
  margin: 10px 0;
}
.search-list .path .time {
  margin-left: 30px;
  color: #999999;
  font-size: 13px;
}
.advancedBox {
	width: 685px;
	*width: 593px;
	padding: 10px 45px;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 9;
	display: none;
}
.advancedBox dt , .advancedBox dd {
	margin: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.advancedBox dt {
	width: 120px;
	text-align: right;
}
.advancedBox input[type="text"], .advancedBox .select {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin-bottom: 8px;
	font-size: 12px;
	width: 465px;
	*width: 455px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*position: relative;
	*top: 8px;
}
.advancedBox input[type="text"].time {
	width: 220px;
	*width: 210px;
}
.advancedBox .to {
	padding: 0 6px;
}
.advancedBox .btn-group {
	margin-top: 5px;
	text-align: center;
}
.advancedBox .btn-group .btn {
	height: 20px;
	line-height: 18px;
	margin-left: 30px;
	padding: 0 15px;
	border: 0;
	color: #ffffff;
	border-radius: 10px;
	background-color: #ce2026;
}
/*办事服务*/
.service-body {
	width: 625px;
	float: left;
}
.service-title {
	padding: 2px 10px;
	color: #ffffff;
	background-color: #ce2026;
}
.service-list {
	padding: 10px 15px;
	margin-right: -50px;
}
.service-list li {
	height: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 50px 12px 0;
}
.service-list li span {
	color: #ce2026;
}
.service-list li a {
	padding: 5px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.service-sidebar {
	width: 400px;
	float: right;
}
.sers-box .sers-title em {
	display: block;
	float: right;
	width: 315px;
	line-height: 0;
	margin-top: 13px;
	border-top: 1px solid #a0a0a0;
}
.sers-box .sers-title img {
	width: 76px;
	height: 24px;
}
.sers-box ul {
	padding: 10px 15px;
}
.sers-box ul li {
	padding: 5px 0;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.sers-img .pull-right {
	margin-bottom: 10px;
}
/*网站地图*/
.sitemap-title {
	color: #F84E01;
    font-weight: bold;
	overflow: hidden;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}
.sitemap-table {
	width: 100%;
	border: 1px solid #E6E6E6;
}
.sitemap-table tr td {
	padding: 30px 15px;
	border-bottom: 1px solid #E6E6E6;
}
.sitemap-table tr td a {
    margin: 5px 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
}
/*兼容旧版*/
#oldBox,
#oldBox:before,
#oldBox:after,
#oldBox *,
#oldBox *:before,
#oldBox *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}

/*2019-07-24首页改版*/
.serviceBox {
	width: 346px;
	height: 320px;
	float: left;
	margin-left: 4px;
}
.serviceBox a,
.serviceBox img {
	display: block;
}
.new-video-box {
	width: 700px;
	height: 320px;
    float: left;
}
.new-video-box .video-img {
	width: 329px;
	float: left;
	padding: 30px 25px 0 25px;
	*width: 279px;
}
.new-video-box a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.new-video-box .video-img img {
	width: 279px;
	height: 186px;
	display: block;
}
.new-video-box .video-img .plays {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: -21px;
	z-index: 2;
}
.new-video-box .video-img p {
	margin-top: 15px;
	padding: 0 5px;
	height: 42px;
	overflow: hidden;
}
.new-video-box .box_show_list {
	float: left;
	width: 356px;
	margin-top: 12px;
	margin-left: 6px;
	*margin-left: 3px;
}
/*登录注册*/
.loginWrap,
.registerWrap {
	width: 1080px;
	height: 560px;
	margin: 0 auto;
	padding: 74px 0;
	background: #ffffff url('../images/login.jpg') no-repeat center center;
}
.login {
	width: 812px;
	height: 412px;
	margin: 0 auto;
	position: relative;
	background: url('../images/login-bg.png') no-repeat center center;
}
.loginFrom {
	width: 210px;
	height: 181px;
	position: absolute;
	z-index: 2;
	top: 159px;
	right: 69px;
}
.loginFrom .input-control {
	width: 175px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
	padding: 0 10px;
	margin: 0 0 30px 35px;
	border: 0;
	background: transparent;
}
.loginFrom .btn-group {
	margin-top: 21px;
}
.loginFrom .btn-group .btn {
	width: 100px;
	height: 40px;
	border: 0;
	background: transparent;
	text-indent: -9999px;
}
.loginFrom .btn-group a {
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin-left: 10px;
	text-indent: -9999px;
}
.register {
	width: 812px;
	height: 412px;
	margin: 0 auto;
	position: relative;
	background: url('../images/register-bg.png') no-repeat center center;
}
.registerFrom {
	width: 300px;
	margin: 0 auto;
	padding: 91px 0 0;
}
.registerFrom .input-control {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
	padding: 0 10px;
	margin: 0 0 10px 90px;
	border: 0;
	background: transparent;
}
.registerFrom .code {
	height: 41px;
	margin-top: -1px;
	background-color: #ffffff;
}
.registerFrom .code .input-control {
	width: 100px;
}
.registerFrom .code .btn {
	width: 104px;
	height: 30px;
	line-height: 30px;
	margin-left: 6px;
	border: 0;
	padding: 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	background: transparent;
}
.registerFrom .code .btn[disabled] {
	color: #ffffff;
	cursor: not-allowed;
}
.registerFrom .btn-group {
	margin-top: 9px;
}
.registerFrom .btn-group .btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: 0;
	padding: 0;
	margin-left: 100px;
	background: transparent;
	text-indent: -9999px;
}

/*2020-04-08 复工复产专题*/
.returnToWork .pages {
	margin: 15px 0;
}
.returnToWork .work-title {
	font-size: 18px;
	padding: 0px 20px;
	color: #FFFFFF;
	background-color: #ce2026;
}
.work-form {
	padding: 15px 0 0 30px;
	font-size: 16px;
}
.work-form .input-group {
	margin-bottom: 10px;
}
.work-form .lable-text {
	width: 130px;
	padding-right: 20px;
	float: left;
	text-align: right;
}
.work-form .input-control {
	width: 610px;
	float: left;
	position: relative;
}
.work-form .input-control input,
.work-form .input-control textarea {
	display: block;
	width: 100%;
	height: 24px;
	padding: 2px 5px;
	border: 1px solid #000;
	background-image: none;
}
.work-form .input-control textarea {
	height: auto;
	resize: vertical;
}
.work-form .input-control.code input {
	width: 80px;
}
.work-form .input-control.code img {
	height: 24px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 90px;
}
.work-form .form-btn {
	margin: 20px auto;
	text-align: center;
}
.work-form .form-btn .btn {
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: none;
}
.work-form .form-btn .btn.submit {
	background: url("../images/work-submit.jpg") no-repeat center center;
}
.work-form .form-btn .btn.reset {
	background: url("../images/work-reset.jpg") no-repeat center center;
}
.work-form .form-btn .btn + .btn {
	margin-left: 25px;
}
/*2021-06-25 中国共产党成立100周年庆祝活动标识*/
.gcdclaooznbg {
	padding-top: 100px;
	background: #f2f2f2 url("../images/gcdclaooznbg.jpg") no-repeat center top;
}
.gcdclaooznbg .header,
.gcdclaooznbg .nav-bar,
.gcdclaooznbg .main{
	width: 1080px;
	margin: 0 auto;
}
.gcdclaooznbg .header .logo {
	margin-left: 20px;
}
.gcdclaooznbg .header .search {
	margin-right: 20px;
}
/*2022-05-25视频列表*/
.video-list li {
	padding: 15px 0;
	border-bottom: 1px dashed #d8d8d8;
}
.video-list li a {
	display: block;
}
.video-list li .img {
	width: 190px;
	height: 125px;
	display: block;
	float: left;
}
.video-list li .info {
	width: 575px;
	margin-left: 15px;
	float: left;
}
.video-list li .title {
	margin: 10px 0;
	font-weight: bold;
}
.video-list li p {
	font-size: 13px;
	color: #666666;
}
.video-list li span + span {
	margin-left: 10px;
}

/*中国共产党第二十次全国代表大会*/
.fireman20-bg {
	background: #f2f2f2 url(../images/ershidasybg.jpg) no-repeat center top;
}
.logoLianghui {
	padding: 14px 0;
}
.fireman20-box {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.fireman20-box .header .container {
	padding: 0 15px;
}