@charset "UTF-8";
/* 公共部分*/

  /* 手机端背景图 */
  .container{
	  position: relative;
	  width: 100%;
	  height: auto;
	  min-height: 900px;
	  background: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3039/site/picture/1543/2110181649385755286.png") no-repeat center top;
	  background-size: cover;
  }
  
  
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}

html,
body {
  width: 100%;
  height: 100%;
}

.layout-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 900px;
  background: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3039/site/picture/1543/s2110181635552971245.png") no-repeat center top;
  background-size: cover;
}

.layout-header {
  position: relative;
  width: 100%;
  height: 33px;
  background: #4886da;
}
.layout-header .head-group {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.layout-header .left-item {
  float: left;
  line-height: 33px;
}
.layout-header .left-item .tem {
  margin-left: 20px;
}
.layout-header .right-item {
  float: right;
  line-height: 33px;
  font-size: 0;
}
.layout-header .right-item a {
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}
.layout-header .right-item a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.layout-header .right-item .bar {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #fff;
  vertical-align: middle;
  margin: 0 10px;
}

.layout-search {
  position: relative;
  height: 115px;
  border: 1px solid transparent;
}
.layout-search .search-logo {
  float: left;
  line-height: 115px;
}
.layout-search .search-input {
  position: relative;
  float: right;
  width: 342px;
  height: 36px;
  line-height: 36px;
  margin-top: 43px;
  border-radius: 5px;
  background: #fff;
}
.layout-search .search-input:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -10px;
  left: 19px;
  width: 19px;
  height: 19px;
  background: url("search.png") no-repeat center top;
  background-size: cover;
}
.layout-search .search-input input {
  position: relative;
  width: 278px;
  height: 36px;
  line-height: 36px;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 0 55px;
  border-radius: 5px;
  vertical-align: middle;
}
.layout-search .search-input .search-btn {
  position: absolute;
  width: 64px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #1492FF;
}
.layout-search .search-input .search-btn:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.layout-nav {
  position: relative;
}
.layout-nav .nav-content {
  height: 56px;
  background: #5b91cf;
}
.layout-nav .nav-content .nav-item {
  float: left;
  width: 20%;
  height: 100%;
  text-align: center;
}
.layout-nav .nav-content .nav-item a {
  display: block;
  height: 100%;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.layout-nav .nav-content .nav-item img {
  line-height: 56px;
  vertical-align: middle;
  margin: 0 5px;
}
.layout-nav .nav-content .nav-item span {
  line-height: 56px;
  vertical-align: middle;
  margin: 0 5px;
}
.layout-nav .nav-content .nav-item:hover {
  background: #2c7aca;
}
.layout-nav .nav-content .nav-item:hover a {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.layout-nav .nav-content .nav-item.on {
  background: #2c7aca;
}
.layout-nav .nav-content .nav-item.on a {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

.move-group {
  position: fixed;
  z-index: 10;
  top: 148px;
}
.move-group .move-item {
  position: relative;

}
.move-group .move-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.move-group .move-item a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.move-group .move-item .icon-cha {
  display: block;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: url("close_bg.png") no-repeat center top;
  background-size: cover;
  margin-left: 136px;
}
.move-group .move-item img {
  width: 150px;
}

.move-1 {
  left: 6px;
}

.move-2 {
  right: 6px;
}

.layout-body {
  position: relative;
}
.layout-body .main-container {
  position: relative;
  /* height: 562px; */
}
.layout-body .main-content {
  width: 100%;
  height: 100%;
}

.layout-footer {
  position: absolute;
  left: 0;

  width: 100%;
  height: 86px;
  line-height: 86px;
  background: #fff;
  margin-top:50px;
}
.layout-footer .footer-group {
  width: 1100px;
  margin: 0 auto;
}
.layout-footer .foot-left,
.layout-footer .foot-mid {
  float: left;
}
.layout-footer .foot-right {
  float: right;
}
.layout-footer .foot-right .right-1 {
  margin-right: 27px;
}
.layout-footer .foot-mid {
  text-align: center;
  margin-top: 16px;
  margin-left: 24px;
}
.layout-footer .foot-mid p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

/*轮播*/
.home-banner {
  width: 100%;
  height: 284px;
  overflow: hidden;
  position: relative;
}

.home-banner .hd {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 13px;
  z-index: 10;
}

.home-banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.home-banner .hd ul li {
  display: block;
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  background: #bebebe;
  cursor: pointer;
}

.home-banner .hd ul li.on {
  background: #ff5721;
  width: 26px;
  height: 10px;
  border-radius: 10px;
}

.home-banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.home-banner .bd li {
  zoom: 1;
  vertical-align: middle;
}

.home-banner .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-banner .fd {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37px;
  overflow: hidden;
  background: rgba(98, 81, 71, 0.9);
}
.home-banner .fd li {
  display: none;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 10px;
}
.home-banner .fd li a {
  display: block;
  line-height: 37px;
  font-size: 16px;
  color: #fff;
}
.home-banner .fd li a p {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-banner .fd li.on {
  display: block;
}

/* 导航链接*/
.public-wrap {
  position: relative;
  height: 35px;
}
.public-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #2175ca;
}
.public-wrap .public-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  color: #a6a8a8;
}
.public-wrap .public-more:hover {
  color: #2175ca;
}
.public-wrap .public-item {
  float: left;
  padding: 0 10px;
  height: 100%;
  line-height: 35px;
  text-align: center;
}
.public-wrap .public-item a {
  display: block;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.public-wrap .public-item.active {
  background: #2175ca;
}
.public-wrap .public-item.active a {
  color: #fff;
  font-weight: 400;
}

.public-data {
  position: relative;
}
.public-data li {
  position: relative;
  line-height: 40px;
}
.public-data li a {
  display: block;
}
.public-data li a:hover .data-text,
.public-data li a:hover .data-date {
  color: #2175ca;
}
.public-data li .data-text {
  float: left;
  width: 75%;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-data li .data-text p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-data li .data-text:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background: #ff5721;
  border-radius: 50%;
}
.public-data li .data-date {
  float: right;
  font-size: 14px;
  color: #999;
}

/* 面包屑*/
.bread-wrap {
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px;
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}
.bread-wrap img {
  margin-right: 7px;
  vertical-align: middle;
  margin-top: 10px;
  float: left;
}
.bread-wrap span,
.bread-wrap a {
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
}
.bread-wrap a {
  margin: 0 6px;
}
.bread-wrap i.sign {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
}

/*分页*/
.page {
  position: relative;
  margin-top: 22px;
  height: 35px;
  text-align: center;
}
.page .layui-laypage {
  margin: 0 0;
}
.page .layui-laypage a,
.page .layui-laypage span {
  height: 100%;
  line-height: 35px;
  margin: 0 3px;
  font-size: 14px;
  color: #333;
}
.page .layui-laypage button,
.page .layui-laypage input {
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
}
.page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #266ed0;
}
.page .layui-laypage a:hover {
  color: #266ed0;
}
.page .layui-laypage-skip .layui-input {
  border-color: #e2e2e2 !important;
}

/*首页1*/
.page-content {
  position: relative;
  height: 562px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 12px;
  overflow: hidden;
}

.home-group {
  width: 100%;
  height: 100%;
}
.home-group .home-left {
  float: left;
  position: relative;
  width: 470px;
  height: 100%;
}
.home-group .home-mid {
  float: left;
  position: relative;
  width: 421px;
  height: 100%;
  margin: 0 15px;
}
.home-group .home-right {
  float: left;
  position: relative;
  width: 254px;
  height: 100%;
}
.home-group .home-link {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 60px;
  font-size: 0;
  overflow: hidden;
}
.home-group .home-link .link-item {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 100%;
  line-height: 60px;
  vertical-align: middle;
}
.home-group .home-link .link-item:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.home-group .home-link .link-item img {
  width: 28px;
  height: 28px;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: middle;
}
.home-group .home-link .link-item span {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.home-group .home-link .link-item + .link-item {
  margin-left: 10px;
}
.home-group .home-link .link-item-1 {
  background: #5fa1f7;
}
.home-group .home-link .link-item-2 {
  background: #ef6b67;
}
.home-group .home-link .link-item-3 {
  background: #efb74f;
}
.home-group .home-link .link-item-4 {
  background: #8cc264;
}
.home-group .home-logo {
  margin-top: 10px;
  position: relative;
  height: 43px;
  font-size: 0;
  overflow: hidden;
}
.home-group .home-logo .logo-item {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  color: #fff;
}
.home-group .home-logo .logo-item:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.home-group .home-logo .logo-item-1 {
  float: left;
  background: url("home-5.png") no-repeat center top;
  background-size: cover;
}
.home-group .home-logo .logo-item-2 {
  float: right;
  background: url("home-6.png") no-repeat center top;
  background-size: cover;
}
.home-group .home-branch {
  margin-top: 10px;
  position: relative;
  height: 120px;
  background: #e5f3fe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}
.home-group .branch-group {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-group .branch-group .branch-panel {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
}
.home-group .branch-group .branch-data > li {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.home-group .branch-group .branch-data > li a {
  display: block;
  height: 100%;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.home-group .branch-group .branch-data > li a:hover {
  color: #266ed0;
}
.home-group .branch-group .branch-data > li img {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 13px;
  vertical-align: middle;
}
.home-group .branch-group .branch-data > li span {
  vertical-align: middle;
}
.home-group .card-content {
  display: none;
}
.home-group .card-content.on {
  display: block;
}
.home-group .card-panel-1 {
  position: relative;
  height: 284px;
  overflow: hidden;
}
.home-group .card-panel-1 .art-wrap {
  position: relative;
  height: 88px;
  overflow: hidden;
}
.home-group .card-panel-1 .art-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #e5e5e5;
}
.home-group .card-panel-1 .art-wrap .art-title {
  width: 330px;
  margin: 17px auto 10px auto;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  text-align: center;
}
.home-group .card-panel-1 .art-wrap .art-main p {
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
  color: #333;
}
.home-group .card-panel-1 .art-wrap .art-main p > a {
  color: #ff5721;
}
.home-group .card-panel-1 .art-data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}
.home-group .card-panel-2 {
  position: relative;
  margin-top: 10px;
  height: 242px;
  overflow: hidden;
}
.home-group .card-panel-2 .art-data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 14px;
}
.home-group .flga-wrap {
  position: relative;
  margin-top: 7px;
  height: 239px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7px;
  background: #f3f7fa;
  border: 1px solid #ddeefb;
  overflow: hidden;
}
.home-group .flga-wrap .data-text {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-group .flga-wrap .data-text p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-group .flga-wrap .data-text:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("home-flag.png") no-repeat center top;
  background-size: cover;
}
.home-group .pic-wrap {
  position: relative;
}
.home-group .pic-wrap .pic-item {
  height: 67px;
  margin-top: 4px;
}
.home-group .pic-wrap .pic-item a {
  display: block;
  height: 100%;
}
.home-group .pic-wrap .pic-item a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/* .home-group .pic-wrap .pic-item + .pic-item {
  margin-top: 7px;
} */
.home-group .pic-wrap .pic-item img{
  width: 254px;
  height: 67px;
}
/*政务公开*/
.affairs-group {
  width: 100%;
  height: 100%;
}
.affairs-group .affairs-left {
  float: left;
  position: relative;
  width: 262px;
  height: 100%;
}
.affairs-group .affairs-mid {
  float: left;
  position: relative;
  width: 425px;
  height: 100%;
  margin: 0 35px 0 20px;
}
.affairs-group .affairs-right {
  float: left;
  position: relative;
  width: 425px;
  height: 100%;
}
.affairs-group .link-data > li {
  position: relative;
  width: 260px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 12px;
  border-radius: 3px;
  background: #e5f3fe;
  border: 1px solid #ddeefb;
}
.affairs-group .link-data > li:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.affairs-group .link-data > li a {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #353434;
}
.affairs-group .link-data > li a img {
  margin-left: 45px;
  margin-right: 13px;
}
.affairs-group .affairs-pic {
  width: 100%;
  /* height: 90px; */
}
.affairs-group .affairs-pic:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.affairs-group .square-panel {
  margin-top: 12px;
  height: auto;
}
.affairs-group .square-item {
  position: relative;
  width: 125px;
  height: 88px;
  text-align: center;
  background: #e5f3fe;
  overflow: hidden;
}
.affairs-group .square-item:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.affairs-group .square-item a {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.affairs-group .square-item a img {
  width: 46px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  border-radius: 50%;
}
.affairs-group .square-item a p {
  line-height: 35px;
}
.affairs-group .card-content {
  display: none;
}
.affairs-group .card-content.on {
  display: block;
}
.affairs-group .card-panel-1 {
  position: relative;
  height: 279px;
  overflow: hidden;
  margin-bottom: 10px;
}
.affairs-group .card-panel-1 .art-data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
}
.affairs-group .card-panel-2 {
  position: relative;
  height: 248px;
  overflow: hidden;
  margin-bottom: 10px;
}
.affairs-group .card-panel-2 .art-data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
}

/* 互动交流*/
.interact-group {
  position: relative;
  width: 100%;
  height: 100%;
}
.interact-group .interact-title {
  position: relative;
  height: 45px;
  line-height: 45px;
}
.interact-group .interact-title p {
  font-size: 18px;
  color: #2175ca;
  font-weight: bold;
}
.interact-group .interact-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #2175ca;
}
.interact-group .interact-nav {
  position: relative;
  height: 155px;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 25px;
  background: url("inter-back.png") no-repeat center top;
  background-size: cover;
}
.interact-group .interact-nav .nav-item {
  position: relative;
  float: left;
  width: 10%;
  height: 100%;
  text-align: center;
  padding-left:45px;
}
.interact-group .interact-nav .nav-item a {
  display: block;
  height: 100%;
}
.interact-group .interact-nav .nav-item a img {
  width: 99px;
  height: 99px;
  margin-top: 14px;
  border-radius: 50%;
}
.interact-group .interact-nav .nav-item a img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.interact-group .interact-nav .nav-item a p {
  font-size: 18px;
  line-height: 30px;
  color: #353535;
}
.interact-group .card-content {
  display: none;
}
.interact-group .card-content.on {
  display: block;
}
.interact-group .inter-left {
  float: left;
  position: relative;
  width: 566px;
  height: 279px;
  overflow: hidden;
}
.interact-group .inter-left .art-data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
}
.interact-group .inter-right {
  float: right;
  position: relative;
  width: 566px;
  height: 279px;
  overflow: hidden;
}
.interact-group .inter-right .art-data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
}

/* 公共服务*/
.service-content {
  position: relative;
  height: 562px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 12px 0 12px;
  overflow: hidden;
}

.service-group {
  position: relative;
  width: 100%;
  height: 100%;
}
.service-group .service-panel-1 {
  position: relative;
}
.service-group .service-panel-1 .service-body {
  position: relative;
  min-height: 169px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 0 0 0;
  overflow: hidden;
}
.service-group .service-panel-1 .infomation {
  position: relative;
  z-index: 2;
}
.service-group .service-panel-1 .infomation > li {
  float: left;
  position: relative;
  width: 33.3%;
  margin-top: 20px;
}
.service-group .service-panel-1 .infomation > li:hover a {
  color: #2175ca;
}
.service-group .service-panel-1 .infomation > li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.service-group .service-panel-1 .infomation > li a p {
  position: relative;
  width: 313px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-group .service-panel-1 .infomation > li a p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background: url("service-1.png") no-repeat center top;
  background-size: cover;
}
.service-group .service-panel-2 {
  position: relative;
}
.service-group .service-panel-2 .service-body {
  position: relative;
  min-height: 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 0 0;
  overflow: hidden;
}
.service-group .service-panel-2 .infomation {
  position: relative;
  z-index: 2;
}
.service-group .service-panel-2 .infomation > li {
  float: left;
  position: relative;
  width: 33.3%;
  margin-top: 20px;
}
.service-group .service-panel-2 .infomation > li:hover a {
  color: #2175ca;
}
.service-group .service-panel-2 .infomation > li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.service-group .service-panel-2 .infomation > li a p {
  position: relative;
  width: 313px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-group .service-panel-2 .infomation > li a p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background: url("service-1.png") no-repeat center top;
  background-size: cover;
}
.service-group .service-panel-3 {
  position: relative;
}
.service-group .service-panel-3 .service-body {
  position: relative;
  min-height: 153px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0 0 0;
  overflow: hidden;
}
.service-group .service-panel-3 .service-body:after {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 141px;
  background: url("service-2.png") no-repeat center top;
  background-size: cover;
}
.service-group .service-panel-3 .infomation {
  position: relative;
  z-index: 2;
}
.service-group .service-panel-3 .infomation > li {
  float: left;
  position: relative;
  width: 33.3%;
  margin-top: 20px;
}
.service-group .service-panel-3 .infomation > li:hover a {
  color: #2175ca;
}
.service-group .service-panel-3 .infomation > li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.service-group .service-panel-3 .infomation > li a p {
  position: relative;
  width: 313px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-group .service-panel-3 .infomation > li a p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background: url("service-1.png") no-repeat center top;
  background-size: cover;
}

/* 其他页面*/
.other-content {
  position: relative;
  /* height: 562px; */
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.other-content .essay-content {
  position: relative;
  width: 100%;
  /* height: 436px; */
  overflow: hidden;
}
.other-content .essay-content .essay-head {
  position: relative;
  width: 100%;
  height: 113px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25px;
  background: #f1f1f4;
  border-bottom: 1px solid #f1f1f4;
}
.other-content .essay-content .essay-title {
  position: relative;
  font-family: 'SimHei,黑体';
  font-size: 28px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.other-content .essay-content .essay-intro {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}
.other-content .essay-content .essay-intro span {
  margin: 0 13px;
}
.other-content .essay-content .essay-body {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 0 10px;
  background: #fff;
}
/*.other-content .essay-content .essay-body p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-indent: 2em;
}*/
.other-content .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.other-content .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 0 1px 5px rgba(216, 222, 223, 0.2) inset;
          box-shadow: 0 0 1px 5px rgba(216, 222, 223, 0.2) inset;
}
.other-content .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.other-content .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px !important;
}
.other-content .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.other-content .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.other-content .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.other-content .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.other-content .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.other-content .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.other-content .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.other-content .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  width: 10px;
  margin-right: 2px;
}
.other-content .share-wrap {
  height: 40px;
  margin-top: 30px;
  font-size: 16px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  background: #f2f2f2;
  overflow: hidden;
}
.other-content .share-wrap .share-btn {
  position: relative;
  color: #333;
  height: 40px;
  line-height: 40px;
}
.other-content .share-wrap .share-btn .priont-btn {
  color: #333;
  margin-right: 25px;
  vertical-align: middle;
}
.other-content .share-wrap .share-btn .priont-btn img {
  display: inline-block;
}
.other-content .share-wrap .share-btn .priont-btn span {
  display: inline-block;
  color: #333;
}
.other-content .share-wrap .share-btn span {
  vertical-align: middle;
}
.other-content .share-wrap .share-btn .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}

/*工作动态*/
.dynamic-content {
  position: relative;
  height: 562px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.dynamic-content .dynamic-body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 16px 0 13px;
}
.dynamic-content .path-way {
  position: relative;
  /* height: 55px; */
  min-height: 45px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}
.dynamic-content .path-way:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #266ed0;
}
.dynamic-content .path-way a {
  display: inline-block;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  vertical-align: middle;
}
.dynamic-content .path-way a.theme {
  font-size: 20px;
  font-weight: bold;
  color: #2175ca;
}
.dynamic-content .path-way .flag-icon {
  display: inline-block;
  width: 9px;
  height: 17px;
  margin: 0 15px;
  background: url("sign.png") no-repeat center top;
  background-size: cover;
  vertical-align: middle;
}
.dynamic-content .dynamic-data {
  position: relative;
  min-height: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 0;
  overflow: hidden;
}
.dynamic-content .dynamic-data:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #edeef1;
}
.dynamic-content .dynamic-data .public-data .data-date {
  font-size: 16px;
}

/* 正文 */

.images-list {
	width: 530px;
	height: 310px;
	border: 1px solid #ccc;
}

.detail-list {
	width: 630px;
	height: 310px;
	border: 1px solid #ccc;
}

.img-title {
	background: #4886da;
}

.img-title>p {
	font-size: 20px!important;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 45px;
	line-height: 45px!important;
}

.photo-list {
	height: 255px;
	margin: 0 auto;
	overflow: auto;
	padding-top: 10px;
}

.photo-list>li {
	float: left;
	margin-left: 9px;
	margin-bottom: 5px;
}

.photo-list a {
	display: block;
	padding: 0 17px;
}

.photo-list img {
	width: 209px;
	height: 147px;
}

.photo-list p {
	height: 30px;
	width: 209px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-list {
	height: 300px;
	overflow: auto;
	margin: 5px 0 5px 5px;
}

.article-list li {
	padding: 0 5px;
	border-top: 1px dashed #ccc;
}

.article-list li:first-child {
	border-top: none;
}

#down_list {
	position: absolute;
	width: 120px;
	left: 917px;
	top: 23px;
	background: #fff;
	color: #4886DA;
	text-align: center;
	line-height: 30px;
	z-index: 9;
	display: none;
}
#down_list li{
	border-bottom: 1px solid ;
}
#down_list li a{
	color: #333;
}
#down_list li a:hover{
	color: #4886DA;
}
#down_key:hover~#down_list{
	display: block;
}
.right-item #down_list:hover{
	display: block;
}
