.fl {
  float: left;
}
.fr {
  float: right;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  background: #f5f5f5;
  line-height: 20px;
  border-bottom: 1px solid #dedede;
  padding: 17px 0;
  color: #666;
}
.header a:hover {
  text-decoration: underline;
}
.header div ul li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #dedede;
}
.header div ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.header div ul li:first-child {
  padding-left: 0;
}
.header_left i {
  width: 22px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.header_left .ico_1 {
  background: url(../../images/head_ico1.png) no-repeat;
}
.header_left .ico_2 {
  background: url(../../images/head_ico2.png) no-repeat;
}
.header_left .ico_3 {
  background: url(../../images/head_ico3.png) no-repeat;
}
.fixed_nav {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 101;
  padding: 0;
}
.fixed_nav ul {
  margin: 0 auto;
}
.nav,
.fixed_nav {
  padding: 20px 0;
}
.nav ul,
.fixed_nav ul {
  width: 75%;
  
}
.nav ul li,
.fixed_nav ul li {
  flex: 1;
  text-align: center;
  color: #333;
  width: 105px;
  float: left;
}
.nav ul li.active a,
.fixed_nav ul li.active a {
  border-bottom: 4px solid #c9101e;
  color: #c9101e;
}
.nav ul li a:hover,
.fixed_nav ul li a:hover {
  border-bottom: 4px solid #c9101e;
  color: #c9101e;
}
.nav ul li a,
.fixed_nav ul li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight:900;
  
}
.fixed_nav {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 101;
  padding: 0 0 10px;
  display: none;
}
.fixed_nav ul {
  margin: 0 auto;
}
.banner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.banner a {
  position: absolute;
  width: 1200px;
  height: 400px;
  left: 0;
  top: 0;
  z-index: 999;
}
.banner:hover .ico {
  opacity: 1;
}
.banner img {
  width: 1200px;
}
.banner .swiper-container {
  height: 400px;
}
.banner .banner_text {
  position: absolute;
  width: 1200px;
  min-width: 1200px;
  top: 50%;
  z-index: 99;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  transform: translateY(-50%);
}
.banner .banner_text p {
  background: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.8), transparent);
  background: -o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.8), transparent);
  background: -mos-linear-gradient(right, transparent, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(right, transparent, rgba(0, 0, 0, 0.8), transparent);
  display: inline-block;
  padding: 20px;
}
.banner .ico {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  transition: 0.7s;
}
.banner .prev {
  background: url(../../images/prev.png) no-repeat;
  background-size: 1200px;
  left: 3%;
}
.banner .next {
  background: url(../../images/next.png) no-repeat;
  background-size: 1200px;
  right: 3%;
}
.banner .pagination {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin-right: 5px;
  cursor: pointer;
}
.banner .swiper-visible-switch {
  background: #aaa;
}
.banner .swiper-active-switch {
  background: #c9101e;
}
.content .content_left {
  width: 900px;
}
.content .content_right {
  width: 268px;
}
#index .content_right {
  padding-top: 30px;
}
#index .content_left {
  padding-top: 0px;
}
#index .content_left .title {
  padding-top: 30px;
  color: #c9101e;
  padding-bottom: 19px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}
#index .content_left .title .title_text {
  border-left: 4px solid #c9101e;
  padding-left: 20px;
}
#index .new .new_img {
  position: relative;
  width: 386px;
}
#index .new .new_img img {
  width: 100%;
}
#index .new .new_img > div {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index .new ul {
  width: 485px;
}
#index .new ul li {
  padding-bottom: 15px;
}
#index .new ul li:last-child {
  padding-bottom: 0;
}
#index .new ul li:hover a p {
  color: #c9101e;
}
#index .new ul .new_title {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  color: #333;
  overflow: hidden;
}
#index .new ul .new_time {
  text-align: right;
  font-size: 14px;
  color: #999999;
}
#index .new ul .new_sum {
  text-align: left;
  font-size: 14px;
  color: #999999;
  margin-top: -10px;
}
#index .new_2 {
  border-bottom: 1px dashed #dedede;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
#index .new_2 div {
  width: 404px;
  border: 1px solid #dedede;
  font-size: 16px;
  color: #333;
  padding: 20px;
  position: relative;
  margin-bottom: 38px;
  cursor: pointer;
}
#index .new_2 div:hover {
  border: 1px solid #c9101e;
}
#index .new_2 div:hover span {
  background: #c9101e;
  color: #fff;
}
#index .new_2 div span {
  position: absolute;
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
  padding: 10px 24px;
  border: 1px solid #dedede;
  right: -1px;
  bottom: 0;
  transform: translateY(50%);
}
#index .zhaosheng {
  font-size: 0;
  line-height: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dedede;
}
#index .zhaosheng p {
  line-height: 44px;
}
#index .zhaosheng p:hover {
  background: #f3f3f3;
}
#index .zhaosheng p span {
  display: inline-block;
  width: 80%;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
#index .zhaosheng p span:hover {
  color: #c9101e;
}
#index .zhaosheng p dfn {
  display: inline-block;
  width: 20%;
  font-size: 16px;
  color: #999;
  vertical-align: top;
  text-align: right;
}
.index_tabs {
  padding: 35px 0 19px;
  border-bottom: 1px dashed #dedede;
}
.index_tabs .index_tabs_title li {
  float: left;
  font-size: 20px;
  line-height: 22px;
  padding: 0 30px;
  border-right: 1px solid #dedede;
  color: #333;
}
.index_tabs .index_tabs_title li.active {
  color: #c9101e;
}
.index_tabs .index_tabs_title li:first-child {
  padding-left: 0;
}
.index_tabs .index_tabs_title li:last-child {
  padding-right: 0;
  border-right: none;
}
.index_tabs .index_tabs_title li span:hover {
  color: #c9101e;
  cursor: pointer;
}
.index_tabs ul.active {
  display: flex;
}
.index_tabs_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 20px;
  display: none;
}
.index_tabs_content .more {
  width: 100%;
  text-align: right;
}
.index_tabs_content > li {
  width: 450px;
  color: #c9101e;
  margin-top: 30px;
}
.index_tabs_content > li:hover .time {
  color: #fff;
  background: #c9101e;
}
.index_tabs_content .time {
  width: 72px;
  height: 72px;
  border: 1px solid #c9101e;
  text-align: center;
  margin-right: 14px;
}
.index_tabs_content .month {
  font-size: 36px;
}
.index_tabs_content .month_cn {
  font-size: 16px;
  font-weight: bold;
}
.index_tabs_content .xinxi {
  width: 325px;
}
.index_tabs_content .name {
  color: #333;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_tabs_content .dizhi {
  color: #999;
  font-size: 16px;
  line-height: 20px;
  background: url(../../images/ico_1.png) no-repeat left;
  padding-left: 25px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.content_right div {
  margin-bottom: 20px;
}
.content_right .baomingBtn {
  text-align: center;
  border: 1px solid #dedede;
}
.content_right .baomingBtn span {
  background: url(../../images/ico_2.png) no-repeat left center;
  line-height: 42px;
  display: inline-block;
  padding: 27px  0 27px 59px;
  font-size: 24px;
  color: #c9101e;
}
.content_right .bjys,
.content_right .bjysq,
.content_right .zszt {
  width: 268px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.content_right .bjys {
  background: url(../../images/index_img1.png) no-repeat;
}
.content_right .bjysq {
  background: url(../../images/index_img1-1.png) no-repeat;
}
.content_right .zszt {
  background: url(../../images/index_img2.png) no-repeat;
}
.content_right .zszx {
  border: 1px solid #dedede;
  padding: 20px 13px 20px;
  color: #666666;
}
.content_right .zszx .zszx_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.content_right .zszx .zszx_title span {
  background: url(../../images/weixin.png) no-repeat;
  line-height: 37px;
  display: inline-block;
  padding-left: 62px;
}
.content_right .zszx .zszx_content {
  font-size: 16px;
  line-height: 30px;
}
.content_right .down {
  height: 156px;
  background: url(../../images/index_img3.png) no-repeat;
  color: #fff;
  font-size: 24px;
  position: relative;
  text-align: center;
}
.content_right .down img {
  margin-top: 35px;
  margin-bottom: 10px;
}
.content_right .code {
  background: #f5f5f5;
  text-align: center;
  padding: 32px 0;
}
.content_right .code span {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
.content_right .code dfn {
  font-size: 16px;
  color: #666666;
}
.content_right .code img {
  margin-bottom: 10px;
}
footer {
  height: 418px;
  width: 100%;
  background: url(../../images/footer_bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 120px;
}
footer .footer_center {
  height: 165px;
  padding-top: 70px;
  margin-bottom: 70px;
}
footer > p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
footer .footer_1 {
  width: 299px;
  border-right: 1px solid #dedede;
  height: 100%;
}
footer .footer_1 img {
  margin-top: 30px;
}
footer .footer_1 p {
  background: url(../../images/tel.png) no-repeat;
  height: 42px;
  line-height: 21px;
  font-size: 18px;
  color: #fff;
  padding-left: 50px;
  margin-top: 15px;
}
footer .footer_2 {
  width: 560px;
  height: 100%;
  border-right: 1px solid #dedede;
  font-size: 16px;
  color: #fff;
}
footer .footer_2 .lianjie_title {
  text-align: center;
  padding-bottom: 15px;
}
footer .footer_2 .lianjie_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer .footer_2 .lianjie_list li {
  width: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
footer .footer_3 {
  padding-top: 70px;
}
footer .footer_3 img {
  margin-left: 5px;
}
.mianbao {
  padding: 20px 0;
}
.mianbao li {
  float: left;
  font-size: 16px;
  color: #999999;
}
.mianbao li a:hover {
  text-decoration: underline;
}
.mianbao li span {
  padding: 0 8px;
}
.mianbao li.active {
  color: #c9101e;
}
.mianbao li.active span {
  display: none;
}
.ce_nav {
  line-height: 60px;
  margin-bottom: 20px;
}
.ce_nav li {
  border-bottom: 1px solid #dedede;
  padding-left: 20px;
  cursor: pointer;
}
.ce_nav li span {
  padding-left: 20px;
}
.ce_nav li span a {
  width: 100%;
  display: inline-block;
}
.ce_nav li:hover {
  color: #c9101e;
}
.ce_nav li.active span {
  border-left: 4px solid #c9101e;
  padding-left: 16px;
  color: #c9101e;
}
.title_cont {
  font-size: 0;
}
.title_cont dfn {
  background: #c9101e;
  font-size: 20px;
  padding-left: 32px;
  padding: 0 27px;
  display: inline-block;
  height: 47px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 20px;
  vertical-align: top;
}
.title_cont span {
  background: url(../../images/title_bg.png) no-repeat right center;
  background-size: cover;
  width: 17px;
  height: 47px;
  display: inline-block;
  vertical-align: top;
}
.cont {
  border: 1px solid #dedede;
  padding: 40px;
}
.bklc_content li {
  border-left: 1px solid #e37e1b;
  padding-left: 40px;
}
.bklc_content li:last-child {
  border-left: none;
}
.bklc_content li .bklc_content_title {
  color: #e37e1b;
  font-size: 20px;
  line-height: 42px;
  position: relative;
  font-size: 16px;
  padding-bottom: 5px;
}
.bklc_content li .bklc_content_title i {
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../../images/ico_4.png) no-repeat;
  background-size: cover;
  left: -61px;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.bklc_content li .bklc_content_text {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
.bklc_content li .bklc_content_text a {
  color: #e37e1b;
}
.cjwt_content li {
  padding-bottom: 24px;
  border-bottom: 1px dashed #dedede;
  margin-bottom: 28px;
}
.cjwt_content li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cjwt_content li:last-child .cjwt_content_text {
  padding-bottom: 16px;
}
.cjwt_content li .cjwt_content_title {
  color: #e37e1b;
  line-height: 18px;
  font-size: 18px;
  padding-bottom: 14px;
}
.cjwt_content li .cjwt_content_text {
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.cjwt_content li .cjwt_content_text span {
  color: #e37e1b;
}
.hzyx_content .hzyx_content_listTop {
  font-size: 0;
  margin-bottom: 36px;
}
.hzyx_content .hzyx_content_listTop li {
  width: 100px;
  height: 40px;
  background: #f5f5f5;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin: 0 18px 14px 0;
  cursor: pointer;
}
.hzyx_content .hzyx_content_listTop li:hover {
  color: #fff;
  background: #c9101e;
}
.hzyx_content .hzyx_content_listTop li a {
  display: inline-block;
  width: 100%;
}
.hzyx_content .hzyx_content_listTop li.active {
  color: #fff;
  background: #c9101e;
}
.hzyx_content_list li {
  width: 239px;
  margin-bottom: 20px;
  float: left;
  margin-right: 47px;
  cursor: pointer;
}
.hzyx_content_list li:hover div img {
  transform: scale(1.1);
}
.hzyx_content_list li div {
  width: 239px;
  height: 239px;
  overflow: hidden;
}
.hzyx_content_list li div img {
  transition: 0.5s;
  width: 100%;
}
.hzyx_content_list li p {
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333;
}
.fenye {
  text-align: center;
  font-size: 0;
}
.fenye a {
  display: inline-block;
  height: 46px;
  font-size: 16px;
  color: #333;
  line-height: 46px;
  border: 1px solid #dedede;
  cursor: pointer;
  margin: 0 10px;
}
.fenye a:hover {
  color: #c9101e;
  border: 1px solid #c9101e;
}
.fenye a.prev,
.fenye a.next {
  width: 112px;
}
.fenye a.pageNum {
  width: 46px;
}
.fenye a.active {
  color: #c9101e;
  border: 1px solid #c9101e;
}
.kcsz_content {
  color: #333333;
}
.kcsz_content .table_left {
  background: #fde9e1;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  width: 256px;
}
.kcsz_content .table_right {
  background: #fef6f3;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0 0 30px;
}
.kcsz_content .table_right P {
  padding-bottom: 20px;
}
.kcsz_content .table_right p.smText {
  color: #e37e1b;
  padding-bottom: 0;
}
.kcsz_content .table_right p.nonePadding {
  padding: 0;
}
.szll_content .szll_text {
  text-indent: 32px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  padding-top: 20px;
}
.szll_content .marBot {
  padding-bottom: 20px;
}
.szll_content .szll_img_box {
  margin-top: 30px;
}
.szll_content .szll_img_box li {
  float: left;
  width: 50%;
  padding-bottom: 30px;
  border-bottom: 1px solid #e37e1b;
  margin-bottom: 30px;
}
.szll_content .szll_img_box li .szll_img {
  position: relative;
  background: #f9e5d1;
  width: 136px;
  height: 180px;
}
.szll_content .szll_img_box li .szll_img img {
  position: absolute;
  left: -4px;
  top: -4px;
}
.szll_content .szll_img_box li .szll_img_text {
  margin-left: 20px;
  font-size: 16px;
  line-height: 30px;
  width: 243px;
}
.szll_content .szll_img_box li .szll_img_text h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
.szll_content .szll_img_box li .szll_img_text h3:hover {
  text-decoration: underline;
}
.szll_content .szll_img_box li .szll_img_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.szll_content .szll_img_box li .szll_img_text div {
  color: #e37e1b;
}
.szll_content .more {
  width: 178px;
  height: 40px;
  border: 1px solid #e37e1b;
  line-height: 40px;
  text-align: center;
  color: #e37e1b;
  font-size: 16px;
  margin: 0 auto;
}
.szll_content .more a {
  display: inline-block;
  width: 100%;
}
.szll_title {
  color: #e37e1b;
}
.szll_title p {
  font-size: 20px;
  padding-left: 13px;
  line-height: 36px;
}
.szll_title div {
  font-size: 0;
}
.szll_title div span,
.szll_title div dfn {
  display: inline-block;
  background: #e37e1b;
}
.szll_title div span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  vertical-align: top;
}
.szll_title div dfn {
  width: 60px;
  height: 1px;
  vertical-align: top;
  margin-top: 3px;
}
.zsdt_content a {
  display: inline-block;
  width: 100%;
}
.zsdt_content .zsdt_title {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
.zsdt_content .zsdt_title_time {
  color: #999999;
  text-align: center;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 16px;
}
.zsdt_content .zsdt_text {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  padding-bottom: 18px;
  text-indent: 32px;
}
.zsdt_content p {
    line-height: 30px;
    font-size: 14px;
}
.zsdt_bottom {
  padding: 0 32px;
}
.zsdt_bottom p {
  line-height: 30px;
  font-size: 16px;
}
.zsdt_bottom p a:hover {
  text-decoration: underline;
}
.zsdt_bottom h4 {
  color: #c9101e;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 0 30px;
}
.zsdt_bottom table {
  width: 100%;
  text-align: center;
}
.zsdt_bottom table td,
.zsdt_bottom table th {
  padding: 15px 0;
}
.zsdt_bottom .zsdt_table_left {
  background: #ebebeb;
}
.zsdt_bottom .zsdt_table_right {
  background: #f5f5f5;
}
.zsdt_bottom .code {
  margin: 20px 0;
}
.xmjs_content {
  margin-left: 25px;
  background: #fff5f6;
  height: 395px;
  margin-bottom: 40px;
}
.xmjs_content .xmjs_img {
  position: relative;
  width: 400px;
  height: 296px;
}
.xmjs_content .xmjs_img > div {
  position: absolute;
  border: 3px solid #aa4049;
  width: 400px;
  height: 296px;
  left: -25px;
  top: 50px;
}
.xmjs_content .xmjs_img > div img {
  position: absolute;
  left: -10px;
  top: -10px;
}
.xmjs_content .xmjs_img_text {
  width: 430px;
  font-size: 16px;
  color: #333333;
  text-indent: 32px;
  line-height: 30px;
  padding-top: 30px;
  padding-left: 15px;
}
.pymb_content {
  background: #fff5f6;
  padding: 30px 30px 20px;
  margin-bottom: 40px;
}
.pymb_content p {
  line-height: 30px;
  padding-bottom: 10px;
  text-indent: 32px;
}
.xmts_content {
  padding-top: 20px;
}
.xmts_content li {
  background: #fdf7f2;
  margin-bottom: 40px;
  position: relative;
}
.xmts_content li span {
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: -9px;
  font-size: 18px;
  line-height: 18px;
  background: url(../../images/ico_5.png) no-repeat;
  color: #e37e1b;
}
.xmts_content li p {
  padding: 30px 38px;
  text-indent: 32px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.xcc_content li {
  font-size: 0;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  margin-bottom: 10px;
  padding-left: 30px;
  cursor: pointer;
}
.xcc_content li:hover {
  background: #c9101e;
  color: #fff;
}
.xcc_content li:hover dfn {
  display: none;
}
.xcc_content li:hover i {
  display: inline-block;
}
.xcc_content li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.xcc_content li span {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.xcc_content li dfn {
  width: 17.14%;
  display: inline-block;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.xcc_content li i {
  width: 17.14%;
  display: inline-block;
  font-size: 16px;
  color: #999999;
  text-align: center;
  background: url(../../images/ico_6.png) no-repeat center center;
  background-size: 22px 21px;
  height: 100%;
  color: #c9101e;
  display: none;
}
#xcc .fenye {
  margin: 50px 0 250px;
}
.dkxx_content h3 {
  font-size: 24px;
  text-align: center;
  line-height: 24px;
}
.dkxx_content p {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 14px;
  padding: 30px 0;
}
.dkxx_content table {
  text-align: center;
}
.dkxx_content table th {
  background: #ebebeb;
  line-height: 50px;
  font-weight: normal;
}
.dkxx_content table td {
  line-height: 50px;
  background: #f5f5f5;
}
.dkxx_content table td a {
  display: inline-block;
  width: 100%;
}
.dkxx_content tbody tr:hover {
  color: #c9101e;
}
#dkxx .fenye {
  margin-top: 60px;
}
.xsjlxm_content > h3 {
  line-height: 18px;
  font-size: 18px;
  background: url(../../images/ico_7.png) no-repeat left center;
  background-size: 21px 15px;
  padding-left: 34px;
  color: #e37e1b;
  font-weight: bold;
  margin-bottom: 20px;
}
.xsjlxm_content .xsjlxm_list {
  padding: 29px;
  background: #f5f5f5;
  margin-top: 10px;
  cursor: pointer;
}
.xsjlxm_content .xsjlxm_list:hover {
  background: #fff5f6;
}
.xsjlxm_content .xsjlxm_list:hover h4 {
  color: #c9101e;
}
.xsjlxm_content .xsjlxm_list h4 {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 20px;
  font-weight: bold;
}
.xsjlxm_content .xsjlxm_list p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.xsjlxm_content .xsjlxm_list > .time {
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
  color: #999999;
}
.xsjlxm_content .xsjlxm_list > .time dfn {
  background: url(../../images/ico_8.png) no-repeat left center;
  background-size: 21px 14px;
  padding-left: 34px;
  margin-left: 44px;
}
.xsjlxm_content .xsjlxm_list .down {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
  background: url(../../images/down_ico.png) no-repeat left center;
  background-size: 34px 34px;
  padding-left: 50px;
}
#xsjlxm .fenye {
  margin-top: 60px;
}
.zpxx_content dl {
  margin-bottom: 40px;
}
.zpxx_content dl:last-child {
  margin-bottom: 0;
}
.zpxx_content dt,
.zpxx_content dd {
  font-size: 0;
  line-height: 52px;
}
.zpxx_content span,
.zpxx_content dfn {
  display: inline-block;
  font-size: 16px;
}
.zpxx_content span a,
.zpxx_content dfn a {
  display: inline-block;
  width: 100%;
}
.zpxx_content span {
  width: 80%;
  vertical-align: top;
  padding-left: 40px;
  box-sizing: border-box;
}
.zpxx_content dfn {
  color: #999;
  width: 20%;
  vertical-align: top;
  text-align: center;
}
.zpxx_content dt {
  background: #fde9e1;
}
.zpxx_content dt span {
  color: #e37e1b;
  font-size: 18px;
  font-weight: bold;
}
.zpxx_content dt dfn:hover a {
  text-decoration: underline;
}
.zpxx_content dd {
  background: #fef6f3;
  margin-top: 2px;
}
.zpxx_content dd:hover span,
.zpxx_content dd:hover dfn {
  color: #c9101e;
}
.zpxx_content dd span {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#zsdt .fenye {
  margin-top: 60px;
}
.zsdt_content ul {
  font-size: 0;
}
.zsdt_content ul li {
  border-bottom: 1px dashed #dedede;
  line-height: 57px;
  cursor: pointer;
}
.zsdt_content ul li:hover {
  background: #f5f5f5;
}
.zsdt_content span,
.zsdt_content dfn {
  display: inline-block;
  font-size: 16px;
}
.zsdt_content span {
  width: 80%;
  vertical-align: top;
  box-sizing: border-box;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zsdt_content dfn {
  color: #999;
  width: 20%;
  vertical-align: top;
  text-align: center;
}
.zsjj_fqrz_content .title {
  color: #e37e1b;
  line-height: 28px;
  font-size: 0;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.zsjj_fqrz_content .title:first-child {
  margin-top: 0;
}
.zsjj_fqrz_content .title span {
  position: relative;
  font-size: 28px;
  margin-right: 25px;
}
.zsjj_fqrz_content .title i {
  display: inline-block;
  height: 35px;
  width: 20px;
  position: absolute;
  border-left: 1px solid #e37e1b;
  transform: rotateZ(45deg);
  background: #fff;
  top: 19px;
  right: -8px;
}
.zsjj_fqrz_content .title dfn {
  font-size: 24px;
}
.zsjj_fqrz_content > p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 15px;
  text-indent: 32px;
}
.zsjj_fqrz_content > p span {
  padding-right: 15px;
}
.zsjj_fqrz_content h4 {
  margin-bottom: 15px;
}
.e37e1b {
  color: #e37e1b;
  font-weight: bold;
}
.zyfzfw_content .title {
  font-size: 20px;
  color: #e37e1b;
  background: url(../../images/ico_9.png) no-repeat left center;
  background-size: 17px 18px;
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 15px;
}
.zyfzfw_content > p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
  text-indent: 32px;
}
.zyfzfw_content > p span {
  color: #e37e1b;
}
.zyfzfw_content .zyfzfw_img {
  margin: 20px 0;
}
.zyfzfw_content .zyfzfw_img img {
  width: 100%;
}
.zyfzfw_content table {
  margin-top: 20px;
}
.weibo:hover dfn {
  color: #c9101e;
}
.zsdt_top {
  padding: 20px 0;
  border-bottom: 1px dashed #dedede;
}
.zsdt_top:first-child {
  padding-top: 0;
}
.zsdt_top_right {
  width: 80%;
}
.zsdt_top_right a:hover {
  text-decoration: underline;
}
.zsdt_top_right .zsdt_top_title {
  padding-bottom: 15px;
  font-size: 0;
}
.zsdt_top_right .zsdt_top_title span,
.zsdt_top_right .zsdt_top_title dfn {
  display: inline-block;
  font-size: 16px;
}
.zsdt_top_right .zsdt_top_title span {
  width: 75%;
  color: #333333;
  font-weight: bold;
}
.zsdt_top_right .zsdt_top_title dfn {
  width: 25%;
  color: #999999;
}
.zsdt_top_right .zsdt_top_text {
  font-size: 14px;
  padding-bottom: 20px;
}
.zsdt_top_right .zsdt_top_more {
  font-size: 14px;
  color: #e37e1b;
}
.toTop {
  position: fixed;
  right: 50px;
  top: 70%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

.paginator div{background:#F3F3F3; }
.paginator a,.page a:hover,
.paginator .current {
	display: inline-block;
	vertical-align: middle;
	padding:10px 12px;
}
.paginator a {
	border: 1px solid #F6F6F6;
	background-color: #F6F6F6;
	text-decoration:none;
}
.paginator a:hover,
.paginator .current {
	text-decoration: none;
	color: #FFF;
	background-color: #900;
	vertical-align: middle;
}

/* 页码 */
.pagelist{ padding:20px; text-align:center; border-top:1px solid #CCC}
.pagelist a{ margin-left:20px; padding:6px 20px; background:#EAEAEA}
