.w100 {
	width: 100px;
}

.hratio100 {
	height: 100%;
}

.wh100{
	width:100% !important;
	height: 100% !important;
}

.flex {
	display: flex;
}

.tb-lr {
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	writing-mode: vertical-lr;
	text-orientation: sideways-right;
}

.mtop11{
	margin-top: 11px !important;
}
/*首页图片新闻*/
.index_tabloid_box{
	overflow: hidden;
	height: 326px;
}
.index_tabloid{
	width: 536px;
	height: 326px;
}
.index_tabloid .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	opacity: 0.7;
	background: #000;
	border-radius: 0;
}

.index_tabloid .swiper-pagination-bullet-active {
	color: #fff;
	background-color: #ee0b01;
	filter: alpha(Opacity = 100);
	Opacity: 1.0;
}

/*模块标题、更多*/
.module_title_more{
	float: left;
	flex-direction: column;
	width: 60px;
	height: 100%;
	border-right: 1px solid #4ca082;
}
.module_title{
	font: normal 18px / 58px MenkGarqag;
	padding-top: 20px;
	flex: 1;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	-webkit-text-orientation: sideways;
	text-orientation: sideways-right;
	text-orientation: sideways;
	display: flex;
	align-items: center;
	color: #4ca082;
}
.module_more{
	margin-bottom: 5px;
	text-align: center;
}
/*列表*/
.news_list{
	float: left;
	height: 100%;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	-webkit-text-orientation: sideways;
	text-orientation: sideways-right;
	text-orientation: sideways;
}
.news_item{
	float: left;
	width: 20px;
	height: 100%;
	text-align: left;
	margin: 4px 0 0 2px;
}
.news_item_title{
	display: block;
	width: 100%;
	height: 100%;
	font: normal 18px / 20px Menksoft2012;
	background: url(../Default/img/ttl_old.gif) no-repeat 4px top;
	padding-top: 14px;
	overflow: hidden;
	box-sizing: border-box;
}
.news_item_title.latestNews{
	background: url(../Default/img/ttl_new.gif) no-repeat 4px top;
}
.news_item_title:link{
	color: #1f2c3e;
	text-decoration: none;
}

.news_item_title:hover{
	color:#006766;
}

/*列表页公共样式*/
.article_list_box {
	float: left;
	width: 100%;
	height: 464px;
	display: flex;
	flex-direction: column;
	margin: 14px 8px;
}
.article_page{
	width: 100%;
	float: left;
	justify-content: center;
}

.article_list {
	flex: 1;
}

.article_list_item {
	float: left;
	width: 20px;
	height: calc(100% - 20px);
	margin: 4px 0 0 2px;
	display: flex;
}

.article_list_item_title {
	flex: 1;
	font: normal 18px / 20px Menksoft2012;
	background: url(../Default/img/ttl_old.gif) no-repeat top center;
	padding-top: 14px;
	overflow: hidden;
	text-align: left;
}

.article_list_item_title:link {
	color: #1f2c3e;
	text-decoration: none;
}

.article_list_item a:hover {
	color: #006766;
}

.mk_pglst {
	width: auto;
}
.mk_pglst li{float:left;width:28px;height:28px;font:normal 12px/28px Tahoma;color:#323030;background:#fff;border:1px solid #becfd3;margin:4px 2px;text-align:center;}
.mk_pglst li a{font:normal 12px/28px Tahoma;}
.mk_pglst li.ellipsis{background:#fff;border:1px solid #fff;}
.mk_pglst li.clk,.mk_pglst li:hover{color:#fff;border:1px solid #088fce;background:#1eb5e4;cursor:pointer;}
.mk_pglst li.clk{font:normal 12px/28px Tahoma;cursor:default;}

.mk_vtcl a{
	font: normal 18px / 44px MenkGarqag;
	color: #0b4248;
}

/*详情样式*/
.article_details_box{
	display: flex;
	flex-direction: row;
	min-width: 100%;
	height: 558px;
	background: url(../MenkCms_Home/img/view/ctt_bg.gif) repeat-x left 0px #fff;
	padding-top: 33px;
	overflow-x: auto;
}

.article_details_box img {
max-height:100%;
}

.article_details_logo_Box{
	margin-left: 10px;
	height: 100%;
	text-align: center;
}
.article_details_logo_border{
	width: 27px;
	height: 514px;
	background: url(../MenkCms_Home/img/view/nav_l.gif) repeat-y top right;
	margin: 2px 0 0 0;
	flex: 0 0 27px;
	overflow: hidden;
}
.article_details_nav_box{
	display: flex;
	flex-wrap: wrap;
	width: 128px;
	height: 494px;
	margin: 12px 0 0 0;
	background-color: #edf1f3;
	border-top: 1px solid #3fa4d4;
	border-bottom: 1px solid #3fa4d4;
	flex: 0 0 128px; 
	overflow: hidden;
}
.article_details_nav{
	width: 30px;
	height:46%;
	background: url(../MenkCms_Home/img/view/dot.gif) no-repeat 11px top;
	margin: 12px 0 0 2px;
	padding: 14px 0 0 0;
}
.article_details_nav a{
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	-webkit-text-orientation: sideways;
	text-orientation: sideways-right;
	font: normal 18px Menksoft2012;
	color: #733902;
}
.article_details_nav a:hover{
	 color: #ff6c00;
}
.article_details_link{
	padding:10px 5px;
	height: 498px;
	background: url(../MenkCms_Home/img/view/tab_bgb.gif) no-repeat center top !important;
	margin: 0 6px;
	background-size: 100% 100% !important;
	box-sizing: border-box;
}
.article_details_link span {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	-webkit-text-orientation: sideways;
	text-orientation: sideways-right;
    float: left;
    font: normal 18px / 30px Menksoft2012;
	text-align: left;
}
.article_details_link span a:link, .article_details_link span a:visited {
    font: normal 18px / 30px Menksoft2012;
    color: #000;
    text-decoration: none;
	text-align: left;
}

.article_details_logo_border1{
	float: left;
	width: 15px;
	height: 498px;
	background: url(../MenkCms_Home/img/view/nav_r.gif) no-repeat;
	margin: 12px 0 0 0;
	flex: 0 0 15px;
	overflow: hidden;
}

.article_details_content{
	height: 498px;
	background: url(../MenkCms_Home/img/view/ctt_ct.gif) repeat-x center top;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	-webkit-text-orientation: sideways;
	text-orientation: sideways-right;
}
.article_details_title{
	padding: 20px 10px;
	height: 486px;
	margin: 6px 0;
	background: #f7f7ed;
	border: solid 1px #b1babf;
	border-radius: 3px;
	font: normal 18px / 22px MenkGarqag;
	text-align: left;
	box-sizing: border-box;
}
.article_details_text{
	padding: 12px 0;
	font: normal 18px / 22px Menksoft2012;
	color: #161717;
	text-align: left;
}
.article_details_text p{
	font: normal 18px / 22px Menksoft2012;
}
.article_details_date{
	padding-top: 80px;
	width: 60px;
	height: 100%;
	box-sizing: border-box;
	font: normal 18px / 60px Menksoft2012;
	text-align: left;
}
.article_details_relevant{
	width: 150px;
	height: 100%;
}
.article_details_relevant_item{
	padding: 10px 0;
	text-align: left;
}
.article_details_relevant_item a{
	display: block;
	overflow: hidden;
	width: 30px;
	font: normal 18px / 30px Menksoft2012;
}
.article_details_footer {
	display: flex;
	height: 498px;
	width: 110px;
	flex: 0 0 110px; 
	overflow: hidden;
}
.article_details_footer span{
	width: 22px;
	height: 22px;
	font: normal 18px / 22px Menksoft2012;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	-webkit-text-orientation: sideways;
	text-orientation: sideways-right;
	text-align: left;
	height: 100%;
}
.article_details_footer span font {
    font: normal 14px / 22px Arial, SimSun;
    margin: 0 0 4px 0;
}

/*领导简介样式*/
.introduction_tabs{
	height: 112px;
	display: flex;
	flex-direction: row;
	padding-top: 20px;
	box-sizing: border-box;
}
.introduction_tab{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	border-bottom: 2px #bd0a0a solid;
	border-right: solid 1px #dcdcdc ;
}
.introduction_tabs:only-child .introduction_tab {  
    border-right: none;
}  
.introduction_tabs > .introduction_tab:nth-child(2) {  
    border-right: solid 1px #dcdcdc; 
}  
.introduction_tabs > .introduction_tab:last-child {  
    border-right: none; 
}  
.introduction_tab.active{
	background: url(../MenkCms_Home/img/tb_bg.png) bottom no-repeat;
}
.introduction_tab img{
	margin-right: 15px;
	max-width: none; 
	max-height: none; 
	height: auto; 
	width: auto; 
}
.introduction_tab span{
	text-align: left;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	-webkit-text-orientation: sideways;
	text-orientation: sideways-right;
	font: 18px / 20px MenkGarqag;
	color: rgb(140, 1, 1);
}
.introduction_list_box{
	width: 968px;
	margin: 40px auto 0;
}
.introduction_list{
	display: none;
	width: 100%;
	flex-wrap: wrap;
}
.introduction_list.active{
	display: flex;
}
.introduction_item{
	width: 242px;
	height: 328px;
	display: flex;
	justify-content: center;
	font: normal 18px Menksoft2012;
	color: #234057;
}
.introduction_item img{
	width: 102px;
	height: 128px;
	margin-right: 46px;
}
.introduction_item span{
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: sideways-right;
	-webkit-text-orientation: sideways;
	text-orientation: sideways-right;
	text-align: left;
}
.introduction_item a:hover{
	color: #006766;
}
/*图片新闻样式*/
.news_tabloid_box{
	float: left;
	width:calc(100% - 62px);
	height: 100%;
}
.news_tabloid_item{
	width: 210px;
	height: 98px;
	float: left;
	margin: 10px 0 0 6px;
}
.news_tabloid_item img{
	width: 100%;
	height: 100%;
}
/*超出隐藏*/
#title_box {
    font: normal 18px / 26px "Menksoft2012";
    color: #000;
    display: none;
    width: auto;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    writing-mode: horizontal-tb;
}
/*更多页上页*/
.mk_pglst .prev{background: url(./image/icon-prev.png)  no-repeat;background-position: center center;}
/*更多页下页*/
.mk_pglst .next{background: url(./image/icon-next.png)  no-repeat;background-position: center center;}