@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;
}

img {
    border: 0;
}

a img {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: #2a6b10;
}

.wp-wrapper {
    width: 100%;
    background-color: #fff;
}

.wp-inner {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
}

.wp-main-page .content {
    width: 53%;
    float: left;
}

.wp-main-page .sidebar {
    width: 42%;
    float: right;
}

.wp-main-page .sidebar .sbox {}

/**全局样式**/
body {
    font: 12px/1 "Microsoft YaHei", "Simsun", arial, \5b8b\4f53;
    color: #333;
}

/*背景样式*/
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #359bb4;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
    clear: both;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}

/**页面全局宽度**/
.i-banner {
    background: rgb(63, 63, 63);
    width: 100%;
    height: 380;
    min-width: 1200px;
}

.i-banner .wrapper {
    overflow: hidden;
    position: relative;
}

.i-content {
    margin: 10px 0px 0px;
    width: 100%;
    overflow: hidden;
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.i-content .notice {
    width: 380px;
    float: left;
    display: inline;
}

#banner {}

/**页头开始**/
.inner1 {
    width: 1550px;
    margin: 0 auto;

}

#header {
    background: rgb(157, 2, 2);
}

#header .inner {}

.head {
    width: 100%;
    height: 176px;
    position: relative;
    background: rgb(157, 2, 2);
    position: relative;
}

/**页头部分**/
.head .sitelogo {
    float: left;
    padding-top: 10px;
}

.head .sitetitle {
    margin-top: 45px;
    margin-left: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/
#nav {
    background: url(../images/navs_line.jpg) repeat-x left top rgb(157, 2, 2);
    padding: 1px 0px 0px;
    width: 100%;
    min-width: 1200px;
}

.navbar {
    width: 100%;
    float: left;
    height: 41px;
    line-height: 40px;
    color: #fff;
}

/**导航区域背景**/
.navbar .navbox {
    width: 100%;
    margin: 0 auto;
}

/**导航窗口大小及位置**/
.sousuo {

    height: 33px;
    float: right;
    background: url(../images/sousuo1.png) no-repeat;
    color: #696969;
    margin-top: 5px;
    padding-right: 50px;
}

.wp_search .search {
    width: 150px;
    background: none;
    width: 58px;
    height: 33px;
    border: 0px;
    cursor: pointer;
}

input#keyword {
    max-width: 150px;
    min-width: 25px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    /* padding-left: 10px; */
    color: #696969;
}

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav, .navbar .navbox .nav {}

/**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
    font-size: 14px;
    color: #fff;
}

/**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
    color: #F90;
}

/**鼠标经过或当前选中时样式**/
div#wp_nav_w1 {
    margin-left: -38px;
}

.navbar .navbox .wp_nav li.nav-item a span.item-name {
    padding: 5px 9px 5px 48px;
    font-size: 16px;
    line-height: 29px;
}

/**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
    background: #9D0202;
}

/**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
    font-size: 14px;
    font-weight: normal;
}

/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
    background: #9D0202;
    color: #fff;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0 10px;
    line-height: 26px;
}

/**子菜单栏目高度与边距**/
.wp_nav .nav-item {
    display: inline-block;
    /* float: left; */
    position: relative;
    vertical-align: bottom;
}

/**图片切换**/
#focus {
    width: 800px;
    height: 280px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 380px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 800px;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 800px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

#focus .btn {
    position: absolute;
    width: 780px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
    display: none;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}

#focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 90px;
    cursor: pointer;
}

#focus .pre {
    left: 0;
    background: url(images/btn_left.gif) no-repeat 0 0;
}

#focus .next {
    right: 0;
    background: url(images/btn_right.gif) no-repeat 0 0;
}


/**标题栏新闻窗口**/
.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8
}

.mod4 .post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #d8d8d8;
}

/**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #0b4f8e;
}

/**标题字体**/
.post .tt .tit .title {
    color: #0b4f8e;
    font-weight: normal;
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    border-bottom: 4px solid #c9c9c9;
    padding-bottom: 8px;
}

.mr1 .post .tt .tit .title {
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    border-bottom: 4px solid #0b4f8e;
    padding-bottom: 8px;
}

.mod4 .post .tt .tit .title {
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    border-bottom: 00px solid #c9c9c9;
    padding-bottom: 19px;
    background: url(images/xh1.png) no-repeat center 30px;
}

/**标题图标**/
.post .tt .more_btn {
    font-size: 12px;
    color: #acacac;
    display: inline-block;
    float: right;
    height: 32px;
    line-height: 32px;
}

/**更多按钮**/
.post .con {
    padding: 6px 0;
    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 {
    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 {
    font-size: 14px;
    line-height: 39px;
}

/**标题图标**/
.news_list li.news span.news_title {
    color: #000;
    float: left;
}

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span {
    margin-left: 0px;
    margin-right: 5px;
}

.news_list li.news span.news_meta {
    color: #8b8b8b;
    float: right;
    margin-left: 2px;
    margin-right: 0;
    max-width: 80px;
    height: 39px;
    overflow: hidden;
}

.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;
}

.ml4 .news_list {
    background-color: #fff;
    width: 174px;
    height: 217px;
}

span.more_text {
    color: #acacac;
}

div#wp_news_w33 {
    margin-top: 10px;
}

#wp_news_w333 .news_list2 li.news {
    background: url(images/sp.png) no-repeat center left;
    font-size: 14px;
    line-height: 28px;
}

span.news_bt {
    padding-left: 26px;
    font-size: 14px;
    line-height: 39px;
}

div#wp_news_w40 {
    margin-top: 14px;
    background: #fff;
}

span.news_soult {
    padding-right: 33px;
    float: right;
    padding-top: 14px;
}

span.news_bti {
    text-align: center;
    /* padding-right: 3px; */
    float: right;
    line-height: 20px;
    margin-right: 0 !important;
}

span.news_bti a {
    color: #4d96a6;
}

.xdyx {
    margin-top: 10px;
}

.bmlj {
    margin-top: 10px;
}

.zxtg {
    margin-top: 32px;
}

div#wp_news_w12 {
    padding-top: 20px;
}

/** 
*其他样式
*/

/**主体开始**/
#container {
    /* padding:7px 0; */
    background: #fff;
}

#container .inner {
    padding-top: 0px;
    width: 100%;
}

/**首页三列布局**/
.mod {
    margin-top: 15px;
    /* width: 1200px; */
    margin: 0 auto;
    padding-top: 44px;
}

.mod1 .ml1 {
    width: 729px;
    float: left;
}

.mod1 .mr1 {
    width: 347px;
    float: right;
}

.mod .ml {
    width: 31%;
    float: left;
}

/**左列**/
.mod .mc {
    width: 32%;
    float: left;
    margin-left: 35px;
}

/**中间**/
.mod .mr {
    width: 31%;
    float: right;
}

/**右列**/
.mod3 {
    margin-top: 54px;
}

.mod3 .ml3 {
    width: 401px;
    float: left;
}

/**左列**/
.mod3 .mc3 {
    width: 450px;
    margin-left: 34px;
    float: left;
}

/**中间**/
.mod3 .mr3 {
    width: 191px;
    float: right;
}

.mod4 {
    margin-bottom: 25px;
    margin-top: 64px;
}

.mod4 .ml4 {
    width: 171px;
    float: left;
}

.mod4 .mc4 {
    width: 330px;
    float: left;
    margin-left: 28px;
}

.mod4 .mcc4 {
    width: 285px;
    float: left;
    margin-left: 36px;
}

.mod4 .mr4 {
    width: 222px;
    float: right;
}

.mbox {
    padding: 0 10px;
    border: 1px solid #d3d3d3;
    background: #f9f8fd;
}

.mod3 .mr3 .post .con {
    padding-top: 3px;
}

.post.post-3333 {
    padding-top: 14px;
}

/**页脚开始**/
#footer {
    background-color: #777e85;
    height: 140px;
}

#footer .inner {
    padding: 10px 0;
    height: 116px;
    background: url(images/foot_bj_1jpg.jpg) no-repeat center;
}

#footer .inner p {
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: white
}

.foot {
    color: #d6d6d6;
}

#footer .inner p span {
    margin: 0 3px;
}

/**列表页**/
.col_menu {
    width: 210px;
    float: left;
    position: relative;
    margin-right: -220px;
    margin-top: 5px;
}

.col_menu .col_menu_head {
    background: rgb(157, 2, 2);
    height: 40px;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding-top: 5px;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 30px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.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: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    line-height: 30px !important;
}

.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 .wp_subcolumn .wp_column a {
    color: #454545;
    background: #F7F7F7 url(images/icon_column_2.gif) no-repeat 26px 11px;
}

/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 40px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_2_hover.gif);
}

/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

/**三级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 42px 10px;
}

/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 55px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

/**四级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 57px 10px;
}

/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 70px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

/**五级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
}

/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 85px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column 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: 30px;
    line-height: 30px;
}

/**当前栏目**/
.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 {
    margin: 0 auto;
}

.article {}

.article h1.arti_title {
    line-height: 55px;
    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: 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); */
}

/**文章阅读部分图片大小限制**/
#lis #container {
    background: #fff;
}

#dis #container {
    background: #fff;
}

p.bq {
    padding-top: 28px;
}

.wp_nav .sub-nav .nav-item {
    white-space: nowrap;
    min-width: 140px;
}

ul.news_list2 {}

.mr3 .post {
    margin-bottom: 0;
}

span.suolue_title {
    position: relative;
    left: 20px;
    bottom: 47px;
}

span.suolue_title a {
    color: #fff;
}

.wp_search .search_logo {
    width: 360px !important;
    height: 100px;
    float: left;
}

div#search_logo img {
    width: 380px !important;
}

.mcc4 .news_list li.news span.news_meta {
    max-width: 77px;
    overflow: hidden;
    white-space: nowrap;
}

.mr3 .con .news {
    background: url(images/sp.png) no-repeat left center;
}

.wp_nav .nav-item.i6 {
    background: none;
}

/**友情链接样式**/
.link-post {
    margin-bottom: 5px;
}

.link-post .con_dmt {
    margin: 0 auto;
    background: url(images/dmt-2.png) no-repeat;
    /* width: 1200px; */
    height: 160px;
}

.wp_nav {
    display: block;
    margin: 0;
    padding: 0;
    display: block;
    *zoom: 1;
}

#wp_nav_w52 .wp_nav .nav-item {
    width: 110px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-left: 13px;
    margin-right: 13px;
}

.wp_nav {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
}

.wp_nav * {
    margin: 0px;
    padding: 1px;
}

.redTitle h2 {
    background: rgb(157, 2, 2);
    padding: 0px 10px 0px 16px;
    height: 30px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    float: left;
    display: inline;
    position: relative;
}

.redTitle {
    background: url(./images/red_title_bg.jpg) repeat-x left bottom;
    width: 100%;
    height: 30px;
}

.redTitle .more {
    background: url(./images/ico_more2.jpg) no-repeat;
    margin: 8px 0px 0px;
    width: 31px;
    height: 22px;
    float: right;
    display: inline;
}

#footer .navs {
    background: rgb(63, 63, 63);
    padding: 10px 0px 0px;
    width: 100%;
    color: rgb(255, 255, 255);
    min-width: 1200px;
}

#footer .copy {
    background: rgb(149, 1, 1);
    padding: 20px 0px 20px;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 22px;
    min-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
}


.news1 .items {
    line-height: 30px;
}

.news1 .items .title, .news1 .items .title a {
    float: left;
    font-size: 15px;
    color: #494949;
}

.news1 .items .time {
    float: right;
    font-size: 12px;
    color: #8b8b8b;
}

.items .ctime {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #249605;
}

.items .ctime p {
    text-align: center;
}

.items .ctime .mon {
    color: #fff;
    font-size: 12px;
    line-height: 19px;
}

.items .ctime .day {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}



/**jumphandle**/

#jumphandle a#gobot {
    background-position: 0 bottom;
    margin-top: 6px;
}

ul.tab-list {
    position: relative;
}

.tab-list .more_btn {
    position: absolute;
    right: 0;
    top: -32px;
}

.tab-list .more_btn a {
    font-size: 14px;
    color: #249605;
}


.yqlj2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.yqli1 {
    padding-right: 20px;
}

.arti-fbr {
    height: 16px;
    line-height: 30px;
    text-align: right;
    padding: 10px 0;
}

