﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

input:focus {
    outline: 0 none;
}

a:focus,
*:focus {
    noFocusLine: expression(this.onFocus=this.blur());
    outline: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

img,
iframe {
    border: medium none;
}

ol,
ul {
    list-style: none outside none;
}

li {
    vertical-align: top;
    list-style: none;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: 100%;
}

.clearfix {
    overflow: auto;
    _height: 1%
}


/*方法1必须加在浮动元素的父元素上，用于清楚内部浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


/*同上，方法2*/

.text-hidden {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text_auto {
    word-break: break-all;
    word-wrap: break-word;
}


/*********通用**********/

.left {
    float: left;
}

.right {
    float: right;
}

.h28 {
    height: 28px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr28 {
    margin-right: 28px;
}

.ml28 {
    margin-left: 28px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.border {
    border: 1px solid #e5e5e5;
}

.clear {
    clear: both;
}


/**********index页*********/

.head_top {
    width: 1000px;
    margin: 0 auto;
    color: #000;
    font-size: 12px;
}

.head_welcome {
    width: 400px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.head_assiant {
    height: 30px;
    line-height: 30px;
    float: right;
}

.head_assiant a {
    cursor: pointer;
    color: #000;
}

.head_banner {
    width: 1350px;
    overflow: hidden;
    height: 190px;
    margin: 0 auto;
    background: url(../images/header_top.png) no-repeat;
}

.head_welcome a {
    display: block;
    float: left;
    width: 117px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    margin-top: 3px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.head_welcome a.lywzq {
    background: #297600;
    margin-right: 5px;
}

.head_welcome a.zglyw {
    background: #42af02;
}

.nav {
    height: 45px;
    line-height: 45px;
    width: 1350px;
    margin: 0 auto;
    background: url(../images/nav_bg.jpg) center no-repeat;
    overflow: hidden;
}

.nav ul {
    width: 1100px;
    margin: 0 auto;
    height: 45px;
}

.nav ul li {
    float: left;
    display: block;
    width: 176px;
    line-height: 45px;
    height: 45px;
    text-align: center;
}

.nav ul li a {
    display: block;
    width;
    155px;
    height: 45px;
    color: #fff;
    font-family: "微软雅黑";
}

.nav ul li a:hover {
    font-weight: bold;
}

.nav ul li.home {
    background: url(../images/home.png) repeat-x;
}

.main {
    width: 998px;
    margin: 0px auto 0px auto;
    border: 1px solid #e5e5e5;
    padding: 10px 0px;
}

.main .main_weather {
    height: 49px;
    background: url(../images/assiant_bg.png) no-repeat;
    overflow: hidden;
    margin-top;
    10px;
}

.main .main_weat {
    width: 240px;
    margin-left: 100px;
    float: left;
    margin-top: 13px;
    overflow: hidden;
}

.main .main_time {
    float: left;
    width: 200px;
    text-align: center;
    line-height: 49px;
    font-size: 12px;
}

.main .main_search {
    width: 318px;
    float: right;
    margin-top: 2px;
}

.main .main_search input[type='text'] {
    width: 250px;
    height: 24px;
    border: none;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    background: none;
}

.main .main_search button {
    font-family: inherit;
    font-size: 100%;
    width: 50px;
    background: none;
    border: none;
    cursor: pointer;
    height: 28px;
    padding-top: 30px;
}

.main .main_levelone {
    margin: 10px 10px 0 10px;
    clear: both;
}

.main .main_levelone .m_bmdt_pic {
    width: 500px;
    height: 280px;
}

.main .main_levelone .m_bmdt {
    width: 453px;
    height: 275px;
    border: 1px solid #e5e5e5;
}

.bmdt_div {
    /*width:50%;*/
    float: left;
}

.bmdt_div span {
    float: left;
    font-weight: bold;
}

.main .main_levelone .bmdt_channel {
    background: url(../images/channel_bg.png) repeat-x;
    height: 35px;
}

.main .main_levelone .bmdt_channel .bmdt_div span {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
    color: #ad0002;
    height: 35px;
    line-height: 31px;
    font-size: 16px;
}

.main .main_levelone .bmdt_channel .bmdt_div span a {
    color: #ad0002;
}

.main .main_levelone .bmdt_channel span.active {
    color: #fff;
    background: url(../images/channel_hover.png) no-repeat;
}

.main .main_levelone .bmdt_channel span.active a {
    color: #fff;
}

.more_span {
    display: block;
    float: right;
    height: 31px;
}

.main .main_levelone .bmdt_channel a.right {
    display: none;
    color: #333;
    font-size: 14px;
    line-height: 31px;
    padding-right: 5px;
}

.main .main_levelone ul li {
    display: block;
    height: 31px;
    line-height: 31px;
}

.main .main_levelone ul li a {
    float: left;
    text-indent: 20px;
    color: #333;
    background: url(../images/li_ico.png) 2% center no-repeat;
    display: block;
    width: 370px;
    font-size: 15px;
}

.main .main_levelone ul li span {
    width: 80px;
    float: right;
    font-size: 12px;
    text-align: center;
    color: #333;
}

.main .main_leveltwo {
    margin: 10px 10px 0 10px;
    height: 83px;
    width: 979px;
    border: 1px solid #e5e5e5;
    clear: both;
}

.main .main_levelthreel {
    margin: 10px 10px 0 10px;
    width: 681px;
}

.main .main_levelthreel .main_levelthreel_articel {
    border: 1px solid #e5e5e5;
}

.artice_channel {
    width: 287px;
    background: url(../images/channl_bg.png) no-repeat;
    height: 31px;
}

.artice_channel span {
    width: 150px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 16px;
    text-indent: 10px;
    cursor: pointer;
}

.artice_channel span a {
    color: #fff !important;
    font-weight: bold;
}

.artice_channel a {
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    color: #333
}

.artice_channel a:hover {
    color: #b90100;
}

.main .main_levelthreel .main_levelthreel_articel ul {
    width: 285px;
    clear: both;
    height: 180px;
    margin-top: 25px;
}

.main .main_levelthreel .main_levelthreel_articel ul li {
    background: url(../images/li_ico.png) 3% 6px no-repeat;
    padding-left: 18px;
    height: 30px;
}

.main .main_levelthreel .main_levelthreel_articel ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    float: left;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

.main .main_levelthreel .main_levelthreel_articel ul li span {
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    color: #333;
    float: right;
    width: 65px;
    float: right;
}

.main .main_levelthreel .main_levelthreel_articelr,
.main .main_levelthreel .main_levelthreel_articelr1,
.main_levelthreel_articelr2 {
    width: 380px;
    border: 1px solid #e5e5e5;
}

.main .main_levelthreel .main_levelthreel_articelr .artic_channel,
.artic_channel2,
.artic_channel3 {
    background: url(../images/channel_bg.png) repeat-x;
    height: 34px;
}

.artic_channel span a,
.artic_channel2 span a,
.artic_channel3 span a {
    color: #333;
}

.artic_channel2 span.m_active,
.artic_channel3 span.m_active,
.artic_channel span.m_active {
    display: block;
}

.artic_channel div {
    width: 97px;
    display: block;
    float: left;
    line-height: 28px;
    height: 34px;
    text-align: center;
    color: #ad0002;
    cursor: default;
}

.artic_channel div.active {
    color: #fff;
    font-weight: bold;
    background: url(../images/channel_hover.png) no-repeat;
}

.artic_channel div.active a,
.artic_channel2 div.active a,
.artic_channel3 div.active a {
    color: #fff;
}

.artic_channel div a,
.artic_channel2 div a,
.artic_channel3 div a {
    color: #ad0002;
    display: block;
}

.artic_channel2 div,
.artic_channel3 div {
    width: 97px;
    display: block;
    float: left;
    line-height: 28px;
    height: 34px;
    text-align: center;
    color: #ad0002;
    cursor: default;
}

.artic_channel2 div.active,
.artic_channel3 div.active {
    color: #fff;
    font-weight: bold;
    background: url(../images/channel_hover.png) no-repeat;
}

.artic_channel2 span,
.artic_channel3 span,
.artic_channel span {
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    display: none;
}

.artic_channel2 span a:hover,
.artic_channel3 span a:hover,
.artic_channel span a:hover {
    color: #b90100;
}

.main_levelthreel_articelr ul,
.main_levelthreel_articelr1 ul,
.main_levelthreel_articelr2 ul {
    display: none;
    height: 193px;
    margin-top: 9px;
}

.main_levelthreel_articelr ul.active,
.main_levelthreel_articelr1 ul.active,
.main_levelthreel_articelr2 ul.active {
    display: block;
}

.main_levelthreel_articelr ul li,
.main_levelthreel_articelr1 ul li,
.main_levelthreel_articelr2 ul li {
    height: 30px;
    line-height: 30px;
    background: url(../images/li_ico.png) 2% center no-repeat;
}

.main_levelthreel_articelr ul li a,
.main_levelthreel_articelr1 ul li a,
.main_levelthreel_articelr2 ul li a {
    display: block;
    width: 260px;
    font-size: 15px;
    color: #333;
    float: left;
    text-indent: 18px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.main_levelthreel_articelr2 ul li a {
    width: 188px;
}

.main_levelthreel_articelr ul li span,
.main_levelthreel_articelr1 ul li span,
.main_levelthreel_articelr2 ul li span {
    display: block;
    width: 80px;
    font-size: 12px;
    color: #333;
    float: right;
    text-align: center;
}

.main .main_levelthreer {
    width: 206px;
    margin-top: 10px;
}

.main_levelthreel_articel ul li {
    background: url(../images/li_ico.png) 3% 6px no-repeat;
    padding-left: 18px;
    height: 30px;
}

.main_three_gsgg {
    height: 29px;
    background: url(../images/channle_cs.jpg) repeat-x;
    border-top: 2px solid #ca060a;
    line-height: 31px;
}

.main_three_gsgg span {
    color: #b90002;
    display: block;
    float: left;
    width: 100px;
    text-indent: 10px;
    font-weight: bold;
}

.main_three_gsgg a {
    display: block;
    float: right;
    width: 100px;
    font-size: 14px;
    color: #333;
    text-align: right;
}

.main_levelthreer ul {
    margin: 10px 5px;
    clear: both;
}

.main_levelthreer ul li {
    background: url(../images/li_ico.png) left 13px no-repeat;
}

.main_levelthreer ul li a {
    margin-left: 10px;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    width: 185px;
    display: block;
}

.hr {
    border: 1px dashed #ccc;
    margin: 10px 0px 10px 0px;
}

.main_xxgk {
    border-top: 2px solid #2c7a00;
    background: #fffef9;
}

.main_xxgk .dl {
    margin: 15px 8px;
}

.main_xxgk .dl a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #2c7a00;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #f1e2cf;
    margin-top: 5px;
    background: #fff;
    display: block;
}

.wyxx {
    display: block;
    height: 43px;
    background: url(../images/wyxx.png) no-repeat;
    margin-top: 10px;
}

.wsdc {
    display: block;
    height: 43px;
    background: url(../images/wsdc.jpg) no-repeat;
    margin-top: 5px;
}

.main .main_levelfour {
    clear: both;
    border: 1px solid #e5e5e5;
    width: 985px;
    margin-bottom: 10px;
}

.tpjj {
    width: 50px;
    background: url(../images/tpjj.png) no-repeat;
    height: 150px;
}

.tpjj a {
    display: block;
    height: 150px;
}

.pic_gd {
    width: 900px;
    margin-right: 10px;
    overflow: hidden;
}

.mtt-10 {
    height: 10px;
}

.foot {
    clear: both;
    background: #ededed;
    margin: 0 auto;
    border-top: 3px solid #3da102;
    margin-top: 10px;
    width: 1350px;
}

.foot .foot_link {
    width: 380px;
    margin: 0px auto;
}

.foot .foot_link select {
    width: 166px;
    height: 22px;
    border-radius: 5px;
    font-size: 12px;
}

.foot_author {
    width: 581px;
    margin: 0 auto;
    margin-top: 12px;
    height: 115px;
}

.red {
    width: 67px;
    height: 67px;
    float: left;
    margin-left: 30px;
}

.copyright {
    float: right;
    width: 300px;
    font-size: 12px;
    text-align: left;
}

.copyright p img {
    vertical-align: middle;
    margin-top: -3px;
}

.copyright p {
    line-height: 20px;
}


/**********index页end*********/


/**********list page****************/

.list_main {
    width: 1000px;
    margin: 10px auto 0px auto;
}

.list_l {
    width: 220px;
    border: 1px solid #e5e5e5;
    min-height: 680px;
}

.list_channel {
    font-weight: bold;
    color: #104b04;
    height: 50px;
    background: url(../images/list_channlebg.png) no-repeat;
    text-align: center;
    line-height: 46px;
}

.list_chan_group {
    margin: 15px 12px;
}

.list_chan_group a {
    display: block;
    height: 30px;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.list_chan_group a.active {
    background: #2c7a00;
    color: #fff;
}

.list_chan_group a:hover {
    background: #2c7a00;
    color: #fff;
}

.newico {
    background: url(../images/nex-ico.png) 2% center no-repeat !important;
    padding-left: 20px;
    width: 300px !important;
}

.list_r {
    width: 765px;
}

.adress {
    height: 46px;
    background: #f4f4f4 url(../images/address_ico.png) 4% center no-repeat;
    line-height: 46px;
    font-size: 12px;
    color: #000;
    text-indent: 45px;
}

.adress a {
    color: #000;
}

.adress a:hover {
    color: #B90002;
}

.list_r ul {
    width: 98%;
    margin: 0 auto;
    min-height: 550px;
}

.list_r ul li {
    display: block;
    border-bottom: 1px dashed #e5e5e5;
    background: 1% center url(../images/li_ico.png) no-repeat;
    height: 35px;
    line-height: 35px;
}

.list_r ul li a {
    display: block;
    width: 630px;
    float: left;
    font-size: 16px;
    text-indent: 25px;
    color: #333;
}

.list_r ul li a:hover {
    color: #B90002;
}

.list_r ul li span {
    display: block;
    width: 80px;
    float: right;
    font-size: 14px;
    color: #666;
}

.lmtt_contern {
    margin: 20px 15px;
    min-height: 530px;
    overflow: auto;
}


/*分页*/

.page_num {
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    font-size: 12px;
}

#page_div {
    line-height: 25px;
    color: #000;
}

#pagination_input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px;
    width: 22px;
}

#page_div .currentIndex {
    background: #2c7a00;
    width: 22px;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}


/************list end*********************/


/********content page************/

.contentmain {
    width: 1000px;
    margin: 10px auto 0px auto;
}

.content_adress {
    height: 45px;
    background: #f4f4f4 url(../images/address_ico.png) 2% center no-repeat;
    line-height: 45px;
    font-size: 14px;
    text-indent: 40px;
}

.content_adress a {
    color: #333;
}

.content_adress a:hover {
    color: #AD0002;
}

.contentmain h3 {
    padding: 45px 0px;
    background: #f9f9f9;
    text-align: center;
    color: #972c2c;
    font-size: 22px;
}

.content_c {
    height: 25px;
    border-top: 1px solid #f2f1ef;
    border-bottom: 1px solid #f2f1ef;
    background: #f7f6f4;
}

.content_c span {
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 25px;
}

.xxly {
    width: 498px;
    text-align: center;
}

.fbtime {
    width: 498px;
    text-align: center;
}

.contentad {
    min-height: 600px;
    margin: 25px 15px 15px 15px;
    font-size: 16px;
}

.acca {
    margin-top: 10px;
}

.acca p {
    float: left;
}

.acca p .a {
    width: 140px !important;
    float: left;
}

.acca p.bshare {
    margin-left: 10px;
    font-size: 16px;
    width: 70px;
    line-height: 25px;
}


/***********content end********/


/*上下篇*/

.con_con {
    padding: 20px 0px 30px 0px;
    color: #000;
    min-height: 280px;
    margin: 0 auto;
    font-size: 16px;
    width: 96%;
}

.confy {
    width: 100%;
    height: 50px;
    background: #f4f4f4;
}

.confysy {
    width: 430px;
    margin-left: 15px;
    overflow: hidden;
    float: left;
}

.fenye1 {
    width: 78px;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
    color: #fff;
    background: #972c2c;
}

.fenyet {
    width: 80%;
    line-height: 50px;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fenyet a {
    font-size: 14px;
    color: #333;
}


/*右侧微信*/

.gov_weixin_share {
    position: fixed;
    z-index: 99;
    background: #fff;
    right: 199px;
    top: 309px
}

.sw_wx {
    width: 199px;
}

.wx_hidden {
    height: 34px;
    background: #0057aa;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 8px;
    cursor: pointer;
    text-align: center;
}

.table_th td {
    height: 40px;
    line-height: 40px;
    font-family: "microsoft yahei";
}

.table2_list td {
    height: 35px;
    line-height: 35px;
}

.table2_list td a {
    color: #333;
    font-family: "microsoft yahei";
}

.div_body {
    width: 100%;
    margin: 10px auto 0px auto;
}

.showinfo td {
    width: 60px;
    font-size: 14px;
    font-family: "微软雅黑";
    border: 1px solid rgb(227, 174, 176);
    text-align: center;
    padding: 10px 0
}

.showinfo td p {
    padding: 0px 20px;
    text-align: left;
    font-size: 14px;
    font-family: "微软雅黑";
}

.showinfo {
    width: 100%;
}

.main_levelthreel_articel ul {
    width: 285px;
    clear: both;
    height: 180px;
    margin-top: 25px;
}

main_levelthreel_articel ul li {
    background: url(../images/li_ico.png) 3% 6px no-repeat;
    padding-left: 18px;
    height: 30px;
}

.main_levelthreel_articel ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    float: left;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

.main_levelthreel_articel ul li span {
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    color: #333;
    float: right;
    width: 65px;
    float: right;
}

.main_levelthreel_articelr,
.main_levelthreel .main_levelthreel_articelr1 {
    width: 462px;
    border: 1px solid #e5e5e5;
}

.main_levelthreel .main_levelthreel_articelr .artic_channel,
.artic_channel2,
.artic_channel3,
.artic_channel3 {
    background: url(../images/channel_bg.png) repeat-x;
    height: 34px;
}

.main_levelthreel_articel {
    border: 1px solid #e5e5e5;
}