@charset "utf-8";
body {
  background-color: #eee;
  font-family: "Microsoft Yahei", 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
p,
a {
  word-break: break-all;}
  a {
    color: #333;
}
.main-tools-choose{    float: left;
    margin-left: 40px;}
.container {
  width: 1090px;
  padding: 50px 20px 30px;
  margin: 0 auto;
  background-color: #fff;
}
/* 页面主体 */
.page-main {
  margin-bottom: 20px;
}
/* 版面图片 */
.pic-box {
  position: relative;
  width: 590px;
  /*max-height: 760px;*/
  padding: 16px 13px;
  border: 1px solid #bbb;
}
.pic-box img {
  width: 100%;
  /*height: 808px;*/
}
.pic-box .pic-info {
  margin-top: 20px;
  line-height: 26px;
}
.pic-box .pic-info-ctrl {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #cdd1d8;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#e2e7f0));
  background: -webkit-linear-gradient(top, #fff 30%, #e2e7f0);
  background: -o-linear-gradient(top, #fff 30%, #e2e7f0);
  background: linear-gradient(to bottom, #fff 30%, #e2e7f0);
  text-align: center;
  color: #7186b6;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pic-box .pic-info-ctrl-prev {
  margin-right: 11px;
}
.pic-box .pic-info-ctrl:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* 主体 */
.main-box {
  margin-left: 610px;
}
.main-header {
  /* margin-bottom: 12px; */
  overflow: hidden;
  height: 0;
}
.main-header h1 {
  font-weight: 600;
  font-size: 24px;
  color: #333;
}
.main-header-nav {
  margin-top: 10px;
}
.main-header-nav li {
  padding: 0 14px;
  line-height: 18px;
  border-right: 1px solid #91a5d2;
  font-size: 16px;
}
.main-header-nav li:last-of-type {
  border-right: none;
}
.main-header-nav li a {
  color: #91a5d2;
}
.main-header-nav li a:hover {
  text-decoration: underline;
}
.main-tools {
  position: relative;
  height: 32px;
  padding: 5px 8px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#e2e7f0));
  background: -webkit-linear-gradient(top, #fff 30%, #e2e7f0);
  background: -o-linear-gradient(top, #fff 30%, #e2e7f0);
  background: linear-gradient(to bottom, #fff 30%, #e2e7f0);
  border-top: 1px solid #c6c7bc;
}
.main-tools-ctrl {
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #cdd1d8;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#e2e7f0));
  background: -webkit-linear-gradient(top, #fff 30%, #e2e7f0);
  background: -o-linear-gradient(top, #fff 30%, #e2e7f0);
  background: linear-gradient(to bottom, #fff 30%, #e2e7f0);
  text-align: center;
  color: #7186b6;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-tools-ctrl-nav {
  margin-right: 11px;
}
.main-tools-ctrl:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-layout {
  margin-bottom: 10px;
  overflow: hidden;
}
.main-layout .layout-catalogue {
  width: 255px;
  border: 1px solid #bbb;
}
.main-layout .layout-catalogue-title {
  position: relative;
  height: 31px;
  line-height: 30px;
  padding-left: 24px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#e2e7f0));
  background: -webkit-linear-gradient(top, #fff 20%, #e2e7f0);
  background: -o-linear-gradient(top, #fff 20%, #e2e7f0);
  background: linear-gradient(to bottom, #fff 20%, #e2e7f0);
  border-bottom: 1px solid #bbb;
  font-weight: normal;
  font-size: 16px;
  color: #7186b6;
}
.main-layout .layout-catalogue-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 16px;
  background-color: #7186b6;
  margin-top: -8px;
}
.main-layout .layout-catalogue-main {
  position: relative;
  min-height: 288px;
  padding: 12px 8px 12px 12px;
}
.main-layout .layout-catalogue-list {
  /*height: 288px;*/
  overflow-y: auto;
}
.main-layout .layout-catalogue-list .layout-catalogue-item:last-of-type {
  border-bottom: none;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar-track {
  border-radius: 3px;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar-track-piece {
  display: none;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}
.main-layout .layout-catalogue-item {
  position: relative;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #ccc;
  padding-right: 30px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-layout .layout-catalogue-item a {
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 14px;
}
.main-layout .layout-catalogue-item:hover a,
.main-layout .layout-catalogue-item.active a {
  color: #d8000d;
}
// .main-layout .layout-catalogue-item:after {
//   content: "";
//   position: absolute;
//   top: 50%;
//   right: 10px;
//   display: inline-block;
//   width: 16px;
//   height: 16px;
//   margin-top: -8px;
//   background: url(../img/assets/icon_pdf.png) no-repeat center;
//   background-size: contain;
//   cursor: pointer;
// }
.main-layout .layout-calendar {
  position: relative;
  width: 175px;
  padding: 12px 10px;
  background-color: #ecf1fa;
  border: 1px solid #bbb;
}
.main-layout .layout-calendar .calendar-header {
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#efe7ee));
  background: -webkit-linear-gradient(top, #fff 20%, #efe7ee);
  background: -o-linear-gradient(top, #fff 20%, #efe7ee);
  background: linear-gradient(to bottom, #fff 20%, #efe7ee);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-layout .layout-calendar .calendar-header h4 {
  font-size: 14px;
  color: #5b5e64;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item {
  position: relative;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item select {
  height: 20px;
  padding-left: 4px;
  font-size: 12px;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item .icon-toggle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item .icon-toggle-prev {
  border-right: 7px solid #5b5e64;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item .icon-toggle-next {
  border-left: 7px solid #5b5e64;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item .icon-toggle:hover {
  opacity: .8;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item.year-toggle {
  margin-right: 1px;
}
.main-layout .layout-calendar .calendar-week {
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-layout .layout-calendar .calendar-week li {
  display: inline-block;
  width: 11.5%;
  height: 20px;
  line-height: 20px;
  margin: 1px .1%;
  background-color: #8391ad;
  background: -webkit-gradient(linear, left top, left bottom, from(#696e7a), to(#95a9cf));
  background: -webkit-linear-gradient(top, #696e7a, #95a9cf);
  background: -o-linear-gradient(top, #696e7a, #95a9cf);
  background: linear-gradient(to bottom, #696e7a, #95a9cf);
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.main-layout .layout-calendar .calendar-week li:last-of-type {
  margin-right: 0;
}
.main-layout .layout-calendar .calendar-main {
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}
.main-layout .layout-calendar .calendar-main .day {
  display: inline-block;
  width: 13%;
  height: 19px;
  line-height: 20px;
  margin: 2px .64%;
  background-color: #ecf1fa;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
}
.main-layout .layout-calendar .calendar-main .day.disabled {
  color: #aaa;
  cursor: not-allowed;
}
.main-layout .layout-calendar .calendar-main .day.active {
  background-color: #d8000d;
  color: #fff;
  cursor: pointer;
}
.main-layout .layout-calendar .calendar-footer {
  padding: 5px;
  line-height: 22px;
  background-color: #fff;
  font-size: 12px;
}
.main-layout .layout-calendar .calendar-footer .date-input {
  width: 25px;
  height: 22px;
  border: 1px solid #a9a9a9;
  text-align: center;
}
.main-layout .layout-calendar .calendar-footer .btn-view {
  width: 40px;
  margin-right: 48px;
  margin-top: 5px;
  background-color: #7888a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#4b525c), color-stop(#7888a5), to(#879abd));
  background: -webkit-linear-gradient(top, #4b525c, #7888a5, #879abd);
  background: -o-linear-gradient(top, #4b525c, #7888a5, #879abd);
  background: linear-gradient(to bottom, #4b525c, #7888a5, #879abd);
  border: 2px solid #90a2b8;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  font-size: 12px;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

button#submit_btn {}
.main-layout .layout-calendar .calendar-footer .btn-view:hover {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.main-news {
  position: relative;
  border: 1px solid #bbb;
}
.main-news-title {
  position: relative;
  height: 33px;
  line-height: 32px;
  padding-left: 24px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#e2e7f0));
  background: -webkit-linear-gradient(top, #fff 20%, #e2e7f0);
  background: -o-linear-gradient(top, #fff 20%, #e2e7f0);
  background: linear-gradient(to bottom, #fff 20%, #e2e7f0);
  border-bottom: 1px solid #bbb;
  font-weight: normal;
  font-size: 16px;
  color: #7186b6;
}
.main-news-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 16px;
  background-color: #7186b6;
  margin-top: -8px;
}
.main-news-main {
  padding: 5px 15px;
}
.main-news-main .news-item {
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-left: 16px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.main-news-main .news-item a {
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-news-main .news-item a:hover {
  text-decoration: underline;
}
.main-news-main .news-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: #acbfe6;
}
.main-content {
 min-height: 370px;
  padding: 30px;
  border-top: 1px solid #bbb;
  overflow-y: auto;
  font-size: 1em;
}
.main-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}
.main-content::-webkit-scrollbar-track {
  border-radius: 3px;
}
.main-content::-webkit-scrollbar-track-piece {
  display: none;
}
.main-content::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-content::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}
.main-content-wrapper {
  margin-bottom: 20px;
}
.main-content-header,
.main-content-footer {
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#efefef));
  background: -webkit-linear-gradient(top, #fff 40%, #efefef);
  background: -o-linear-gradient(top, #fff 40%, #efefef);
  background: linear-gradient(to bottom, #fff 40%, #efefef);
  overflow: hidden;
}
.main-content-header .article-ctrls,
.main-content-footer .article-ctrls {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-content-header .article-ctrl,
.main-content-footer .article-ctrl {
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #cdd1d8;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#e2e7f0));
  background: -webkit-linear-gradient(top, #fff 30%, #e2e7f0);
  background: -o-linear-gradient(top, #fff 30%, #e2e7f0);
  background: linear-gradient(to bottom, #fff 30%, #e2e7f0);
  text-align: center;
  color: #7186b6;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-content-header .article-ctrl-prev,
.main-content-footer .article-ctrl-prev {
  margin-right: 11px;
}
.main-content-header .article-ctrl:hover,
.main-content-footer .article-ctrl:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-content-header .font-ctrls,
.main-content-footer .font-ctrls {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-content-header .font-ctrl,
.main-content-footer .font-ctrl {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-content-header .font-ctrl.disabled,
.main-content-footer .font-ctrl.disabled {
  cursor: not-allowed;
}
.main-content-header .font-ctrl-icon,
.main-content-footer .font-ctrl-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-content-header .font-ctrl-icon-plus,
.main-content-footer .font-ctrl-icon-plus {
  background-image: url(../img/assets/icon_plus.png);
}
.main-content-header .font-ctrl-icon-sub,
.main-content-footer .font-ctrl-icon-sub {
  background-image: url(../img/assets/icon_sub.png);
}
.main-content-header .font-ctrl-icon-default,
.main-content-footer .font-ctrl-icon-default {
  background-image: url(../img/assets/icon_default.png);
}
.main-content-header .font-ctrl:hover,
.main-content-footer .font-ctrl:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
/* 页脚 */
.footer {
  padding: 15px 0;
  border: 1px solid #bbb;
  text-align: center;
}
.footer-content {
  line-height: 26px;
  color: #666;
}
.footer-content a {
  color: #666;
}
.footer-content a:hover {
  text-decoration: underline;
}
.imgdesc{
  font-family: "楷体";
  text-align: center;
}
cms-content p{
	min-height:10px;     
    word-break: break-all;
    line-height: 24px;
    font-family: 宋体;
}
  .swiper-box .swiper-container{
    margin-top：15px;
}
.swiper-container{
   margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
	bottom:10px;
}
 .swiper-box .swiper-container .swiper-slide{
    font-size:12px;
    width:24.8%;
}

 .swiper-box .swiper-container .swiper-slide{
   text-align: center;
    background: #d00;
    color: #fff;
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
    text-indent: 0;
    height: 34px;
    line-height: 34px; 
}
 .swiper-box .swiper-container .swiper-slide a{
    color:#fff;
}
.datesource{
margin-top: 5px;
    text-align: center;
    font-family: 宋体;
    font-size: 14px;
}


    .header {
        width: auto;
        height: 100px;
        background: url(/Public/demo/szb/pc/image/top_bg.jpg) top repeat-x;
        display: flex;
    }

    .headerbox {
        width: 1040px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100px;
    }

    .centerbox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1040px;
        height: 90px;
        margin-top: -10px;
    }

    .logobox {
        margin: 0 10px;
    }

    .logo {
        /* margin-top: 10px; */
       max-width: 200px;
    }

    .search {
        width: 440px;
    }

    .search img {
        width: 100%;
    }

    .searchbox {
        display: flex;
        width: 100%;
        margin: 10px 0;
    }
#context{
    width: 509px!important;
    border: 1px solid #000 !important;
}
.email{
        margin: 5px 0;
        float: right;
        width: 175px;
}