/* CSS Document */
body {
    font-family: "Microsoft YaHei", '微软雅黑';
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-image: url(../images/pageBg.jpg);
    background-repeat: no-repeat;
    background-position: center 189px;
}

form, ul, li, dl, dd, h1, h2, h3, p, button input {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    background: #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    overflow: hidden;
}

.flex-direction-nav li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav li.flex-nav-prev {
    left: -40px;
}

.flex-direction-nav li.flex-nav-next {
    right: -40px;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon.png);
}

.flex-direction-nav a.flex-prev {
    background-position: 0 -76px;
}

.flex-direction-nav a.flex-next {
    background-position: -40px -76px;
}

.flexslider:hover .flex-direction-nav li.flex-nav-prev {
    opacity: 0.7;
    left: 2px;
}

.flexslider:hover .flex-direction-nav li.flex-nav-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav li.flex-nav-next {
    opacity: 0.7;
    right: 2px;
}

.flexslider:hover .flex-direction-nav li.flex-nav-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    position: absolute;
    bottom: 40px;
    z-index: 9;
    right: 0;
}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 12px;
    height: 6px;
    display: block;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-control-paging li a:hover {
    width: 20px;
    background: #eca95a;
}

.flex-control-paging li a.flex-active {
    width: 20px;
    background: #eca95a;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/*flexslider end*/
/*ͷ����ʽ*/
.index_top {
    width: 100%;
    overflow: hidden;
}

.top_up {
    width: 100%;
    height: 28px;
    overflow: hidden;
    background-image: url(../images/repBg.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.top_up_main {
    width: 970px;
    margin: 0px auto;
    overflow: hidden;
}

.up_l {
    width: 500px;
    float: left;
    padding: 3px 0 0 5px;
}

.up_r {
    width: 450px;
    float: right;
    padding: 5px 5px 0 5px;
    text-align: right;
}

.up_r a {
    font-size: 12px;
}

.top_logo {
    width: 100%;
    height: 89px;
    background-image: url(../images/repBg.png);
    background-repeat: repeat-x;
    background-position: left -29px;
}

.logo_main {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    width: 319px;
    float: left;
}

.search {
    width: 610px;
    float: right;
    height: 89px;
    background-image: url(../images/chinaDream.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.ss_r {
    width: 297px;
    float: right;
}

.tianqi {
    width: 297px;
    height: 21px;
    overflow: hidden;
    margin-top: 18px;
}

.tq_l {
    width: 140px;
    float: left;
    padding: 7px 0 0 5px;
}

.tq_r {
    width: 150px;
    float: left;
    height: 20px;
    overflow: hidden;
}

.cn-search {
    width: 297px;
    float: right;
}

* html .cn-search {
    width: 300px;
    float: right;
}

* + html .cn-search {
    width: 297px;
    float: right;
}

.cn-search .bd {
    padding-top: 30px;
    height: 28px;
    float: right
}

.cn-search .cn-input {
    width: 232px;
    height: 14px;
    padding: 6px 2px;
    color: #666666;
    border: 1px solid #bbb;
    border-right: none;
    background: #fff;
    float: left
}

.cn-search .cn-btn {
    cursor: pointer;
    width: 60px;
    height: 28px;
    background: url(../images/btn_search1.png) no-repeat;
    border: 0 none;
    float: left;
    font-family: 'Microsoft YaHei', '微软雅黑';
}

.top_dh {
    width: 100%;
    height: 73px;
    background-image: url(../images/repBg.png);
    background-repeat: repeat-x;
    background-position: left -381px;
}

.dh_main {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

.dh_1 {
    width: 178px;
    margin-top: 8px;
    padding-left: 10px;
    line-height: 27px;
    float: left;
    overflow: hidden;
    background-image: url(../images/dh_line.jpg);
    background-repeat: no-repeat;
    background-position: right 2px;
}

.dh_1 li {
    width: 53px;
    float: left;
}

.dh_1 a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 10px;
    font-size: 14px
}

.dh_1 a:hover {
    color: #c00;
    text-decoration: underline;
}

.dh_2 {
    width: 138px;
    margin-top: 8px;
    padding-left: 10px;
    line-height: 28px;
    float: left;
    overflow: hidden;
    background-image: url(../images/dh_line.jpg);
    background-repeat: no-repeat;
    background-position: right 2px;
}

.dh_2 li {
    width: 40px;
    float: left;
}

.dh_2 a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 10px;
    font-size: 14px
}

.dh_2 a:hover {
    color: #c00;
    text-decoration: underline;
}

.dh_3 {
    width: 90px;
    margin-top: 8px;
    padding-left: 10px;
    line-height: 28px;
    float: left;
    overflow: hidden;
}

.dh_3 li {
    width: 40px;
    float: left;
}

.dh_3 a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 10px;
    font-size: 14px
}

.dh_3 a:hover {
    color: #c00;
    text-decoration: underline;
}

.box {
    width: 970px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.header {
    width: 960px;
    margin: 0 auto;
}

.top_login {
    width: 377px;
    padding: 5px 0 0 8px;
    color: #666666;
    float: left;
}

.user {
    width: 243px;
    height: 20px;
    float: left;
}

.tijiao {
    width: 50px;
    height: 20px;
    float: left;
    padding-top: 2px;
}

.zhuce {
    width: 110px;
    float: left;
    padding-top: 5px;
}

.qq {
    width: 200px;
    float: left;
}

.input_login {
    width: 70px;
    height: 15px;
    border: 1px solid #cccccc;
}

.top_left {
    width: 170px;
    padding-top: 10px;
    float: left;
}

.top_con {
    width: 210px;
    padding-top: 5px;
    float: left;
}

.top_right {
    width: 180px;
    padding: 10px 8px 0 0;
    float: right;
    text-align: right;
}

.top_ad1 {
    width: 960px;
    margin-top: 8px;
    overflow: hidden;
}

.top_ad_l {
    width: 475px;
    float: left;
}

.top_ad_r {
    width: 475px;
    float: right;
}

.ttrw {
    width: 958px;
    margin-top: 8px;
    padding-bottom: 5px;
    overflow: hidden;
    border: 1px solid #cccccc;
}

.rw_l {
    width: 150px;
    float: left;
    line-height: 20px;
    padding: 8px 0 0 12px;
}

.rw_l ul li {
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rw_con {
    width: 624px;
    float: left;
    margin-left: 6px;
}

.con_t {
    width: 624px;
    line-height: 20px;
    padding-top: 8px;
    overflow: hidden;
}

.con_t li {
    float: left;
    width: 140px;
    text-align: center;
    margin: 0 8px 6px;
}

.con_t li .img {
    width: 100%;
    border: 1px solid #ccc;
    height: 95px;
    padding: 2px;
    overflow: hidden;
    box-sizing: border-box;
}

.con_t li .img img {
    width: 100%;
    display: block;
    height: 100%;

}

.con_t a {
    color: #990000;
    text-decoration: none;
    font-size: 12px;
}

.con_t a:hover {
    color: #990000;
    text-decoration: underline;
}

.con_c {
    width: 624px;
    text-align: center;
    padding: 7px 0 4px 0;
}

.con_b {
    width: 624px;
    line-height: 20px;
    padding-top: 8px;
    overflow: hidden;
}

.con_b li {
    float: left;
    width: 156px;
    text-align: center;
}

.con_b a {
    color: #990000;
    text-decoration: none;
    font-size: 12px;
}

.con_b a:hover {
    color: #990000;
    text-decoration: underline;
}

.rw_r {
    width: 155px;
    float: right;
    line-height: 20px;
    padding-top: 8px;
}

.rw_r ul li {
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top_ad2 {
    width: 960px;
    margin-top: 8px;
}

.bwtj {
    width: 960px;
    margin-top: 8px;
    overflow: hidden;
    
}

.bwtj_l {
    width: 98px;
    float: left;
}

.bwtj_r {
    width: 580px;
    float: left;
    padding: 12px 0 0 10px;
}

.content {
    width: 960px;
    margin: 0 auto;
    padding-top: 8px;
    overflow: hidden;
}

.c_left {
    width: 702px;
    float: left;
    overflow: hidden;
}

.tout {
    width: 700px;
    overflow: hidden;
    padding: 8px 0;
    border: 1px solid #cccccc;
}

.tt_l {
    width: 70px;
    float: left;
    padding-left: 10px;
}

.tt_r {
    width: 600px;
    float: right;
    padding-right: 5px;
}

.tt_bt {
    width: 600px;
    height: 45px;
    overflow: hidden;
}

.tt_bt a {
    color: #0066CC;
    text-decoration: none;
    font-family: "����";
    font-size: 40px;
    font-weight: bold;
}

.tt_bt a:hover {
    color: #0066CC;
    text-decoration: none;
}

.tt_fbt {
    width: 600px;
    padding-top: 8px;
}

.tt_fbt a {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}

.tt_fbt a:hover {
    color: #c00;
    text-decoration: underline;
}

.top_jd {
    width: 702px;
    margin-top: 8px;
    overflow: hidden;
}

.jd_l {
    width: 310px;
    float: left;
}

.hdp {
    width: 306px;
    border: 1px solid #cccccc;
    padding: 1px;
    height: 230px;
}

.hdp .news_img ul.slides {
    height: 230px;
}

.hdp .news_img ul.slides li {
    width: 100%;
    height: 100%;
    position: relative;
}

.hdp .news_img ul.slides li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hdp .news_img ul.slides li .img img {
    width: 100%;
    display: block;
}

.hdp .news_img ul.slides li p {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.hbxw {
    width: 308px;
    border: 1px solid #cccccc;
    margin-top: 5px;
}

.hbxw_bt {
    width: 308px;
    height: 30px;
    background-image: url(../images/top_bg.jpg);
    overflow: hidden;
}

.hbwx_bt_l {
    width: 100px;
    float: left;
    padding: 6px 0 0 12px;
    font-weight: bold;
    font-size: 14px;
}

.hbxw_bt_r {
    width: 80px;
    float: right;
    padding: 9px 10px 0 0;
    text-align: right;
}

.hbxw_bt_r a {
    font-size: 12px;
}

.hbxw_tt {
    width: 296px;
    height: 28px;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

* html .hbxw_tt {
    width: 296px;
    height: 22px;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

* + html .hbxw_tt {
    width: 296px;
    height: 22px;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.hbxw_tt a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.hbxw_tt a:hover {
    color: #c00;
    text-decoration: underline;
}

.hbxw_list {
    width: 300px;
    line-height: 24px;
    padding: 7px 0 3px 5px;
}

.hbxw_list ul li {
    height: 27px;
    line-height: 27px;
    position: relative;
    padding-left: 8px;
}

.hbxw_list ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hbxw_list a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.hbxw_list a:hover {
    color: #c00;
    text-decoration: underline;
}

.jd_r {
    width: 385px;
    float: right;
}

.zxtj {
    width: 385px;
    height: 123px;
    background-image: url(../images/tt_bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    overflow: hidden;
}

.zxtj_tp {
    width: 370px;
    margin: 0 auto;
    padding-top: 13px;
    text-align: center;
}

.zxtj_tp a {
    color: #A20000;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.zxtj_tp a:hover {
    color: #A20000;
    text-decoration: none;
}

.zxtj_lb {
    width: 373px;
    line-height: 25px;
    padding: 5px 0 0 10px;
}

.zxtj_lb ul li {
    float: left;
    width: 170px;
    margin-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
}

.zxtj_lb ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zxtj_lb a {
    color: #990000;
    text-decoration: none;
    font-size: 14px;
}

.zxtj_lb a:hover {
    color: #990000;
    text-decoration: underline;
}

.rdtj {
    width: 383px;
    margin-top: 5px;
    border: 1px solid #cccccc;
    background-repeat: repeat-y;
    background-position: left top;
    overflow: hidden;
}

.rdtj_top {
    width: 370px;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    line-height: 25px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    overflow: hidden;
}

.rdtj .rdtj_top:last-child {
    background-image: none;
}

.rdtj_top ul li {
    width: 170px;
    margin-right: 6px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
}

.rdtj_top ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.rdtj_top a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.rdtj_top a:hover {
    color: #c00;
    text-decoration: underline;
}

.rdtj_bot {
    width: 370px;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    line-height: 25px;
}

.rdtj_bot a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.rdtj_bot a:hover {
    color: #c00;
    text-decoration: underline;
}

.c_right {
    width: 250px;
    float: right;
}

.msrx {
    width: 248px;
    border: 1px solid #cccccc;
}

.ms_bt {
    width: 248px;
    height: 37px;
    overflow: hidden;
    background-image: url(../images/zmljl_08.gif);
}

.ms_bt_l {
    width: 100px;
    float: left;
    padding: 9px 0 0 22px;
    font-size: 14px;
    font-weight: bold;
}

.ms_bt_r {
    width: 80px;
    float: right;
    text-align: right;
    padding: 10px 10px 0 0;
}

.ms_bt_r a {
    font-size: 12px;
}

.ms_tj {
    width: 248px;
    overflow: hidden;
}

.ms_tj_pic {
    width: 110px;
    float: left;
    margin: 8px 3px 0 8px;
}

* html .ms_tj_pic {
    width: 110px;
    float: left;
    margin: 8px 3px 0 5px;
}

* + html .ms_tj_pic {
    width: 110px;
    float: left;
    margin: 8px 3px 0 8px;
}

.ms_pic_img {
    width: 104px;
    padding: 2px;
    border: 1px solid #cccccc;
}

.ms_pic_bt {
    width: 110px;
    padding-top: 5px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ms_list {
    width: 234px;
    margin: 8px auto 7px;
    padding-top: 0px;
    line-height: 23px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.msrx .ms_list {
    padding-top: 3px;
}

.ms_list ul li {
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
}

.ms_list ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

* html .ms_list {
    width: 234px;
    margin: 8px auto 0 auto;
    padding-top: 8px;
    line-height: 22px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

* + html .ms_list {
    width: 234px;
    margin: 8px auto 0 auto;
    padding-top: 8px;
    line-height: 22px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.ad_right {
    width: 250px;
    margin-top: 8px;
}

.ltrt {
    width: 248px;
    margin-top: 8px;
    border: 1px solid #cccccc;
}

.lt_jst {
    width: 248px;
    height: 16px;
    padding-top: 9px;
    text-align: center;
}

* html .lt_jst {
    width: 248px;
    height: 16px;
    padding-top: 9px;
    text-align: center;
}

* + html .lt_jst {
    width: 248px;
    height: 16px;
    padding-top: 9px;
    text-align: center;
}

.lt_jst a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.lt_jst a:hover {
    color: #c00;
    text-decoration: underline;
}

.ad_1 {
    width: 960px;
    margin: 8px auto auto;
}

.z_l {
    width: 308px;
    border: 1px solid #cccccc;
    float: left;
}

.z_l_bt {
    width: 100%;
    height: 37px;
    overflow: hidden;
    background-image: url(../images/zmljl_14.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #efefef;
}

.z_bt_l {
    width: 100px;
    float: left;
    padding: 10px 0 0 18px;
    font-size: 14px;
    font-weight: bold;
}

.z_bt_l a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.z_bt_l a:hover {
    color: #c00;
    text-decoration: underline;
}

.z_bt_r {
    width: 210px;
    float: right;
    text-align: right;
    padding: 10px 10px 0 0;
}

.js_list {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 8px;
    box-sizing: border-box;
}

.js_tt {
    width: 100%;
    height: 30px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

* html .js_tt {
    width: 100%;
    height: 25px;
    overflow: hidden;
    padding-top: 12px;
    text-align: center;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

* + html .js_tt {
    width: 100%;
    height: 25px;
    overflow: hidden;
    padding-top: 12px;
    text-align: center;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.js_tt a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.js_tt a:hover {
    color: #990000;
    text-decoration: underline;
}

.js_lb {
    width: 100%;
    padding-top: 8px;
    line-height: 24px;
}

.js_lb ul li {
    height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
}

.js_lb ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

* html .js_lb {
    width: 329px;
    padding-top: 8px;
    line-height: 23px;
}

* + html .js_lb {
    width: 329px;
    padding-top: 8px;
    line-height: 23px;
}

.js_lb a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.js_lb a:hover {
    color: #990000;
    text-decoration: underline;
}

.z_r {
    width: 385px;
    border: 1px solid #cccccc;
    float: right;
    padding-bottom: 8px;
}

.kp_jd {
    width: 385px;
    overflow: hidden;
}

.kp_pic {
    width: 146px;
    float: left;
    margin: 8px 6px 0 15px;
}

* html .kp_pic {
    width: 146px;
    float: left;
    margin: 8px 8px 0 8px;
}

* + html .kp_pic {
    width: 146px;
    float: left;
    margin: 8px 6px 0 15px;
}

.kj_bt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kp_img {
    width: 140px;
    padding: 2px;
    border: 1px solid #cccccc;
}

.kp_bt {
    width: 146px;
    text-align: center;
    padding-top: 5px;
}

.kp_list {
    width: 100%;
    margin: 8px auto 0 auto;
    padding: 5px 10px 0px;
    line-height: 23px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    box-sizing: border-box;
    overflow: hidden;
}

* html .kp_list {
    width: 317px;
    margin: 8px auto 0 auto;
    padding: 8px 0 7px 8px;
    line-height: 22px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

* + html .kp_list {
    width: 317px;
    margin: 8px auto 0 auto;
    padding: 8px 0 7px 8px;
    line-height: 22px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.kp_list li {
    width: 165px;
    margin-right: 6px;
    float: left;
    height: 26px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
}

.kp_list li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kp_list li a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.kp_list li a:hover {
    color: #990000;
    text-decoration: underline;
}

.kj_jd {
    width: 365px;
    margin: 8px auto 0 auto;
    overflow: hidden;
}

.kj_pic {
    width: 146px;
    float: left;
    line-height: 25px;
    text-align: center;
}

.kj_pic img {
    width: 140px;
    padding: 2px;
    border: 1px solid #cccccc;
}

.kj_tj {
    width: 200px;
    float: right;
}

.kj_tj ul li {
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kj_tj a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.kj_tj a:hover {
    color: #990000;
    text-decoration: underline;
}

.kj_list {
    width: 100%;
    margin: 4px auto 0 auto;
    padding-top: 7px;
    line-height: 24px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    overflow: hidden;
}

* html .kj_list {
    width: 325px;
    margin: 5px auto 0 auto;
    padding-top: 8px;
    line-height: 23px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

* + html .kj_list {
    width: 325px;
    margin: 5px auto 0 auto;
    padding-top: 8px;
    line-height: 23px;
    background-image: url(../images/line2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.kj_list ul li {
    width: 47%;
    margin-left: 2%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}

.kj_list a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.kj_list a:hover {
    color: #990000;
    text-decoration: underline;
}

.c_top_01 {
    width: 702px;
    overflow: hidden;
}

.cjzx {
    width: 700px;
    overflow: hidden;
    margin-top: 8px;
    border: 1px solid #cccccc;
}

.cjzx_bt {
    width: 700px;
    height: 37px;
    overflow: hidden;
    background-image: url(../images/20120607pic36.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.cjzx_bt_l {
    width: 100px;
    float: left;
    padding: 10px 0 0 18px;
    font-size: 14px;
    font-weight: bold;
}

.cjzx_bt_r {
    width: 500px;
    float: right;
    text-align: right;
    padding: 10px 10px 0 0;
}

.cj_list {
    width: 700px;
    overflow: hidden;
}

.cj_l {
    width: 340px;
    float: left;
    padding-left: 10px;
}

.gpzs {
    width: 340px;
    overflow: hidden;
}

.gpst {
    width: 168px;
    float: left;
}

.gptj {
    width: 170px;
    float: right;
    padding-top: 8px;
    line-height: 20px;
}

.gptj ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gphq {
    width: 340px;
    padding-top: 8px;
    line-height: 22px;
}

.gphq a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.gphq a:hover {
    color: #990000;
    text-decoration: underline;
}

.cj_r {
    width: 100%;
    padding-left: 8px;
    float: left;
    
    background-repeat: repeat-y;
    background-position: left top;
    box-sizing: border-box;
}

.lcjd {
    width: 100%;
    overflow: hidden;
}

.lc_pic {
    width: 146px;
    float: left;
    margin: 12px 12px 0;
}

* html .lc_pic {
    width: 146px;
    float: left;
    margin: 8px 8px 0 8px;
}

* + html .lc_pic {
    width: 146px;
    float: left;
    margin: 8px 8px 0 12px;
}

.lc_img {
    width: 140px;
    padding: 2px;
    border: 1px solid #cccccc;
}

.lc_bt {
    width: 146px;
    text-align: center;
    padding-top: 5px;
}

.lc_list {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.lc_list ul li {
    width: 320px;
    margin-right: 10px;
    height: 27px;
    line-height: 26px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
}

.lc_list ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lc_list a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.lc_list a:hover {
    color: #990000;
    text-decoration: underline;
}

.wtyl {
    width: 700px;
    border: 1px solid #cccccc;
}

.wtyl_bt {
    width: 700px;
    height: 37px;
    overflow: hidden;
    background-image: url(../images/20120607pic50.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.fcjj_bt {
    width: 700px;
    height: 37px;
    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: left top;
}

.sshj_bt {
    width: 700px;
    height: 37px;
    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: left top;
}

.jypx_bt {
    width: 700px;
    height: 37px;
    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: left top;
}

.jkly_bt {
    width: 700px;
    height: 37px;
    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: left top;
}

.wtyl_bt_l {
    width: 100px;
    float: left;
    padding: 10px 0 0 18px;
    font-size: 14px;
    font-weight: bold;
}

.wtyl_bt_l a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.wtyl_bt_l a:hover {
    color: #990000;
    text-decoration: underline;
}

.wtyl_bt_r {
    width: 450px;
    float: right;
    padding: 10px 8px 0 0;
    text-align: right;
}

.wtyl_list {
    width: 700px;
    overflow: hidden;
    background-color: #F6F6F6;
}

.wt_l {
    width: 345px;
    float: left;
}

.ylpd {
    width: 345px;
    padding: 10px 0;
}

.ylpd_bt {
    width: 345px;
    height: 27px;
    overflow: hidden;
    background-image: url(../images/20120607pic46.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.ylpd_bt_l {
    width: 100px;
    float: left;
    padding: 4px 0 0 30px;
    font-size: 14px;
    font-weight: bold;
}

.ylpd_bt_r {
    width: 200px;
    float: right;
    padding: 4px 8px 0 0;
    text-align: right;
}

.ylpd_tj {
    width: 345px;
    overflow: hidden;
}

.ylpd_pic {
    width: 146px;
    float: left;
    margin: 8px 10px 0 10px;
}

* html .ylpd_pic {
    width: 146px;
    float: left;
    margin: 8px 12px 0 8px;
}

* + html .ylpd_pic {
    width: 146px;
    float: left;
    margin: 8px 10px 0 10px;
}

.ylpd_img {
    width: 140px;
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.ylpd_pic_bt {
    width: 146px;
    padding-top: 5px;
    text-align: center;
}

.ylpd_list {
    width: 333px;
    line-height: 23px;
    padding: 8px 0 0 12px;
    overflow: hidden;
}

.ylpd_list ul li {
    width: 150px;
    margin-right: 6px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
}

.ylpd_list ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

* html .ylpd_list {
    width: 333px;
    line-height: 23px;
    padding: 8px 0 0 8px;
}

* + html .ylpd_list {
    width: 333px;
    line-height: 23px;
    padding: 8px 0 0 12px;
}

.wt_r {
    width: 350px;
    float: right;
    padding-top: 8px;
    
    background-repeat: repeat-y;
    background-position: left top;
}

.yljd {
    width: 330px;
    height: 22px;
    overflow: hidden;
    padding: 10px 0 0 15px;
}

.yljd a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.yljd a:hover {
    color: #990000;
    text-decoration: underline;
}

.yltj {
    width: 333px;
    line-height: 25px;
    padding: 0 0 5px 12px;
}

.yltj ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 8px;
}

.yltj ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.yltj a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.yltj a:hover {
    color: #990000;
    text-decoration: underline;
}

.tysl {
    width: 234px;
    margin: 0px auto 0 auto;
    padding-bottom: 4px;
    overflow: hidden;
}

* html .tysl {
    width: 234px;
    margin: 12px auto 0 auto;
    padding-bottom: 4px;
    overflow: hidden;
}

* + html .tysl {
    width: 234px;
    margin: 12px auto 0 auto;
    padding-bottom: 4px;
    overflow: hidden;
}

.tysl_pic {
    width: 100px;
    padding: 2px;
    border: 1px solid #cccccc;
    float: left;
}

.tysl_tw {
    width: 120px;
    float: right;
    line-height: 20px;
}

.tysl_tw a {
    color: #990000;
    text-decoration: none;
    font-size: 12px;
}

.tysl_tw a:hover {
    color: #990000;
    text-decoration: underline;
}

.yqlj {
    width: 958px;
    overflow: hidden;
    border: 1px solid #cccccc;
    margin: 10px auto 0;
}

.yqlj_bt {
    width: 958px;
    height: auto;
    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: left top;
}

.yqlj_bt_l {
    width: 100px;
    float: left;
    padding: 10px 0 0 24px;
    font-size: 12px;
    font-weight: bold;
}

.yqlj_bt_r {
    width: 450px;
    float: right;
    padding: 10px 10px 0 0;
    text-align: right;
}

.yqlj_list {
    width: 938px;
    line-height: auto;
    padding: 10px;
}

.footer {
    width: 100%;
    height: 130px;
    margin-top: 8px;
    background-image: url(../images/repBg.png);
    background-repeat: repeat-x;
    background-position: left -117px;
}

.foot_about {
    width: 970px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    color: #ffffff;
}

.foot_about a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

.foot_about a:hover {
    color: #c00;
    text-decoration: underline;
}

.foot_bq {
    width: 970px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    padding-top: 10px;
}

/* CSS Document */
/*ent*/
.top_ad_01 {
    width: 960px;
    margin: 5px auto 0 auto;
}

.content {
    width: 960px;
    margin: 0 auto;
}

.link_left {
    width: 184px;
    margin-top: 5px;
    float: left;
    border: 2px solid #F3F3F3;
}

.link_bg {
    width: 180px;
    margin: 2px;
    background-color: #fafafa;
    height: 530px;
}

.link_pic {
    width: 180px;
    height: 80px;
    line-height:80px;
    text-align:center;
    color:#fff;
    font-size:24px;
    background-color: #CC0000;
}

.link_list {
    width: 180px;
    border-top: 10px solid #ffffff;
}

.link_list li {
    height: 32px;
    padding-top: 8px;
    background-color: #F3F3F3;
    width: 180px;
    border-bottom: 2px solid #ffffff;
    text-align: center;
}

.link_list li a:link {
    font-size: 14px;
    color: #333333;
    text-decoration: none
}

.link_list li a:visited {
    font-size: 14px;
    color: #333333;
    text-decoration: none
}

.link_list li a:hover {
    font-size: 14px;
    color: #bc2931;
    text-decoration: underline
}

.link_con {
    width: 762px;
    float: left;
    margin: 5px 0 0 8px;
    border: 1px solid #cccccc;
}

.link_con_bt {
    width: 723px;
    margin: 0 auto;
    height:50px;
    line-height:50px;
    border-bottom:1px dashed #ccc;
    font-size:20px;
    color:#CC0000;
    position: relative;
    padding-left:10px;
}
.link_con_bt:before{
    content: '';
    display:block;
    width:4px;
    height:18px;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    background-color:#CC0000;
}

.link_nrjs {
    width: 723px;
    margin: 0 auto;
    padding-top: 8px;
    line-height: 25px;
    font-size: 14px;
}

.link_rss {
    width: 713px;
    margin: 0 auto;
    padding-left: 10px;
}

.link_rss a {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.link_rss a:hover {
    color: #c00;
    text-decoration: underline;
}

.link_rss_list {
    width: 723px;
    margin: 0 auto;
    line-height: 25px;
}

.link_rss_list a {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    padding-right: 10px;
}

.link_rss_list a:hover {
    color: #c00;
    text-decoration: underline;
}

.lxwm {
    width: 958px;
    height: 20px;
    margin-top: 5px;
    padding-top: 10px;
    color: #333333;
    text-align: center;
    border: 1px solid #CCCCCC;
    display: inline-block;
}