﻿* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  font: 12px "微软雅黑", "Arial Narrow", HELVETICA;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

body, html {
  height: 100%;
}

html * {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none
}

a:hover {
  color: #336db6;
  text-decoration: none;
}

em {
  font-style: normal
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

p {
  word-wrap: break-word
}

a, img, input, textarea, select {
  outline: none;
}

button, input, textarea {
  -webkit-appearance: none;
}

textarea {
  font-family: 微软雅黑;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.undis {
  display: none;
}

.eps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bgf7 {
  background: #f7f7f7;
  overflow: hidden;
}
.bgf713 {
  background: #f7f1e3;
  overflow: hidden;
}

.container {
  width: 1140px;
  margin: 0 auto;
}
.jgdj-container {
  width: 996px;
  margin: 0 auto;
}

.top-banner img {
  display: block;
  width: 100%;
}

.topbar {
  overflow: hidden;
  height: 176px;
  background: url(../images/lg_bg.jpg) no-repeat center #336DB6;
}

.topbar .logo {
  height: 76px;
  margin-top: 50px;
}

.top-data {
  overflow: hidden;
  font-size: 12px;
  line-height: 28px;
}

.nav-box {
  background: #336db6;
  overflow: hidden;
}

.menus {
  overflow: hidden;
  float: left;
  width: 66%;
}

.menus li {
  float: left;
  width: 14.285%;
  line-height: 60px;
  text-align: center;
}

.menus li a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.menus li.active ,.menus li:hover{
  background: #fff;
}

.menus li.active a ,.menus li:hover a{
  color: #336db6;
}

.menus ul {
  float: left;
  overflow: hidden;
  width: 80%;
}

.search_box {
  float: right;
  overflow: hidden;
  width: 30%;
  margin-top: 13px;
}

.search_box .select {
  float: left;
  font-size: 16px;
  height: 34px;
  border: none;
  width: 98px;
  text-align: center;
  text-align-last: center;
}

.search_box .text {
  float: left;
  width: calc(100% - 185px);
  border: none;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  background: #fff;
  padding: 0 8px;
}

.search_box .submit {
  float: left;
  width: 87px;
  background: #FABA00;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  height: 34px;
  cursor: pointer;
}

.public_news {
  background: url(../images/top.png) no-repeat top right #fff;
  margin: 20px 0;
  line-height: 91px;
  text-align: center;
  padding: 0 3%;
  font-weight: bold;
  font-size: 32px;
  color: #336DB6;
  position: relative;
}

.public_news a {
  color: #336DB6;
}
.public_news .more{
  color: #fff;
  font-weight: 0;
  font-size: 14px;
  background: #336DB6;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 4px;
  line-height: 25px;
  padding: 0 8px;
}

.index_body1 {
  overflow: hidden;
  background: #fff;
  padding: 20px 20px 20px 10px;
  margin: 20px 0;
}

.index_banner {
  width: 56%;
  height: 313px;
  overflow: hidden;
  position: relative;
  float: left;
}
.index_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_banner .swiper-slide {
  background-size: cover;
  background-position: center;
}

.big-swiper {
  width: 79%;
  height: 100%;
  float: left;
}
.big-swiper .swiper-button-next{
  right: 24%;
}
.small-swiper {
  float: right;
  width: 20%;
  height: 100%;
  text-align: right;
}

.small-swiper .swiper-slide {
  width: 100%;
}
.small-swiper .swiper-slide img{
  display: block;
  float: right;
  width: calc(100% - 6px);
  border: 5px solid #dedede;
}
.small-swiper .swiper-slide-thumb-active {
  background: url(../images/jt1.png) no-repeat left center;
}
.small-swiper .swiper-slide-thumb-active img {
  border-color: #336DB6;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_num {
  overflow: hidden;
  border-bottom: 1px solid #F1EDED;
  position: relative;
  padding: 5px 0 14px;
}

.news_num li {
  float: left;
  text-align: center;
  font-size: 20px;
  color: #8D8D8D;
  line-height: 1;
  padding: 0 10px;
  cursor: pointer;
  font-weight: bold;
  border-right: 3px solid #8D8D8D;
}

.news_num li:hover, .news_num li.active {
  color: #336DB6;
}

.news_num li:last-child {
  border-right: none;
}

.news_num .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #3F73BA;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  display: none;
}
.news_num .active .more{
  display: block;
}

.area_num {
  overflow: hidden;
  display: flex;
  margin: 12px 0;
}

.area_num li {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #3f73ba;
  line-height: 34px;
  width: 140px;
  cursor: pointer;
}

.area_num li:hover, .area_num li.active {
  background: #5195f9;
  color: #fff;
}

.area-main {
  overflow: hidden;
}

.a-pic {
  overflow: hidden;
  float: left;
  width: 40%;
  height: 194px;
}

.a-pic img {
  display: block;
  width: 100%;
  min-height: 100%;
}

.area-main .comon_news {
  float: right;
  width: 58%;
  margin-top: -16px;
}

.zxmain {
  width: 42%;
  float: right;
  position: relative;
  overflow: hidden;
}

.absmore {
  position: absolute;
  top: 0;
  right: 2%;
  font-size: 14px;
  color: #fff;
  line-height: 52px;
}

.absmore:hover {
  color: #fff;
}

.sytit1{
  overflow: hidden;
  line-height: 20px;
  position: relative;
}
.sytit1:before{
  content: '';
  display: block;
  height: 1px;
  background: #F1EDED;
  position: absolute;
  top: 50%;
  left: 93px;
  right: 57px;
}
.sytit1 p{
  border-left: 5px solid #3F73BA;
  float:left;
  padding-left: 4px;
  font-size: 20px;
  color: #336DB6;
  font-weight:bold;
}
.sytit1 .more {
  float: right;
  font-size: 14px;
  color: #3F73BA;
}
.zxmain .comon_news ul li{
  background: url(../images/jt2.png) no-repeat left;
  padding-left: 19px;
}
.zxmain .comon_news ul li:before{
  display: none;
}
.sytit2 {
  border-bottom: 2px solid #F1EDED;
  overflow: hidden;
  padding: 0 0 9px 9px;
  line-height: 30px;
}
.sytit2 p {
  float: left;
  font-size: 20px;
  color: #336DB6;
  font-weight: bold;
}
.sytit2 .more {
  float: right;
  font-size: 14px;
  color: #3F73BA;
}

.zxmain .comon_news ul {
  overflow: hidden;
}

.comon_news ul li {
  line-height: 24px;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
}

.comon_news ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #3f73ba;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.comon_news ul li a {
  float: left;
  display: block;
  width: 75%;
}

.comon_news ul li a:hover {
  color: #336DB6;
}

.comon_news ul li p {
  float: right;
  color: #8d8d8d;
}

.comon_news.tzgg {
  width: 385px;
  float: right;
}

.comon_news.tzgg ul {
  height: 122px;
  margin-bottom: 20px;
  overflow: hidden;
}

.advert1 {
  overflow: hidden;
  margin-top: 20px;
}
.advert1 img {
  display: block;
  width: 100%;
}

.index_body3{
  background: #fff;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 15px 10px 20px;
}
.advtg_box {
  overflow: hidden;
  margin-top: 12px;
}
.advtg_box .item {
  float: left;
  width: 25%;
  height: 107px;
  overflow: hidden;
}
.advtg_box .item img{
  display: block;
  width: 100%;
  min-height: 100%;
  padding-left: 9px;
}

.index_body2 {
  overflow: hidden;
  background: #fff;
  margin: 20px 0;
  padding: 20px 20px 20px 10px;
}

.swiper_advantage{
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.swiper_advantage .swiper-pagination-bullet{
  width: 22px;
  height: 19px;
  line-height: 19px;
  background: #e7f2fd;
  text-align: center;
  font-size: 14px;
  color: #5195f9;
  border-radius: 0;
}
.swiper_advantage .swiper-pagination-bullet-active{
  background: #5195f9;
  color: #fff;
}

.comon_news.annou {
  width: 38%;
}
.area-dynamic {
  width: 60%;
}

.sense {
  width: 49%;
  overflow: hidden;
}

.friend-links{
  overflow: hidden;
  background: #3f73ba;
}
.friend-links .m-box{
  overflow: hidden;
  font-size: 18px;
  text-align: center;
}
.friend-links .m-box .yqlj{
  color: #fff;
  background: #5D93DE;
  float: left;
  width: 152px;
  line-height: 50px;
}
.friend-links .m-box .yqlj span{
  background: url(../images/link.png) no-repeat left;
  padding-left: 42px;
  display: inline-block;
}
.friend-links .m-box ul{
  overflow: hidden;
  float: left;
  width: calc(100% - 152px);
}
.friend-links .m-box ul li{
  border-right: 1px solid #fff;
  float: left;
  width: 7.69%;
  line-height: 20px;
  margin-top: 15px;
}
.friend-links .m-box ul li a{
  color: #fff;
}

.link-pic{
  overflow: hidden;
  background: #c6dced;
}
.link-pic .album{
  padding: 3% 0;
  overflow: hidden;
  margin-left: -7px;
}
.link-pic .album img{
  float: left;
  display: block;
  margin-left: 7px;
  height: 53px;
  margin-bottom: 8px;
}

.footer {
  background: #f7f7f7;
  overflow: hidden;
  padding: 3% 0;
}
.foot_m {
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 30px;
}
.foot_m a {
  color: #555;
}
.foot_m a:hover {
  color: #336db6;
}

.fixed-wind{
  background: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
  text-align: center;
  padding: 5px;
}
.fixed-wind img{
  width: 85px;
  height: 85px;
}
.fixed-wind p{
  font-size: 14px;
  color: #2d2d2d;
  margin: 5px 0 30px;
}
.fixed-wind p:last-child{
  margin-bottom: 0;
}

.fixed-left{
  background: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
  text-align: center;
  padding: 5px;
}
.fixed-left img{
  width: 200px;
  height: 450px;
}


.main_body {
  overflow: hidden;
  background: #fff;
  padding: 12px 23px 12px 7px;
}

.location {
  overflow: hidden;
  line-height: 24px;
  padding: 20px 0;
}
.location p {
  font-size: 16px;
  color: #555;
  background: url(../images/home.png) no-repeat left;
  padding-left: 29px;
}
.location p a {
  color: #555;
}
.location p a:hover {
  color: #336db6;
}

.sub_left {
  float: left;
  width: 22%;
}
.sub_left h1 {
  background: #336DB6;
  overflow: hidden;
  line-height: 75px;
  color: #fff;
  padding: 0 20px;
  font-size: 22px;
}
.sub_left h1 span{
  display: inline-block;
  background: url(../images/jt5.png) no-repeat left;
  padding-left: 35px;
}
.sub_left ul {
  background: #f5f5f5;
  overflow: hidden;
}
.sub_left ul li {
  font-size: 14px;
  background: #f8f8f8;
  line-height: 28px;
  padding: 12px 10px 12px 30px;
  border-bottom: 1px solid #f8f8f8;
}
.sub_left ul li h3{
  font-weight: normal;
}
.sub_left ul li a {
  display: block;
  color: #555;
  background: url(../images/jt3.png) no-repeat right;
}
.sub_left ul li:hover,.sub_left ul li.cur, .sub_left ul li.open {
  background: #72A5E5;
}

.sub_left ul li:hover a,.sub_left ul li.cur a, .sub_left ul li.open a {
  color: #fff;
  background: url(../images/jt4.png) no-repeat right;
}

.sub_left ul li.cur .sub-menu li a, .sub_left ul li.open .sub-menu li a {
  color: #000;
}

.sub_left ul .sub-menu {
  background: #f5f5f5;
  text-align: left;
  padding: 0 10px 0 28px;
  display: none;
}

.sub_left ul .sub-menu li {
  margin-bottom: 0;
  font-size: 14px;
  background: none;
}

.sub_left ul .sub-menu li a {
  display: inline;
}

.sub_left ul li.cur .sub-menu {
  display: block;
}




.sub_left1 {
  float: left;
  width: 30%;
}
.sub_left1 h1 {
  background: #336DB6;
  overflow: hidden;
  line-height: 75px;
  color: #fff;
  padding: 0 20px;
  font-size: 22px;
}
.sub_left1 h1 span{
  display: inline-block;
  background: url(../images/jt5.png) no-repeat left;
  padding-left: 35px;
}
.sub_left1 ul {
  background: #f5f5f5;
  overflow: hidden;
}
.sub_left1 ul li {
  font-size: 14px;
  background: #f8f8f8;
  line-height: 28px;
  padding: 12px 10px 12px 30px;
  border-bottom: 1px solid #f8f8f8;
}
.sub_left1 ul li h3{
  font-weight: normal;
}
.sub_left1 ul li a {
  display: block;
  color: #555;
  background: url(../images/jt3.png) no-repeat right;
}
.sub_left1 ul li:hover,.sub_left ul li.cur, .sub_left ul li.open {
  background: #72A5E5;
}

.sub_left1 ul li:hover a,.sub_left ul li.cur a, .sub_left ul li.open a {
  color: #fff;
  background: url(../images/jt4.png) no-repeat right;
}

.sub_left1 ul li.cur .sub-menu li a, .sub_left ul li.open .sub-menu li a {
  color: #000;
}

.sub_left1 ul .sub-menu {
  background: #f5f5f5;
  text-align: left;
  padding: 0 10px 0 28px;
  display: none;
}

.sub_left1 ul .sub-menu li {
  margin-bottom: 0;
  font-size: 14px;
  background: none;
}

.sub_left1 ul .sub-menu li a {
  display: inline;
}

.sub_left1 ul li.cur .sub-menu {
  display: block;
}

.main_right1 {
  float: right;
  width: 68%;
}
.main_right {
  float: right;
  width: 75%;
}
.cate-name{
  background: #EDF8FF;
  font-size: 18px;
  color: #4b6dbe;
  padding: 0 15px;
  line-height: 46px;
}
.cate-name span{
  display: inline-block;
  border-bottom: 2px solid #3F73BA;
  padding: 0 10px;
}
.contents {
  overflow: hidden;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin: 3% 0;
}
.contents span {
  font-size: 16px !important;
}
.contents img {
  max-width: 100%;
}

.leaders h1 {
  font-size: 18px;
}

.leaders p {
  font-size: 16px;
  line-height: 24px;
  margin: 2.6% 0;
}

.office {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 14px;
  padding: 0 3%;
}

.office .tit {
  font-size: 18px;
  line-height: 67px;
}

.see-detail {
  font-size: 14px;
  color: #1d71b7;
  line-height: 67px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.job_content {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding-bottom: 67px;
}

.job_content p, .job_content span {
  font-size: 16px !important;
  color: #666 !important;
  line-height: 30px !important;
  background: none !important;
}

.jd_dynamic {
  overflow: hidden;
}
.jd_dynamic ul li {
  overflow: hidden;
  border-bottom: 1px dotted #c1c1c1;
  padding: 10px 0 10px 20px;
  position: relative;
}
.jd_dynamic ul li:before{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #c7e1f5;
  position: absolute;
  top: 18px;
  left: 7px;
}
.jd_dynamic ul li .time {
  font-size: 14px;
  color: #999;
}
.jd_dynamic ul li h1 {
  float: left;
  max-width: 70%;
  font-size: 14px;
  font-weight: normal;
}

.fynumber {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 5% 0;
  color: #000;
  font-size: 14px;
}
.fynumber a {
  padding: 5px 11px;
  display: inline-block;
  color: #000;
  border: 1px solid #b9b9b9;
  margin-left: 4px;
  margin-bottom: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, #FEFEFE, #c1c1c1);
}
.fynumber span {
  display: inline-block;
  padding: 5px 11px;
}
.fynumber .current,.fynumber a.cur,.fynumber a:hover {
  background: #3F73BA;
  border: 1px solid #3F73BA;
  color: #fff;
  border-radius: 3px;
}

.advtg_content {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  padding: 4% 3% 3%;
}
.advtg_content .h1 {
  font-size: 24px;
  color: #1d71b7;
  line-height: 35px;
}

.advtg_content .h2 {
  font-size: 24px;
  color: #000;
  line-height: 35px;
  margin-bottom: 2%;
}
.advtg_content .news-cont{
  overflow: hidden;
  text-align: justify;
}
.advtg_content .news-cont p,.advtg_content .news-cont {
  font-size: 16px;
  line-height: 1.8;
  font-family: 微软雅黑 !important;
  color: #555 !important;
}
.advtg_content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.advtg_content .news_top {
  text-align: center;
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 2%;
  padding-bottom: 2%;
}

.advtg_content .news_top h1 {
  font-size: 38px;
  color: #3F73BA;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
.advtg_content .news_top h2 {
  font-size: 20px;
  color: #3F73BA;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 15px;
}

.advtg_content .news_top p {
  line-height: 30px;
  padding: 6px;
  font-size: 14px;
  color: #555;
}
.advtg_content .news_top p span {
  margin: 0 2.5%;
}
.advtg_content .news_top p #sizeChange .cur {
  color: #336db6;
}

.news-option{
  overflow: hidden;
  border-top: 1px solid #c1c1c1;
  margin-top: 3%;
  padding-top: 2%;
}
.news-option .bshare-custom.icon-medium{
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}
.news-option .option a{
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #555;
  padding-left: 40px;
  margin-left: 18px;
}
.news-option .option .opt1{
  background: url(../images/opt1.png) no-repeat left;
}
.news-option .option .opt2{
  background: url(../images/opt2.png) no-repeat left;
}
.news-option .option .opt3{
  background: url(../images/opt3.png) no-repeat left;
}

.special-lm{
  overflow: hidden;
  padding: 1% 4% 3%;
}
.special-lm ul{
  overflow: hidden;
}
.special-lm ul li{
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0 20px;
  margin-top: 3%;
}
.special-lm ul li .pic{
  overflow: hidden;
  height: 110px;
}
.special-lm ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.special-lm ul li p{
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}

/*机关党建*/
.jgdj-banner img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.nav-jgdj{
  background: linear-gradient(180deg, #CE1D1D 0%, #9C0E0E 100%);
}
.nav-jgdj ul{
  overflow: hidden;
}
.nav-jgdj ul li{
  float: left;
  font-size: 16px;
  line-height: 42px;
  margin: 0 20px;
}
.nav-jgdj ul li a{
  color: #fff;
}

.jgdj-box1{
  overflow: hidden;
  margin: 3% 0 4%;
}
.buid-banner{
  width: 40%;
  overflow: hidden;
}
.swiper_build{
  position: relative;
}
.swiper_build .swiper-slide{
  height: 320px;
}
.swiper_build .swiper-slide p{
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  padding-left: 15px;
  padding-right: 40%;
}
.swiper_build .swiper-pagination-bullet{
  background: #311818;
  width: 18px;
  height: 19px;
  line-height: 19px;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.swiper_build .swiper-pagination-bullet-active{
  background: #b51204;
}
.jbox1-r{
  width: 59%;
}
.jb1-title{
  overflow: hidden;
  height: 58px;
  line-height: 58px;  
  padding-right: 12px;
}
.jb1-title .more{
  float: right;
  font-size: 16px;
  color: #a7090a;
}
.jb-main{
  overflow: hidden;
}
.jb-main .slogn{
  overflow: hidden;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.jb-main .slogn h2{
  text-align: center;
  font-size: 14px;
  color: #a7090a;
  margin: 14px 0 10px;
}
.jb-main .slogn p{
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
}
.jb-main ul{
  overflow: hidden;
}
.jb-main ul li{
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}
.jb-main ul li a{
  display: block;
  float: left;
  color: #2e2e2e;
  max-width: 70%;
}
.jb-main ul li a:hover{
  color: #a7090a;
}
.jb-main ul li p{
  float: right;
  color: #999;
}

.jgdj-tit{
  overflow: hidden;
  font-size: 16px;
  color: #a7090a;
  line-height: 32px;
  background: url(../images/title3.jpg) repeat-x;
  border-right: 1px solid #DECFBA;
  padding-right: 12px;
}
.jgdj-tit span{
  float: left;
  display: block;
  font-weight: bold;
  background: url(../images/title2.jpg) no-repeat left;
  padding-left: 10px;
}
.jgdj-tit .more{
  float: right;
  font-size: 12px;
  color: #a7090a;
}

.jgdj-box2{
  overflow: hidden;
}
.jgdj-box2 .item{
  width: 49%;
  background: #fff;
  overflow: hidden;
}

.jgidx_news{
  overflow: hidden;
  padding: 8px 0 16px;
}
.jgidx_news ul li{
  overflow: hidden;
  font-size: 14px;
  color: #2e2e2e;
  line-height: 19px;
  border-bottom: 1px solid #F0F0F0;
  padding: 12px 10px;
}
.jgidx_news ul li p{
  float: left;
}
.jgidx_news ul li a{
  display: block;
  float: left;
  margin-left: 8px;
  max-width: 75%;
}
.jgidx_news ul li a:hover{
  color: #a7090a;
}

.jgdj-foot{
  overflow: hidden;
  background: #f7f1e3;
  padding: 4% 0 5%;
}
.jgdj-foot .foot_m{
  color: #000;
}

.dj-main{
  overflow: hidden;
  background: #fff;
  margin-top: 3%;
}
.dj_loction{
  overflow: hidden;
  background: url(../images/title4.png) no-repeat;
  text-align: right;
  line-height: 39px;
  font-size: 14px;
  padding: 0 20px;
}
.dj-main ul{
  overflow: hidden;
  padding: 10px 10px 0;
}
.dj-main ul li{
  overflow: hidden;
  border-bottom: 1px dotted #8D8D8D;
  padding: 10px 0 12px;
  font-size: 14px;
}
.dj-news ul li a{
  display: block;
  float: left;
  max-width: 70%;
}
.dj-news ul li a:hover{
  color: #a7090a;
}
.dj-news ul li p{
  float: right;
}
.dj-number {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 5% 0 3%;
  color: #000;
  font-size: 13px;
}
.dj-number a,.dj-number span {
  padding: 1px 11px;
  display: inline-block;
  color: #000;
  border: 1px solid #9A9AA7;
  margin-left: 4px;
  margin-bottom: 4px;
  border-radius: 3px;
  background: #E9E9ED;
}
.dj-number .current,.dj-number a.cur,.dj-number a:hover {
  border: 1px solid #5a5a5a;
}

.dj-newsCont{
  overflow: hidden;
  padding: 3% 5%;
}
.dj-newsCont .top-tit{
  overflow: hidden;
  text-align: center;
  border-bottom: 1px dotted #8D8D8D;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
.dj-newsCont .top-tit h2{
  font-size: 26px;
  line-height: 1.8;
  margin-bottom: 2%;
}
.dj-newsCont .top-tit p{
  font-size: 14px;
  color: #555;
}
.dj-newsCont .realbox{
  overflow: hidden;
  text-align: justify;
}
.dj-newsCont .realbox,.dj-newsCont .realbox p,.dj-newsCont .realbox span{
  font-size: 20px;
  color: #000;
  line-height: 1.8;
}
.dj-newsCont .realbox img{
  display: block;
  margin: 0 auto;
}

.search-result{
  overflow: hidden;
  margin: 2% 0;
}
.result-sx{
  width: 17%;
  overflow: hidden;
  background: #fff;
}
.result-sx .s-tj{
  background: #c61a2a;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  padding: 0 15px;
}
.result-sx .s-ul{
  overflow: hidden;
  padding: 0 10px;
}
.result-sx .s-ul h2{
  font-size: 13px;
  color: #8d8d8d;
  font-weight: normal;
  border-left: 4px solid #D9D9D9;
  padding-left: 8px;
  line-height: 1;
  margin: 13px 0 8px;
}
.result-sx .s-ul ul{
  overflow: hidden;
}
.result-sx .s-ul ul li{
  font-size: 13px;
  line-height: 32px;
  padding: 0 5px;
}
.result-sx .s-ul ul li a{
  color: #004986;
  display: block;
}
.result-sx .s-ul ul li.active{
  background: #eee;
}

.result-box{
  width: 82%;
}
.result-box .find{
  background: #eee;
  border: 1px solid #DFDFE1;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  padding: 5px 15px;
  line-height: 24px;
}
.result-list{
  overflow: hidden;
  background: #fff;
  border: 1px solid #DFDFE1;
  margin-top: 10px;
}
.result-list ul{
  overflow: hidden;
}
.result-list ul li{
  overflow: hidden;
  margin: 10px 8px;
}
.result-list ul li a{
  display: block;
  color: #0000cc;
  font-size: 14px;
  font-weight: bold;
}
.result-list ul li p{
  font-size: 12px;
  color: #333;
  margin: 6px 0;
}
.result-list ul li .data{
  font-size: 12px;
  color: #666;
  margin: 0;
}
.result-list ul li .red{
  color: #ff0000;
}

.s-head{
  overflow: hidden;
  padding: 19px 0;
}
.s-logo{
  display: block;
  float: left;
  height: 68px;
}
.s-head .search_box{
  float: left;
  border: 1px solid #C61A2A;
  margin-left: 10px;
  width: 40%;
}
.search_box .submit{
  background: #C61A2A;
}
