@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;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
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;}/*背景样式*/
a {color:#333; text-decoration:none;}
a:hover { color:#cd0200;}
.wrapper { margin:0 auto;}
.wrapper .inner {width:1200px;margin:0 auto;} /**页面全局宽度**/

/**页头开始**/
.top {
    
}
#header {    background: #31650e;}
#header .inner {}
.head { width:100%;padding: 17.5px 0; position:relative; position:relative;} /**页头部分**/
.head .sitelogo {
    width: 800px;
margin-left: 175px;
 
}
.head .sitelogo img{
    width: 100%;
}
.head-right {
    position: absolute;
    right: 0px;
    bottom: 10px;
}
.head .sitetitle {float:right;margin-top:-75px; margin-left:847px;font-size:32px;font-weight:bold;color:#fff;display: none;} /**站点名称**/
.navbar {width:100%;} /**导航区域背景**/
.navbar .navbox {} /**导航窗口大小及位置**/
#nav {
    background: #6ca90e;
    border-top: 1px solid #54a583;
}
/**导航样式：后台绑定时也可以定义配置**/
.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;width: 150px;}
.navbox .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 29px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
}/**导航字体样式**/
.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: #1f834b}/**鼠标经过或当前选中时样式**/
.navbox .sub-menu {background-color: #f5f5f5; display: none; position: absolute; left: 0; top: 39px; z-index: 9999; min-width:110px;}/**菜单背景**/
.navbox .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;border-bottom: 1px solid #ddd;}
.navbox .sub-menu .sub-item a { display: block; color: #272727;line-height: 32px; padding:0 10px 0 10px; display: block; font-family:"Microsoft YaHei";    text-align: center;
    font-size: 14px;}/**子菜单字体样式**/
.navbox .sub-menu .sub-item a:hover,
.navbox .sub-menu .sub-item a.parent{     background: #4ca05b;color:#fff; 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%;}

div#mbanner {
    background: #f7f7f7;
height:320px;
}
.kstd {
    min-height: 130px;
    background: #fff;
    border-radius: 30px;
    position: relative;
    margin-top: -130px;
    z-index: 99;
opacity: 0.7;
display: none;
}
/**标题栏新闻窗口**/
.post { margin-bottom:10px;}
.post .tt { display:inline-block; width:100%;} /**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #fff;
}/**标题字体**/
.post .tt .tit .title { display:inline-block; line-height:32px;} /**标题图标**/
.post .tt .more_btn {
    display: inline-block;
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 3px;
    margin-top: 15px;
    margin-right: 20px;
}/**更多按钮**/
.post .tt .more_btn a{
    color: #fff;
}
.post .con { padding:10px; margin:0 auto;}
.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 {
	height: 58px;
	line-height: 58px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 5px center;
}
.post1 .tt .tit {}
.post1 .tt .tit .title {padding-left:30px;}
/**自定义新闻列表**/
.news_list {}
.news_list li.news { line-height: 30px;padding-left: 10px;} /**标题图标**/
.news_list li.news span.news_title {
    float: left;
    font-size: 13px;
    color: #333231;
}
.news_list li.news span.news_meta {
    float: right;
    color: #a7a7a7;
    font-size: 13px;
}
.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-top: 38px;}
.post {
    background: #fff;
}
/**首页三列布局**/
.mod {}
.mod .ml {width:580px; float:left;}/**左列**/ 
.mod .mr { width:580px; float:right;} /**右列**/
.mbox {
    border-radius: 20px;
    overflow: hidden;
}
/* .focus1 .focus-container {
    width: 580px !important;
} */

/**页脚开始**/
#footer {
    background: #6ca90e;
    padding: 40px 0;
}
#footer .inner { text-align:center;}
#footer .inner p {
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.foot-left img {
    max-width: 600px;
}
#footer .inner p span { margin:0 3px;}
/* .focus1.focus-box {
    width: 580px !important;
} */

/**列表页**/
.lbanner {}
.lbanner .inner { position: relative;}
.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: -220px;} 
.col_menu .col_menu_head { background:url(images/col_menu_head.jpg) no-repeat 0 0;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 16px;font-weight: normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 70px;padding: 0px 5px 0px 10px;background: #1f834b;}/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.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 12px 22px;border-top:1px solid #fff;border-bottom: 1px solid #ddd;}/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name{padding-left:30px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_1_hover.gif);}/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#124D83;}
/**二级栏目列表*/
.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 28px 23px;border-top:1px solid #fff;border-bottom: 1px solid #E0E0E0;}/**二级子栏目**/
.col_list .wp_listcolumn .sub_list .sub-item a .column-name{padding-left:50px !important;}
.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: 240px;}

.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:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.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 {
    padding: 0 20px;
}
.article {}
.article h1.arti_title {
    line-height: 50px;
    margin: 6px 0px;
    font-size: 24px;
    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;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto;padding:5px 0px; 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); }  /**文章阅读部分图片大小限制**/

.xydt .tt{
    background: #62a651 url(images/title2.png);
}
.mbox.xydt {
    border: 1px solid #5a9b4b;
}
.tzgg .tt{
    background: #66a6d2 url(images/title3.png);
}
.mbox.tzgg {
    border: 1px solid #66a6d2;
}
.xsdt .tt{
    background: #eca76e url(images/title1.png);
}
.mbox.xsdt {
    border: 1px solid #eca76e;
}
.sudy-tab .tab-menu li{
    float: left;
}
.sudy-tab .tab-menu li {
    display: inline-block;
    height: 53px;
    line-height: 56px;
    float: left;
    font-size: 17px;
    font-weight: normal;
    color: #5bc69d;
    padding:0 10px;
    border-radius: 0;
    cursor: default;
    float: right;
}
.sudy-tab .tab-menu {
    padding: 0 25px;
    height: 56px;
    border-bottom: 1px solid #d1d1d1;
}
.sudy-tab .tab-menu li.selected {
       color: #078861;
    background: url(images/3.jpg) no-repeat bottom;
    font-weight: bold;
    border-bottom: 4px solid #078861;
}
.foot-left {
    width: 730px;
    float: left;
    margin-left: 80px;
}
.foot-right {
    float: left;
    width: 250px;
    height: 137px;
}
.foot-right img{
    width: 100%;
}
.yqlj2 {
    width: 1200px;
    margin: 0 auto;
    border-top: 2px #6ca90e dashed;
    padding: 17px 0;
}
.yqlj {
    background: #fff;
}
.kstd2 {
    width: 860px;
    margin: 0 auto;
    padding-top: 15px;
}
.kstd-list {
    width: 14%;
    float: left;
    text-align: center;
    opacity: 1;
}
p.kstd-img img {
    width: 100%;
    max-width: 66px;
}
#container{
	background-image: none;
	background-repeat: repeat-y;
	background-position: center;
}
.tpcl {
    background: #fff;
	display: none;
}
ul.sys_list li {
    width: 33.33%;
    margin-bottom: 16px;
    float: left;
    text-align: center;
}
ul.sys_list li img {
    width: 100%;
    max-width: 315px;
    height: 78px;
}
ul.sys_list li.i-1 {
    text-align: left;
}
ul.sys_list li.i-3 {
    text-align: right;
}
ul.sys_list li.i-4 {
    text-align: left;
}
ul.sys_list li.i-6 {
    text-align: right;
}
ul.tpcl-list li {
    width: 18%;
    float: left;
    margin: 0 1%;
}
ul.tpcl-list li img {
    width: 100%;
}
span.tpcl-list-bt {
    line-height: 32px;
    background: #f3f3f3;
    padding: 10px 0;
    display: block;
}
span.tpcl-list-bt a {
    padding: 0 15px;
    display: block;
}
span.tpcl-list-img {
    display: block;
}
ul.tpcl-list {
    padding: 20px 0;
}
.sys {
    margin-top: 28px;
}
li.yqlj-list {
    background: url(images/11.jpg) 92px 7px no-repeat;
    float: left;
    line-height: 25px;
    font-size: 12px;
    padding-right: 17px;
padding-left:98px;
}
.yqlj-title {
    font-weight: bold;
    float: left;
    line-height: 25px;
    font-size: 15px;
    color: #063;
    padding: 0 15px;
}
.bottom-list {
    width: 25%;
    float: left;
}
.sudy-links{
    width: 188px;
}
.bottom-list .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 20px;
}
.bottom-list .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 10px;
    line-height: 22px;
    cursor: pointer;
    padding-left: 40px;
}
.bottom-list .wp_nav .nav-item{
    background: url(images/email.png) left center no-repeat;
}
.sudy-links .links-name {
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px 0 5px;
    background: #fff url(images/arrow.jpg) no-repeat right;
    border: 1px solid #c3c3c3;
    cursor: default;
    border-radius: 3px;
}
.bottom {
    padding: 14px 0;
    width: 950px;
    margin: 0 auto;
}
.head-right1 .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 16px;
       color: #6ca90e;
    font-weight: bold;
}
.head-right1 .wp_nav .nav-item{
    float: right;
}
.head-right2 .wp_search .search {
    background: url(images/sousuo-btn.jpg);
    width: 16px;
    height: 17px;
    border: 0px;
    cursor: pointer;
}
.head-right2 input#keyword {
    width: 115px !important;
}
.focus-title-bar {
    position: absolute;
    left: 40px;
    bottom: 80px;
    z-index: 40;
    width: 100%;
    height: 70px;
}
.focus-title-bar {
    position: absolute;
    left: 40px;
    bottom: 80px;
    z-index: 40;
    width: 100%;
    height: 70px;
}
.navbox .sub-menu{
    top: 46px;
    min-width: 100%;
}
.focus-title {
    display: inline-block;
    white-space: nowrap;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    color: #fefefe;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    font-family: "微软雅黑";
}
.search-btn {
    width: 24px;
    float: right;
    background: url(imagese/sous.png) no-repeat;
}
input.search-title {
    height: 24px;
    padding-left: 5px;
}
input.search-submit {
    width: 24px;
    height: 24px;
    background: #e6c24e url(images/sous.png) no-repeat center center;
    border: 0px;
    cursor: pointer;
}
/* .banner {

}
.focus2.focus-box {
    width: 1200px !important;
} */

.head-right1 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 2px 10px;
    line-height: 18px;
    cursor: pointer;
}
.head-right2 input.search-title {
    height: 20px;
    padding-left: 5px;
    width: 100px;
}
.search-input {
    float: left;
}
.head-right2 {
  
    border-radius: 4px;
    overflow: hidden;
}
.tzgg td.imgscroll2_td {
    width: 170px;
    padding-left: 10px;
    padding-right: 10px;
}
.tzgg td.imgscroll2_td span{
    background: #f3f3f3;
    display: block;
    padding: 10px;
    line-height: 20px;
    text-align: center;
}
.tzgg span.imgscroll2_img {
    background: none !important;
    padding:0 !important;
}
ul.tab-list {
    padding: 20px 0;
}
.sudy-tab .tab-menu span {
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
}
.tpcl td.imgscroll2_td {
    width: 230px;
    padding-left: 10px;
    padding-right: 10px;
}
.tpcl td.imgscroll2_td span img{
    width: 100%;
}
.tpcl td.imgscroll2_td span{
    text-align: center;
    background: #f3f3f3;
    display: block;
    padding: 10px;
    line-height: 20px;
}
.tpcl span.imgscroll2_img {
    background: none !important;
    padding:0 !important;
}
#header .inner{
 
}
.focus-container {
    height: 320px !important;
}
.focus2.focus-box {
    height: 320px !important;
}
.banner_img {
    height: 320px;
}
.banner {
	height: auto;
}
.head-right1 {
    float: left;
}
.yqlj-list a {
    color: #494949;
    font-size: 14px;
    font-weight: bold;
}
.tab-menu a {
    color:#5bc69d;
}
.sudy-tab .tab-menu li.selected a {
    color: #078861;
}
.sitelogocon a {
    font-size: 34px;
    color: #fff;
}
.ppa .focus-container {
    height: 330px !important;
}
.focus1.focus-box {
    height: 310px !important;
}
.wp_listcolumn .wp_column a .column-name{padding: 15px 15px 15px 25px !important;}
@media screen and (max-width: 1200px) {
.top {
    width: 1200px;
}
.banner {
    height: auto;
    width: 1200px;
    margin: 0 auto;
}
.wrapper {
    margin: 0 auto;
    width: 1200px;
}
}
.post1 .tt {
    border-bottom: 0px solid #d1d1d1;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #26674f;
}
.post1 .tt .tit .title.selected {
    color: #fff;
    background-color: #26674f;
    padding-left: 15px;
    padding-right: 15px;
}
.post1 .tt { 
border-bottom: 0px solid #d1d1d1;
 margin-bottom: 0px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
border-bottom-color: #26674f;}
.post1 .tt .tit { border-bottom: 0px;}
.post1 .tt .tit .title { 
display: inline-block;
 margin-right: 24px;
  color: #0aa450; 
 /* border-bottom: 3px solid #6ca90e;*/
   cursor: pointer;
}
.post1 .tt .tit .title.selected {
color: #fff;
background-color: #26674f;
padding-left: 15px;
    padding-right: 15px;
	line-height: 59px;
}

.zsdt_1 {
	padding-bottom: 30px;
    
}

.title_3 {
	font-size: 18px!important;
	line-height: 35px!important;
	font-weight: bold!important;
	color: #FFF!important;	
	
	}
.xia_tzgg {
	font-size: 16px;
	line-height: 45px;
	color: #333;
	float: right;
	width: auto;	
	}
#content_3_tzgg li {
	line-height: 45px;
	float: left;
	height: auto;
	width: 100%;
	font-size: 16px;
	color: #000;
	}
#content_3_xntz  li {
	line-height: 45px;
	float: left;
	height: auto;
	width: 100%;
	font-size: 16px;
	color: #000;
	}
.post .more_btn .more_text, .post .more_btn a {
    font-size: 14px;
    cursor: pointer;
    color: #999999;
}
.more_text_2 {
	color: #FFF!important;	
}