@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
	margin: 0;
	padding: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
	border: 0;
}

img {
	vertical-align: top;
}

html {
	overflow-x: hidden;
}

i,cite,em,var,address,dfn {
	font-style: normal;
}
[hidefocus],summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%;
}

sup,sub {
	font-size: 83%;
}

pre,code,kbd,samp {
	font-family: inherit;
}

q:before,q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,summary {
	cursor: default;
}

a,button {
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6,em,strong,b {
	font-weight: bold;
}

del,ins,u,s,a,a:hover {
	text-decoration: none;
}

body,textarea,input,button,select,keygen,legend {
	font: 14px/1.5 arial,\5b8b\4f53;
	color: #333;
	outline: 0;
}

:focus {
	outline: 0;
}
/*备用样式表*/
.none {
	display: none;
}

.wcb {
	width: 100%;
	height: 30px;
	border: 2px dashed #97CBE0;
}

.hidden {
	visibility: hidden;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	display: none;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(images/icon.png) no-repeat;
}
/*css3扩展*/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 10px;
	/* -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8); */
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}
/**布局开始**/
body {
	line-height: 1;
	font-size: 13px;
	font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
	color: #333;
	position: relative;
	background-color: #fff;
}

p {
	line-height: 1.75;
}

a {
	color: #3b3b3b;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

a:hover {
	color: #ec3334;
}

/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	width: 1440px;
	margin: 0 auto;
}
/*head开始*/
.header {
	border-bottom: none;
	height: auto;
	line-height: inherit;
	background: #B10202;
}


.header .inner {
	height: 140px;
	position: relative;
	background: url('./images/top-bg.png') no-repeat 813px bottom;
}

.top-logo {
	height: 100%;
	display: flex;
	align-items: center;
}

.top-logo img {
	width: 822px;
}

.header .sitelogo {
	float: left;
	margin-top: 25px;
}

.header .sitelogo span {
	position: relative;
	font-size: inherit;
	font-weight: normal;
}

.header .sitelogo span a {
	color: transparent;
	margin: 0;
}

.header .sitelogo h1 {
	font-size: inherit;
	font-weight: normal;
	background: none;
	padding-left: 0px;
}

.header .sitelogo .sitetitle {
	display: inline-block;
	margin-top: 28px;
	margin-left: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
/*自定义输入框*/
.searchbox {
	text-align: right;
	margin-top: 20px;
}

.wp_search {
	position: relative;
}

.wp_search form {
	display: block;
}

.wp_search input.keyword {
	margin-right: 0;
	border: 1px solid #d24646;
	border-radius: 20px;
	height: 40px;
	background: none;
	padding: 0 20px;
	color: #fff;
	width: 200px !important;
}

.wp_search input.search-title {
	width: calc(100% - 20px);
	height: 24px;
	padding: 4px 10px;
	line-height: 22px;
	background: none;
	color: #fff;
	font-size: 14px;
	border: 0;
	outline: 0;
}

.wp_search .search {
	width: 60px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0%;
}

.wp_search input.search {
	width: 60px;
	height: 39px;
	border: 0;
	outline: 0;
	background: url('./images/search-icon.png') no-repeat center center;
	background-size: 24px 24px;
	cursor: pointer;
	border-radius: 0 20px 20px 0;
}
/**站点名称**/

.header .head-left {
	float: left;
	display: inline-block;
	height: 140px;
}

.header .head-main {
	float: left;
	margin-top: 10px;
}

.header .head-right {
	float: right;
	margin-top: 30px;
	width: 233px;
}
/*默认主导航样式*/
#nav {
	background: #9D0303;
	height: 54px;
	line-height: 54px;
}

#nav .inner {
}

#nav .inner .wp-panel {
}
/*导航*/
#nav .inner .wp-panel .wp-window {	
	height: 54px;
}

#nav .inner .wp-panel .navbg {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	background: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.nav .wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;   
	height: 54px;
}

.nav .wp-menu .menu-item.i1 {
	background: none;
}

.nav .wp-menu .menu-item a > .menu-switch-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('./images/nav_j.png') no-repeat center center;
	vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0px 46px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}

.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {
	background-color: #bd0404;
	text-decoration: none;
	color: #eee;
}

.nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 54px;
	min-width: 192px;
	z-index: 100;
	background: #BD0210;
}

.nav .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}

.nav .sub-menu .sub-item a {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 17px;
	font-size: 14px;
	background: none;
}

.nav .sub-menu .sub-item.hover> a,.nav .sub-menu .sub-item a:hover {
	color: #000;
	background-color: #fff;
	display: block;
}

.nav .sub-menu .sub-menu {
	left: 100%;
	top: 0px;
	z-index: 200;
	background: #fff;
}
.wp-wrapper {
	height: 360px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}
.wp-wrapper .l-banner {
	width: 100%;
	height: 360px;
	margin-bottom: 20px;
}
.wp-wrapper img {
	width: 100%;
	vertical-align: top;
}

/**主页banner开始**/
#banner {
	background: transparent;
	margin-top: 0;
	margin-bottom: 35px;
	z-index: 99;
	position: relative;
}

#banner .inner {
	width: auto;
	text-align: center;
	position: relative;
   	height: 593px !important;
}
#banner .inner .focus-container,
#banner .inner .focus-box {
   height: 593px !important;
}
#banner .focus-title-bar {
	display: none !important;
}
/* 首页样式 */

.main1 {
    margin-bottom: 20px;
}
.column-title {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 24px;
	color: #000;
}
.column-title .tit {
    position: relative;	
	text-indent: 21px;
}
.column-title .tit::before {
    content: '';
	width: 11px;
	height: 25px;
	background: #af0000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.more_btn {
    display: inline-block;
    width: 80px;
    height: 30px;
	cursor: pointer;
    line-height: 30px;
    text-align: center; 
    color: #909090;
    font-size: 14px;
    margin-top: 10px;
	font-weight: normal;
}
.main2 {
	margin-bottom: 64px;
}

.main2 .mod {
	display: flex;
	flex-wrap: nowrap;
	gap: 22px;
	justify-content: space-between;
	align-items: flex-start;
}
.main2 .ml {
	width: 700px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.main2 .mr {
	flex: 1;
}
/* 图片新闻 */
.pic-news-list {
	height: 350px
}
.imgscroll2_top {
	width: 100% !important;
}
.imgscroll2_img {
    width: 320px;
    height: 225px;
    margin-right: 20px;
    overflow: hidden;
	display: block;
}
.imgscroll2_img img {	
    width: auto;
    min-width: 100%;
    height: 225px;
   object-fit: cover;
	-webkit-transition: transform 0.4s linear 0s;
	-moz-transition: transform 0.4s linear 0s;
	-o-transition: transform 0.4s linear 0s;
	transition: transform 0.4s linear 0s;
}
.imgscroll2_img:hover img {	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.imgscroll2_txt a {
	display: block;
    font-size: 18px;
    font-weight: bold;
	padding: 14px 0 ;
    color: #000;
    text-align: justify;
}
.imgscroll2_intro a {
	display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #888;
	height: 48px;
    text-align: justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.imgscroll2_time a {
	position: relative;
	display: flex;
	height: 26px;
	align-items: center;
	color: #C74E4E;
	font-size: 12px;
	padding-left: 30px;	
	background: url('./images/date-icon.png') no-repeat left center/ 26px auto;
	background-size: 26px auto;
}
.imgscroll2_time a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	left: 100px;
	height: 6px;
	margin-top: unset-3px;
	background: #D32E0C;
}
.imgscroll2_tpl  {	
    height: 225px;
	width: 100%;
	padding: 0 !important;
}
td.imgscroll2_td {
    height: 352px;
    font-size: 16px;
    color: #1F1F1F;
}
/* 工作动态 */
.notice_list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 10px;
}
.notice_item  {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	width: calc(50% - 30px);
	padding: 24px 10px;
	border: 1px solid #f2f2f2;
	border-bottom: 3px solid #d9d9d9;
}
.news_date {
	text-align: center;
}
.news_year {
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
	color: #b10202;
	background: #eeeeee;
}
.news_days {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	background: #b10202;
        white-space: nowrap;
        height: 22px;
        vertical-align: middle;
        line-height: 22px;
        font-weight: bolder;
}
.notice_item .news_title {
	font-size: 16px;
	color: #1e1f20;
	line-height: 23px;
}
.notice_item .news_title a {
	background-image: linear-gradient(#b10202, #b10202);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0 100%;
	-webkit-transition: background-size 0.5s linear 0s;
	-moz-transition: background-size 0.5s linear 0s;
	-o-transition: background-size 0.5s linear 0s;
	transition: background-size 0.5s linear 0s;
}
.notice_item .news_title:hover a {
	color: #b10202;
    background-size: 100% 1px;
}

/* 信息专报 */
.xxzb_list {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	flex: 1;
	width: 100%;
}
.xxzb-item {
	width: 165px;
	transition: all 0.2s;
}
.xxzb-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
transform: scale(1.03);
}
.xxzb-item-img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	overflow: hidden;
}
.xxzb-item-img a {
	display: block;
	width: 100%;
	
}
.xxzb-item-img img {
	object-fit: fill;
	width: 100%;
	
}
.xxzb-item-title {
	font-size: 14px;
	padding: 20px 0;
}
.ell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 办事指南 */
.bszn-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 10px;
}
.bszn-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	color: #030303;
	width: calc(33% - 10px);
	padding-top: 110px;
	padding-bottom: 14px;
	text-align: center;
	border-radius: 2px;
	background: #eeeeee;
	background-repeat: no-repeat;
	background-position: center 24px;
	-webkit-transition: transform 0.4s linear 0s;
	-moz-transition: transform 0.4s linear 0s;
	-o-transition: transform 0.4s linear 0s;
	transition: transform 0.4s linear 0s;
}
.bszn-item:hover {
	background-color: #b10202;
	color: #fff;
	transform: translateY(-10px);
}
.bszn1 {
	background-image: url(./images/bszn1.png);
}
.bszn1:hover {
	background-image: url(./images/bszn1_hover.png);
}
.bszn2 {
	background-image: url(./images/bszn2.png);
}
.bszn2:hover {
	background-image: url(./images/bszn2_hover.png);
}
.bszn3 {
	background-image: url(./images/bszn3.png);
}
.bszn3:hover {
	background-image: url(./images/bszn3_hover.png);
}
.bszn4 {
	background-image: url(./images/bszn4.png);
}
.bszn4:hover {
	background-image: url(./images/bszn4_hover.png);
}
.bszn5 {
	background-image: url(./images/bszn5.png);
}
.bszn5:hover {
	background-image: url(./images/bszn5_hover.png);
}
.bszn6 {
	background-image: url(./images/bszn6.png);
}
.bszn6:hover {
	background-image: url(./images/bszn6_hover.png);
}
.bszn7 {
	background-image: url(./images/bszn7.png);
}
.bszn7:hover {
	background-image: url(./images/bszn7_hover.png);
}
.bszn8 {
	background-image: url(./images/bszn8.png);
}
.bszn8:hover {
	background-image: url(./images/bszn8_hover.png);
}
.bszn9 {
	background-image: url(./images/bszn9.png);
}
.bszn9:hover {
	background-image: url(./images/bszn9_hover.png);
}

.foot-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.foot-right .foot-right-top {
	display: flex;
	align-items: center;
	gap: 20px;
}
.foot-right .foot-right-top .foot-right-top-left {
	display: flex;
	align-items: center;
	gap: 20px;
}
/* 版权 */
.footer {
	background: #B10202;
	height: 144px;
	padding-top: 44px;
}
.footer .mod {
	display: flex;
	flex-wrap: no-wrap;
	gap: 60px;
	color: #fff;
}
.foot-left {
	flex: 1;
	font-size: 16px;
	line-height: 36px;
	display: flex;
	align-items: flex-start;
	gap: 25px;	
}
.links-wrap-title {
	font-size: 24px;
	position: relative;
	text-indent: 12px;
	width: 140px;
	flex-shrink: 0;
}
.links-wrap-title::before {
    content: '';
	width: 2px;
	height: 25px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.links-wrap-content {
	/* display: flex; */
	flex-wrap: wrap;
	gap: 16px;
}
.links-wrap-content a {
	color: #fff;
}
.foot-right {
	flex: 1;
	font-size: 14px;
	line-height: 30px;
}
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
}

.scroller {
	position: absolute;
	z-index: 1;
	width: 750px;
	height: 160px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

/* 列表页 */
.list-main {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 40px;
	justify-content: space-between;
	min-height: calc(100vh - 740px);
}
.col_menu {
	width: 245px;
	flex-shrink: 0;
	margin-bottom: 40px;
}

.col_menu .l-qh {
	margin-bottom: 10px;
}

.col_menu .col_menu_head {
	height: 100px;
	line-height: 126px;
	text-align: center;
	background: url(images/left-title.png) no-repeat left top/ 100% auto;
	font-size: 29px;
	color: #fff;
	font-weight: bold;
}
.wp_column {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 110px;
	margin-bottom: 4px;
}
.wp_column .col_item_link {
	display: flex !important;
	height: 100% !important;
	align-items: center;
	justify-content: center;
	font-size: 22px !important;
	font-weight: normal;
	color: #5d5d5d !important;
	background: #E2E7E9 !important;
	border: none !important;
}
.wp_column .col_item_link.selected {
	background: #b10103 !important;
	color:  #fff !important;
}
.col_metas {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d20622;
	height: 66px;
	width: 100%;
	position: relative
}
.col_title {
	height: 66px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-indent: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.col_title::before {
    content: '';
	width: 11px;
	height: 25px;
	background: #af0000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.col_title::after {
    content: '';
    width: 220px;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.col_path {
	font-size: 14px;
	color: #666;
}
.col_news {
	flex: 1;
}
.col_news_list {
	margin: 12px 0 0;
}
.col_news_list .news {
	display:flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px dashed #ddd;
}
.col_news_list .news .news_title {
	display: inline-block;
    width: calc(100% - 150px);
}
.col_news_list .news .news_title a {
	font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    color: #000;
	background-image: linear-gradient(#b10202, #b10202);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
    -webkit-transition: background-size 0.5s linear 0s;
    -moz-transition: background-size 0.5s linear 0s;
    -o-transition: background-size 0.5s linear 0s;
    transition: background-size 0.5s linear 0s;
	
}
.col_news_list .news .news_title:hover a {
	background-size: 100% 1px;
}
.col_news_list .news .news_title:before {
	display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 10px 1px 0;
    background: #d22c09;
    border-radius: 50%;
}
.col_news_list .news .news_meta {
	font-size: 14px;
	color: #999;
	
}
.col_news_list .news  .news_meta span {
	font-size: 24px;
    font-weight: 700;
    color: #b10202;
    letter-spacing: 1px;
}
/* 图片列表 */

.col_news_list.img_news_list .news {
	padding: 30px 0;
	height: auto;
	justify-content: flex-start;
	border-bottom: 1px dashed #ddd;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	gap: 40px;
}
.col_news_list.img_news_list .news:hover {
	box-shadow: 0 -15px 20px -20px rgba(0, 0, 0, 0.2) inset, 0 0 0 0 #fff inset;
}
.col_news_list.img_news_list .news_img {
	width: 200px;
	height: 135px;
	flex-shrink: 0;
	overflow: hidden;
	display: block;
}
.img_news_list .news_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img_news_list .news_title a {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #000;
	text-align: justify;
	display: inline-block;
}
.img_news_list .news:hover .news_title a {
    font-weight: bold;
}
.img_news_list .news_intro  {
	font-size: 14px;
	font-weight: 500;
	line-height: 19px !important;
	text-align: justify;
}
.img_news_list .news_intro a {
	color: #888;
    line-height: 24px;
}
.img_news_list .news_title-box {
	flex: 1;
}
.img_news_list .right_news_meta {
	width: 60px;
	flex-shrink: 0;
    padding: 8px 6px;
    font-size: 12px;
    line-height: 18px;
    color: #b10202;
    text-align: center;
    background: #f3e9e7;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}
.img_news_list .right_news_meta_day {
	font-size: 22px;
	line-height: 26px;
}
.img_news_list .news:hover .right_news_meta {
	color: #fff;
    background: #d22c09;
}
.col_news_list.img_news_list .news_img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	-webkit-transition: transform 0.4s linear 0s;
	-moz-transition: transform 0.4s linear 0s;
	-o-transition: transform 0.4s linear 0s;
	transition: transform 0.4s linear 0s;
}
.col_news_list.img_news_list .news_img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.col_news_list.img_news_list .news_title::before {
	display: none;	
}
.wp_paging  {
	padding: 40px 0;
}
/**文章页**/
.infobox {
	padding: 0 60px 20px;
	margin: 0 auto;
	width: auto;
}

.article {
	padding-top: 10px;
}

.article h1.arti_title {
	line-height: 36px;
	font-family: "Microsoft YaHei";
	font-size: 32px;
	text-align: center;
	color: #010101;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
}
/**文章标题**/
.article h2.arti_title {
	line-height: 34px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	text-align: center;
	color: #1B1B1B;
}
/**文章副标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
	/* border-top:1px solid #ececec;
	*/
}

.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}
/**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}
/**文章内容**/
.article .entry .read,.article .entry .read p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}
/**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}

.article .entry .read img {
	margin: 0 auto;
	max-width: 940px;
	_width: expression(this.width > 940 ? "940px":this.width);
}
/**文章阅读部分图片大小限制**/
.article .entry .read table {
	margin: 0 auto;
	border: none!important;
}