@charset "utf-8";
/* Base Reset */
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; }
html { overflow-x:hidden;}
i,cite,em,var,address,dfn{}
[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,strong,b { font-weight:bold; }
del,ins,u,s,a,a:hover { text-decoration:none; }
body,textarea,input,button,select,keygen,legend {font:12px/1 arial,\5b8b\4f53; 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; }
.clearfix { display: block; *zoom:1; }

/**全局样式**/
body { font:12px/1 "Microsoft YaHei","Simsun", arial,\5b8b\4f53; color:#333; background:#f5f5f5 url(images/bj.png) center;}/*背景样式*/
a {color:#333; text-decoration:none;}
a:hover { color:#cd0200;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width:1100px;margin:0 auto;} /**页面全局宽度**/

/**页头开始**/
#header {
    background: #408b38 url(images/head.jpg) center top no-repeat;
}
#header .inner {}
.head { width:100%; height:124px; position:relative;} /**页头部分**/
.head .sitelogo{float:left;padding-top:30px;padding-left:30px;}
.head .sitetitle {float:left;margin-top:45px; margin-left:20px;font-size:30px;font-weight:600;color:#fff;    display: none;} /**站点名称**/
.navbar {width:100%;} /**导航区域背景**/
.navbar .navbox {width:1000px;float:left;} /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.menu-switch-arrow { display: none;}
.navbox .wp-menu { margin:0 auto; } /**导航高度**/
.navbox .wp-menu .menu-item {display: inline-block;float: left;position: relative;z-index: 100;}
.navbox .wp-menu .menu-item a.menu-link {display: inline-block;padding:0 31px;line-height: 44px;color: #fffefe;font-size: 17px;font-family:"Microsoft YaHei";}/**导航字体样式**/
.navbox .wp-menu .menu-item a.menu-link:hover,
.navbox .wp-menu .menu-item a.menu-link.parent{ text-decoration: none; color: #fff; background-color: #949494}/**鼠标经过或当前选中时样式**/
.navbox .sub-menu {
    background-color: #f2f2f2;
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 100;
    min-width: 100%;
}/**菜单背景**/
.navbox .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;border-bottom: 1px solid #ddd; text-align:center;}
.navbox .sub-menu .sub-item a { display: block; color: #272727;line-height:40px; padding:0 10px 0 20px; display: block; font-family:"Microsoft YaHei"; font-size:17px;}/**子菜单字体样式**/
.navbox .sub-menu .sub-item a:hover, .navbox .sub-menu .sub-item a.parent {
    color: #407517;
    display: block;
}
.navbox .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background-color: #e6e6e6; border-left: 1px solid #ddd;}
/**slide导航**/
.wp-navi .navi-slide-head { display: none; padding:0 10px; height: 49px;}
.wp-navi .navi-slide-head .navi-slide-title { display: inline-block; float: left; font-weight: normal; color: #212121; font-size: 18px; line-height: 49px;}
.wp-navi .navi-slide-head .navi-slide-arrow { display: block; width: 34px; height: 49px; float: right; background: url(img/menu-icon-arrow.png) no-repeat 50%;}


/**标题栏新闻窗口**/
.post {}
.post .tt {
    line-height: 42px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #02724c;
} /**标题栏**/
 /**标题字体**/
.post .tt .tit .title { display:inline-block; line-height:42px;} /**标题图标**/
.post .tt .more_btn {
    display: inline-block;
    float: right;
    height: 42px;
    line-height: 42px;
    margin-right: 17px;
}/**更多按钮**/
.post .con {
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 15px;
}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc;} /**系统新闻列表**/
.post .con .wp_article_list .list_item span{margin-left:0px;margin-right:5px;} 
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**新闻列表图标**/
/*带图标标题*/
.post1 {}
.post1 .tt {background:url(images/icon_tit.gif) no-repeat 5px center;}
.post1 .tt .tit {}
.post1 .tt .tit .title {padding-left:35px;}
/**自定义新闻列表**/
.news_list {}
.news_list li.news {background:url(images/tt.png) no-repeat 5px center;
    line-height: 30px;
	height:30px;
    padding-left: 13px;
    padding-right: 13px;
	overflow:hidden;
}/**标题图标**/
.news_list li.news span.news_title { float:left;}
.news_list li.news span.news_meta { float:right; margin-left:2px;}
.news_list li.news p {clear:both; line-height:20px; color:#787878;}
.news_list li.news p a { color:#787878;}
.news_list li.news p a:hover { color:#444; text-decoration:underline;}
/** 
*其他样式
*/

/**主体开始**/
#container {/* padding:7px 0; */}
#container .inner {
    padding: 0px;
    padding-bottom: 5px;
}

/**首页三列布局**/
.mod {}
.mod .ml {width:236px; float:left;}/**左列**/ 
.mod .mc { width:478px; margin-left:15px; float:left;} /**中间**/
.mod .mr { width:236px; float:right;} /**右列**/
.mbox { padding:0 0px; border:0px solid #d3d3d3;}

/**页脚开始**/
#footer {}
#footer .inner { padding:20px 0; border-top:0px solid #036; text-align:center;}
#footer .inner p span { }

/**列表页**/
.lbanner {}
.lbanner .inner { position: relative;
    margin-bottom: 20px;max-height:235px;overflow: hidden;
    }
.lbanner .column-name { display: none; height: 24px; line-height: 24px; font-size: 20px; color: #fff;text-shadow:2px 2px 2px #000000; overflow: hidden; position: absolute; left: 6px; right: 6px; top :50%; margin-top: -12px;}
/**列表页banner图**/
.lbanner img { width: 100%; vertical-align: top; }

.col_menu {width: 210px;float:left;position:relative;margin-right: -210px;} 
.col_menu .col_menu_head { }/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight: normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 40px;
    padding: 0px 5px 0px 25px;
    background: #02724c;
}/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.col_list .wp_listcolumn { border-top:1px solid #2867A0; border-bottom:1px solid #fff; }
.col_list .wp_listcolumn .wp_column a {font-weight:normal;color: #3E3E3E;background: #EFEFEF url(images/icon_column_1.gif) no-repeat 10px 10px;border-top:0px solid #fff;border-bottom: 0px solid #ddd;}/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name{padding-left:25px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#000; background:#EFEFEF;}/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#02724c;}
/**二级栏目列表*/
.col_list .wp_listcolumn .sub_list{}
.col_list .wp_listcolumn .sub_list .sub-item{}
.col_list .wp_listcolumn .sub_list .sub-item a {color:#454545;background: #F7F7F7 url(images/icon_column_2.gif) no-repeat 26px 11px;border-top:1px solid #fff;border-bottom: 1px solid #E0E0E0;}/**二级子栏目**/
.col_list .wp_listcolumn .sub_list .sub-item a .column-name{padding-left:40px;}
.col_list .wp_listcolumn .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub-item a.selected { color:#000; background-image:url(images/icon_column_2_hover.gif);}	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .sub_list .sub-item a.selected span.column-name{ color:#124D83;}
/**三级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a { background:#f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px; border-top:1px solid #fff; border-bottom:1px solid #ccc;}/**三级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a .column-name{padding-left:55px;}
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a.selected span.column-name{ color:#124D83;}
/**四级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a { background:#f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px; border-top:1px solid #fff; border-bottom:1px solid #ddd;}/**四级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a .column-name{padding-left:70px;}
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a.selected span.column-name{ color:#124D83;}
/**五级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a { background:#f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px; border-top:1px solid #fff; border-bottom:1px solid #eee;}/**五级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a .column-name{padding-left:85px;}
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a.selected span.column-name{ color:#124D83;}

/**栏目新闻**/
.col_news {width:100%;float:left;} 
.col_news_box{margin-left: 220px;}

.col_news_head {border-bottom:1px solid #ccc;}
.col_metas .col_title { display:inline-block; float:left; height:40px; line-height:40px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:18px;font-weight: normal;}   /**当前栏目名称**/
.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
	margin-right:10px;
} /**当前位置**/

.col_news_list { margin-top:7px;min-height:300px; }
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item span{margin-left:0px;margin-right:5px;}
.col_news_list .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:6px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox { margin:0 auto;}
.article {}
.article h1.arti_title {line-height: 45px;margin:0px 0px;font-size:20px;font-family: "Microsoft YaHei";color:#282828;text-align:center;} /**文章标题**/
.article .arti_subtitle {line-height:30px;font-size:16px;color:#282828;font-family: "Microsoft YaHei";text-align:center;} /**文章副标题**/
.article .arti_metas { padding:10px; text-align:center;border-top: 1px solid #D0D0D0; border-bottom: 1px solid #D0D0D0;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry {
    margin: 0 auto;
    padding: 20px 40px;
    min-height: 300px;
    overflow: hidden;
} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:6px;}
.article .entry .read img { max-width:840px; _width:expression(this.width > 940 ? "840px" : this.width); }  /**文章阅读部分图片大小限制**/
.nav {
    background:#02724c;
}
.tzgg {
    width: 30.2%;
    float: left;
	margin-top:20px;
}
.xwdt {
    float: right;
    width: 68.2%;
	margin-top:20px;
}
.cgjs {
    width: 30.2%;
    float: left;
}
.mt {
    width: 36.5%;
    float: left;
    margin-left: 1.6%;
}
.yhdl {
    float: right;
    width: 29.9%;
}
.ndbg {
    float: left;
    width: 48.6%;
	margin-top:0px;
}
.xszz {
    float: right;
    width: 49.8%;
	margin-top:0px;
}
.foot_left {
    text-align: center;
    width: 55%;
}
.foot_left p {
    line-height: 22px;
	text-align:left;
	font-size:12px;
	font-family:"微软雅黑";
	color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.footer {
    background: #3b3b3b;
}
input#keyword {
    width: 174px;
    height: 31px;
    border: 1px solid #b4b2b3;
    border-right: 0px;
}
input.search {
    width: 61px !important;
    height: 33px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0px !important;
	background:url(images/btn.jpg) no-repeat !important;
}
.wp_search td {
    height: 33px;
    display: inline-block;
}
.bottom_left {
    float: left;
}
.ss {
    float: left;
}
.yqxl {
    width: 174px;
    border: 1px solid #b4b2b3;
    height: 31px;
    line-height: 31px;
    float: left;
	position:relative;
}
.yqlj_btn {
    padding-left: 12px;
    color: #585858;
	cursor: pointer;
	height:31px;
}
.yqlj_nr {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 200;
    background: #fff;
    border: 1px solid #b4b2b3;
    margin-left: -1px;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
}
.yqlj_img {
    float: right;
    margin-top: 12px;
    margin-right: 13px;
	width:12px;
	height:9px;
	background:url(images/sanjiao.png) no-repeat;
}
.bottom.wrapper {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bottom_right {
    float: right;
}
.kstd {
    font-size: 14px;
    color: #000;
    opacity: 0.8;
	filter:alpha(opacity=80);
    font-family: "微软雅黑";
    font-weight: bold;
    display: inline-block;
    line-height: 33px;
	height:33px;
	float:left;
	margin-right:12px;
}
.kstd_nr {
    display: inline-block;
    line-height: 33px;
	float:left;
	height:33px;
}
.kstd_nr a {
	font-size: 14px;
    color: #000;
    opacity: 0.8;
	filter:alpha(opacity=80);
    font-family: "微软雅黑";
}
.kstd_nr .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 0px 7px;
    line-height:33px;
    cursor: pointer;
}
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 17px;
    font-weight: normal;
    color: #002017;
    margin-left: 8px;
    font-family: "微软雅黑";    padding-left: 25px;
}
.post .tt .more_btn a {
    color: #02724c;
    font-size: 12px;
    font-family: "微软雅黑";
}
span.news_title a {
    color: #515151;
    font-size: 14px;
    font-family: "微软雅黑";
}
.xwdt .post .con {
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}
.xwdt_left {
    width: 43.54%;
    float: left;
	margin-top:10px;
}
.xwdt_right {
    width: 55.23%;
    float: right;
}
.xwdt_left .focus-title-bar {
    position: absolute;
    left: 0px;
    bottom: -40px;
    z-index: 40;
    width: 100% !important;
    height: 40px;
}
.xwdt_left .focus-title-bg{
	background:none;}
.xwdt_left .focus-title {width: 100%;
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fefefe;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    font-family: "微软雅黑";
    font-weight: normal;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.xwdt_left .focus-title a {
    color: #000000;
}
.yhdl .post .con {
    margin: 0 auto;
    padding-top: 20px;
	padding-left:5px;
    padding-right: 16px;
}
.wp_login .login_input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 7px;
}
.wp_login .login_input label {
    float: left;
    display: block;
    width: 64px;
    height: 38px;
    line-height: 38px;
    text-align: right;
    cursor: pointer;
    overflow: hidden;
    text-indent: 1000px;
}
.login_username label {
	background:url(images/yhm.jpg) no-repeat;
}
.login_password label {
	background:url(images/mm.jpg) no-repeat;
}
.wp_login .login_input .input {
    float: left;
    display: block;
    width: 235px;
    border: 1px solid #ccc;
    border-left: 0px;
    background-color: #fff;
}
.wp_login .login_input .input input {
    display: block;
    width: 96%;
    height: 26px;
    line-height: 14px;
    padding: 5px 2%;
    border: 0;
}
.login_input.login_code label {
    text-indent: 0;
	line-height:30px;
	height:30px;
}
.login_input.login_code .input {
    width: 100px;
    border-left: 1px solid #ccc;
}
.login_input.login_code {
    height: 30px;
    line-height: 30px;
}
.login_input.login_code .input input {
    display: block;
    width: 96%;
    height: 18px;
    line-height: 14px;
    padding: 5px 2%;
    border: 0;
}
.wp_login .login_btn {
    width: auto;
    padding-left: 0px;
}
.wp_login .login_btn .button {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
    background:#847b7c url(images/dl_btn.jpg) center center no-repeat;
    border: 0px solid #ccc;
}
.wp_login .login_btn .button input {
    display: inline;
    width: 100%;
    height: 45px;
    border: none;
    background: none;
    color: #444;
    text-align: center;
    cursor: pointer;
    text-indent: 1000px;
}
.wp_login .login_btn .button input:hover {
    background:#847b7c url(images/dl_btn.jpg) center center no-repeat;
	border:0px;
    color: #333;
}
.mian_bottom .post .con {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
li.newsimg {
    float: left;
    width: 22.4%;
    margin-left: 3.2%;
}
li.newsimg img {
    width: 100%;
}
li.newsimg.n1 {
    margin-left: 0px;
}
.xwdt_left .focus-page {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    margin-right: 5px;
    cursor: pointer;
}
.xwdt_left .focus-page-active {
    background-color: #02724c;
    color: #fff;
}
.xwdt_left .focus-pagination {
    position: absolute;
    right: 8px;
    bottom: 7px;
    z-index: 60;
    height: 20px;
    text-align: right;
}
.foot_right {
    float: right;
}
.yhdl .mbox {
    height: 250px;
}
.wp_login .login_info {
    line-height: 24px;
    text-align: center;
}
.yqlj_nr .wp_article_list .list_item .Article_Index{
	display:none;}
.yqlj_nr .wp_article_list .list_item {
    height: 24px;
    line-height: 24px;
    border-bottom: 0px dashed #ccc;
}
.wp_listcolumn .wp_column a .column-name{
	line-height:25px;}
.col_list .wp_listcolumn .wp_column a{
	background:#EFEFEF;}
.yqlj_btn span{
	float:left;}
.foot span {
    display: inline-block;
    margin-right: 5px;
}
span.news_time {
    font-size: 14px;
    float: right;
}

.djjqh{
	width:25%;}
.djjqh .focus-title-bar {
    position: absolute;
    left: 100%;
    bottom: auto;
    top: 0;
    z-index: 40;
    width: 225%;
    height: 40px;
}
.djjqh .focus-text-box {
    position: absolute;
    left: 100%;
    top: 40px;
    z-index: 20;
    width: 295%;
    height: 110px;
}
.djjqh2 .focus-text-box {
    position: absolute;
    left: 100%;
    top: 65px;
    z-index: 20;
    width: 150%;
    height: 110px;
}
.djjqh2 .focus-text{ padding:10px; padding-top:0;}

.djjqh .focus-title {
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fefefe;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    font-family: "微软雅黑";
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.djjqh .focus-text {
    padding:0 0px 10px 20px;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
}
.djjqh .focus-title a, .djjqh .focus-text a {
    text-decoration: none;white-space: pre-line;
    color: #515151;
    font-size: 14px;
    font-family: "微软雅黑";
}
.djjqh .focus-text-bg {
    width: 100%;
    height: 100%;
    background:none;
}
.djjqh .focus-title-bg {
    width: 100%;
    height: 100%;
    background:none;
}
.djjqh .focus-page {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 6px;
    background-color: #999;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.djjqh .focus-page-active{
	background:#02724c;}
.mian_bottom.clearfix {
    display: none;
}
.post.post-10 .tt .tit{background:url(images/02.png) no-repeat left center;}
.post.post-21 .tt .tit{background:url(images/01.png) no-repeat left center;}
.post.post-11 .tt .tit{background:url(images/03.png) no-repeat left center;}
.post.post-12 .tt .tit{background:url(images/04.png) no-repeat left center;}
.post.post-13 .tt .tit{background:url(images/05.png) no-repeat left center;}
.post.post-15 .tt .tit{background:url(images/06.png) no-repeat left center;}
.post.post-16 .tt .tit{background:url(images/07.png) no-repeat left center;}

.rili_time {
    float: left;
    width: 73px;
    text-align: center;
}
.rili_bt {
    float: left;
    margin-left: 10px;
    width: 240px;
    line-height: 28px;
    max-height: 65px;
    overflow: hidden;
}
.rili_time_top {
    line-height: 33px;height: 30px;
    background: #02724c;
    color: #fff;
    font-size: 24px;
}
.rili_time_bottom {
    line-height: 23px;height: 26px;
    background: #02724c;
    color: #fff;
	font-size:12px;
}
li.rili_news {
    margin-bottom: 12px;
}
.tzgg .post .con {
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 10px;
}
.rili_bt a {
    color: #515151;
    font-size: 14px;
    font-family: "微软雅黑";
}
.con.con2 {
    max-height: 100px;overflow: hidden;min-height: 100px;margin-top: 10px !important;
}
.con.con2 img{ width:100%; height:auto;}
.djjqh .focus-page span{ display:none;}
.xwdt_left .focus-page span{display:none;}
.article .entry p{ background:none !important;}

.yqlj2 {
    float: left;
    margin-left: 20px;
}
.yqlj2 .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 14px;
}
.yqlj2 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 10px;
    line-height: 23px;
    cursor: pointer;
}
a.ss_btn {
    float: right;
    display: block;
    width: 44px;
    height: 44px;
	background:url(images/ss_btn.png) center center no-repeat;
}
.ss_btn.searchbox {float: right;}
.ss_btn .search-btn .search-submit{
    display: block;
    width: 44px;
    height: 44px;
    background: url(images/ss_btn.png) center center no-repeat;border: 0;
}
.ss_btn input.search-title {
    display: none;
}
.ndbg .sudy-tab .tab-menu {
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #02724c;
	padding-left: 33px;
	background: url(images/06.png) no-repeat 8px center;
}
.ndbg .sudy-tab .tab-menu li{
 height: 46px;
    line-height: 46px;	
}
span.xiegang {
    float: left;
}
.ndbg .sudy-tab .tab-menu li .tit {
    display: inline-block;
    float: left;
    font-size: 17px;
    font-weight: normal;
    color: #002017;
	margin-left:0px;
    font-family: "微软雅黑";  
	padding-left:0px;
}
.ndbg .sudy-tab .tab-menu li.selected{
	background:none;}
.ndbg .sudy-tab .tab-menu li.selected .tit{
	font-size:19px;}
.ndbg ul.tab-list li {
    position: relative;
}
.ndbg ul.tab-list li .more_btn {
    line-height: 42px;
    position: absolute;
    right: 0;
    top: -44px;
}
.ndbg ul.tab-list li .more_btn a{
	color: #407517;
    font-size: 12px;
    font-family: "微软雅黑";}
.mian_bottom1 .xwdt_left {
    width: 32.54%;
    float: left;
	margin-top:10px;
}
.mian_bottom1 .xwdt_left .focus-title-bar{
	overflow:hidden;}
.mian_bottom1 .xwdt_right {
    width: 62.23%;
    float: right;
}
.foot_right {
    width: 30%;
    float: right;
}
.ewm_tp {
    width: 40px;
    height: 40px;
    float: right;
	margin:0 10px;
}
.ewm_tp.i-1 {
	background:url(images/wb.png) no-repeat;
}
.ewm_tp.i-2 {
	background:url(images/wx.png) no-repeat;
}
.foot_left {
    text-align: center;
    width: 70%;
    float: left;
}
.ewm_tp a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-indent: 1000px;
}
.post-103 .tt{background: url(images/06.png) no-repeat 8px center;}
.djjqh2{ width:43.5%;}
.fwl{ color:#fff; float:left;    margin-top: 10px;}
.wbwx{ float:left;}
.djjqh2 .focus-title{ width: 100%; padding-right:0;white-space: normal !important;text-overflow: ellipsis;  overflow:inherit !important; height:30px; line-height:30px;}
.djjqh2 .focus-title-bar{ height:30px;width: 132%;}
.djjqh2 .focus-title a{white-space: normal !important;text-overflow: ellipsis; overflow:inherit !important; display:block;}
.focus13 .djjqh .focus-title{overflow: visible;}
.djjqh2 .focus-text{ padding-right:0;}

.focus11.focus-box, .focus77.focus-box {
    padding-top: 10px;
}
.focus13 .focus-container {
    width: 100% !important;
}
.focus13 .focus-container {
    width: 100% !important;
}
.focus-box {
    width: 100% !important;}
.focus13  .djjqh .focus-title {
    display: inline-block;
    white-space: normal;
    height: 56px;
    line-height: 40px;}

div#wp_news_w33 .news_list li.news ,div#wp_news_w63 .news_list li.news{
    padding-right: 0px;
}
.post.post-21.mbox .con,.post.post-16.mbox .con {
    padding-right: 0px;
}
.post-15 .djjqh .focus-text-box {
    margin-top: 5px;
    height: 150px;
}
div#p122 .panel-header.panel-header-noborder.portlet-header {
    display: block !important;
}
.focus19.focus-box{padding-top: 10px;}