﻿.home {
  width: 100%;
  background-color: #fff;
}
.top-img img {
  display: inline-block;
  width: 100%;
  max-height: 117px;
  cursor: pointer;
}
.container-wrapper {
  width: 1200px;
  min-height: 20px;
  margin: 0 auto;
}
.top-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 20px;
  height: 36px;
}
.top-wrapper .logo {
  display: block;
  width: 425px;
  height: 36px;
  cursor: pointer;
}
.search-other {
  display: flex;
  justify-content: space-between;
}
.search-input-wrapper {
  border: 1px solid #004ea2;
  border-radius: 50px;
  width: 224px;
  height: 36px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-svg {
  cursor: pointer;
}
.search-other input {
  outline: none;
  border: 0;
  height: 34px;
  width: 200px;
}
.toolbar {
  margin-left: 124px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}
.toolbar>img {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 16px;
  cursor: pointer;
}
#home-nav {
  height: 46px;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}
.nav-item {
  line-height: 46px;
  cursor: pointer;
  min-width: 112px;
  margin-right: 60px;
}
.child-nav {
  border-top: 3px solid #225ba6;
  width: 112px;
  padding: 2px;
  z-index: 100;
  left: -24px;
}
.child-nav div {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.child-nav div:hover {
  color: #225ba6;
}
.top-news {
  border: 1px solid #eee;
  border-top: 2px solid #225ba6;
  padding: 18px 10px;
  width: 1200px;
  box-sizing: border-box;
}
.top-news .left-img {
  width: 38px;
  height: 104px;
  margin-right: 8px;
}
.top-news .right-img {
  width: 210px;
  height: 100px;
}
.news-content {
  width: calc(100% - 250px);
  border-right: 1px solid #eee;
  margin-right: 12px;
}
.news-title {
  color: #004ea2;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-size: 34px;
  padding: 10px 0;
  margin-bottom: 28px;
}
.top-news .flex div {
  width: 30%;
  text-align: center;
  padding: 0 8px;
}
.top-news .flex div:nth-child(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.news-title a {
  font-size: 14px;
  color: #000;
}
.carousel-wrapper {
  width: 800px;
  height: 392px;
}
.carousel-wrapper .carousel {
  width: 100%;
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.oper-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}
.oper-btns img {
  display: block;
  width: 40px;
  height: 40px;
}
.card-wrapper {
  width: 380px;
  border: 1px solid #eee;
  border-top: 2px solid #225ba6;
  padding: 10px;
  box-sizing: border-box;
}
.content-wrapper {
  margin-top: 20px;
}
.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
}
.title-wrapper .title {
  font-size: 18px;
  color: #004ea2;
  font-family: "Microsoft YaHei";
  font-weight: bold;
}
.title-wrapper .more {
  font-size: 12px;
  color: #5b5b5b;
  cursor: pointer;
}
.news-list {
  padding: 0 20px;
}
.news-list .news-item {
  line-height: 30px;
  font-size: 14px;
  color: #000;
  padding-left: 20px;
  position: relative;
}
.news-list .news-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #c2c2c2;
  position: absolute;
  left: 0px;
  top: 12px;
}
.focus-list {
  padding: 16px 20px;
}
.news-list .focus-item {
  padding-left: 0;
}
.news-list .focus-item::before {
  display: none;
}
.news-list .focus-item .source {
  color: #1f5da4;
}
/* 瑙嗛鏂伴椈 */
.video-news {
  width: 300px;
  height: 228px;
  box-sizing: border-box;
}
.news-video {
  width: 100%;
  height: 182px;
  padding: 16px 0;
  box-sizing: border-box;
}
.news-video .news-text {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
}
.news-video .news-pic {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-video .icon-play {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 濯掍綋鑱氱劍 */
.media-news {
  width: 496px;
  height: 228px;
  box-sizing: border-box;
}
/* 鍩哄眰鍔ㄦ€?*/
.grassroot-news {
  height: 228px;
  box-sizing: border-box;
}
/* 鐢靛瓙鏈熷垔 */
.electronic-news {
  width: 200px;
  height: 326px;
}
.electronic-news-content {
  position: relative;
  padding: 0 20px;
  height: 255px;
}
.electronic-news-content > a,
.electronic-news-content img {
  display: block;
  width: 100%;
  height: 100%;
}
.electronic-news .mask2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #1d7ee0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.electronic-news .mask2 span {
  color: #fff;
}
/* 鍏氱兢涔嬬獥 */
.party-window {
  width: 488px;
  height: 326px;
}
.party-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.party-tabs div {
  padding: 0 10px;
  font-size: 14px;
  color: #5b5b5b;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
.party-tabs .last {
  border-right: 0;
}
.party-tabs div:hover {
  color: #ff0000;
}
.party-content {
  padding: 16px 30px;
}
.party-content .img-title {
  height: 88px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
}
.party-content .img-title img {
  display: block;
  width: 120px;
  height: 78px;
}
.party-content .img-title .title {
  margin-left: 15px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
}
.party-list {
  padding: 0;
  margin-top: 10px;
}
/* 鍏憡 */
.notice-wrapper {
  width: 488px;
  height: 326px;
  border: 1px solid #eee;
  border-top: 2px solid #225ba6;
}
.notice-wrapper .notice-tabs {
  display: flex;
  justify-content: flex-start;
  height: 46px;
}
.notice-wrapper .notice-tabs div {
  width: calc(100% / 3);
  background-color: #fafafa;
  line-height: 46px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.notice-wrapper .notice-tabs div.active,
.notice-wrapper .notice-tabs div:hover {
  color: #004ea2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.notice-list {
  padding: 0;
  margin-top: 10px;
}
/* 鍥剧墖鏂伴椈 */
.news-imgs .img {
  width: 380px;
  height: 142px;
}
.news-imgs .img a,
.news-imgs .img img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 鎴愬憳鍗曚綅 */
.members {
  width: 1200px;
  height: 358px;
  padding: 0 !important;
  box-sizing: border-box;
}
.members .title-wrapper .title {
  padding-top: 10px;
  padding-left: 16px;
  line-height: 36px;
}
.members .ullist {
  width: 1200px;
  height: 280px;
  margin-top: 16px;
  padding: 0 !important;
}

.members .ullist ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.members .ullist ul li {
  width: 300px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 40px;
  color: #1f5da4;
}
.ul1,
.ul3 {
  background-color: #f9fbff;
}
/* 姣?4 涓?li 涓轰竴缁勶紝闅旇鑳屾櫙鑹?*/
.ul1 li:nth-child(8n+1),
.ul1 li:nth-child(8n+2),
.ul1 li:nth-child(8n+3),
.ul1 li:nth-child(8n+4) {
    background-color: #ffffff;
}

.ul1 li:nth-child(8n+5),
.ul1 li:nth-child(8n+6),
.ul1 li:nth-child(8n+7),
.ul1 li:nth-child(8n+8) {
    background-color: #f9fbff;
}

.members .ullist ul li:nth-child(4n + 3) {
  margin-right: 0;
}
/* 灏鹃儴 */
.footer {
  width: 100%;
  height: 160px;
  background-color: #3d3d3d;
  margin: 20px auto 0;
}
.foot {
  width: 1200px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-copyright {
  width: 600px;
  display: flex;
  align-items: center;
}
.filing {
  color: #606060;
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.footer .foot a,
.footer .foot .foot-text {
  color: #afafaf;
  font-size: 14px;
}
.foot .total-count {
  color: #ff0000;
}
.lincese {
  width: 100%;
  height: 50px;
  background-color: #1d1d1d;
  color: #606060;
  font-size: 12px;
}
.lincese .foot {
  height: 50px;
}


/* CSS Document */
/* body {
    padding: 0px;
    font-family: "瀹嬩綋" Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

* {
    margin: 0;
    padding: 0
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, table {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

li {
    list-style: none;
}

body a {
    outline: none;
}

a {
    text-decoration: none;
    color: #898989;
} */

/*index*/
.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.top {
    height: 51px;
    overflow: hidden;
    padding-top: 15px;
}

.top1 {
    height: 53px;
    overflow: hidden;
    padding-top: 8px;
}

.topleft {
    float: left;
}

.topright {
    float: right;
    color: #898989;
    text-align: right;
    position: relative;
}

.topright2 ul li {
    float: left;
    padding-top: 7px;
}

.topright2_1 {
    color: #6f2c1c;
    height: 15px;
    line-height: 15px;
    display: block;
}

.topright2_2 input {
    border: 1px solid #cbcbcb;
    width: 130px;
    height: 16px;
    line-height: 16px;
    background-color: #f2f2f2;
    padding-left: 20px;
}

.topright2_3 {
    padding-left: 5px;
}

.top_fd {
    position: absolute;
    top: 25px;
    right: 155px;
}

.nav {
    height: 37px;
}

.nav ul {
    padding: 0;
    height: 37px;
}

.nav1 {
    float: left;
    display: inline;
}

.glUl {
    display: none;
    position: absolute;
    z-index: 999;
    background: #017acd;
    margin-top: -3px;
    width: 69px;
    height: 60px!important;
    margin-left: 3px;
    text-align: center;
}

.glUl li {
    height: 50%;
    line-height: 25px;
}

.glUl li:hover {
    background: #00508b;
}

.glUl li a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.glUl li a:hover {
    font-size: 14px;
}

.banner {
    width: 996px;
    border: 1px solid #dddbdc;
    padding: 1px;
}

.content {
    border: 1px solid #f0f0f0;
    border-top: none;
    border-bottom: none;
    height: 405px;
    position: relative;
}

.contentlt {
    width: 709px;
    float: left;
    height: 390px;
    margin-top: 15px;
}

.contentrt {
    float: right;
    width: 270px;
    height: 390px;
    background-color: #f1f1f1;
    margin-top: 15px;
}

.clt_title {
    font-size: 24px;
    font-weight: bold;
    font-family: "寰蒋闆呴粦";
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #014377;
    padding-left: 30px;
}

.clt_gd {
    height: 15px;
    line-height: 15px;
    margin-top: 16px;
}

.clt_gd1 {
    float: left;
    padding-left: 5px;
}

.clt_gd2 {
    float: left;
    width: 656px;
    margin-left: 10px;
}

.clt_gd2 a {
    color: #333;
}

.clt_gd3 {
    float: right;
}

.index_news {
    margin-top: 17px;
}

.index_newst {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_newtbg.gif);
    width: 349px;
    height: 306px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    position: relative;
}

.index_newst1 {
    padding-top: 4px;
    padding-left: 3px;
}

.index_newst2 {
    float: left;
    margin-left: 8px;
    margin-right: 4px;
    display: inline;
    margin-top: 4px;
}

.index_newst2 a img {
    padding-top: 7px;
    padding-left: 2px;
}

.index_newst2 a {
    display: block;
    width: 74px;
    height: 56px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_newsak.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.index_newst2 a:hover {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_newsbghover.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 74px;
    height: 56px;
}

.index_newst3 {
    float: left;
    margin-left: 8px;
    margin-right: 4px;
    display: inline;
    margin-top: 4px;
}

.index_newst3 a img {
    padding-top: 7px;
    padding-left: 2px;
}

.index_newst3 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_newsbghover.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 74px;
    height: 56px;
}

.index_newst4 {
    position: absolute;
    top: 196px;
    left: 3px;
    width: 341px;
    height: 35px;
    line-height: 17px;
    overflow: hidden;
    background-color: #000;
    filter: alpha(opacity=80);
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}

.index_newst4 a {
    color: #fff;
    padding-left: 15px;
}

.index_newsn {
    float: right;
    width: 343px;
}

.index_newsn1 {
    height: 27px;
    border-top: 2px solid #4280af;
    line-height: 27px;
    border-bottom: 1px dotted #b2b2b2;
}

.index_newsn1_1 {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icns.gif);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    padding-left: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #044379;
}

.index_newsn11_11 {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icns.gif);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    padding-left: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #044379;
}

.index_newsn1_2 {
    float: right;
}

.index_newsn1_2 a {
    color: #034278;
}

.index_newsn2 {
    padding-top: 8px;
}

.index_newsn2 li {
    line-height: 22px;
    line-height: 22px/9;
    line-height: 20px;
    line-height: 22px;
    width: 340px;
}

.index_newsn2_1 a {
    float: left;
    color: #343434;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icnhd.gif);
    background-repeat: no-repeat;
    background-position: 7px 8px;
    padding-left: 18px;
}

.index_newsn2_1 span {
    float: right;
    color: #888888;
}

.contentrt_hxcy {
    width: 258px;
    margin-left: 7px;
    margin-top: 8px;
}

.contentrt_hxcy1 {
    width: 84px;
    float: left;
    margin-top: 4px;
}

.contentrt_hxcy1_1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icnhd.gif);
    background-repeat: no-repeat;
    background-position: left 9px;
    padding-left: 8px;
    line-height: 20px;
}

.contentrt_hxcy1_1 a {
    color: #004176;
}

.contentrt_rd {
    margin-top: 8px;
}

.contentrt_rd li {
    line-height: 21px;
}

.contentrt_rd1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_1.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding-left: 24px;
    float: left;
}

.contentrt_rd1 a {
    color: #313131;
    float: left;
}

.contentrt_rd1 span {
    padding-left: 25px;
    color: #b40105;
    float: right;
}

.contentrt_rd2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_2.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding-left: 24px;
    float: left;
}

.contentrt_rd2 a {
    color: #313131;
    float: left;
}

.contentrt_rd2 span {
    padding-left: 25px;
    color: #b40105;
    float: right;
}

.contentrt_rd3 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_3.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding-left: 24px;
    float: left;
}

.contentrt_rd3 a {
    color: #313131;
    float: left;
}

.contentrt_rd3 span {
    padding-left: 25px;
    color: #b40105;
    float: right;
}

.contentrt_xxgk {
    border: 1px solid #cccccc;
    height: 51px;
    background-color: #fff;
    margin-top: 5px;
}

.contentrt_xxgk1 {
    float: left;
    margin-top: 5px;
    margin-left: 8px;
    display: inline;
}

.contentrt_xxgk11 {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.contentrt_xxgk1_1 {
    float: left;
}

.contentrt_xxgk2 {
    float: left;
    padding-left: 3px;
}

.contentrt_xxgk2 li {
    line-height: 15px;
}

.contentrt_xxgk2_1 a {
    color: #004177;
    font-weight: bold;
}

.links {
    width: 496px;
    height: 94px;
    border: 1px solid #4280b1;
    margin-top: 12px;
    float: left;
}

.links1 {
    height: 26px;
    border-bottom: 1px solid #4280b1;
    line-height: 26px;
    color: #014278;
    font-weight: bold;
    padding-left: 15px;
    font-size: 14px;
}

.links2 {
    float: left;
    height: 55px;
    margin-top: 5px;
    padding-left: 6px;
}

.links2_1 a {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_l1.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 60px;
    display: block;
    height: 47px;
    line-height: 47px;
    color: #333333;
}

.links3_1 a {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_l2.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 60px;
    display: block;
    height: 47px;
    line-height: 47px;
    color: #333333;
}

.links4_1 a {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_l3.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 55px;
    display: block;
    height: 47px;
    line-height: 47px;
    color: #333333;
}

.links5_1 a {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_hh.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 55px;
    display: block;
    height: 57px;
    line-height: 57px;
    color: #333333;
}

.ztzl {
    width: 496px;
    height: 94px;
    border: 1px solid #4280b1;
    margin-top: 12px;
    float: right;
}

.ztzl1 {
    padding-right: 15px;
    vertical-align: middle;
}

.ztzl1 table {
    float: right;
}

.ztzl2 {
    padding-left: 5px;
}

.ztzl3 {
    float: left;
    padding-left: 5px;
    padding-top: 6px;
}

.main {
    margin-top: 20px;
    height: 333px;
    overflow: hidden;
}

.mainlt {
    float: left;
    width: 343px;
    height: 333px;
}

.mainlt1 {
    background-color: #f3f3f3;
    height: 22px;
    line-height: 22px;
    margin-top: 4px;
}

.mainlt1_1 {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_rybg.gif);
    width: 97px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    padding-left: 25px;
}

.mainlt1_11 {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_rybg1.gif);
    width: 97px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    padding-left: 25px;
}

.mainlt1_111 {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_rybg2.gif);
    width: 97px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    padding-left: 25px;
}

.mainlt1_2 {
    float: right;
    color: #004475;
}

.mainlt1_3 {
    color: #004475;
}

.mainlt1_3:hover {
    color: #f27205;
}

.mainlt1_4 {
    color: #f27205;
}

.ind_djzc {
    margin-top: 15px;
    height: 82px;
    overflow: hidden;
}

.ind_djzc1 {
    border: 1px solid #ccc;
    padding: 1px;
    width: 105px;
    height: 77px;
    float: left;
}

.ind_djzc2 {
    float: right;
    width: 224px;
}

.ind_djzc2_1 {
    color: #004276;
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
}

.ind_djzc2_2 {
    color: #323232;
    padding-top: 8px;
    line-height: 18px;
}

.ind_djzc2_2 a {
    color: #f17104;
}

.index_newsn22 {
    margin-top: 10px;
    overflow: hidden;
}

.index_newsn22 li {
    line-height: 23px;
}

.index_newsn2_11 a {
    float: left;
    color: #343434;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_hd1.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 8px;
}

.index_newsn2_11 span {
    float: right;
    color: #343434;
}

.mainmd {
    float: left;
    width: 343px;
    height: 333px;
    margin-left: 22px;
}

.ind_qk {
    width: 340px;
    height: 111px;
    border: 1px solid #4280b1;
    margin-top: 10px;
}

.inde_qk {
    margin-top: 5px;
    margin-left: 15px;
    float: left;
    display: inline;
}

.inde_qk1 {
    margin-top: 5px;
    margin-left: 30px;
    float: left;
    display: inline;
}

.ind_qk1 {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_qk1bg.gif);
    background-repeat: no-repeat;
    background-position: 1px top;
    width: 69px;
    height: 101px;
}

.ind_qk1 img {
    padding-top: 1px;
}

.ind_qk2 {
    float: left;
    width: 60px;
    margin-left: 8px;
    margin-top: 15px;
}

.ind_qk2_1 {
    font-weight: bold;
    font-size: 12px;
    color: #014171;
}

.ind_qk2_2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_hd1.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    line-height: 18px;
    padding-left: 7px;
}

.ind_qk2_2 a {
    color: #343434;
}

.ind_qk2_2 a:hover {
    color: #f27207;
}

.ind_qk1 {
    float: left;
}

.mainrt {
    float: right;
    width: 270px;
    height: 333px;
    background-color: #f1f1f1;
}

.ind_djzc22 {
    float: right;
    width: 132px;
    margin-right: 8px;
    display: inline;
}

.ind_djzc2_11 {
    color: #004276;
    font-weight: bold;
    font-size: 12px;
    padding-top: 6px;
}

.ind_djzc2_22 {
    color: #323232;
    padding-top: 8px;
    line-height: 18px;
}

.ind_djzc2_22 a {
    color: #f17104;
}

.ind_hyzx {
    margin-left: 10px;
    margin-top: 10px;
}

.ind_hyzx1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_hjt1.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 10px;
    color: #818181;
    line-height: 22px;
}

.ind_hyzx1 a {
    color: #2e2f2e;
}

.fl {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_linkbg.gif);
    height: 40px;
    width: 997px;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 15px;
}

.fl ul {
    padding-top: 12px;
}

.fl ul li {
    float: left;
}

.fl1 {
    color: #014278;
    font-weight: bold;
    padding-left: 15px;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
}

.fl2 {
    padding-left: 10px;
}

.fl2 select {
    width: 138px;
    height: 22px;
    line-height: 22px;
}

.footer {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_footbg.gif);
    background-repeat: repeat-x;
    background-position: left;
    width: 997px;
    height: 100px;
}

.footer1 {
    float: left;
    margin-left: 22px;
    margin-top: 22px;
    display: inline;
}

.footer2 {
    float: right;
    color: #656565;
    margin-right: 10px;
    margin-top: 12px;
    display: inline;
}

.footer2 li {
    line-height: 18px;
}

.footer2_1 a {
    color: #656565;
}

.footer2_2 a {
    color: #656565;
}

/*hxcy*/
.hx_gsm {
    background-image: url(../img/cico/hx_gsbg.gif);
    width: 990px;
    height: 43px;
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 9px;
    overflow: hidden;
}

.hx_gsm2016 {
    background-image: url(../img/cico/hx_gsbg.gif);
    width: 150px;
    height: 43px;
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 9px;
    overflow: hidden;
}

.hx_gsm2016right {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/hx_gsbgright.gif);
    width: 821px;
    height: 43px;
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 9px;
    overflow: hidden;
    color: #025cad;
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
}

.hx_main {
    background-color: #f2f2f2;
    margin-left: 3px;
    width: 997px;
    min-height: 358px;
    _height: 358px;
    overflow: hidden;
    _overflow: inherit;
    padding-bottom: 10px;
}

.hx_gsnew {
    border: 1px solid #d8d9d4;
    border-top: none;
    width: 992px;
    min-height: 353px;
    _height: 353px;
    overflow: hidden;
    _overflow: inherit;
    margin-left: 1px;
    background-color: #fff;
}

.hx_nw {
    padding-top: 12px;
    padding-left: 8px;
    width: 736px;
    display: inline;
    float: left;
}

.hx_nwl {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/hx_newbg.gif);
    width: 293px;
    height: 212px;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    float: left;
    overflow: hidden;
}

.hx_nw4 {
    position: absolute;
    top: 180px;
    left: 5px;
    width: 286px;
    height: 30px;
    line-height: 35px;
    overflow: hidden;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=80);
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}

.hx_nw4 a {
    color: #fff;
    padding-left: 15px;
}

.hx_nw1 {
    position: absolute;
    top: 6px;
    right: 8px;
}

.hx_nw1 li {
    float: left;
    padding-left: 1px;
}

.hx_nwr {
    float: right;
    width: 425px;
}

.hx_nwr1 {
    margin-top: 15px;
}

.hx_nwr1_1 {
    color: #055fad;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.hx_nwr1_2 {
    line-height: 22px;
    color: #5e5e5e;
    padding-top: 10px;
    height: 73px;
    border-bottom: 1px dashed #d3d3d3;
    padding-left: 4px;
}

.hx_nwr1_2 a {
    color: #065dac;
}

.hx_nwr2 {
    margin-top: 10px;
    margin-left: 3px;
}

.hx_nwr2_1 {
    line-height: 22px;
}

.hx_nwr2_1 a {
    float: left;
    color: #666666;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/hx_hsj.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 9px;
    width: 340px;
}

.hx_nwr2_1 span {
    float: right;
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
}

.hx_gsjj {
    background-image: url(../img/cico/hx_gsjjbg.gif);
    width: 736px;
    height: 108px;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 5px;
    position: relative;
    margin-left: 3px;
}

.hx_gsjj1 {
    width: 691px;
    line-height: 22px;
    color: #787876;
    padding-top: 30px;
    padding-left: 18px;
    height: 65px;
    overflow: hidden;
}

.hx_gsjj1 p {
    background-color: transparent!important;
}

.hx_dl2 {
    padding-top: 15px;
    margin-left: 15px;
    height: 60px;
    overflow: hidden;
}

.hx_dl {
    width: 231px;
    background-color: #d9e5f1;
    height: 353px;
    float: right;
    overflow: hidden;
}

.hx_dl1 {
    width: 213px;
    height: 176px;
    background-color: #fff;
    margin-left: 8px;
    margin-top: 13px;
}

.hx_dl2_1 {
    float: left;
    border: 1px solid #babcb9;
}

.hx_dl2_2 {
    float: left;
    width: 125px;
}

.hx_dl2_2 li {
    line-height: 20px;
    margin-left: 13px;
}

.hx_dl2_21 {
    color: #777777;
    font-weight: bold;
}

.hx_dl2_22 {
    color: #787878;
}

.hx_gsdt {
    border: 1px solid #d8d9d4;
    width: 992px;
    height: 228px;
    margin-left: 1px;
    background-color: #fff;
}

.hx_jc {
    width: 499px;
    height: 226px;
    float: left;
    background-color: #b3d1ed;
    margin-left: 1px;
    margin-top: 1px;
    position: relative;
}

.hx_jc1 {
    width: 480px;
    height: 181px;
    overflow: hidden;
    border: 1px solid #e2e1dd;
    background-color: #fff;
    margin-top: 35px;
    margin-left: 8px;
}

.hx_jc2 {
    position: absolute;
    top: 9px;
    left: 25px;
}

.hx_jc2 li {
    float: left;
}

.hx_jc2_1 a {
    width: 109px;
    height: 27px;
    display: block;
    text-align: center;
    color: #0962b4;
    font-weight: bold;
    line-height: 27px;
}

.hx_jc2_1 a:hover {
    width: 109px;
    height: 27px;
    display: block;
    text-align: center;
    color: #6f6f6f;
    font-weight: bold;
    background-image: url(../img/cico/hx_jcxxbgt.gif);
    line-height: 27px;
    background-repeat: no-repeat;
    background-position: left;
}

.hx_jc2_2 a {
    width: 109px;
    height: 27px;
    display: block;
    text-align: center;
    color: #6f6f6f;
    font-weight: bold;
    background-image: url(../img/cico/hx_jcxxbgt.gif);
    line-height: 27px;
    background-repeat: no-repeat;
    background-position: left;
}

.hx_jc3 {
    width: 461px;
}

.hx_jc3 ul {
    padding-top: 10px;
    padding-left: 20px;
}

.hx_jc3 ul li {
    height: 22px;
    line-height: 22px;
    height: 20px;
    line-height: 20px;
    _height: 20px;
    _line-height: 20px;
    border-bottom: 1px dashed #e4e4e4;
}

.hx_jc3 ul li a {
    color: #010101;
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/hx_nesxicn.gif);
    background-repeat: no-repeat;
    background-position: left 9px;
    padding-left: 8px;
}

.hx_jc3 ul li span {
    float: right;
    color: #010101;
}

.hx_lb {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/hx_lxwmdbg.gif);
    width: 227px;
    height: 199px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left 3px;
    float: left;
    margin-left: 12px;
    margin-top: 20px;
    position: relative;
}

.hx_lb1 {
    width: 200px;
    position: absolute;
    top: 95px;
    left: 15px;
    color: #7c7c7c;
}

.hx_lb1 a {
    color: #7c7c7c;
}

.hx_lb1 a:hover {
    color: #065caf;
}

.hx_gsdz {
    font-weight: bold;
    color: #226bb7;
    font-size: 12px;
    line-height: 20px;
}

.hx_gsdz1 {
    line-height: 20px;
    color: #7c7c7c;
}

/*gk*/
.cont {
    background-color: #fff;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
    position: relative;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/leftbgt.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

.contl {
    width: 242px;
    float: left;
}

.contl1 {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 227px;
}

.contl1_1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icns.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 29px;
    border-bottom: 2px solid #4280af;
    line-height: 29px;
    padding-left: 25px;
    color: #034577;
    font-size: 14px;
    font-weight: bold
}

.contl1_2 {
    width: 195px;
    border-bottom: 1px dotted #b5b5b5;
    line-height: 31px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk_qicn.gif);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    padding-left: 10px;
    margin: 0 auto;
    font-weight: bold;
}

.contl1_2 a {
    display: block;
    padding-left: 10px;
    color: #323232;
}

.contl1_2 a:hover {
    display: block;
    padding-left: 10px;
    color: #fe6902;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk_ricn.gif);
    background-repeat: no-repeat;
    background-position: 90px 10px;
}

.contl1_3 {
    width: 195px;
    border-bottom: 1px dotted #b5b5b5;
    line-height: 31px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk_qicn.gif);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    padding-left: 10px;
    margin: 0 auto;
    font-weight: bold;
}

.contl1_3 a {
    display: block;
    padding-left: 10px;
    color: #fe6902;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk_ricn.gif);
    background-repeat: no-repeat;
    background-position: 90px 10px;
}

.contr {
    width: 758px;
    float: right;
    min-height: 435px;
    _height: 435px;
    overflow: hidden;
    _overflow: inherit;
}

.path {
    height: 25px;
    padding-top: 15px;
    line-height: 25px;
    background-color: #f1f1f1;
}

.path1 {
    float: left;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-left: 30px;
}

.path2 {
    float: right;
    color: #888888;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk_fz.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    padding-right: 10px;
}

.path3 {
    color: #03447a;
}

.path3:hover {
    color: #333333;
}

.path4 {
    color: #333333;
}

.contrnr {
    background-color: #fff;
    min-height: 435px;
    _height: 435px;
    overflow: hidden;
    _overflow: inherit;
    width: 758px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk_rxx.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.contrnrtop {
    width: 710px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk-dott.gif);
    line-height: 30px;
    background-repeat: repeat;
    background-position: left top;
    color: #353535;
    margin-top: 12px;
}

.contrmain {
    width: 717px;
    margin-top: 25px;
    overflow: hidden;
    float: right;
    margin-right: 5px;
    display: inline;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
}

.contrmain1 {
    float: left;
    width: 495px;
    min-height: 435px;
    _height: 435px;
    overflow: hidden;
    _overflow: inherit;
    padding-bottom: 20px;
}

.contrmain1_1 {
    color: #323232;
    line-height: 22px;
    margin-top: 20px;
}

.contrmain1_11 {
    color: #323232;
    line-height: 22px;
}

.contrmain2 {
    float: right;
    width: 175px;
}

.gkfk {
    height: 27px;
    line-height: 27px;
    background-color: #fff;
}

.gkfk1 {
    width: 693px;
    border-top: 1px solid #ebebeb;
    float: right;
    text-align: right;
    margin-right: 35px;
    padding-right: 15px;
    display: inline;
}

.gkfk1 a {
    color: #c3c3c3;
    font-weight: bold;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk-jt.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 12px;
}

/*news*/
.news {
    width: 716px;
    margin: 0 auto;
    padding-top: 20px;
    min-height: 435px;
    _height: 435px;
    overflow: hidden;
    _overflow: inherit;
}

.newstl {
    width: 343px;
    float: left;
}

.newst {
    height: 307px;
    overflow: hidden;
}

.newstr {
    width: 350px;
    float: right;
}

.newstl1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/new_x.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #b0b0b0;
}

.newstl1_1 {
    color: #004277;
    float: left;
    padding-left: 4px;
}

.newjt1 {
    color: #004277;
    font-size: 14px;
    font-weight: bold;
}

.newstl1_2 {
    float: right;
}

.newstl1_2 a {
    color: #034277;
}

.newstl2_1 {
    line-height: 22px;
}

.newstl22_11 {
    line-height: 22px;
}

.newstl2_1 a {
    float: left;
    color: #323232;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icnhd.gif);
    background-repeat: no-repeat;
    background-position: 7px 8px;
    padding-left: 20px;
}

.newstl2_1 a:hover {
    float: left;
    color: #1477d2;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icnhd.gif);
    background-repeat: no-repeat;
    background-position: 7px 8px;
    padding-left: 20px;
}

.newstl2_1 span {
    float: right;
    color: #888888;
}

.newstl22_11 a {
    float: left;
    color: #1477d2;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icnhd.gif);
    background-repeat: no-repeat;
    background-position: 7px 8px;
    padding-left: 20px;
}

.newstl22_11 span {
    float: right;
    color: #888888;
}

.newstr1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/new_t.gif);
    width: 350px;
    height: 307px;
    background-repeat: no-repeat;
    background-position: left;
    float: left;
    position: relative;
    overflow: hidden;
}

.newstr1_1 {
    width: 341px;
    height: 270px;
    padding-top: 3px;
    padding-left: 4px;
}

.newstr1_2 {
    float: left;
    margin-left: 7px;
    margin-right: 4px;
    display: inline;
    margin-top: 4px;
}

.newstr1_2 a img {
    padding-top: 7px;
    padding-left: 2px;
}

.newstr1_2 a {
    display: block;
    width: 74px;
    height: 56px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_newsak.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.newstr1_2 a:hover {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_newsbghover.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 74px;
    height: 56px;
}

.newstr1_3 {
    float: left;
    margin-left: 7px;
    margin-right: 4px;
    display: inline;
    margin-top: 4px;
}

.newstr1_3 a img {
    padding-top: 7px;
    padding-left: 2px;
}

.newstr1_3 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_newsbghover.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 74px;
    height: 56px;
}

.newstr1_4 {
    position: absolute;
    top: 274px;
    left: 2px;
    width: 341px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.newstr1_4 a {
    color: #323232;
    font-size: 14px;
    padding-left: 15px;
}

.newsvid {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/new_sp.gif);
    width: 712px;
    height: 128px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 20px;
}

.newsvid1 {
    width: 345px;
    margin-left: 15px;
    float: left;
    display: inline;
}

.newsvid1_1 {
    color: #004277;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    border-bottom: 1px dotted #b0b0b0;
}

.newsvid1_2 {
    float: left;
    border: 1px solid #828282;
    margin-top: 10px;
}

.newsvid1_3 {
    float: left;
    margin-left: 14px;
    margin-top: 10px;
}

.newsvid1_4 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icnhd.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 8px;
    line-height: 22px;
}

.newsvid1_1 a {
    color: #004277;
}

.newsvid1_4 a {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/new_spicn.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 18px;
    color: #323232;
}

.newsvid2 {
    width: 340px;
    float: left;
    display: inline;
}

.newsvid2_2 {
    float: left;
    border: 1px solid #828282;
    margin-top: 10px;
    margin-left: 23px;
    display: inline;
}

.newsvid2_3 {
    float: left;
    margin-left: 14px;
    margin-top: 10px;
}

.newsvid2_4 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icnhd.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 8px;
    line-height: 22px;
}

.newsvid2_4 a {
    color: #323232;
}

.newztzl {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/new_ztzl.gif);
    width: 712px;
    height: 105px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 10px;
}

.newztzl1 {
    width: 696px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #427eb0;
}

.newztzl1_1 {
    float: left;
    color: #004277;
    font-size: 14px;
    font-weight: bold;
}

.newztzl1_2 {
    float: right;
}

.newztzl1_2 li {
    float: left;
    padding-left: 2px;
}

.newztzl2 {
    float: left;
}

.newztzl3 {
    float: left;
}

.newztzl3 li {
    float: left;
    padding-left: 7px;
}

.newztzl4 {
    float: right;
}

/*gsgl*/
.gsgl {
    min-height: 510px;
    _height: 510px;
    overflow: hidden;
    _overflow: inherit;
}

.gsgll {
    float: left;
    width: 525px;
    margin-left: 10px;
    display: inline;
}

.gsgll1 {
    float: left;
    margin-left: 16px;
    margin-top: 20px;
    width: 236px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_t1.gif);
    background-repeat: no-repeat;
    background-position: right 110px;
    display: inline;
    min-height: 167px;
    _height: 167px;
    overflow: hidden;
    _overflow: inherit;
}

.gsgll1_1 {
    color: #1764b6;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

.gsgll1_1 a {
    color: #1764b6;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

.gsgll1_2 ul li {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl-icn.gif);
    background-repeat: no-repeat;
    background-position: left 9px;
    line-height: 24px;
    padding-left: 10px;
}

.gsgll1_2 ul li a {
    color: #676767;
}

.gsgll2 {
    float: left;
    margin-left: 16px;
    margin-top: 20px;
    width: 236px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_t2.gif);
    background-repeat: no-repeat;
    background-position: right 110px;
    display: inline;
    min-height: 167px;
    _height: 167px;
    overflow: hidden;
    _overflow: inherit;
}

.gsgll3 {
    float: left;
    margin-left: 16px;
    margin-top: 20px;
    width: 236px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_t3.gif);
    background-repeat: no-repeat;
    background-position: right 110px;
    display: inline;
    min-height: 167px;
    _height: 167px;
    overflow: hidden;
    _overflow: inherit;
}

.gsgll4 {
    float: left;
    margin-left: 16px;
    margin-top: 20px;
    width: 236px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_t4.gif);
    background-repeat: no-repeat;
    background-position: right 110px;
    display: inline;
    min-height: 167px;
    _height: 167px;
    overflow: hidden;
    _overflow: inherit;
}

.gsgll5 {
    float: left;
    margin-left: 16px;
    margin-top: 20px;
    width: 236px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_t5.gif);
    background-repeat: no-repeat;
    background-position: right 110px;
    display: inline;
    min-height: 167px;
    _height: 167px;
    overflow: hidden;
    _overflow: inherit;
}

.gsgll6 {
    float: left;
    margin-left: 16px;
    margin-top: 20px;
    width: 236px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_t6.gif);
    background-repeat: no-repeat;
    background-position: right 110px;
    display: inline;
    min-height: 167px;
    _height: 167px;
    overflow: hidden;
    _overflow: inherit;
}

.gsglr {
    width: 181px;
    float: right;
    margin-right: 8px;
    display: inline;
}

.gsglr1 {
    height: 21px;
    line-height: 21px;
    background-color: #d5e8ef;
    color: #1866b9;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 20px;
}

.gsglr2 {
    line-height: 21px;
    color: #666666;
    margin-top: 10px;
    margin-left: 10px;
    height: 92px;
    overflow: hidden;
}

.gsglr2 img {
    float: right;
    padding-right: 5px;
    padding-left: 8px;
    display: inline;
    width: 50px;
    height: 40px;
    overflow: hidden;
}

.gsglr3 {
    float: right;
}

.gsglr3 a {
    color: #036d9d;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_jticn.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 12px;
}

/*shzr*/
.shzr {
    width: 692px;
    margin-left: 48px;
    margin-top: 25px;
    min-height: 510px;
    _height: 510px;
    overflow: hidden;
    _overflow: inherit;
}

.contrnrtop1 {
    width: 550px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gk-dott.gif);
    line-height: 30px;
    background-repeat: repeat;
    background-position: left top;
    color: #353535;
    margin-top: 12px;
}

.contrnrtop1 a {
    color: #1477d2;
}

.txt_ywkb {
    color: #333333;
    font-weight: normal;
    background: url(http://o.cztvcloud.com/184/594483/vr/cico/new_list_xian.gif) no-repeat left;
    padding-left: 20px;
    margin-left: 20px;
}

.new_list {
    margin-top: 20px;
}

.txt_ywkb a {
    color: #333333;
    text-decoration: none;
}

.new_list ul li {
    border-bottom: 1px dashed #cccccc;
    height: 37px;
    line-height: 37px;
    margin: 1px;
    padding-left: 5px;
    color: #a2a2a2;
}

.new_list_li_hui {
    background-color: #f3f3f3;
}

.manu {
    float: right;
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 13px;
    MARGIN: 3px;
    PADDING-TOP: 15px;
    TEXT-ALIGN: center
}

.manu A {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #036cb4;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid;
    TEXT-DECORATION: none
}

.manu A:hover {
    BORDER-RIGHT: #999 1px solid;
    BORDER-TOP: #999 1px solid;
    BORDER-LEFT: #999 1px solid;
    COLOR: #666;
    BORDER-BOTTOM: #999 1px solid
}

.manu A:active {
    BORDER-RIGHT: #999 1px solid;
    BORDER-TOP: #999 1px solid;
    BORDER-LEFT: #999 1px solid;
    COLOR: #666;
    BORDER-BOTTOM: #999 1px solid
}

.manu .current {
    BORDER-RIGHT: #036cb4 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #036cb4 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #036cb4 1px solid;
    COLOR: #fff;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #036cb4 1px solid;
    BACKGROUND-COLOR: #036cb4
}

.manu .disabled {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #ddd;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid;
}

/*qywh*/
.qywh {
    width: 712px;
    margin: 0 auto;
    margin-top: 15px;
    min-height: 545px;
    _height: 545px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
}

.qywhwzt {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qywh_ds.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 712px;
}

.qywhwz {
    width: 555px;
    line-height: 27px;
    color: #4d4d4d;
    padding-top: 15px;
}

.qywhygfc {
    width: 224px;
    float: left;
}

.qywhygfc1 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #044275;
}

.qywhyg {
    margin-top: 20px;
    height: 175px;
}

.qywhygfc2 {
    margin-top: 15px;
    height: 55px;
    overflow: hidden;
    position: relative;
}

.qywhygfc2_1 {
    width: 66px;
    height: 49px;
    border: 1px solid #d1d1d1;
    padding: 1px;
    float: left;
    margin-left: 4px;
    display: inline;
}

.qywhygfc2_2 {
    float: right;
    margin-right: 5px;
    display: inline;
    color: #014377;
    font-weight: bold;
}

.qywhygfc2_21 {
    float: right;
    display: inline;
    color: #014377;
    font-weight: bold;
}

.qywhlist {
    margin-top: 10px;
}

.ygcfh li {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_hd1.gif);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 15px;
    line-height: 22px;
}

.qywhlist li {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_hd1.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    line-height: 20px;
    padding-left: 8px;
    margin-left: 6px;
}

.qywhlist li a {
    color: #686868;
}

.qywhwh {
    width: 225px;
    float: left;
}

.qywhwh1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qywh_jtbg.gif);
    width: 107px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    margin-left: 5px;
}

.qywhwh1 li {
    line-height: 18px;
}

.qywhwh1_1 {
    font-weight: bold;
    color: #4573af;
    padding-top: 5px;
}

.qywhwh1_2 {
    text-align: center;
    color: #7b7b7b;
    font-weight: bold;
}

/*dqzc*/
.dqzc_cont {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzc_bgn.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

.foote {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_footbg1.gif);
    background-repeat: repeat-x;
    background-position: left;
    width: 997px;
    height: 100px;
}

.dqzc_right {
    float: right;
    width: 730px;
    margin-top: 15px;
    min-height: 545px;
    _height: 545px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
}

.pathdq {
    height: 31px;
    line-height: 31px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/path_xx.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #b4100e;
    font-size: 14px;
    font-weight: bold;
}

.dqcontl1_1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_icns.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 29px;
    border-bottom: 2px solid #b4100e;
    line-height: 29px;
    padding-left: 25px;
    color: #b4100e;
    font-size: 14px;
    font-weight: bold
}

.dqzctop {
    height: 100px;
    margin-top: 15px;
    overflow: hidden;
}

.dqzctop1 {
    width: 150px;
    height: 90px;
    border: 1px solid #d8d8d8;
    padding: 1px;
    float: left;
}

.dqzctop2 {
    width: 545px;
    float: left;
    padding-left: 15px;
    line-height: 22px;
    color: #000;
}

.all_list {
    min-height: 527px;
    _height: 527px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
}

.all_list1 {
    width: 45%;
    float: left;
    margin-top: 20px;
    display: inline;
}

.all_list2 {
    width: 45%;
    float: left;
    margin-left: 20px;
    display: inline;
    margin-top: 20px;
}

.all_list2 ul li {
    line-height: 23px;
}

.all_list1 ul li {
    line-height: 23px;
}

.all_list2 ul {
    min-height: 128px;
    _height: 128px;
    overflow: hidden;
    _overflow: inherit;
}

.all_list1 ul {
    min-height: 128px;
    _height: 128px;
    overflow: hidden;
    _overflow: inherit;
}

.hongqi_q {
    background: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzc_mbg.gif) no-repeat;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    width: 333px;
    color: #FFFFFF;
}

.hongqi_q_table {
    padding-top: 20px;
}

.hongqi_q_table span {
    float: left;
    padding-left: 13px;
}

.hongqi_q_table img {
    float: right;
    padding-right: 20px;
}

.txt_q2 {
    width: 278px;
    float: left;
    border-bottom: 1px dashed #CCCCCC;
}

.txt_q2 a {
    color: #4c4c4c;
}

.txt_ho {
    color: #db0306;
}

.date_q {
    float: right;
    color: #999999;
}

/*xxgk*/
.xxgk {
    width: 715px;
    margin: 0 auto;
    margin-top: 13px;
    min-height: 545px;
    _height: 545px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
}

.xxgk1 {
    height: 20px;
    line-height: 20px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xxgk_topx.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.xxgk1_1 {
    float: left;
    font-weight: bold;
    color: #2160a5;
    padding-left: 6px;
}

.xxgk1_2 {
    float: right;
}

.xxgk2 {
    width: 704px;
    margin: 0 auto;
    min-height: 205px;
    _height: 205px;
    overflow: hidden;
    _overflow: inherit;
}

.xxgk2_1 {
    line-height: 23px;
    height: 23px;
    border-bottom: 1px dashed #e6e6e6;
}

.xxgk2_1 a {
    float: left;
    color: #010101;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzc_dd.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 10px;
}

.xxgk2_1 span {
    float: right;
    padding-right: 10px;
    color: #010101;
}

.xxgk4 {
    height: 20px;
    line-height: 20px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xxgk_leftxx.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 20px;
    width: 225px;
}

.xxgk4_1 {
    float: left;
    font-weight: bold;
    color: #2160a5;
    padding-left: 6px;
}

.xxgk4_2 {
    float: right;
}

.xxgk3 {
    width: 225px;
    float: left;
}

.xxgk3_1 {
    line-height: 21px;
}

.xxgk3_1 a {
    color: #010101;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzc_dd.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 10px;
}

.xxgk5 {
    height: 20px;
    line-height: 20px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xxgk_rightx.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 20px;
    width: 460px;
}

.xxgk5_1 {
    float: left;
    font-weight: bold;
    color: #2160a5;
    padding-left: 6px;
}

.xxgk5_2 {
    float: right;
}

/*news_list*/
.news_list {
    width: 700px;
    margin-left: 10px;
}

.newslist_1 {
    color: #555555;
    font-weight: normal;
    padding-top: 10px;
}

.newslist_1 span {
    color: #555555;
    font-weight: bold;
}

.newslist_2 {
    color: #0058a8;
    font-weight: bold;
    padding-top: 10px;
}

.newslist_3 {
    line-height: 18px;
    color: #555;
    padding-top: 10px;
}

.newslist1_1 {
    color: #666666;
}

.newslist1_1 a {
    color: #666666;
}

.newslist1_1 a:hover {
    color: #0058a8;
}

.newslist1_3 td {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e1e1e1;
    background-color: #f5f5f5;
}

.newslist1_3 a {
    color: #0058a8;
}

.newslist1_2 {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.newslist1_4 td {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e1e1e1;
}

.newslist1_5 td {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e1e1e1;
    background-color: #f5f5f5;
}

/*
.fy{float:right; padding-right:15px; width:620px; margin:0 auto;  margin-top:10px; margin-bottom:20px; margin-top:25px;}
.fy li{float:left; padding-left:5px; height:15px; line-height:15px; }
.fy1{ border:1px solid #e4e4e4; padding:4px; height:15px; line-height:15px; margin-left:5px;}
.fy1 a{color:#767676;}
.fy1 a:hover{color:#036cb4;}
.fy4{ border:1px solid #e4e4e4; padding:4px; height:15px; line-height:15px; margin-left:5px;}
.fy4 a{color:#036cb4;}
.fy2 a{ display:block; border:1px solid #e4e4e4; height:22px; width:10px; padding-left:6px; margin-left:5px; line-height:22px; color:#036cb4;}
.fy2 a:hover{ display:block; background-image:url(http://o.cztvcloud.com/184/594483/vr/cico/news_listicn.gif); background-repeat:no-repeat; background-position:left top; color:#fff; height:22px; width:10px; padding-left:6px; margin-left:5px; line-height:22px;}
.fy5{ line-height:25px; height:25px; color:#036cb4;}
.fanye_tt{ color:#036cb4; vertical-align:top;}
.fydl span{float:left;}
.fydl a{float:left;}
.fydl select option{float:left;}*/
.fy {
    margin: 0 auto;
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 0px;
    MARGIN: 3px;
    PADDING-TOP: 15px;
    TEXT-ALIGN: center;
}

.fy A {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 0px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #036cb4;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid;
    TEXT-DECORATION: none;
    height: 20px;
    float: left;
    line-height: 20px;
}

.fy .fanye_tt {
    padding-top: 10px;
    display: block;
    color: #036cb4;
}

.fy A:hover {
    BORDER-RIGHT: #999 1px solid;
    BORDER-TOP: #999 1px solid;
    BORDER-LEFT: #999 1px solid;
    COLOR: #666;
    BORDER-BOTTOM: #999 1px solid;
    height: 20px;
    float: left;
    line-height: 20px;
}

.fy A:active {
    BORDER-RIGHT: #999 1px solid;
    BORDER-TOP: #999 1px solid;
    BORDER-LEFT: #999 1px solid;
    COLOR: #666;
    BORDER-BOTTOM: #999 1px solid;
    height: 20px;
    float: left;
    line-height: 20px;
}

.fy .current {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 0px;
    MARGIN: 2px;
    COLOR: #fff;
    PADDING-TOP: 2px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/news_listicn.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    float: left;
    line-height: 20px;
    width: 14px;
}

.fy .disabled {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 0px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #ddd;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #eee 1px solid;
    height: 20px;
    float: left;
    line-height: 20px;
}

.fy select {
    display: none;
}

/*
 .current{display:block; background-image:url(http://o.cztvcloud.com/184/594483/vr/cico/news_listicn.gif); background-repeat:no-repeat; background-position:left top; color:#fff; height:22px; width:10px; padding-left:6px; margin-left:5px; line-height:22px;}
/*news_det*/
.news_listtit {
    font-family: "鏂板畫浣?;
    font-size: 24px;
    margin-top: 16px;
    text-align: center;
    color: #09548b;
}

.newstitledet {
    height: 30px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 30px;
    float: right;
    margin-top: 15px;
    width: 710px;
}

.newstitledet li {
    float: right;
    display: inline;
}

.news_det td {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.news_det1 {
    width: 651px;
    margin: 0 auto;
    margin-top: 45px;
}

.news_det2 {
    line-height: 24px;
    color: #333;
    margin-top: 35px;
    font-size: 12px;
}

.news_det2_1 {
    line-height: 26px;
    color: #333;
    margin-top: 35px;
    font-size: 14px;
}

.news_det2_2 {
    line-height: 28px;
    color: #333;
    margin-top: 35px;
    font-size: 16px;
}

.news_det3 {
    border-top: 2px solid #b9b9b9;
}

.news_det3 img {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

/*dqzc_list*/
.dqzclist {
    height: 34px;
    border-bottom: 1px solid #ebebeb;
    width: 700px;
    margin: 0 auto;
    margin-top: 34px;
    position: relative;
}

.dqzclist ul {
    position: absolute;
    top: 0px;
    left: 83px;
}

.dqzclist ul li {
    float: left;
    width: 92px;
    height: 20px;
    padding-top: 10px;
}

.dqzclist_1 a {
    display: block;
    width: 92px;
    text-align: center;
    height: 26px;
    padding-top: 5px;
    color: #848484;
}

.dqzclist_1 a:hover {
    display: block;
    width: 92px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzc_detbg.gif);
    height: 26px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 5px;
    color: #fff;
}

.dqzclist_2 a {
    display: block;
    width: 92px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzc_detbg.gif);
    height: 26px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 5px;
    color: #fff;
    text-align: center;
}

.dqzclist1 a:hover {
    color: #c81115;
}

.dqzclist2 a {
    color: #c81115;
}

.fy6 a {
    display: block;
    border: 1px solid #e4e4e4;
    height: 22px;
    width: 10px;
    padding-left: 6px;
    margin-left: 5px;
    line-height: 22px;
    color: #036cb4;
}

.fy6 a:hover {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzc_detfy.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    height: 22px;
    width: 10px;
    padding-left: 6px;
    margin-left: 5px;
    line-height: 22px;
}

.fy7 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzc_detfy.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    height: 22px;
    width: 10px;
    padding-left: 6px;
    margin-left: 5px;
    line-height: 22px;
}

/*dqzc_det*/
.dqzcdet {
    text-align: center;
    font-weight: bold;
    color: #1a4d80;
    height: 50px;
    margin-top: 28px;
    border-bottom: 1px dotted #dcdcdc;
}

.dqzcdet1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dqzclist_icn.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    text-align: left;
    height: 36px;
    line-height: 36px;
    float: right;
    padding-right: 10px;
    font-weight: normal;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.dqzcdet2 {
    line-height: 24px;
    color: #000;
    min-height: 314px;
    _height: 314px;
    overflow: hidden;
    _overflow: inherit;
    margin-top: 15px;
}

.dqzcdet3 {
    border-top: 1px dotted #dcdcdc;
    height: 75px;
    margin-top: 15px;
}

.dqzcdet3 ul li {
    line-height: 15px;
}

.dqzcdet3 ul {
    color: #c81115;
    padding-top: 12px;
}

.dqzcdet3 ul a {
    color: #c81115;
}

.dqzcdet4 a {
    float: right;
    color: #c81115;
    padding-top: 12px;
}

/*ygfc*/
.ygfc {
    border: 1px solid #c2c3be;
    width: 227px;
    height: 259px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    background-color: #fff;
}

.ygfc_1 {
    font-size: 14px;
    font-weight: bold;
    color: #ee4621;
    margin-top: 6px;
    margin-left: 10px;
}

.ygfc_2 {
    position: absolute;
    right: 10px;
    top: 6px;
}

.ygfc_2 li {
    float: left;
    padding: 5px;
}

.ygfc_3 {
    width: 114px;
    margin: 0 auto;
    margin-top: 15px;
}

.ygfc_4 {
    font-size: 14px;
    font-weight: bold;
    color: #034174;
    margin-top: 20px;
    margin-left: 15px;
}

.ygfc_5 {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.ygfcleft {
    float: left;
    width: 539px;
    margin-left: 27px;
    display: inline;
    margin-top: 10px;
}

.ygfcleft1 {
    height: 117px;
    border-bottom: 1px dotted #bababa;
    margin-top: 22px;
}

.ygfcleft1_1 {
    border: 1px solid #cccccc;
    padding: 1px;
    height: 91px;
    width: 71px;
    margin-left: 5px;
    float: left;
    display: inline;
}

.ygfcleft1_2 {
    float: right;
    width: 440px;
}

.ygfcleft2 {
    height: 43px;
    border-bottom: 1px solid #f0f0f0;
}

.ygfcleft2_1 {
    line-height: 21px;
    color: #000;
    padding-top: 5px;
}

.ygfcleft2_1 a {
    color: #b90707;
}

.ygfcright {
    float: right;
    margin-top: 15px;
}

.ygfcright1 {
    margin-top: 15px;
}

.ygfcright2 {
    width: 156px;
    margin-top: 23px;
}

.newjt {
    color: #fb7d02;
    font-weight: bold;
    font-size: 14px;
}

/*xw*/
.xww {
    width: 726px;
    margin-left: 30px;
}

.xw {
    height: 40px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xw-xx.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.xw_1 {
    padding-left: 18px;
    padding-top: 6px;
    float: left;
    display: inline;
}

.xwnf {
    margin-top: 31px;
    width: 709px;
    height: 49px;
    overflow: hidden;
}

.xwnf1 {
    float: left;
}

.xwnf2 {
    float: left;
    width: 636px;
    margin-left: 13px;
    position: relative;
}

.xwnf2_1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.xwnf2_2 {
    float: left;
}

.xwnf2_3 {
    float: left;
}

.xwnf2_2 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/nf.gif);
    background-repeat: no-repeat;
    width: 80px;
    height: 33px;
    background-position: left top;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    margin-left: 20px;
}

.xwnf2_2 a:hover {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/nf_over.gif);
    background-repeat: no-repeat;
    width: 80px;
    height: 37px;
    background-position: left 0px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    margin-left: 20px;
    font-weight: bold;
}

.xwnf2_3 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/nf_over.gif);
    background-repeat: no-repeat;
    width: 80px;
    height: 37px;
    background-position: left 0px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    margin-left: 20px;
    font-weight: bold;
}

.xwnf3 {
    float: right;
}

/*aqyh*/
.aqyh {
    line-height: 22px;
    color: #737373;
    width: 700px;
    margin: 0 auto;
    margin-top: 10px;
}

/*rcln*/
.rcln_1 {
    font-family: "寰蒋闆呴粦";
    font-size: 14px;
    font-weight: bold;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/rcln_icn.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    color: #878787;
    margin-top: 20px;
    margin-left: 30px;
}

.rcln_2 {
    width: 697px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 18px;
    color: #474747;
}

/*xzzx*/
.xz1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xzzx1.gif);
    width: 307px;
    height: 39px;
    line-height: 39px;
    background-repeat: no-repeat;
    background-position: left;
    color: #212121;
    padding-left: 20px;
}

.xz2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xzzx2.gif);
    width: 119px;
    height: 39px;
    line-height: 39px;
    background-repeat: no-repeat;
    background-position: left;
    color: #212121;
    padding-left: 20px;
}

.xz3 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xzzx3.gif);
    width: 101px;
    height: 39px;
    line-height: 39px;
    background-repeat: no-repeat;
    background-position: left;
    color: #212121;
    padding-left: 20px;
}

.xz4 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xzzx4.gif);
    width: 137px;
    height: 39px;
    line-height: 39px;
    background-repeat: no-repeat;
    background-position: left;
    color: #212121;
}

.zx5 {
    font-family: Arial, Helvetica, sans-serif;
}

.zx6 td {
    border-bottom: 1px solid #cacaca;
    color: #3c3c3c;
}

.zx7 td {
    border-bottom: 2px solid #cacaca;
    color: #3c3c3c;
}

/*ldgh*/
.ldgh {
    width: 720px;
    margin: 0 auto;
    margin-top: 30px;
}

.ldghtop1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ldgh_dbg.gif);
    width: 281px;
    height: 205px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

.ldghtop1_1 {
    color: #ef5347;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    padding-left: 5px;
    height: 20px;
    line-height: 20px;
}

.ldghtop2 {
    float: right;
    width: 418px;
    border-top: 1px solid #eeeeee;
    margin-top: 5px;
}

.ldghtop2_1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ldgk_bgt.gif);
    width: 412px;
    height: 24px;
    line-height: 24px;
    color: #ef5347;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    padding-left: 5px;
}

.ldghtop2_2 li {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ldgh_xx.gif);
    height: 30px;
    line-height: 30px;
    background-repeat: repeat;
    background-position: left top;
    overflow: hidden;
    _float: left;
}

.ldghtop2_2 {
    margin-top: 6px;
}

.ldghtop2_3 a {
    float: left;
    color: #333;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ldgh_icn.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 20px;
    display: block;
    height: 25px;
}

.ldghtop2_3 a:hover {
    float: left;
    color: #0061b6;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ldgh_icn.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 20px;
    display: block;
    height: 25px;
}

.ldghtop2_3 span {
    float: right;
    color: #959595;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: block;
    height: 30px;
}

.ldgh1 {
    height: 386px;
    border: 2px solid #c3b9b9;
    margin-top: 20px;
    border-left: none;
    border-right: none;
}

.ldgh_wz {
    line-height: 21px;
    margin-top: 14px;
    color: #3d3d3c;
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 10px;
}

.ldgh_wz a {
    color: #aa0505;
}

/*qyry*/
.qyry {
    width: 715px;
    margin-top: 25px;
}

.qyry_1 {
    font-size: 14px;
    font-weight: bold;
    color: #0061b6;
}

.qyry1 {
    border: 2px solid #e7e7e7;
    position: relative;
    margin-top: 10px;
    min-height: 100px;
    _height: 100px;
    overflow: hidden;
    _overflow: inherit;
}

.qyry2 {
    border: 2px solid #006bdf;
    position: relative;
    margin-top: 10px;
    min-height: 100px;
    _height: 100px;
    overflow: hidden;
    _overflow: inherit;
}

.qyry2012 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2012.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 69px;
}

.qyry2011 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2011.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 69px;
}

.qyry2010 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2010.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 69px;
}

.qyry2009 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2009.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 129px;
    height: 69px;
}

.qyry2008 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2008.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 126px;
    height: 69px;
}

.qyry2007 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2007.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 126px;
    height: 69px;
}

.qyry2006 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2006.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 70px;
}

.qyry2005 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2005.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 69px;
    min-height: 100px;
    _height: 100px;
    overflow: hidden;
    _overflow: inherit;
}

.qyry1 ul {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qyey-x.gif);
    line-height: 26px;
    background-repeat: repeat;
    background-position: left top;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.qyry1 ul li {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qyry_gg.gif);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding-left: 15px;
    padding-right: 80px;
    color: #707070;
}

.zry {
    margin-top: 30px;
    margin-bottom: 20px;
}

.qyry3 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qyry_gg.gif);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding-left: 15px;
}

.qyry3 a:hover {
    color: #006bdf;
    cursor: default;
}

.qyry4 a {
    color: #006bdf;
}

/*榧犳爣婊戣繃*/
.qyry2 {
    border: 2px solid #006bdf;
    position: relative;
    margin-top: 10px;
}

.qyry2 ul {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qyey-x.gif);
    line-height: 26px;
    background-repeat: repeat;
    background-position: left top;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.qyry2 ul li {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qyry_gg.gif);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding-left: 15px;
    padding-right: 80px;
    color: #707070;
}

.qyry2012_over {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2012_o.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 69px;
}

.qyry2011_over {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2011_o.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 69px;
}

.qyry2010_over {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2010_o.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 68px;
}

.qyry2009_over {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2009_o.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 129px;
    height: 69px;
}

.qyry2008_over {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2008_o.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 126px;
    height: 69px;
}

.qyry2007_over {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2007_o.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 126px;
    height: 69px;
}

.qyry2006_over {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2006_o.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 70px;
}

.qyry2005_over {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsyy2005_o.gif);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 125px;
    height: 69px;
    min-height: 100px;
    _height: 100px;
    overflow: hidden;
    _overflow: inherit;
}

/*jzln*/
.jzln {
    margin-top: 30px;
    color: #6e6e6e;
    min-height: 435px;
    _height: 435px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 150px;
    line-height: 18px;
}

.jzlnleft {
    float: left;
    width: 500px;
    margin-left: 0px;
    display: inline;
}

.jzlnleft1_1 {
    color: #005bac;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 9px;
}

.jzlnleft1_2 {
    color: #cb253d;
    font-family: "寰蒋闆呴粦";
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.jzlnleft1_3 {
    color: #005bac;
    font-weight: bold;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jzln_icn.gif);
    background-repeat: no-repeat;
    background-position: 9px 5px;
    padding-left: 20px;
}

.jzlnleft1 {
    width: 500px;
}

.jzlnleft1 li {
    line-height: 18px;
}

.jzlnleft2 {
    line-height: 18px;
    color: #6e6e6e;
    margin-top: 25px;
}

.jzlnleft3 {
    line-height: 18px;
    color: #6e6e6e;
}

.jzln {
    margin-top: 30px;
    color: #6e6e6e;
    min-height: 435px;
    _height: 435px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 150px;
    line-height: 18px;
}

.jzlnleft {
    float: left;
    width: 500px;
    display: inline;
}

.jzlnleft1_1 {
    color: #005bac;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 9px;
}

.jzlnleft1_2 {
    color: #cb253d;
    font-family: "寰蒋闆呴粦";
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.jzlnleft1_3 {
    color: #005bac;
    font-weight: bold;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jzln_icn.gif);
    background-repeat: no-repeat;
    background-position: 9px 5px;
    padding-left: 20px;
}

.jzlnleft1 {
    width: 500px;
}

.jzlnleft1 li {
    line-height: 18px;
}

.jzlnleft2 {
    line-height: 18px;
    color: #6e6e6e;
    margin-top: 25px;
}

.jzlnleft3 {
    line-height: 18px;
    color: #6e6e6e;
}

/*bz*/
.bz {
    width: 697px;
    margin: 0 auto;
    margin-top: 37px;
}

.bz1 {
    float: left;
}

.bz2 {
    float: right;
    width: 359px;
}

/*gdzcgl*/
.gdzc {
    width: 660px;
    margin: 0 auto;
    position: relative;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
}

.gdzc1 {
    float: left;
    font-family: "寰蒋闆呴粦";
    font-size: 18px;
    color: #565656;
    font-size: 24px;
    margin-top: 60px;
}

.gdzc2 {
    float: right;
    margin-top: -50px;
}

.gdzc3 {
    height: 25px;
    line-height: 25px;
    font-family: "寰蒋闆呴粦";
    font-size: 14px;
    color: #4c4c4c;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gdzc_xx.gif);
    width: 656px;
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: bold;
    margin-top: 35px;
}

.gdzc4 {
    margin-top: 48px;
    margin-left: 15px;
}

/*fzgy*/
.fzgy {
    margin: 0 auto;
    position: relative;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
    width: 707px;
}

.fzgy1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/fzgy_top1.gif);
    height: 258px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 20px;
}

.fzgy1_1 {
    width: 658px;
    padding-top: 30px;
    margin-left: 30px;
}

.fzgyt {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/fzgy_kk.gif);
    width: 81px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: left;
}

.fzgyt img {
    padding-top: 2px;
    padding-left: 2px;
}

.fzgy1_2 {
    float: right;
    width: 560px;
}

.fzgy1_3 {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #cdcdcd;
    color: #a60b09;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/fzgy_icn1.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
    font-size: 14px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
}

.fzgy1_4 {
    color: #3e3e3e;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/fzgy_icn2.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
    line-height: 25px;
    letter-spacing: 1px;
}

.fzgy2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/fzgy_top2.gif);
    height: 184px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 20px;
}

.fzgy1_5 {
    width: 214px;
    float: left;
    color: #3e3e3e;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/fzgy_icn2.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}

/*gsgl_ygjgt*/
.ygjgt {
    margin: 0 auto;
    margin-left: 30px;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
    width: 727px;
}

.ygjgt1 {
    float: left;
    width: 343px;
    margin-top: 20px;
    display: inline;
}

.ygjgt2 {
    float: left;
    width: 339px;
    margin-left: 25px;
    margin-top: 20px;
    display: inline;
}

.ygjgt3 {
    float: left;
    width: 389px;
    margin-top: 45px;
    display: inline;
}

.ygjgt4 {
    float: right;
    width: 250px;
    margin-top: 45px;
    display: inline;
}

.ygjt {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ygjgtbgt_03.gif);
    width: 718px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 auto;
    margin-top: 20px;
}

.ygjt li {
    width: 109px;
    text-align: center;
    float: left;
}

.ygjt1 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ygjtgt_now.gif);
    width: 109px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    color: #787878;
    padding-top: 3px;
}

.ygjt1 a:hover {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ygjtgt_over.gif);
    width: 109px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    padding-top: 3px;
}

.ygjt2 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ygjtgt_over.gif);
    width: 109px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
    padding-top: 3px;
}

/*gsgl_qygs*/
.qxgs {
    margin: 0 auto;
    margin-left: 30px;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
    width: 700px;
}

.qygsl {
    float: left;
    width: 210px;
    margin-top: 38px;
}

.qygsl1_1 {
    line-height: 20px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qxgs_h.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 18px;
    font-size: 12px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    color: #555555;
    margin-top: 8px;
}

.qygsc {
    float: left;
    width: 230px;
    margin-top: 38px;
    margin-left: 35px;
    display: inline;
}

.qygsl1_2 {
    line-height: 20px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qxgs_l.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 18px;
    font-size: 12px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    color: #555555;
    margin-top: 8px;
}

.qygsr {
    float: right;
    width: 210px;
    margin-top: 38px;
    display: inline;
}

.qygsl1_3 {
    line-height: 20px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/qxgs_lv.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 18px;
    font-size: 12px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    color: #555555;
    margin-top: 8px;
}

/*gsgl_gllb*/
.gsgllb {
    margin: 0 auto;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
    width: 677px;
    position: relative;
}

.gsgllb1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_bgt.gif);
    height: 34px;
    width: 677px;
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 34px;
    margin-top: 28px;
}

.gsgllb2 {
    margin-left: 5px;
    float: left;
}

.gsgllb2 li {
    float: left;
}

.gsgllb2_1 a {
    display: block;
    width: 88px;
    height: 29px;
    line-height: 29px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_bgt1.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #f7fcff;
    font-size: 12px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    padding-left: 20px;
    padding-top: 5px;
}

.gsgllb2_1 a:hover {
    display: block;
    width: 88px;
    height: 29px;
    line-height: 29px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_over.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #19569a;
    font-size: 12px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    padding-left: 20px;
    padding-top: 5px;
}

.gsgllb2_2 a {
    display: block;
    width: 88px;
    height: 29px;
    line-height: 29px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_over.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #19569a;
    font-size: 12px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    padding-left: 20px;
    padding-top: 5px;
}

.gsgllb3 {
    float: right;
    height: 34px;
    line-height: 27px;
    padding-top: 7px;
    margin-right: 10px;
}

.gsgllb3_1 a {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_06.gif);
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    height: 19px;
    width: 52px;
    line-height: 19px;
    padding-left: 5px;
    color: #111214;
}

.gsgllb3_2 input {
    width: 120px;
    border: 1px solid #1167a0;
    background-color: #147cc0;
    border-top: 2px solid #1167a0;
    border-left: 2px solid #1167a0;
}

.gsgllb4 ul {
    line-height: 33px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_zx.gif);
    background-repeat: repeat;
    background-position: left bottom;
    width: 680px;
}

.gsgllb4_1 a {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_icn2.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
}

.gsgllb4_1 span {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
}

.gldghtop2_2 li {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_zx.gif);
    height: 33px;
    line-height: 33px;
    background-repeat: repeat;
    background-position: left top;
    overflow: hidden;
    _float: left;
    width: 678px;
}

.gldghtop2_2 {
    margin-top: 6px;
}

.gldghtop2_3 a {
    float: left;
    color: #545454;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_icn2.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 20px;
    display: block;
    height: 25px;
}

.gldghtop2_3 a:hover {
    float: left;
    color: #1d558d;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_icn2.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 20px;
    display: block;
    height: 25px;
}

.gldghtop2_3 span {
    float: right;
    color: #959595;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: block;
    height: 30px;
    padding-right: 10px;
}

.gldghtop2_4 a {
    float: left;
    color: #1d558d;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/gsgl_icn2.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 20px;
    display: block;
    height: 25px;
}

.gldghtop2_4 span {
    float: right;
    color: #959595;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: block;
    height: 30px;
    padding-right: 10px;
}

.gsgllist {
    background-color: #fff;
    width: 52px;
    border: 1px solid #eee;
    position: absolute;
    top: 98px;
    left: 750px;
    _left: 739px;
    z-index: 100;
}

.gsgllist1 {
    padding-top: 5px;
}

.gsgllist1 li {
    line-height: 18px;
}

.gsgllist1_1 {
    width: 47px;
    padding-left: 5px;
}

.gsgllist1_1 a {
    color: #333;
}

.gsgllist1_1 a:hover {
    color: #19569a;
}

/*dsj*/
.dsj {
    width: 702px;
    margin: 0 auto;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
}

.dsjtop {
    border: 1px solid #ababab;
    margin-top: 20px;
    position: relative;
    height: 274px;
    overflow: hiddenl
}

.dsjtop1 {
    width: 494px;
    font-size: 16px;
    font-family: "寰蒋闆呴粦";
    color: #696969;
    line-height: 24px;
    padding-top: 20px;
    padding-left: 20px;
}

.dsjtop2 {
    line-height: 22px;
    color: #696969;
    width: 360px;
    font-family: "寰蒋闆呴粦";
    margin-left: 20px;
    margin-top: 28px;
}

.dsjtop3 {
    width: 660px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsj+hx.gif);
    height: 10px;
    background-repeat: repeat-x;
    background-position: left;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.dsjtop3_1 {
    position: absolute;
    top: 238px;
    left: 21px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsj+lx.gif);
    background-repeat: repeat-x;
    background-position: left;
    width: 213px;
    height: 10px;
}

.dsjtop3_2 {
    height: 10px;
    position: absolute;
    top: 238px;
    _top: 240px;
    left: 120px;
}

.dsj2011 {
    color: #2b2b2b;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 20px;
    width: 660px;
}

.dsj2011 ul li {
    float: left;
}

.dsj2011_1 {
    padding-left: 180px;
}

.dsjg {
    width: 663px;
    margin-top: 20px;
    border-bottom: 1px solid #c8c8c8;
    height: 21px;
    position: relative;
}

.dsjg1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.dsjg1 li {
    float: left;
}

.dsjg1_1 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsj_t.gif);
    width: 67px;
    height: 22px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    color: #969696;
    font-family: Arial, Helvetica, sans-serif;
}

.dsjg1_1 a:hover {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsj_over.gif);
    width: 67px;
    height: 22px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.dsjg1_2 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsj_over.gif);
    width: 67px;
    height: 22px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.dsj_yy1 {
    float: left;
    font-size: 18px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    color: #ff3f04;
    width: 50px;
}

.dsj_yy2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsj_sjz.gif);
    background-repeat: repeat-y;
    background-position: left top;
    width: 636px;
    float: left;
    margin-left: 5px;
}

.dsj_yy2 ul {
    margin-left: 35px;
}

.dsj_yy2_1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsjx_03.gif);
    background-repeat: no-repeat;
    background-position: left 20px;
    color: #818181;
    padding-left: 10px;
    line-height: 20px;
    padding-top: 10px;
}

.dsj_yy2_2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsjx_03.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
    color: #818181;
    padding-left: 10px;
    line-height: 20px;
    padding-top: 0px;
}

.dsj_yy22 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dsj_sjz.gif);
    background-repeat: repeat-y;
    background-position: left top;
    width: 656px;
    float: left;
    margin-left: 5px;
    height: 50px;
    overflow: hidden;
}

.dsjtop2_1 {
    width: 646px;
    margin: 0 auto;
    padding-top: 10px;
}

.dsjtop2_1 li {
    float: left;
    width: 214px;
    height: 24px;
}

/*dqzc_jgt*/
.dqzc_jgt {
    margin-top: 30px;
    margin-left: 10px;
}

.dqzc_bg {
    border: 1px solid #1e57a6;
    border-collapse: collapse;
    margin-left: 15px;
    margin-bottom: 20px;
}

.dqzc_bg td {
    border: 1px solid #1e57a6;
}

/*zgs_ry*/
.zhx_dl {
    width: 227px;
    background-color: #d9e5f1;
    height: 227px;
    overflow: hidden;
}

.zhx_nw {
    padding-top: 10px;
    margin-left: 35px;
    width: 710px;
    display: inline;
    float: left;
    position: relative;
    overflow: hidden;
}

.zhx_lb {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/hx_lxwmdbg.gif);
    width: 227px;
    height: 199px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left 3px;
    float: left;
    margin-top: 20px;
    position: relative;
}

.zgs_ry1 {
    width: 685px;
    height: 150px;
    position: relative;
}

.zgs_ry1_1 {
    position: absolute;
    top: 18px;
    left: 55px;
}

.zgs_ry1_2 {
    position: absolute;
    top: 55px;
    left: 197px;
}

.zgs_ry1_3 {
    position: absolute;
    top: 18px;
    left: 346px;
}

.zgs_ry1_4 {
    position: absolute;
    top: 55px;
    left: 375px;
}

.zgs_ry1_5 {
    position: absolute;
    top: 18px;
    left: 439px;
}

.zgs_ry1_6 {
    position: absolute;
    top: 55px;
    left: 562px;
}

.zgsry2 {
    margin-top: 30px;
}

.zgsry2_1 {
    float: left;
    margin-left: 20px;
    display: inline;
    width: 460px;
}

.zgsry2_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #146bbb;
    padding-top: 6px;
}

.zgsry2_3 {
    border-left: 1px dotted #b3b3b3;
    border-bottom: 1px dotted #b3b3b3;
    color: #136aba;
    padding-left: 15px;
}

.zgsry2_3 span {
    color: #000000;
    padding-left: 10px;
}

.zgsry2_3 ul li {
    line-height: 22px;
}

.zgsry2_3 ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*zgs_dt*/
.zgsdt {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_dtbgt.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 712px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.zgsdt1 {
    background-image: url(../img/cico/zgs_dticn1.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    color: #000;
}

.zgsdt2 {
    background-image: url(../img/cico/zgs_dtbg.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
    height: 29px;
    line-height: 29px;
    width: 688px;
}

.zgsdt3 {
    width: 688px;
    min-height: 391px;
    _height: 391px;
    overflow: hidden;
    _overflow: inherit;
}

.zgsdt3 li {
    background-image: url(../img/cico/zgs_bgx.gif);
    height: 39px;
    _height: auto;
    line-height: 39px;
    background-repeat: repeat-x;
    background-position: left top;
}

.zgsdt2_1 a {
    float: left;
    color: #000;
    padding-left: 19px;
}

.zgsdt2_1 span {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 34px;
    font-size: 11px;
    color: #575757;
}

/*zgs_jj*/
.jtjt {
    margin-top: 35px;
    border-top: 2px solid #176ebd;
    width: 705px;
    color: #6a6a6a;
}

.jtjttit {
    font-weight: bold;
    color: #6a6a6a;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtjt_03.jpg);
    background-repeat: no-repeat;
    background-position: left 3px;
}

.jtjtz {
    color: #6a6a6a;
    line-height: 25px;
    margin-top: 15px;
}

.jtjtz1 {
    color: #6a6a6a;
    line-height: 25px;
    margin-top: 23px;
    border-top: 1px solid #e6e6e6;
    padding-top: 23px;
}

.jtjtt {
    float: right;
    display: inline;
    margin-left: 0px;
    margin-bottom: 30px;
}

/*zgs_lxwm*/
.zgs_lxwm {
    margin-left: 10px;
    padding-top: 10px;
    width: 618px;
    margin-bottom: 20px;
}

.zgs_lxwm1 {
    float: left;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_lxwmbgt.gif);
    width: 160px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: left top;
}

.zgs_lxwm2 {
    width: 430px;
    float: right;
}

.zgs_lxwm2 li {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_hg.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    color: #5d5d5d;
    line-height: 22px;
}

.zgs_lxwm2 li span {
    font-weight: bold;
    color: #0662b5;
}

.zgs_lxwm3 {
    width: 642px;
    height: 310px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 10px;
}

/*zgs_ldbz*/
.zgs_ldbz {
    background-image: url(../img/cico/zgs_ldbz_dbg.gif);
    width: 611px;
    height: 315px;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 25px;
}

.zgs_ldbz1 {
    border: 1px solid #c1c1c1;
    padding: 1px;
    width: 139px;
    height: 163px;
    float: left;
}

.zgs_ldbz2 {
    float: left;
    width: 371px;
    margin-left: 20px;
    display: inline;
}

.zgs_ldbz2_1 {
    color: #1e57a6;
    font-size: 22px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_ldbxx07.gif);
    width: 372px;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 6px;
}

.zgs_ldbz2_1 span {
    font-size: 12px;
    color: #6b96c2;
    padding-left: 10px;
}

.zgs_ldbz2_2 {
    line-height: 20px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_bzjt.gif);
    background-position: left 20px;
    color: #484848;
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-top: 15px;
}

.zgs_ldbz2_2 p {
    line-height: 20px;
    color: #484848;
}

.zgs_ldbz3 {
    position: absolute;
    top: 124px;
    left: 0px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.zgs_ldbz4 {
    position: absolute;
    top: 124px;
    right: 48px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.zgs_ldbz5_1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_ldbzbg.gif);
    width: 81px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 6px;
    padding-left: 7px;
    float: left;
}

.zgs_ldbz5 {
    margin-left: 30px;
    margin-top: 20px;
}

/*zgs_zxdl*/
.zgs_zxdl {
    width: 704px;
    position: relative;
}

.zgs_zxdl1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_zxdt_top.gif);
    width: 704px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: left;
}

.zgs_zxdl2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_zxdt_cer.gif);
    width: 704px;
    background-repeat: repeat-y;
    background-position: left top;
    min-height: 450px;
    _height: 450px;
    overflow: hidden;
    _overflow: inherit;
}

.zgs_zxdl3 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_zxdt_bot.gif);
    width: 704px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: left top;
}

.zgs_zxdl2_1 {
    font-size: 16px;
    font-family: "寰蒋闆呴粦";
    color: #1b5892;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/zgs_zxdlxx.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 602px;
    line-height: 40px;
    height: 40px;
    margin-left: 25px;
    padding-left: 5px;
    font-weight: bold;
}

.zgs_zxdl2_2 {
    line-height: 20px;
    color: #505050;
    width: 600px;
    margin-left: 25px;
    padding-bottom: 40px;
    min-height: 410px;
    _height: 410px;
    overflow: hidden;
    _overflow: inherit;
    padding-top: 20px;
}

/*gk_tc*/
.gk_tc {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ctg.png);
    width: 685px;
    height: 337px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 136px;
    left: 164px;
}

.gk_tc1 {
    float: left;
    display: inline;
    border: 1px solid #d5d5d5;
    padding: 2px;
    width: 244px;
    height: 280px;
    margin-top: 25px;
    margin-left: 25px;
}

.gk_tc2 {
    float: left;
    display: inline;
    margin-top: 10px;
    margin-left: 25px;
    width: 1px;
    height: 319px;
}

.gk_tc3 {
    margin-top: 25px;
    margin-left: 30px;
    float: left;
}

/*jtld*/
.jtld {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtldbg.gif);
    background-repeat: no-repeat;
    background-position: right center;
    width: 730px;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
    position: relative;
}

.jtld1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_x.gif);
    width: 611px;
    height: 289px;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 145px;
    margin-left: 60px;
}

.jtldtop {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_sbg.png);
    width: 121px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 50px;
    left: 240px;
}

.jtldtop ul {
    width: 114px;
    margin: 0 auto;
}

.jtldtop1 {
    height: 25px;
    line-height: 25px;
    color: #3d3d3d;
    width: 114px;
    text-align: center;
}

.jtldtop2 {
    border: 1px solid #e3d8d8;
    width: 71px;
    height: 83px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

.jtldtop2 img {
    width: 71px;
    height: 83px;
    overflow: hidden;
}

.jtldtop3 {
    color: #5e5b5b;
    text-align: center;
    margin-top: 15px;
}

.jtldtopr {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_sbg.png);
    width: 121px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 50px;
    left: 400px;
}

.jtldtopr ul {
    width: 114px;
    margin: 0 auto;
}

.jtldtoptt1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_xbg.gif);
    width: 100px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 350px;
    left: 126px;
    overflow: hidden;
}

.jtldtoptt1 ul {
    width: 92px;
    margin: 0 auto;
}

.jtldtopt1 {
    padding-top: 5px;
    _padding-top: 5px;
    color: #3d3d3d;
    width: 92px;
    text-align: center;
}

.jtldtopt2 {
    border: 1px solid #e3d8d8;
    width: 69px;
    height: 79px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 6px;
    margin-left: 8px;
}

.jtldtopt3 {
    color: #5e5b5b;
    text-align: center;
    margin-top: 5px;
}

.jtldtoptt2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_xbg.gif);
    width: 100px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 350px;
    left: 23px;
    overflow: hidden;
}

.jtldtoptt2 ul {
    width: 92px;
    margin: 0 auto;
}

.jtldtoptt3 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_xbg.gif);
    width: 100px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 350px;
    left: 230px;
    overflow: hidden;
}

.jtldtoptt3 ul {
    width: 92px;
    margin: 0 auto;
}

.jtldtoptt4 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_xbg.gif);
    width: 100px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 350px;
    left: 333px;
    overflow: hidden;
}

.jtldtoptt4 ul {
    width: 92px;
    margin: 0 auto;
}

.jtldtoptt5 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_xbg.gif);
    width: 100px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 350px;
    left: 435px;
    overflow: hidden;
}

.jtldtoptt5 ul {
    width: 92px;
    margin: 0 auto;
}

.jtldtoptt6 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_xbg.gif);
    width: 100px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 350px;
    left: 536px;
    overflow: hidden;
}

.jtldtoptt6 ul {
    width: 92px;
    margin: 0 auto;
}

.jtldtoptt7 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_xbg.gif);
    width: 100px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 350px;
    left: 636px;
    overflow: hidden;
}

.jtldtoptt7 ul {
    width: 92px;
    margin: 0 auto;
}

.jtld_tc1 {
    position: absolute;
    top: 150px;
    left: 170px;
    z-index: 1;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtld_tcbg.png);
    width: 428px;
    height: 246px;
    background-repeat: no-repeat;
    background-position: left top;
}

.jtld_tc {
    width: 365px;
    margin-top: 6px;
    padding-top: 8px;
    color: #484848;
    line-height: 20px;
}

.jtld_tc p {
    padding-top: 8px;
    color: #484848;
    line-height: 20px;
}

/*zzjg*/
.zzjg {
    width: 967px;
    margin: 0 auto;
    margin-top: 20px;
}

/*tw*/
.nls {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/newsbgd_03.gif);
    width: 722px;
    height: 134px;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 30px;
    margin-top: 20px;
    position: relative;
}

.nlszt {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/newsbgd_03.jpg);
    width: 722px;
    height: 134px;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}

.nls1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/newslisttbg_06.gif);
    width: 116px;
    height: 79px;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.nls1 img {
    padding-top: 4px;
    padding-left: 3px;
}

.nls2 {
    line-height: 22px;
    height: 22px;
    text-align: center;
    width: 116px;
}

.nls2 a {
    color: #000;
}

.tw {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tz_ppx.gif);
    background-repeat: repeat-x;
    height: 48px;
    line-height: 48px;
    background-position: left top;
    margin-top: 20px;
    width: 718px;
    margin-left: 30px;
}

.tw select {
    color: #074d9c;
    height: 18px;
    line-height: 18px;
}

.tw input {
    border: 1px solid #9a9a9a;
    height: 18px;
    line-height: 18px;
    width: 210px;
    padding-left: 25px;
}

.tw_t {
    width: 718px;
    margin-left: 30px;
    min-height: 435px;
    _height: 435px;
    overflow: hidden;
    _overflow: inherit;
}

.tw_t11 {
    float: left;
    display: inline;
    padding-left: 8px;
    padding-right: 15px;
    width: 116px;
    margin-top: 15px;
}

.tw_t1 li {
    line-height: 18px;
}

.tw_t2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tw_t1bg.gif);
    width: 116px;
    height: 79px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 3px;
    padding-left: 3px;
}

.tw_t3 a {
    color: #000000;
}

.tw_t3 {
    padding-left: 5px;
}

.tw_t4 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tw_icn_31.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 25px;
    color: #b8b8b8;
}

/*rck*/
.rck {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/rck_bg03.gif);
    height: 611px;
    width: 997px;
    overflow: hidden;
    position: relative;
    background-repeat: repeat-x;
    background-position: left top;
}

.gk_tcc {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ctg.png);
    width: 685px;
    height: 337px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 68px;
    left: 164px;
}

.gk_tcc1 {
    float: left;
    display: inline;
    border: 1px solid #d5d5d5;
    padding: 2px;
    width: 221px;
    height: 282px;
    margin-top: 25px;
    margin-left: 25px;
}

.rck1 {
    float: left;
    margin-top: 40px;
    margin-right: 20px;
}

.rck2 {
    width: 890px;
    float: left;
}

.rck3 {
    float: right;
    margin-top: 40px;
}

.rck2_1 {
    float: left;
    margin-left: 10px;
    display: inline;
}

.rck2_2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/rckk_over.gif);
    width: 72px;
    height: 155px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}

.rck2_3 {
    padding-top: 5px;
    padding-left: 3px;
}

.rck2_4 a {
    color: #ef504c;
    font-weight: bold;
    width: 72px;
    display: block;
    text-align: center;
}

.rck2_5 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/rckk.gif);
    width: 72px;
    height: 155px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}

.rck2_6 {
    padding-top: 3px;
    padding-left: 3px;
}

.rck2_7 a {
    color: #5c5c5c;
    width: 72px;
    display: block;
    text-align: center;
}

/*涓よ鏂囧瓧鑳屾櫙鍥?/
.rck2_8 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/rckk1_over.gif);
    width: 72px;
    height: 178px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}

.rck2_9 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/rckk1.gif);
    width: 72px;
    height: 178px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}

/*dszxx*/
.dszxx {
    width: 670px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
}

.dszxx1 {
    border: 1px solid #e6e6e6;
    min-height: 435px;
    _height: 435px;
    overflow: hidden;
    _overflow: inherit;
    margin-bottom: 20px;
}

.dszxx1 table {
    width: 621px;
    margin: 0 auto;
}

.xxbd_z {
    color: #343434;
    font-size: 12px;
}

.xxbd_k {
    width: 250px;
    border: 1px solid #d1d2cd;
}

.xxbd_k1 {
    width: 450px;
    border: 1px solid #d1d2cd;
}

.xxbd_k2 {
    width: 50px;
    height: 20px;
    border: 1px solid #d1d2cd;
}

.xxbd_an {
    text-align: center;
    margin-top: 25px;
}

/*dszxx2*/
.dszxx2 {
    width: 660px;
    margin: 0 auto;
    margin-top: 25px;
    min-height: 535px;
    _height: 535px;
    overflow: hidden;
    _overflow: inherit;
}

.dszxx2top {
    border: 2px solid #e2e2e2;
    height: 153px;
}

.dszxx2top1 {
    width: 597px;
    margin: 0 auto;
    margin-top: 10px;
}

.dszxx2top1 table {
    color: #424242;
}

.dszxx2top2 input {
    width: 185px;
    border: 1px solid #cecece;
}

.dszxx2top3 input {
    width: 283px;
    border: 1px solid #cecece;
}

.dszxx2top4 input {
    width: 85px;
    border: 1px solid #cecece;
}

.dszxx2bot {
    margin-top: 20px;
}

.dszxx2bot1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dszxx2_1.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 92px;
    height: 35px;
    line-height: 35px;
    color: #036cb4;
    font-weight: bold;
    text-align: center;
}

.dszxx2bot2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dszxx2_2.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 83px;
    height: 35px;
    line-height: 35px;
    color: #036cb4;
    font-weight: bold;
    text-align: center;
}

.dszxx2bot3 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dszxx2_3.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 213px;
    height: 35px;
    line-height: 35px;
    color: #036cb4;
    font-weight: bold;
    text-align: center;
}

.dszxx2bot4 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dszxx2_4.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 76px;
    height: 35px;
    line-height: 35px;
    color: #036cb4;
    font-weight: bold;
    text-align: center;
}

.dszxx2bot5 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dszxx2_5.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #036cb4;
    font-weight: bold;
    text-align: center;
}

.dszxx2bot6 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dszxx2_6.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 94px;
    height: 35px;
    line-height: 35px;
    color: #036cb4;
    font-weight: bold;
    text-align: center;
}

.dszxx2bot1_1 td {
    height: 32px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 32px;
    text-align: center;
    color: #4c4c4c;
}

.dszxx2bot1_2 td {
    height: 32px;
    border-bottom: 2px solid #e4e4e4;
    line-height: 32px;
    text-align: center;
    color: #4c4c4c;
}

/*dszxx3*/
.dszxx3 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/dszxx3_03.gif);
    width: 648px;
    height: 197px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 auto;
    margin-top: 30px;
}

.dszxx3_1 {
    width: 410px;
    font-size: 14px;
    font-family: "寰蒋闆呴粦";
    color: #2a2a2a;
    padding-left: 33px;
    padding-top: 49px;
    line-height: 24px;
}

.dszxx3_2 {
    border: 1px solid #dcdcdc;
    background-color: #f7fbff;
    width: 646px;
    margin: 0 auto;
    min-height: 451px;
    _height: 451px;
    overflow: hidden;
    _overflow: inherit;
    margin-top: 10px;
}

.dszxx3_3 {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #4c4c4c;
    border-bottom: 1px dashed #d6d6d6;
    text-align: center;
    padding-top: 10px;
}

.dszxx3_4 {
    color: #4c4c4c;
    line-height: 22px;
    margin-top: 15px;
    min-height: 331px;
    _height: 331px;
    overflow: hidden;
    _overflow: inherit;
}

/*spzx*/
.spzx {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/spzx_bgt_zt.gif);
    width: 718px;
    height: 752px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 auto;
    margin-top: 10px;
}

.spzx1 {
    margin-left: 15px;
    padding-top: 20px;
}

.spzx1_1 {
    width: 551px;
    height: 360px;
    float: left;
    overflow: hidden;
}

.spzx1_2 {
    width: 131px;
    float: left;
    padding-left: 10px;
    display: inline;
    color: #0460ad;
    font-size: 14px;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    line-height: 19px;
}

.spzx1_2 a {
    color: #0460ad;
}

.spzx1_4 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #737373;
    text-align: left;
    font-weight: normal;
    padding-top: 10px;
}

.spzx1_xl {
    color: #737373;
    font-size: 12px;
    font-weight: normal;
    font-family: "瀹嬩綋";
}

.spzx1_5 {
    float: left;
    margin-top: 25px;
    margin-left: 20px;
    display: inline;
}

.spzx1_5 ul li {
    float: left;
    height: 15px;
    line-height: 15px;
}

.spzx1_6 {
    position: relative;
    float: right;
    margin-top: 22px;
    margin-right: 10px;
    display: inline;
}

.spzx1_6 input {
    border: 1px solid #cbcbcb;
    background-color: #f2f2f2;
    width: 135px;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
}

.spzxt {
    margin-top: 18px;
    margin-left: 10px;
}

.spzxt1 {
    float: left;
    margin-left: 10px;
    display: inline;
    padding-top: 5px;
}

.spzxt1_1 {
    border: 1px solid #777777;
    width: 103px;
    height: 65px;
    overflow: hidden;
}

.spzxt1_2 {
    width: 98px;
    color: #00359d;
    line-height: 15px;
    padding-left: 5px;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    border-top: none;
    padding-top: 8px;
    height: 38px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/spzx_xx.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.spzxt1_2 a {
    color: #00359d;
}

.spzxt1_3 {
    width: 84px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/spzx_lv.gif);
    background-repeat: no-repeat;
    background-position: 75px center;
    padding-left: 10px;
    padding-right: 9px;
    border: 1px solid #d1d1d1;
    border-top: none;
    height: 23px;
    line-height: 23px;
    color: #3f3f3f;
    font-family: Arial, Helvetica, sans-serif;
}

/*tpxx*/
.tpxxtop {
    height: 72px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tpxx_topx.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    overflow: hidden;
}

.tpxxtop_1 {
    float: left;
}

.tpxxtop_2 {
    float: right;
    color: #000;
    padding-top: 10px;
    height: 62px;
    line-height: 62px;
}

.tpxxtop_2 a {
    color: #000;
}

.tpxxtop1 {
    margin-top: 10px;
    min-height: 40px;
    _height: 40px;
    _overflow: inherit;
    overflow: hidden;
}

.tpxxtop1_1 {
    float: left;
    font-size: 20px;
    color: #000;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    display: inline;
    overflow: hidden;
}

.tpxxtop1_2 {
    float: right;
}

.tpxxtop2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tpxx_top2.gif);
    width: 948px;
    background-repeat: repeat-y;
    background-position: left top;
    _overflow: inherit;
    overflow: hidden;
}

.tpxxtop2_1 {
    width: 930px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.tpxxtop2_2 {
    position: absolute;
    top: 255px;
    left: 10px;
    filter: alpha(opacity=25);
    opacity: 0.5;
    width: 71px;
    height: 671px
}

.tpxxtop2_3 {
    position: absolute;
    top: 255px;
    right: 10px;
    filter: alpha(opacity=25);
    opacity: 0.5;
    width: 71px;
    height: 671px
}

.tpxxtop2_3x {
    RIGHT: 66px;
    WIDTH: 26px;
    POSITION: absolute;
    TOP: 400px;
    HEIGHT: 41px;
    z-index: 1;
}

.tpxxtop2_2x {
    LEFT: 66px;
    WIDTH: 26px;
    POSITION: absolute;
    TOP: 400px;
    HEIGHT: 41px;
    z-index: 1;
}

.tpxxtop3 {
    line-height: 21px;
    font-size: 14px;
    color: #000;
    width: 908px;
    border-top: 1px solid #e3e3e3;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 2px;
}

.tpxxtop3_1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tpxx_top41.gif);
    width: 948px;
    height: 104px;
    background-repeat: repeat-y;
    background-position: left top;
}

.tpxxtop3_2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tpxxbg_07.gif);
    width: 110px;
    height: 101px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 20px;
    float: left;
    display: inline;
}

.tpxxtop3_3 {
    width: 94px;
    height: 64px;
    border: 1px solid #cccccc;
    padding: 1px;
    margin-top: 5px;
    margin-left: 5px;
}

.tpxxtop3_4 a {
    color: #000;
}

.tpxxtop3_4 {
    padding-left: 20px;
    padding-top: 3px;
}

.tpxxl {
    float: left;
    padding-top: 28px;
    height: 45px;
}

.tpxxr {
    float: right;
    padding-top: 28px;
    height: 45px;
}

.tpxxc {
    float: left;
    display: inline;
    margin-left: 15px;
}

.tpxxc1 {
    float: left;
    display: inline;
    margin-left: 15px;
}

.tpxxc a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tpxtk.gif);
    width: 98px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 3px;
    padding-left: 3px;
}

.tpxxc a:hover {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tpxxk_over.gif);
    width: 98px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 3px;
    padding-left: 3px;
}

.tpxxc1 a {
    display: block;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/tpxxk_over.gif);
    width: 98px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 3px;
    padding-left: 3px;
}

.tpxxcd {
    position: absolute;
    top: 80px;
    left: 270px;
}

.tpxxcd li {
    float: left;
    padding-left: 3px;
}

/*sjcd*/
.sjcd {
    font-size: 12px;
    color: #979797;
    font-weight: normal;
    border-top: 1px dotted #b5b5b5;
    padding-top: 5px;
    margin-left: 10px;
}

.sjcd li {
    line-height: 21px;
}

.sjcd1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/sjcd_icn.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
}

.sjcd2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/sjcd_icn.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
}

.sjcd1 a {
    display: block;
    height: 21px;
    line-height: 21px;
    color: #979797;
    background-image: none;
}

.sjcd1 a:hover {
    display: block;
    height: 21px;
    line-height: 21px;
    color: #444444;
    background-image: none;
}

.sjcd2 a {
    display: block;
    height: 21px;
    line-height: 21px;
    color: #444444;
    background-image: none;
}

.sjcd2 a:hover {
    display: block;
    height: 21px;
    line-height: 21px;
    color: #444444;
    background-image: none;
}

/*jtyw*/
.jtyw {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtywbg.gif);
    height: 611px;
    background-repeat: no-repeat;
    background-position: left top;
    width: 997px;
    position: relative;
}

.jtyw1 {
    width: 766px;
    margin: 0 auto;
    padding-top: 95px;
}

.jtywl {
    float: left;
    padding-top: 150px;
}

.jtywr {
    float: right;
    padding-top: 150px;
}

.jtywc {
    float: left;
    width: 661px;
    margin-left: 14px;
}

.jtywc1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtywl.png);
    width: 121px;
    height: 491px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    display: inline;
    margin-left: 8px;
}

.jtywc1_1 {
    padding-top: 23px;
    width: 74px;
    margin: 0 auto;
}

.jtywc1_3 {
    margin-top: 120px;
}

.jtywc1_2 a {
    color: #e4f1ff;
    font-size: 80px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    height: 80px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.jtywc1_3 {
    width: 74px;
    height: 49px;
    border: 2px solid #e4f1ff;
    overflow: hidden;
}

.jtywc1_4 {
    text-align: center;
    padding-top: 13px;
}

.jtywc1_4 a {
    color: #003666;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    text-align: center;
}

/*鍒掕繃鏁堟灉*/
.jtywc2 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/jtywl_over.gif);
    width: 121px;
    height: 491px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    display: inline;
    margin-left: 8px;
}

.jtywc2_1 {
    padding-top: 23px;
    width: 74px;
    margin: 0 auto;
}

.jtywc2_3 {
    margin-top: 120px;
}

.jtywc2_2 a {
    color: #2672b6;
    font-size: 80px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    height: 80px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.jtywc2_3 {
    width: 74px;
    height: 49px;
    border: 2px solid #929292;
    overflow: hidden;
}

.jtywc2_4 {
    text-align: center;
    padding-top: 13px;
}

.jtywc2_4 a {
    color: #003666;
    font-family: "寰蒋闆呴粦";
    font-weight: bold;
    text-align: center;
}

/*涓嬫媺鑿滃崟*/
.ind_xl {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ind_xlbg.gif);
    width: 742px;
    height: 146px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 103px;
    left: 0px;
    z-index: 1001;
}

.ind_xlrt {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_gsgk.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_lm {
    width: 154px;
    height: 142px;
    float: left;
}

.ind_lmhx {
    width: 124px;
    height: 142px;
    float: left;
}

.ind_lm1 {
    padding-top: 10px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_xlxx.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.ind_lm1_1 {
    line-height: 25px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_xlicn.gif);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    padding-left: 30px;
    font-weight: bold;
    color: #024174;
}

.ind_lm1_1 a {
    color: #024174;
}

.ind_lm1_1 a:hover {
    color: #f69836;
}

.ind_lm1_2 {
    line-height: 25px;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/index_xlicn.gif);
    background-repeat: no-repeat;
    background-position: 30px 8px;
    padding-left: 45px;
    font-weight: bold;
    color: #024174;
}

.ind_lm1_2 a {
    color: #f69836;
}

.ind_xld li {
    font-weight: normal;
    line-height: 17px;
}

.ind_xld_1 a {
    color: #333;
}

.ind_xld_1 a:hover {
    color: #f69836;
}

.ind_xld_2 a {
    color: #f69836;
}

.ind_xlrt1 {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_gsgk.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_xlrt2 {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_news.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_xlrt3 {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_gsgl.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_xlrt4 {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_xxgl.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_xlrt5 {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_hxcy.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_xlrt6 {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_qywh.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_xlrt7 {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_shzr.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_xlrt8 {
    width: 740px;
    height: 144px;
    margin: 0 auto;
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xl_dqzc.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 1px;
}

.ind_xl1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/ind_xlbg1.gif);
    width: 742px;
    height: 146px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 103px;
    left: 0px;
    z-index: 1001;
}

/*newsbanner*/
.ban_n1 {
    font-size: 26px;
    height: 26px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    color: #09548b;
    font-family: "寰蒋闆呴粦";
    overflow: hidden;
    line-height: 26px;
    padding-top: 20px;
}

a.ban_n111 {
    font-size: 26px;
    height: 26px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    color: #09548b;
    font-family: "寰蒋闆呴粦";
    overflow: hidden;
    line-height: 26px;
    padding-top: 20px;
}

.ban_n2 {
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}

.ban_n2 td {
    padding-left: 10px;
}

.ban_n2 td a {
    color: #09548b;
}

/*zxsp*/
/*l*/
.ysleft1_1 {
    border: 1px solid #cccccc;
    padding: 1px;
    height: 67px;
    width: 78px;
    margin-left: 5px;
    float: left;
    display: inline;
}

/* .ysleft2 {
} */

.ysck {
    text-align: right;
}

.ysck a {
    text-align: right;
    padding-top: 10px;
    color: #b90707;
}

.ysleft1 {
    height: 97px;
    border-bottom: 1px dotted #bababa;
    margin-top: 22px;
    width: 685px;
}

.ysleft1_2 {
    float: right;
    width: 580px;
}

.gsglr21 a {
    color: #666;
}

#right1 {
    margin-left: 0px;
    MARGIN-TOP: 48px;
    FLOAT: left;
    MARGIN-BOTTOM: 25px;
    WIDTH: 680px;
    margin: 0 auto;
}

#right {
    margin-left: 30px;
    MARGIN-TOP: 48px;
    FLOAT: right;
    MARGIN-BOTTOM: 25px;
    WIDTH: 700px
}

.right_title_gsgljs {
    PADDING-BOTTOM: 8px;
    BORDER-BOTTOM: #cccccc 1px solid;
    HEIGHT: 22px
}

.lingdao_js {
    MARGIN-TOP: 20px;
    MARGIN-BOTTOM: 35px;
    MARGIN-LEFT: 8px
}

.lingdao_js_li1 {
    BACKGROUND: url(http://o.cztvcloud.com/184/594483/vr/cico/pic_hoto2.jpg) no-repeat 3px 50%;
    FLOAT: left;
    WIDTH: 76px;
    HEIGHT: 113px;
    TEXT-ALIGN: center
}

.lingdao_js_li1_s {
    BACKGROUND: url(http://o.cztvcloud.com/184/594483/vr/cico/pic_hoto2_s.jpg) no-repeat 13px 23px;
    FLOAT: left;
    WIDTH: 76px;
    PADDING-TOP: 23px;
    HEIGHT: 90px;
    TEXT-ALIGN: center
}

.lingdao_js_li2 {
    FLOAT: left;
    PADDING-TOP: 80px;
    HEIGHT: 33px
}

.lingdao_js_li3 {
    PADDING-LEFT: 15px;
    FLOAT: left;
    PADDING-TOP: 80px;
    HEIGHT: 33px
}

.lingdao_nr {
    CLEAR: left;
    MARGIN-TOP: -23px;
    PADDING-LEFT: 30px;
    COLOR: #4c4c4c;
    LINE-HEIGHT: 18px
}

.lingdao_nr IMG {
    VERTICAL-ALIGN: middle;
    MARGIN-RIGHT: 5px
}

.txt_lan2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #2162a6
}

.txt_lan {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #2162a6
}

.txt_lan3 {
    COLOR: #2162a6
}

.xj1 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xj1.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 130px;
    height: 35px;
    line-height: 35px;
    color: #036cb4;
    font-weight: bold;
    text-align: center;
}

.xj3 {
    background-image: url(http://o.cztvcloud.com/184/594483/vr/cico/xj3.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 277px;
    height: 35px;
    line-height: 35px;
    color: #036cb4;
    font-weight: bold;
    text-align: center;
}

.xj {
    line-height: 32px;
}

.xj td {
    height: 32px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 32px;
    text-align: center;
    color: #4c4c4c;
}

.xjo td {
    height: 32px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 32px;
    text-align: center;
    color: #4c4c4c;
}

.xjo {
    background-color: #eeeeee;
}

#mq {
    text-align: left;
}

