@charset "utf-8";
@charset "utf-8";
.w {
  margin: 0 auto;
  /* background-color: antiquewhite; */
}
.header-container {
    background-color: #2b5aa0;
}

.header-container-top {
  background-color: #2b5aa0;
  height: 36px;
}

.header-container-top-text {
    float: right;
    line-height: 36px;
}
.header-container-top-text a{
  color: #fff !important;
}
.header-container-top-text a,
.header-container-top-text span {
  height: 36px;
  line-height: 28px;
  font-size: 14px;
  color: #FFF;
  padding-left: 20px;
}

.header-container-buttom {
  padding: 20px 0;
  background: url('../images/header-bgx-2.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.header-container-buttom .logo {
  width: 23%;
  display: inline-block;
}

.header-container-buttom .logo img {
  max-width: 100%;
}


.navbar-toggle {
 display: none;
 position: relative;
 width: 24px;
 height: 22px;
 background: url('../images/anniu.png') no-repeat;
 padding: 0;
/*
 margin-top: 30px;
 float: right;
 margin-right: 0;
 margin-bottom: 8px;
*/
 border: none;
 border-radius: 0px;
}

.by{
  width: 47.857%;
  margin-left: 4%;
  display: inline-block;
}

.by img{
   max-width: 100%;
}

.navbar{
    background: #2b5aa0;
    padding: 10px;
    width: 50px;
    text-align: center;
    border-radius: 5px;
    float: right;
    display: none;
}

.navbar .navbar-toggle{
 display: inline-block;
}

.searchbox {
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid #1a5284;
    width: 20%;
    float: right;
    margin-top: 1.5%;
}

.searchbox .search_key {
    width: 76%;
    line-height: 18px;
    text-align: left;
    font-size: 16px;
    margin-left: 2%;
    padding: 5% 2%;
    background: transparent;
}
.search-txt {
    float: right;
    width: 18%;
    height: 100%;
    text-align: left;
    font-size: 18px;
    color: #1a5284;
    cursor: pointer;
    background: url(../images/search-img.png) center no-repeat;
    margin-right: 4%;
    margin-top: 4%;
}
.search-button {
  float: right;
  width: 70px;
  display: inline-block;
  text-align: right;
  cursor: pointer;
  color: #1a5284;
  margin-right: 10px;
  margin-top: 12px;
}

.search-button img {
  float: left;
  margin-left: 5px;
}

.search-button>p {
  height: 25px;
  line-height: 25px;
  font-size: 18px;

}

.nav {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #33598f;

}

.header.ceiling .nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
}

.nav .container ul li {
  position: relative;
  float: left;
  width: 10.75%;
}

.nav .container ul li:nth-child(5) {
  width: 14%;
}

.nav .container ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: 70px;
  line-height: 70px;
  position: relative;
  font-weight: bold;
}

.nav .container .daohang .active>a, .nav .container .daohang>li:hover>a{
  border-top: 4px solid #c13e37;
  background-color: #233d66;
}

.nav .container .daohang .kfy-nav>a:hover {
  border-top: 2px solid #c13e37;
  background-color: #233d66;
}

.nav .container>ul>li:hover a::after {
  width: 60px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav .container>ul>li.active a::after {
  width: 80px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.nav ul li .kfy-nav-content {
  position: absolute;
  left: 0;
  top: 135%;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, top .45s ease;
  /* text-align: center; */
}

.nav ul li:nth-child(6) .kfy-nav-content {
    width: 115%;
    margin-left: -10px;
}

.nav ul li:hover .kfy-nav-content {
  top: 110%;
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;

}

.nav ul li .kfy-nav-content li {
  margin-top: 0;
  width: 100%;
  background: #005597;
  background: rgba(35, 61, 102, 0.8);
  border-bottom: 1px solid #2d75ad;
  text-align: center;
}

.nav ul li .kfy-nav-content li a {
  padding: 10px;
  padding: 17px 17px;
  font-size: 16px;
  height: auto;
  line-height: 1;
  /* text-align: center; */
  text-align: center;
  background: none;
  color: #cad7ed;
  border-radius: 0;
  font-weight: normal;
}

.nav ul li .kfy-nav-content li a::after {
  display: none;
}

.nav ul li .kfy-nav-content li a:hover {
  background: rgba(35, 61, 102, 0.8);

}

.footer {
    height: 230px;
    background: url(../images/footer-bj.jpg) center no-repeat;
    background-size: cover;
}

.footer-link {
  padding: 34px 0 12px;
  border-bottom: 1px solid #789bca;
}
.footer-link .dblj {
  display: flex;
}
.footer-link .dblj li {
    float: left;
    width: 14.2857%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-link .img-left {
  float: left;
}
.footer-link .img-right {
  float: right;
}

.footer-link ul li {
  float: left;
  text-align: center;
}

.footer-link ul li:nth-child(1) {
  margin-left: 10px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 16px;
}

.footer-link ul li a:hover {
  color: #789bca;
}

.footer-logo {
  float: left;
  display: inline-block;
  margin-top: 36px;
}

.footer-address {
  display: inline-block;
  margin-left: 10%;
  margin-top: 36px;
}

.footer-address p {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 12px;
}
.footer-img {
    float: right;
    margin-top: 20px;
}
.footer-img img {
    width: 100px;
}
.footer-img>p {
    color: #fff;
    opacity: 0.7;
    margin-top: 10px;
    font-size: 14px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tomleg');
  src:  url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tomleg') format('truetype'),
    url('../fonts/icomoon.woff?tomleg') format('woff'),
    url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
} 
a:hover{
  color:#33598f;
}
.list-footer {
  height: 300px;
}
.one-container {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

.contain-left {
  flex: 1;
  float: left;
  width: 53%;
  margin-right: 2%;
}
.lb-time{
font-size: 20px;
}
.focus {
  position: relative;
  float: left;
  width: 100%;
/*
  height: 407px;
*/
  overflow: hidden;
  cursor: pointer;

}

.focus.bgjb {
    /* height: 200px; */
}

.focus ul li a img {
  width: 100%;
  height: 100%;
}

.focus ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
}

.focus ul li {
  float: left;
}
.arrow_l,
.arrow_r {
    position: absolute;
    display: none;
    width: 24px;
    height: 40px;
    line-height: 40px;
    color: #cbc9c900;
    font-size: 14px;
    text-align: center;
    /* background: rgba(0,0,0,.3); */
    font-family: 'icomoon';
    z-index: 2;
}
.arrow_l {
    top: 200px;
    float: left;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.arrow_r {
    top: 200px;
    left: 766px;
    float: right;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.promo-nav {
  position: absolute;
  bottom: 5px;
  right: 15px;
  height: 23px;

  border-radius: 7.5px;
}

.promo-nav ol li {
  float: left;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 3px;
}

.promo-nav .current {
  background-color: #fff;
}

.contain-right {
  flex: 1;
  width: 45%;
  float: right;
}
.contain-right ul {
    margin-top: 15px;
}

.list-title {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #183d79;
}

.contain-right .list-title h3 {
  float: left;
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: #183d79;
  font-weight: 900;
}

.contain-right .list-title>a {
  float: right;
  font-size: 16px !important;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
}
.contain-right .list-title a:hover{
  color:#33598f;
}

.list-body-time {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}

.contain-right.index-list ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  margin: 14px 0;
}
.shuxian{
  height: 16px;
  width: 1px;
  color: #cccccc;
}
i {
  /* border: 1px solid #cccccc; */
  margin: 0px 5px 0 5px;
  /* width: 1px; */
  /* height: 16px!important; */
}

.two-container {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 54px;
  box-shadow: 1px 1px 20px #e7e5e5, -1px -1px 20px #fbf9f9;
}

.two-container .dh-title {
  display: inline-block;
  float: left;
  width: 10%;
  background: url('../images/title-bg.png') no-repeat;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  padding-left: 1.5%;
}

.two-container .xxgs {
  display: flex;
  margin-right: 10px;
}
.two-container .xxgs>a {
  font-size:16px;
  margin-top:15px;
  color:#333;
}
.two-container .xxgs li {
/*
  flex: 1;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 24px;
*/
  font-size: 18px;
  padding-left: 30px;
}

.point {
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #394a98;
  border-radius: 50%;
  margin-right: 9px;
  margin-bottom: 2px;
}

.xxgs-time {
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
  color: #333;
  margin-right: 10px;
}

.two-container .xxgs li a {
  font-size: 18px;
  height: 52px;
  line-height: 52px;
}

.three-container {
  height: 315px;
  margin-bottom: 20px;
}

.left.contain-right.index-list,
.right.contain-right.index-list {
  width: 32%;
}

.middle.contain-right.index-list {
  width: 32%;
  margin: 0 1.9%;
}

.four-container {
  height: 178px;
  margin-bottom: 20px;
}

.four-left {
  width: 32%;
}

.four-right {
  margin-left: 2%;
  width: 66%;
}

.four-left,
.four-right {
  float: left;
  
  
}

.four-left-title h3,
.four-right-title h3 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  border-bottom: 1px solid #183d79;
  color: #183d79;
  font-weight: 900;
  line-height: 49px;

}
.four-left-title{
  position: relative;
}
.four-left-title a{
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 15px;
}
.four-right-title {
  position: relative;
}

.four-right-title a {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
}
.four-right-title a:hover {
  color:#33598f;
}

.four-left-img,
.four-right-img {
  margin-top: 30px;
}

.four-left-img ul li {
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
}

.four-left-img ul li img{
  max-width: 95%;
}

.four-right-img ul li {
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
}
.four-right-img ul li img{
  max-width: 90%;
}

.four-container ul li:hover img{opacity: 0.7;filter: alpha(opacity=70);}

.four-left-img ul li:first-child {
   
}

.four-right-img ul li:first-child {
  margin-left: 0;
}

.four-left-img ul li {
/*
  height: 99px;
  overflow: hidden;
*/
}

.four-right-img ul li {
/*
  margin-left: 4%;
  height: 99px;
  overflow: hidden;
*/
}

.four-container img {
  max-width: 100%;
  /* transition: all 0.6s; */
}

.bszn {
  margin-top: 30px;
}

.bszn-container {
  display: flex;
}

.lmnav {
  width: 21.428%;
  background-color: #33598f;
  height: 96px;
  margin-right: 4%;
}
.lmnav-title-y p {
  color:#ffffff30;
  font-size:20px;
  font-family:Impact;
  padding: 17px 0 0 24px;
}

.lmnav-title-z {
  font-size: 25px;
  color: #fff;
  margin: 0 0 12px 24px;
}

.nav-list {
  border-right: 6px solid #33598f;
}

.parentNav{
  position: relative;
  line-height: 25px;
  font-size: 18px;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #e4e4e4;
  border-left: 10px solid #e7e7e7;
}
.parentNav:hover a {
 color:#33598f;
}
.parentNav a::after {
  position: absolute;
    top: 15px;
    right: 10px;
    color: #bababa;
    content: '\e902';
    font-family: 'icomoon';
    font-size: 24px;
}

.parentNav img {
  float: right;
    margin-right: 20px;
    margin-top: 8px;
}
.parentNav:hover{
  background-color: aliceblue;
  border-left: 10px solid #33598f;
}
.parentNav a:hover::after {
  color: #33598f;
}
.subNav li {
  line-height: 45px;
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 40px;
  border-left: 10px solid #e7e7e7;
  white-space: normal;
  word-break : break-all;
  word-wrap: break-word;
} 
.subNav li:hover {
  border-left: 10px solid #33598f;
  background-color: aliceblue;
}
.subNav li:hover a{
  color: #c24a50;
}

.subNav li a::before {
  content: '';
  display: block;
  width: 10px;
  position: absolute;
  left: -30px;
  background: #002454;
  transition: all .2s;
}


.diamond {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-bottom: 3px;
  margin-right: 15px;
  background-color: #33598f;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.xbk {
  height: 16px;
  width: 100%;
  background-color: #33598f;
  border-left: 0;
}

.lmcon {
  float: right;
  width: 75%;
}
.lmcon.yjfk {
    width: 100%;
}
/* .lmcon.kfxw {
    width: 82%;
}*/
.lmcon-title {
  height: 43px;
  background: url('../images/bazn-img.jpg') no-repeat #fff;
  border-bottom: 0.5px solid rgb(216, 215, 215);
}

.lmcon-title {
  position: relative;
}

.lmcon-title-left p {
  position: absolute;
  top: 8px;
  left: 75px;
  color: #33598f;
  font-size: 20px;
  font-weight: bold;
}

.lmcon-title-right {
  position: absolute;
  right: 0;
  top: 10px;
font-size:16px;
}
.lmcon-title-right .dqwz:hover,
.lmcon-title-right .dqwz:hover a{
  color:#333;
}
.lmcon-title-right a{
  color:#666;
}

.lmcon-content {
  margin-top: 40px;
  min-height: 700px;
}

.lmcon-content ul li {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.lmcon-content ul li a{
  min-width:0;
}
.lmcon-content ul li a .newlist-title{
  display:inline-block;
  position:relative;
  width:100%;
  padding-right: 120px;
}
.lmcon-content ul li a .newlist-title .line-title{
  display: block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.lmcon-content ul li a .time {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color:#000;
  width: 120px;
  text-align: right;
}

.lmcon-page {
  margin-top:40px;
  text-align:center;
}
.lmcon-page span {
  padding: 10px 15px;
  margin-left:10px;
  
  border-radius:50%;
  color:#33598f;
  font-size:16px;
}
.lmcon-page span:hover {
  background-color:#33598f;
  color:#FFF;
}
.lmcon-page .next {
  font-size:20px;
  padding:0 20px;
  color:#33598f;
}
.lmcon-page .lastpage {
  height:36px;
  width:60px;
  background-color:#33598f;
  padding:10px 15px;
  color:#fff;
  font-size:16px;
  border-radius:18px;
}

.nav-list .item.active .subNav {
  display: block;
}
/* 科研成果 */
.lmcon-title.kycg{
  height: 43px;
  background: url('../images/kycg-img.jpg') no-repeat #fff;
  border-bottom: 0.5px solid rgb(216, 215, 215);
}
/* 党建与作风建设 */
.lmcon-title.dj{
  height: 43px;
  background: url('../images/dh.jpg') no-repeat #fff;
  border-bottom: 0.5px solid rgb(216, 215, 215);
}
/* 政策制度 */
.lmcon-title.zczd{
  height: 43px;
  background: url('../images/zczd-img.jpg') no-repeat #fff;
  border-bottom: 0.5px solid rgb(216, 215, 215);
}
/* 搜索详情页 */
.lmcon-title.ssjg{
  height: 43px;
  background: url(../images/sousuo-img.jpg) no-repeat;
  border-bottom: 0.5px solid rgb(216, 215, 215);
}
/* 专题网站 */
.lmcon-content.ztwz ul li .topic{
  color:#bf1320;
  border:2px solid #bf1320;
  font-family:"Montserrat";
  font-size:18px;
  border-radius:8px;
  padding: 3px 10px;
  margin-right:10px;
}
.lmcon-content.ztwz ul li:hover .topic{
  color:#fff;
  background-color:#bf1320;
}
/* 信息系统 */
.lmcon-content.xxxt ul li .system{
  color:#255992;
  border:2px solid #255992;
  font-family:"Montserrat";
  font-size:18px;
  border-radius:8px;
  padding: 3px 10px;
  margin-right:10px;
}
.lmcon-content.xxxt ul li:hover .system{
  color:#fff;
  background-color:#255992;
}
/*.nav-list .item .subNav {
  display: none;
}*/
.lmcon-title.bmgk {
  height: 43px;
  background: url('../images/bmgk-img.jpg') no-repeat #fff;
  border-bottom: 0.5px solid rgb(216, 215, 215);
}
.lmcon-content.bmgk1{
  min-height:0px;
}
.lmcon-content.bmgk1 h2{
  margin-bottom:16px;
    color: #33598f;
}
.lmcon-content.bmgk1 p{
  font-size: 20px; 
  line-height: 36px;
  margin-bottom:16px; 
  color:#000;
  width:100%;
} 
.lmcon-content.bmgk2 h2 {
  color: #33598f;
  font-size: 20px;
  background-color: #e9e9e9;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding-left: 24px;
}
.lmcon-content.bmgk2 .content {
  margin: 30px 0 30px 0;
}

.lmcon-content.bmgk2 .content h6{
  float: left;
  padding:0 30px 0 30px;
  font-size:16px;
}
.zznr {display: inline-block;margin-top: -4px;}
.zznr.zhgl {
  display: inline-block;
  margin-left:100px;
  margin-top:-26px;
}
.zznr p {
  height:32;
  line-height: 32px;
  font-size:16px;
}
.content-photo {
  display: flex;
  height: 196px;
  margin-top:20px;
}
.content-photo .conter {
  width: 33%;
  border:1px solid #e4e4e4;
}
.conter {
  margin-right:1%;
}
.conter:last-child {
  margin-right:0;
}
.photo {
  display:inline-block;
  float:left;
  width: 149px;
  height: 195px;
  overflow: hidden;
}
.photo img {
width:100%;
height:100%;
overflow: hidden;
}
.content-photo-content {
  display:inline-block;
width:100px;
  margin:15px 0 0 15px;
}
.content-photo-content h1 {
  font-size:20px;
  font-weight:700;
  padding-bottom:10px;
}
.content-photo-content p {
  /* padding-bottom:10px; */
}
.content-photo-content h6.mb{margin-bottom: 65px;}
.lmcon-title.kyjg {
  height: 43px;
  background: url('../images/kyjg-img.jpg') no-repeat #fff;
  border-bottom: 0.5px solid rgb(216, 215, 215);
}
.kyjg-centent {
  display: inline-block;
  /* width: 48%; */
}
.kyjg-centent:first-child {
  /* margin-right:3%; */
}
.kyjg-centent ul li  {
  position: relative;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 28px;
  float: left;
  width: 49%;
  margin-right: 1%;
}
.kyjg-centent ul li .kyjg-txt{
  width:100%;
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kyjg-centent ul li a {
  font-size:18px;
  color:#333;
}
.kyjg-centent>ul>li:hover{
  background-color:#33598f;
}
.kyjg-centent>ul>li:hover a {
  color:#fff;
}
.kyjg-centent>ul>li:hover a::after {
  color:#fff;
}
.kyjg-centent ul li a::after {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #c6c6c6;
  content: '\e902';
  font-family: 'icomoon';
  font-size: 24px;
}

.lsxqy-container{
  background-color: #f3f3f3;
  padding-top:40px;
    padding-bottom: 40px;
}
.lsxqy-centent {
  background-color: #fff;
  padding: 0px 30px 50px 30px;
}
.lsxqy-centent-position {
  font-size:18px;
  
}
.lsxqy-centent-body {
  padding-top:70px;
}
.lsxqy-centent-body-left {
  width: 78%;
  float: left;
}

.lsxqy-centent-body-left .zuozhe{
  text-align:center;
  font-size:16px;
  color: #000;
  margin-top:20px;
}
.lsxqy-centent-body-left ul {
  margin-top:20px;
}
.lsxqy-centent-body-left ul li{
  color: #33598f;
  font-size:16px;
  line-height: 32px;
}
.lsxqy-centent-body-left ul li:hover,
.lsxqy-centent-body-left ul li:hover a{
  color:#000;
  text-decoration:underline;
}
.lsxqy-centent-body-left ul li a {
  color: #33598f;
}

.lsxqy-centent-body-left table{
  width:100%;
}
.lsxqy-centent-body-left table p{
  text-align:center !important;
  text-indent: 0px!important;
  padding-top: 0px!important;
}
.lsxqy-centent-body-left table span{
  font-size:16px!important; 
}

.lsxqy-centent-body-top {
  height: 310px;
  background: url("../images/lsxqy-bgimg.png") no-repeat;
  border-bottom: 1px solid #e4e4e4;
}
.lsxqy-centent-body-top img {
  margin-top: -40px;
}
.wznr {
  display: inline-block;
  padding-left: 60px;
}
.wznr h1,
.wznr h3{
  color:#000;
}
.wznr p {
  font-size:16px;
  }
.lsxqy-centent-body-right {
  width: 20%;
  float: right;
}
.lsxqy-centent-body-bottom p{
  font-size:20px !important;
  color:#000000;
  line-height:32px;
  text-indent:32px;
  padding:16px 0;
}
.lsxqy-centent-body-footer  {
  text-align:center;
}
.lsxqy-centent-body-footer p {
  font-size:16px;
}
.lsxqy-centent-body-right-title a {
 font-size: 18px;
 height: 26px;
 line-height: 26px;
 color: #000;
margin-left:10px;
}
.lsxqy-centent-body-right .lsyd{
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #33598f;
  border-radius: 50%;
  margin-right: 9px;
  margin-bottom: 2px;
}
.lsxqy-centent-body-right {
  border-left:1px solid #f1f1f1;
  padding-left: 20px;
  margin-top: 80px;
}
.lsxqy-centent-body-right ul li {
  padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.lsxqy-centent-body-right ul li a {
  font-size:16px;
}
.lsxqy-centent-body-left-title {
  font-size:30px;
  color:#33598f;
  text-align:center;
  margin-top: 80px;
}
.lsxqy-centent-body-left-title h6 {
  font-weight: 400;
}
.lsxqy-centent-body-left-lj {
  border-bottom:1px solid #f3f3f3;
  padding: 50px 0 20px 0;
  color: #000;
}
.lsxqy-centent-body-left-lj-time,
.lsxqy-centent-body-left-lj-fx{
  display:inline-block;
  font-size: 16px;
}
.llsxqy-centent-body-left-lj-time {
  float:left;
}
.lsxqy-centent-body-left-lj-fx {
  float:right;
}
.lsxqy-centent-body-left-txt img{
  /* padding-left: 200px; */
}
.lsxqy-centent-body-left-txt p {
  font-size: 18px !important;
  text-indent: 40px!important;
  line-height: 32px!important;
  padding-top: 20px!important;
  color: #000000!important;
  font-family: "Microsoft YaHei" !important;
  word-wrap: break-word;
}
.lsxqy-centent-body-left-txt p span {
  color:#000000 !important;
  font-family: "Microsoft YaHei" !important;
  text-indent: 28px;
  line-height:30px;
}
.lmcon-title.yjfk {
  height: 43px;
  background: url('../images/yjfk-img.jpg') no-repeat #fff;
  border-bottom: 0.5px solid rgb(216, 215, 215);
}
.lmcon-yjfk p {
  font-size:20px;
  padding-top: 30px;
  color:#33598f;
}
.contentbox-box {
  background-color: #ecf1f8;
}
.lmcon-form {
  padding-top:20px;
  padding-bottom:80px;
  background-color: #ecf1f8;
}
.lmcon-form-title {
  height:50px;
  width:124px;
  background-color:#33598f;
  border-radius: 10px;
  color:#fff;
  font-size:18px;
  line-height:50px;
  text-align:center;
    margin-left: 9%;
}
.lmcon-form ul li {
  margin-top:10px;
}
.lmcon-form ul li label{
  display:inline-block;
  width:124px;
  font-size:16px;
  color:#476797;
  padding-left:20px;
}
.lmcon-form ul li input {
  height:50px;
  width: 90%;
  border-radius:5px;
  font-size: 16px;
  padding-left: 10px;
    border: 1px solid #33598f;
}
.lmcon-form ul li:nth-child(3) input {
  height: 240px;
  font-size: 16px;
}
.btn {
  height:50px;
  margin-left: 128px;
  border-radius:5px;
  background-color:#33598f;
  font-size:16px;
  color:#fff;
  margin-top:30px;
}
.jxcg-banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto
}












.smxy-nsjg-list.ldfg{margin-top:20px;}
.smxy-nsjg-h3 {padding:10px;margin-bottom:25px;font-size:24px;color:#33598f;background-color:#f7f7f7;}
.smxy-nsjg-h3 a {color:#33598f;font-family: 'icomoon';}
.smxy-nsjg-h3 a:hover {color:#013663}
.smxy-nsjg-h3 .icon {width:31px;height:18px;display:inline-block;background:url(../images/tit-icon.png) no-repeat center center;margin-right:10px;vertical-align:-1px;}
.smxy-nsjg-list-ul {margin-left:-5%;}
.smxy-nsjg-list-li {float:left;width:45%;margin-left:5%;margin-bottom:20px;padding-bottom:20px;border-bottom:#dfdfdf 1px dashed;}
.smxy-nsjg-list-li .phone {float:left;width:200px;height:270px;overflow:hidden;}
.smxy-nsjg-list-li .phone img {/* width:100%;height:100%; */overflow:hidden;transition:all 0.6s;-moz-transition:all 0.6s;-ms-transition:all 0.6s;-o-transition:all 0.6s;-webkit-transition:all 0.6s;}
.smxy-nsjg-list-li:hover .phone img {opacity: 0.7;filter: alpha(opacity=70);}
.smxy-nsjg-list-li .inf {float:left;    width: calc(100% - 200px);
    padding-left: 2%;}
.smxy-nsjg-list-li .inf .name {font-size:22px;color:#013663;font-weight:bold;}
.smxy-nsjg-list-li .inf .job {font-size:16px;color:#333;font-weight:bold;margin:4px 0 2px 0;height:32px;line-height:32px;overflow:hidden;}
.smxy-nsjg-list.ldfg .smxy-nsjg-list-li .inf .job {height:88px;}
.smxy-nsjg-list-li .inf .js {position:relative;height:110px;    min-height: 110px; overflow-y:auto;font-size:14px;color:#666;line-height:22px;}
.smxy-nsjg-list-li .inf .js::-webkit-scrollbar {
    width: 3px;
    background: #eee;
}
.smxy-nsjg-list-li .inf .js::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
}
.bmgk3 .smxy-nsjg-list-li .inf .js {height: 60px;}

.smxy-nsjg-list-li .inf .tel,.smxy-nsjg-list-li .inf .email {height:38px;margin:8px 0;}
.smxy-nsjg-list-li .inf .tel a,.smxy-nsjg-list-li .inf .email a {width:100%;float:left;display:block;border:solid 1px #33598f;border-radius:5px;color:#666;font-size:16px;text-align:center;transition:.2s;height:30px;line-height:30px;}
/*.smxy-nsjg-list-li:hover .inf .tel a,.smxy-nsjg-list-li:hover .inf .email a {background-color:#215ea1;color:#fff;}*/
.smxy-nsjg-list-li .inf .tel a:hover,.smxy-nsjg-list-li .inf .email a:hover {background-color:#215ea1;color:#fff;}
/*.smxy-nsjg-list-li:hover .phone img {transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}*/
.bg table {
        width: 100%;
        border: 1px solid #9fc8f0;
    }
    .thtitle {
        margin-top:20px;
        font-size: 26px;
        font-weight: bold;
        /*height: 50px;*/
        color: #33598f;
        text-align:center;
    }
    .bg tr,
    .bg th,
    .bg td{
        border: 1px solid #9fc8f0;
        text-align: center;
    }
    .bg th{
        font-size: 20px;
        font-weight: bold;
        height: 50px;
        color: #33598f;
        background-color: #e8eff6;
    }
    .bg td {
        font-size: 16px;
        height: 40px;
        color: #33598f;
    }
    .lmcon-content .pb_sys_style1 .p_no a,
.lmcon-content .pb_sys_style1 .p_no_d{
    border: 1px solid #33598f;
    color: #fff;
  font-size:16px;
    background-color: #33598f;
  height:36px;
  width:36px;
  line-height:24px;
    border-radius:50%
}
.lmcon-content .pb_sys_common .p_fun_d, 
.pb_sys_common .p_no_d, 
.pb_sys_common .p_no_o, 
.pb_sys_common .p_fun a, 
.pb_sys_common .p_no a {
    border: 1px solid #33598f;
    border-radius:20px;
    color:#fff !important;
    font-size:16px;
    background-color:#33598f;
    height: 36px!important;
    line-height: 24px!important;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.pb_sys_common .p_t,
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  font-size:16px;
}
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  width:50px;
  border-radius: 20px;
  color: #fff !important;
  font-size: 16px;
  background-color: #33598f;
  height: 36px!important;
  line-height: 24px!important;
}
.lmcon-content .page{
  /* margin-top: 30px!important; */
  /* margin-bottom: 30px!important; */
}
.lmcon-content .pb_sys_common .p_fun_d:hover, 
.pb_sys_common .p_no_d:hover, 
.pb_sys_common .p_no_o:hover, 
.pb_sys_common .p_fun a:hover, 
.pb_sys_common .p_no a:hover,
.pb_sys_common .p_goto a:hover{
  color:#333!important;
}
.pb_sys_common.pb_sys_full.pb_sys_style1{
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
.lmcon-content .page{
  width:100%;
  text-align:center;
  /* padding-top:300px!important; */
}





.liuyan{
  position: relative;
  padding-top:480px;
}

.liuyan table{
   display:none;
}

.liuyan table+table{
   display: block;
   position: absolute;
   left: 0;
   top: 20px;
   background-color: #fff;
}

.liuyan form  table+table{ 
       position: inherit;
    left: 0;
    top: 0;
}

.liuyan table+table tbody{
    width: 100%;
    display: block;
}
.liuyan table+table tbody>tr {
  display:none;
}

.liuyan table+table tbody tr{
    width: 100%;
    display: block;
    /* margin-bottom: 20px; */
}

.liuyan  form  table+table tbody tr{
   margin-bottom: 0px;
}

.liuyan table+table tbody tr td{
    width: 100%;
    display: block;
    /* margin-bottom: 10px; */
}

.liuyan table+table table{
    display: block;
    width: 100%;
}

.liuyan table+table table table tr+tr td {
   height: 50px;
   overflow: hidden;
   margin-top: 20px;
}

.liuyan table+table table table tr+tr td span{
        width: 10% !important;
        height: 32px;
        line-height: 32px;
        display: block;
        float: left;
        padding-left: 30px;
        font-size: 18px !important;
        font-family:"微软雅黑" !important;
        font-weight: normal !important;
        color: #33598f!important;
}
.liuyan tr#editortool {
    display: none !important;
}

.liuyan table+table table table tr+tr td input{
  width: 90% !important;
  background-color: #fff !important;
  height: 32px !important;
  border: 1px solid #33598f !important;
  border-radius: 5px;
}

.liuyan table+table table table tr+tr+tr td {
    height: auto;
    overflow: auto;
    /* width: 99.6%; */
}
.liuyan table+table table table table{
   margin-top: 15px;
}

.liuyan table+table table table table tr td span{
    width: auto !important;
    display: block;
}
.liuyan table+table table table table tr td img {
  display: blovk;
}
.liuyan table+table table table table tr td input{width: 35% !important;margin: 0 10px;display: blovk;}

.liuyan table+table table table table tr td input[type="button"]{
    width: 100% !important;
    border-radius: 5px;
    padding: 10px 10px;
    background: #33598f !important;
    border: none !important;
    text-align: center;
    display: block;
    height: auto !important;
    color: #fff;
    margin: 20px auto 0 auto;
font-size: 16px;
    letter-spacing: 32px;
}

.liuyan form table tr{
    background: none;
    display: block;
    overflow: hidden;
    padding: 3px 5px 0;
 
}
.liuyan form table tr td{
   width: auto;
   display: block;
   float: left;
}
.liuyan form table tr+tr{
    width: 100%;
}

.liuyan form table tr+tr td{
       width: 100%;
}

.liuyan form table tr:nth-child(even){
   margin-top: 4px;
}

.liuyan form table tr:nth-child(even) td span{
   color: #aaa !important;
    font-size: 14px !important;
    font-family:"微软雅黑" !important;
}

.liuyan form table tr td+td{
 display: none;
}

.liuyan form table tr td+td+td+td{
   display: block;
    float: left;
    width: auto;
    /*margin-left: 10px; */
    color: #aaa;
    font-family: "微软雅黑";
    font-size: 14px;
    /* margin-top: 2px; */
    margin-bottom: 0;
}

.liuyan form table tr td+td+td+td+td{
  display: none;
}

.liuyan form table+table table+table+table{
   display: none;
}

.liuyan form table  table {
   display: none;
}

.liuyan form table  table tbody{
   width: 100%;
    display: block;
}

.liuyan form table  table+table{
   display: block;
}

.liuyan form table  table tr td font{
   color: #aaa;
   
}
.liuyan form table+table tr td table+table tr{
  background: none;
    padding: 0 0 5px;
    margin-bottom: 3px;
    border-bottom: 1px solid #dfdfdf;
}

.liuyan .ly-text{
       margin-left: -4px;
}

.liuyan form table+table tr table{
      display: block;
}

.liuyan form table+table tr table tr{
      border-bottom: none;
}
.liuyan form table+table tr table tr td{
    display: inline;
    width: auto;
}

.liuyan form table+table tr table tr td+td{
   display: inline;
    width: auto;
}

.liuyan form table+table tr td table tr td{
   padding-top: 6px;
    font-size: 14px;
    font-family: "微软雅黑" !important;
    margin-right: 10px;
}

.liuyan form table+table tr td table tr td+td{
   padding-top: 0px;

}

.liuyan form table+table tr td table tr td+td div span .ly-text{
   display: none;
}

.liuyan form table+table tr td table tr td+td div span.PrevDisabled , .liuyan form table+table tr td table tr td+td div span.NextDisabled{
      height: auto;
      color: #fff !important;
      border: 1px solid #dfdfdf;
      background: #33598f;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 14px;
      font-family:"微软雅黑" !important;
}

.liuyan form table+table tr td table tr td+td div span.this-page , .liuyan form table+table tr td table tr td+td div a ,.liuyan form table+table tr td table tr td+td div a.Next ,.liuyan form table+table tr td table tr td+td div a.Prev {height: auto;color: #fff !important;border: 1px solid #dfdfdf;background: #33598f;padding: 5px 10px;border-radius: 5px;font-size: 14px;font-family: "微软雅黑" !important;}

.liuyan form table+table tr td table tr td+td div a:hover{
   color: #fff !important;
    border: 1px solid #dfdfdf;
    background: #444;
}
.liuyan form table tbody tr td table tbody tr td table tbody tr td iframe#webberedit html body table tbody tr#editortool {
    display: none !important;
}


.yijian {
  background-color:#ecf1f8;
}
.yijian-text h4{
    font-size: 36px;
    text-align: center;
    margin: 40px;
}

.yijian-text p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 70px;
}

.yijian-box {
    background: #f8f8f8;
    overflow: hidden;
}

.yijian-box .container{

position: relative;

background-color: #ecf1f8;
}

.yijian-box .yijian-box-title{
        overflow: hidden;
}

.yijian-box h4 {
    color: #fff;
    font-size: 16px;
    background: #33598f;
    float: left;
    margin-bottom: 500px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.yijian-box-from table{
   width: 100%;
}

.yijian-box-from table tr td {
    width: 10% !important;
}

.yijian-box-from table tr td font{
       height: 32px;
    line-height: 32px;
    display: block;
    font-size: 18px !important;
    font-family:"微软雅黑" !important;
    font-weight: normal !important;
    color: #33598f !important;
    margin-bottom: 20px;
}

.yijian-box-from table tr td+td {
    width: 90% !important;
}


.yijian-box-from table tr td input{
      width: 100% !important;
      background-color: #FFFFFF !important;
      height: 32px !important;
      border: 1px solid #33598f!important;
      border-radius: 5px;
      /* background: none !important; */
      padding: 0 10px;
      margin-bottom: 20px;
      font-size: 18px;
}
.yijian-box-from table tr td input::placeholder{
  color:#33598f;
}
.yijian-box-from table tr td textarea::placeholder{
  color:#33598f;
}
.yijian-box-from table tr td textarea{
   border: 1px solid #33598f;
   border-radius: 5px;
   padding: 10px;
   height: 200px;
   width: 100%;
   /* background: none; */
   resize: none;
   font-size: 18px;
   line-height: 26px;
   /* letter-spacing: 0px; */
   color: #000;
   /* font-weight: bold; */
font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}
.yijian-box-from table tr td input{
  float:right;
}

.yijian-box-from table tr td input[type="button"] {
    width: 90% !important;
    border-radius: 5px;
    padding: 12px 10px;
    background: #33598f !important;
    border: none !important;
    text-align: center;
    display: block;
    height: auto !important;
    color: #fff;
    margin: 20px auto 40px auto;
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: normal;
    outline: none;
}

.yijian-box-from table tr td input[type="reset"] {
        display: none;
}

.yijian-box #b251345b{
      display: none !important;
}

.yijian-box  .window251345{
   display: none;
}

.yijian-box table+table{
   display: block;
  position: absolute;
    left: 0;
    top: 70px;
}

.yijian-box table+table tbody{
    width: 100%;
    display: block;
}

.yijian-box table+table tbody tr{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.yijian-box  form  table+table tbody tr{
   margin-bottom: 0px;
}

.yijian-box table+table tbody tr td{
    width: 100%;
    display: block;
    margin-bottom: 10px;
   background: none !important;
}

.yijian-box table+table table{
    display: block;
    width: 100%;
}

.yijian-box table+table table table tr+tr td {
   height: 32px;
    overflow: hidden;
}

.yijian-box table+table table table tr+tr+tr td {
    height: auto;
    overflow: auto;
   width: 100%;
}

.yijian-box table+table table table tr+tr td input {
    width: 90% !important;
    background-color: #FFFFFF !important;
    height: 32px !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 5px;
    background: none !important;
    padding: 0 10px;
}

.yijian-box table+table table table tr+tr td span {
       width: 10% !important;
    height: 32px;
    line-height: 32px;
    display: block;
    float: left;
    font-size: 18px !important;
    font-family: "微软雅黑" !important;
    font-weight: normal !important;
    color: #b30404 !important;
}

.yijian-box table+table table table table tr td span{
    width: auto !important;
   
}
.yijian-box table+table table table table tr td input{
width: 35% !important;
    margin: 0 10px;
}

.yijian-box table+table table table table tr td input[type="button"]{
    width: 100% !important;
    border-radius: 5px;
    padding: 15px 10px;
    background: #b30404 !important;
    border: none !important;
    text-align: center;
    display: block;
    height: auto !important;
    color: #fff;
    margin: 20px auto 0 auto;
    font-size: 20px;
}
.fxytsg-contact-list li {float:left;width:50%;margin-bottom:15px;font-size: 18px;}
.fxytsg-contact-list li img {vertical-align:middle;margin-right:35px;}
.nav_m{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    display: none;
}

.nav_m ul.s1{
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    z-index: 99;
    width: 100%;
    overflow-x: hidden;
}

.nav_m ul.s1 li{
    line-height: 2.6;
}

.nav_m ul.s1 li a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
}

.nav_m ul.s2 li a{
  padding-left: 2em;
}
.nav_m ul.s3 li a{
  padding-left: 3em;
}

.nav_mboxshow{
    display: block;
}

.nav_mboxshow ul.s1{
    right: -100%;
    -webkit-animation: navshow .25s forwards; /* Chrome, Safari, Opera */
    animation: navshow .25s forwards;
}

@keyframes navshow {
    0% {
        right: -100%;
    }   
    
    100% {
        right: 0px;

    }
}

.nav_mboxhide{
    display: block;
}

.nav_mboxhide ul.s1{
    right: 0;
    -webkit-animation: navhide .5s forwards; /* Chrome, Safari, Opera */
    animation: navhide .5s forwards;
}

@keyframes navhide {
    0% {
        right: 0;
    }   
    
    100% {
        right: -100%;
    }
}

.navmclose{
    display: none;
    background: #fff;
    font-size: 32px;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    position: fixed; 
    right: 10px;
    z-index: 9999;
    top: 10px;
}

.smxy-nsjg-list-li .inf .tel a,.smxy-nsjg-list-li .inf .email a{
    height: auto;
    line-height: auto;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
    padding: 0 5px;    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.details_position{
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 10px
}

.details_position a {
    color: #333;
}