@keyframes gov_icon {
  50% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(10deg);
  }

  70% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }

  90% {
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes gov_icon {
  50% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(10deg);
  }

  70% {
    -webkit-transform: rotate(-10deg);
  }

  80% {
    -webkit-transform: rotate(10deg);
  }

  90% {
    -webkit-transform: rotate(-5deg);
  }
}

@-o-keyframes gov_icon {
  50% {
    -o-transform: rotate(-10deg);
  }

  60% {
    -o-transform: rotate(10deg);
  }

  70% {
    -o-transform: rotate(-10deg);
  }

  80% {
    -o-transform: rotate(10deg);
  }

  90% {
    -o-transform: rotate(-5deg);
  }
}

@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 Arial, '宋体';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  .hide {
    display: none;
  }

  .menu-button {
    position: relative;
  }

  .menu-button {
    background: #f2f2f2;
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  .back-home {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
  }

  .menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    background-image: url(/szgyyq/xhtml/images/mobile-menu-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
  }

  .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }

  .hnew-navbar-center-list-item {
    background: #fff;
    width: 120px;
    display: inline-block;
    margin: 10px 0;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 4px;
    color: #1d71b7;
    text-align: center;
    font-size: 14px;
  }

  .menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  .menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }

  .img-mobile {
    width: 50px;
    margin: 20px auto 0;
  }

  .img-title {
    width: 90%;
    margin: 15px auto;
  }

  .header-img {
    max-width: 100vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .search {
    width: calc(100vw - 80px);
    margin: 40px 0 30px 40px;
  }

  .search dl {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    overflow: hidden;
  }

  .search dl dd {
    margin-right: 70px;
    padding-left: 10px;
    height: 33px;
    background-color: transparent;
    border: none;
  }

  .search dl dd input[type='text'] {
    padding: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-size: 14px;
    color: #999;
    background: none;
    border: 0;
    vertical-align: top;
  }

  .search dl dt.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 33px;
    border-left: 1px solid #b5b5b5;
  }

  .search dl dt input.searchBtn {
    width: 100%;
    height: 33px;
    color: #fff;
    background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
      no-repeat center;
    -webkit-appearance: none;
    border: none;
    vertical-align: top;
    cursor: pointer;
  }

  .title-news-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    background-image: url(/szgyyq/xhtml/images/news-center-bg.png);
  }
  .title-news-center-2 {
    display: flex;
    width: 100%;
    height: 150px;
    color: #fff;
    background-image: url(/szgyyq/xhtml/images/news-center-bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .title-news-center-2 p {
    width: 100%;
    font-size: 22px;
    margin-top: 40px;
    text-indent: 10%;
  }
  /* 列表样式 */
  .infoList li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .infoList li h4 {
    position: relative;
    padding: 0 100px 0 40px;
    font-weight: normal;
    font-size: 1em;
    overflow: hidden;
  }

  .infoList li a {
    float: left;
    line-height: 1.6em;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }

  .infoList li h4 a:before {
    content: '';
    position: absolute;
    display: block;
    top: -11px;
    left: 2px;
    margin-top: 0.8em;
    background-color: #999;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background: url(/szgyyq/xhtml/images/base-news-icon.png) no-repeat;
    background-size: 100% 100%;
  }

  .infoList .time {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 2px;
    margin-top: -0.8em;
    line-height: 1.6em;
    color: #999;
    font-size: 0.9375em;
    font-family: Arial;
    white-space: nowrap;
  }

  /*page 分页器样式*/
  #page_div {
    padding: 20px 10px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    clear: both;
  }

  #page_div a {
    color: #333;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num,
  #page_div .pagination_index_last,
  #page_div #pagination_input,
  #page_div #currentPage {
    display: inline-block;
    *display: inline;
    margin: 4px;
    zoom: 1;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    vertical-align: top;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
  }

  #page_div .arrow a:hover,
  #page_div .index_num {
    background: #0063b8;
    border-color: #0063b8;
    color: #fff;
    text-decoration: none;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num {
    padding: 0 10px;
  }

  #page_div .index_num {
    font-weight: 700;
  }

  #page_div .pagination_index_last {
    padding: 0 6px;
  }

  #page_div #pagination_input {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
  }

  #page_div #currentPage {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
  }
  /* 图片列表样式 */
  .picList {
    overflow: hidden;
    clear: both;
    border: 1px solid #f0f0f0;
    margin: 0;
  }

  .picList .cont {
    padding: 5px;
  }

  .picList .cont a {
    font: 14px/32px 'Microsoft YaHei', '微软雅黑';
    overflow: hidden;
    display: block;
    padding: 8px 5px;
    background: linear-gradient(#ffffff, #fafafa);
  }

  .picList .cont a img {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #dfdfdf;
    padding: 2px;
    margin: 0 20px 0 0;
  }

  .picList .cont a span {
  }

  .blueTit {
    background: #1d71b7;
    color: #fff;
    overflow: hidden;
    clear: both;
    padding: 10px 10px;
  }

  .blueTit span,
  .blueTit a {
    color: #fff;
    display: block;
    font: 20px/30px 'Microsoft YaHei', '微软雅黑';
  }

  .blueTit span {
    float: left;
    padding: 0 0 0 30px;
    background: url(../images/news_icon.png) left -30px no-repeat;
  }

  .blueTit a {
    float: right;
    font: 28px/30px '宋体';
  }
  /*今园区每周期刊列表页*/
  .jyq_content .title {
    font-size: 18pt;
    line-height: 28pt;
    font-weight: bold;
    text-align: center;
  }

  .jyq_content .dec {
    text-align: center;
    font-size: 14px;
  }

  .jyq_item {
    margin: 20px 0;
  }

  .jyq_item {
    *zoom: 1;
  }

  .jyq_item:before,
  .jyq_item:after {
    display: table;
    line-height: 0;
    content: '';
  }

  .jyq_item:after {
    clear: both;
  }

  .jyq_item .img_left {
    width: 20%;
    float: left;
  }

  .jyq_item .img_left img {
    width: 100%;
  }

  .jyq_item .con_right {
    width: 78%;
    float: right;
  }

  .jyq_item .con_right .tt {
    position: relative;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 10px;
  }

  .jyq_item .con_right .more {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
  }

  .jyq_item .con_right li {
    line-height: 25px;
  }

  .jyq_item .con_right li a {
    background: url(../images/orange_icon.gif) no-repeat left center;
    padding-left: 15px;
  }

  .jyq_wqcx {
    text-align: center;
    padding: 20px;
  }

  .listThemeBox ul {
    overflow: hidden;
    clear: both;
    padding: 0 20px;
  }

  .listThemeBox li a,
  .listThemeBox li img,
  .listThemeBox li span {
    display: block;
  }

  .listThemeBox li {
    width: 100%;
    padding: 20px 0;
    float: left;
    border-bottom: 1px solid #dfdfdf;
  }

  .listThemeBox li a {
    height: 90px;
    overflow: hidden;
  }

  .listThemeBox li a:hover {
    text-decoration: none;
  }

  .listThemeBox li img {
    float: left;
    width: 72px;
    height: 72px;
    margin: 0 20px 0 10px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    background: #e8e8e8;
  }

  .listThemeBox li i {
    color: #000;
  }

  .listThemeBox li b {
    color: #000;
    font: 14px 'Microsoft YaHei', '微软雅黑';
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 12px 0;
  }

  .listThemeBox li span {
    color: #aaa;
    font: 12px 'Microsoft YaHei', '微软雅黑';
    display: block;
    overflow: hidden;
  }

  body {
    background: #f1f1f1;
  }
  .hidden-pc {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  .hide {
    display: none;
  }

  .menu-button {
    position: relative;
  }

  .menu-button {
    background: #f2f2f2;
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  .back-home {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
  }

  .menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    background-image: url(/szgyyq/xhtml/images/mobile-menu-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
  }

  .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }

  .hnew-navbar-center-list-item {
    background: #fff;
    width: 120px;
    display: inline-block;
    margin: 10px 0;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 4px;
    color: #1d71b7;
    text-align: center;
    font-size: 14px;
  }

  .menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  .menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }

  .img-mobile {
    width: 50px;
    margin: 20px auto 0;
  }

  .img-title {
    width: 90%;
    margin: 15px auto;
  }

  .header-img {
    max-width: 100vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
  }

  .search {
    width: calc(100vw - 80px);
    margin: 40px 0 30px 40px;
  }

  .search dl {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    overflow: hidden;
  }

  .search dl dd {
    margin-right: 70px;
    padding-left: 10px;
    height: 33px;
    background-color: transparent;
    border: none;
  }

  .search dl dd input[type='text'] {
    padding: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-size: 14px;
    color: #999;
    background: none;
    border: 0;
    vertical-align: top;
  }

  .search dl dt.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 33px;
    border-left: 1px solid #b5b5b5;
  }

  .search dl dt input.searchBtn {
    width: 100%;
    height: 33px;
    color: #fff;
    background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
      no-repeat center;
    -webkit-appearance: none;
    border: none;
    vertical-align: top;
    cursor: pointer;
  }

  .title-news-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    background-image: url(/szgyyq/xhtml/images/news-center-bg.png);
  }
  .title-news-center-2 {
    display: flex;
    width: 100%;
    height: 150px;
    color: #fff;
    background-image: url(/szgyyq/xhtml/images/news-center-bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .title-news-center-2 p {
    width: 100%;
    font-size: 22px;
    margin-top: 40px;
    text-indent: 10%;
  }
  /* 列表样式 */
  .infoList {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
  }
  .infoList li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .infoList li h4 {
    position: relative;
    padding: 0;
    font-weight: normal;
    font-size: 1em;
    overflow: hidden;
  }

  .infoList li a {
    display: block;
    width: 100%;
    float: none;
    line-height: 1.6em;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
  }

  .infoList li h4 a:before {
    display: none;
  }

  .infoList .time {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 8px;
    line-height: 1;
    color: #666;
    font-size: 0.9375em;
    font-family: Arial;
    text-align: right;
    white-space: nowrap;
  }

  /*page 分页器样式*/
  #page_div {
    padding: 20px 10px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    clear: both;
  }

  #page_div a {
    color: #333;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num,
  #page_div .pagination_index_last,
  #page_div #pagination_input,
  #page_div #currentPage {
    display: inline-block;
    *display: inline;
    margin: 4px;
    zoom: 1;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    vertical-align: top;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
  }

  #page_div .arrow a:hover,
  #page_div .index_num {
    background: #0063b8;
    border-color: #0063b8;
    color: #fff;
    text-decoration: none;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num {
    padding: 0 10px;
  }

  #page_div .index_num {
    font-weight: 700;
  }

  #page_div .pagination_index_last {
    padding: 0 6px;
  }

  #page_div #pagination_input {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
  }

  #page_div #currentPage {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
  }
  /* 图片列表样式 */
  .picList {
    overflow: hidden;
    clear: both;
    border: 1px solid #f0f0f0;
    margin: 0;
  }

  .picList .cont {
    padding: 5px;
  }

  .picList .cont a {
    font: 14px/32px 'Microsoft YaHei', '微软雅黑';
    overflow: hidden;
    display: block;
    padding: 8px 5px;
    background: linear-gradient(#ffffff, #fafafa);
  }

  .picList .cont a img {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #dfdfdf;
    padding: 2px;
    margin: 0 20px 0 0;
  }

  .picList .cont a span {
  }

  .blueTit {
    background: #1d71b7;
    color: #fff;
    overflow: hidden;
    clear: both;
    padding: 10px 10px;
  }

  .blueTit span,
  .blueTit a {
    color: #fff;
    display: block;
    font: 20px/30px 'Microsoft YaHei', '微软雅黑';
  }

  .blueTit span {
    float: left;
    padding: 0 0 0 30px;
    background: url(../images/news_icon.png) left -30px no-repeat;
  }

  .blueTit a {
    float: right;
    font: 28px/30px '宋体';
  }
  /*今园区每周期刊列表页*/
  .jyq_content .title {
    font-size: 18pt;
    line-height: 28pt;
    font-weight: bold;
    text-align: center;
  }

  .jyq_content .dec {
    text-align: center;
    font-size: 14px;
  }

  .jyq_item {
    margin: 20px 0;
  }

  .jyq_item {
    *zoom: 1;
  }

  .jyq_item:before,
  .jyq_item:after {
    display: table;
    line-height: 0;
    content: '';
  }

  .jyq_item:after {
    clear: both;
  }

  .jyq_item .img_left {
    width: 20%;
    float: left;
  }

  .jyq_item .img_left img {
    width: 100%;
  }

  .jyq_item .con_right {
    width: 78%;
    float: right;
  }

  .jyq_item .con_right .tt {
    position: relative;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 10px;
  }

  .jyq_item .con_right .more {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
  }

  .jyq_item .con_right li {
    line-height: 25px;
  }

  .jyq_item .con_right li a {
    background: url(../images/orange_icon.gif) no-repeat left center;
    padding-left: 15px;
  }

  .jyq_wqcx {
    text-align: center;
    padding: 20px;
  }

  .listThemeBox ul {
    overflow: hidden;
    clear: both;
    padding: 0 20px;
  }

  .listThemeBox li a,
  .listThemeBox li img,
  .listThemeBox li span {
    display: block;
  }

  .listThemeBox li {
    width: 100%;
    padding: 20px 0;
    float: left;
    border-bottom: 1px solid #dfdfdf;
  }

  .listThemeBox li a {
    height: 90px;
    overflow: hidden;
  }

  .listThemeBox li a:hover {
    text-decoration: none;
  }

  .listThemeBox li img {
    float: left;
    width: 72px;
    height: 72px;
    margin: 0 20px 0 10px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    background: #e8e8e8;
  }

  .listThemeBox li i {
    color: #000;
  }

  .listThemeBox li b {
    color: #000;
    font: 14px 'Microsoft YaHei', '微软雅黑';
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 12px 0;
  }

  .listThemeBox li span {
    color: #aaa;
    font: 12px 'Microsoft YaHei', '微软雅黑';
    display: block;
    overflow: hidden;
  }

  /* 视频新闻 */
  .videosBox {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
    background: #fff;
  }

  .videoImgsBox {
    clear: both;
    overflow: hidden;
    width: 100%;
  }

  .videoImgsBox li,
  .videoImgsBox li a,
  .videoImgsBox li img {
    width: 100%;
    height: auto;
  }

  .videoImgsBox .cont li {
    position: relative;
  }

  .videoImgsBox .vedio_con video {
    width: 100%;
    height: auto;
  }

  .videoImgsBox .cont li b {
    width: 100%;
    background: #000000 url(../images/news_icon.png) 10px -115px no-repeat;
    background-size: 20px;
    text-indent: 40px;
    font: 16px/30px Arial;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
  .minNewsTit {
    font: normal 16px/20px 'Microsoft YaHei', '微软雅黑';
    margin-bottom: 12px;
  }

  .videoList .cont {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .videoList .cont a {
    margin-bottom: 12px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(163, 163, 164, 0.41);
    border-radius: 2px;
    width: calc(50% - 6px);
  }
  .videoList .cont a img {
    width: 100%;
    margin-bottom: 12px;
  }
  .videoList .cont a span {
    display: block;
    width: 100%;
    font: normal 16px/16px 'Microsoft YaHei', '微软雅黑';
  }

  .picBox {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
    background: #fff;
  }
  .picBox .cont li {
    margin-bottom: 12px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(163, 163, 164, 0.41);
    border-radius: 2px;
  }
  .picBox .cont li img {
    width: 111px;
    height: 67px;
    vertical-align: top;
  }

  .picBox .cont li b {
    display: block;
    width: 100%;
    font: normal 16px/20px 'Microsoft YaHei', '微软雅黑';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pic-info {
    padding-left: 8px;
    box-sizing: border-box;
    width: calc(100% - 120px);
    display: inline-block;
  }
  .pic-time,
  .pic-from {
    margin-top: 8px;
    color: #666666;
    font: normal 12px/12px 'Microsoft YaHei', '微软雅黑';
    overflow: hidden;
  }
  .pic-info .content{
    margin-top: 8px;
    display: block;
    color: #666666;
    font: normal 12px/12px 'Microsoft YaHei', '微软雅黑';
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
  }
  .pic-time::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/spyq-icon-time.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
  }
  .lineTit {
    height: 30px;
    position: relative;
    margin: 0 0 12px;
  }

  .lineTit span {
    font: 16px/30px 'Microsoft YaHei', '微软雅黑';
    padding: 5px 0 0;
    background: #ffffff;
    width: 200px;
    text-align: center;
  }

  .lineTit span em {
  }

  .lineTit a {
    float: right;
    font: 12px/30px 'Microsoft YaHei', '微软雅黑';
    color: #2065bb;
    background: #ffffff;
  }

  /* 动态回顾 */
  .reveiwAll {
    min-height: calc(100vh - 500px);
    padding: 12px;
    background: #fff;
    clear: both;
    overflow: hidden;
    margin: 0 0 10px;
  }

  .reveiwAll .tit {
    margin-bottom: 8px;
  }

  .reveiwAll .tit span {
    font: 16px/30px 'Microsoft YaHei', '微软雅黑';
  }

  .reveiwAll .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .reveiwAll .cont a {
    display: block;
    width: 30%;
    margin-bottom: 12px;
    color: #2077e7;
    background: #f4f4f4;
    border-radius: 1px;
    font: 20px/34px arial;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }

  .reveiwList .tit {
    border-bottom: 1px dashed #c3c3c3;
    padding: 10px 0;
    margin: 0 0 30px;
  }

  .reveiwList .tit span {
    font: 22px/35px 'Microsoft YaHei', '微软雅黑';
    display: block;
    background: url(../images/news_icon.png) left -260px no-repeat;
    padding: 0 0 0 50px;
  }

  .reveiwItem {
    width: 33.333333%;
    float: left;
    margin: 0 0 30px;
  }

  .reveiwItem .minTrgTit {
    margin: 0 10px;
  }

  .reveiwItem .cont {
    border: 1px solid #eaeaea;
    clear: both;
    overflow: hidden;
    padding: 20px 0 10px 20px;
    margin: 0 10px;
    min-height: 98px;
  }

  .reveiwItem .cont a {
    display: block;
    color: #575b66;
    margin: 0 10px 15px 0;
    float: left;
    background: #f5f5f5;
    border-radius: 5px;
    font: 20px/34px arial;
    padding: 0 16px;
  }

  .reveiwAll .cont a:hover,
  .reveiwItem .cont a:hover {
    background: #2077e7;
    color: #fff;
  }

  .triangleTit {
    margin-top: 20px;
    background: #eeeeee;
    overflow: hidden;
    clear: both;
    padding: 0 10px 0 0;
  }

  .triangleTit span,
  .triangleTit a {
    display: block;
    font: 16px/40px 'Microsoft YaHei', '微软雅黑';
  }

  .triangleTit span {
    float: left;
    position: relative;
    box-shadow: 12px 12px 0 #9abcd8;
    padding: 0 50px 0 60px;
    color: #fff;
    background: #1d71b7 url(../images/news_icon.png) 20px -26px no-repeat;
  }

  .triangleTit em,
  .triangleTit i {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
  }

  .triangleTit em {
    right: -8px;
    border-left: 8px solid #1d71b7;
    border-top: 35px solid transparent;
  }

  .triangleTit i {
    right: -20px;
    border-left: 6px solid #9abcd8;
    border-top: 25px solid transparent;
  }

  .triangleTit a {
    float: right;
    font: 28px/50px '宋体';
    color: #1d71b7;
  }

  /* 新闻中心 - 文章列表 */
  .listBox {
    background: #fff;
  }
  .listBox ul {
    padding: 10px;
  }

  .listBox li {
    font: 17px/40px Arial;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
  }

  .listBox li a {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
  }

  .listBox li span {
    float: right;
    color: #999999;
  }

  .listBox li em {
    display: none;
    overflow: hidden;
    background: #cbcbcb;
    width: 2px;
    height: 2px;
    margin: 20px 10px 0 2px;
    float: left;
  }
  /* 动态回顾 */
  .contAll {
    position: relative;
  }
  .contAll .col.col-18 {
    position: relative;
  }
  .contAll .col-5.fr {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .annalsBox {
    position: relative;
  }
  .annalsBox .annalsTit {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #2e60ac;
    line-height: 40px;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
  }
  .annalsBox .annalsTit:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #2e60ac transparent transparent transparent;
  }

  .annalsBox .cont {
    width: 100%;
    display: none;
    border-top: 1px solid #e8e8e8;
    position: absolute;
    background-color: #fff;
    z-index: 5;
  }
  .annalsBox .cont a {
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  .channel-menu-box {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .channel-name {
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #2e60ac;
    line-height: 40px;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
  }
  .channel-menu {
    width: 100%;
    display: none;
    border-top: 1px solid #e8e8e8;
    position: absolute;
    background-color: #fff;
    z-index: 5;
  }
  .channel-menu li {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .channel-menu li a {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }
  .channel-menu li a.active {
    background-color: #fff;
    color: #2e60ac;
  }
  .channel-name:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #2e60ac transparent transparent transparent;
  }
  .container {
    width: 100% !important;
  }
  .gcjsLeft.hidden-pc {
    overflow: visible;
  }
}

/* 轮播图 */
.swiper1 {
  margin: 10px 0;
}

.swiper-slide img {
  width: 100vw;
  min-height: 215px;
  height: auto;
}

.swiper-slide .title {
  position: absolute;
  bottom: 0;
  background-color: #66614f;
  height: 40px;
  width: 100%;
  filter: alpha(Opacity=80);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.swiper-pagination {
  text-align: right !important;
}

.swiper-slide span {
  color: #fff;
  float: left;
  line-height: 40px;
  height: 40px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  text-indent: 10px;
}

.swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}

.swiper-container .swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 0.8;
}

/* 工作状态、通知公告 */
.n_listBoxs,
.n_listBoxs1 {
  width: calc(100% - 20px);
  margin-left: 10px;
}

.n_l_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.n_l_nav a {
  color: #235399;
  font-size: 14px;
}

.n_l_nav span {
  font-weight: bold;
  display: block;
  float: left;
  cursor: pointer;
  padding: 0 13px;
  font: bold 16px/33px 宋体;
  color: #333333;
  background: #eeeeee;
}

a {
  color: #434343;
  text-decoration: none;
}

.n_l_nav span.on {
  color: #fff;
  background: #258bcb;
  font: bold 16px/33px 宋体;
}

.n_listBoxs ul,
.n_listBoxs1 ul {
  width: 100%;
  padding: 10px 0;
}

.n_listBoxs ul li,
.n_listBoxs1 ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.n_listBoxs ul li a,
.n_listBoxs1 ul li a {
  font-size: 15px;
}

.n_listBoxs .cont .date,
.n_listBoxs1 .cont .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #666666;
  margin-top: 6px;
}
.n_listBoxs .cont .date b,
.n_listBoxs1 .cont .date b {
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}
.n_listBoxs .cont .date span,
.n_listBoxs1 .cont .date span {
  display: inline-block;
  white-space: nowrap;
}

.navList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: -11px;
  margin-top: 12px;
}

.navList a {
  width: 25%;
}

.dzqk ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.dzqk ul li {
  border-bottom: 0;
}

.defaultdiv {
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 5%;
}

.special_column {
  line-height: 50px;
  height: 50px;
  width: 100px;
  border-bottom: solid 2px #13468f;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  color: #333333;
}

.divider {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.Box {
  margin-top: 3%;
  margin-bottom: 10px;
}

.Box .content {
  width: 100%;
  margin-left: 10px;
}

.Box .content ul {
  overflow: hidden;
  width: 5200px;
}

.Box .content ul li {
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.test3 {
  position: relative;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}

.test3 a {
  text-decoration: none;
  border-bottom: none;
  float: left;
  height: 26px;
  color: #333333;
  font-weight: normal;
  text-align: center;
}

.test3 .on {
  font-weight: bold;
  border-bottom: 2px solid #13468f;
}

.test3 .more {
  color: #235399;
  font-size: 14px;
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }

  .header {
    min-width: 1200px;
  }

  .header-top-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-size: 14px;
    color: #bfd5f5;
    background: #245399;
  }

  .header-top {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .back-home {
    color: #bfd5f5;
    cursor: pointer;
  }

  .header-top-right {
    display: flex;
    align-items: center;
  }

  .top-bar-gh {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .logo {
    width: 1200px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }

  .nav-bar {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }

  .nav-left {
    width: 100%;
    height: 70px;
    background: #317ac9;
  }

  .nav-center {
    height: 70px;
    min-width: 1200px;
    background: white;
    display: flex;
    align-items: flex-end;
  }

  .nav-right {
    width: 100%;
    height: 55px;
    background: #317ac9;
  }

  .nav-title {
    max-width: 230px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 100%;
    background: #317ac9;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 0 60px;
  }

  .nav-img {
    height: 100%;
    flex-shrink: 0;
  }

  .hnew-navbar-center-list {
    width: 100%;
    height: 55px;
    background: #317ac9;
    display: flex;
    align-items: center;
  }

  .hnew-navbar-center-list-item {
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    margin-left: 30px;
  }

  .search {
    float: right;
    width: 200px;
    margin-right: 30px;
  }

  .search dl {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    overflow: hidden;
  }

  .search dl dd {
    margin-right: 70px;
    padding-left: 10px;
    height: 31px;
    background-color: transparent;
    border: none;
  }

  .search dl dd input[type='text'] {
    padding: 0;
    height: 31px;
    line-height: 31px;
    width: 100%;
    font-size: 14px;
    color: #999;
    background: none;
    border: 0;
    vertical-align: top;
  }

  .search dl dt.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 31px;
    border-left: 1px solid #b5b5b5;
  }

  .search dl dt input.searchBtn {
    width: 100%;
    height: 31px;
    color: #fff;
    background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
      no-repeat center;
    -webkit-appearance: none;
    border: none;
    vertical-align: top;
    cursor: pointer;
  }

  .switch-language a {
    color: #bfd5f5;
  }

  q:before,
  q:after {
    content: '';
  }

  a:focus,
  input,
  textarea {
    outline-style: none;
  }

  input[type='text'],
  input[type='password'],
  textarea {
    outline-style: none;
    -webkit-appearance: none;
  }

  textarea {
    resize: none;
  }

  address,
  caption,
  cite,
  code,
  dfn,
  em,
  i,
  th,
  var,
  b {
    font-style: normal;
    font-weight: normal;
  }

  abbr,
  acronym {
    border: 0;
    font-variant: normal;
  }

  b {
    font-weight: bold;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }

  a {
    color: #444444;
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
    color: #268bcb;
  }

  .col {
    float: left;
  }

  /*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { float: left}*/
  .col-1 {
    width: 4.16666667%;
  }

  .col-2 {
    width: 8.33333333%;
  }

  .col-3 {
    width: 12.5%;
  }

  .col-4 {
    width: 16.66666667%;
  }

  .col-5 {
    width: 20.83333333%;
  }

  .col-6 {
    width: 25%;
  }

  .col-7 {
    width: 29.1666667%;
  }

  .col-8 {
    width: 33.33333333%;
  }

  .col-9 {
    width: 37.5%;
  }

  .col-10 {
    width: 41.66666667%;
  }

  .col-11 {
    width: 45.83333333%;
  }

  .col-12 {
    width: 50%;
  }

  .col-13 {
    width: 54.16666667%;
  }

  .col-14 {
    width: 58.33333333%;
  }

  .col-15 {
    width: 62.5%;
  }

  .col-16 {
    width: 66.66666667%;
  }

  .col-17 {
    width: 70.83333333%;
  }

  .col-18 {
    width: 75%;
  }

  .col-19 {
    width: 79.16666667%;
  }

  .col-20 {
    width: 83.33333333%;
  }

  .col-21 {
    width: 87.5%;
  }

  .col-22 {
    width: 91.66666667%;
  }

  .col-23 {
    width: 95.83333333%;
  }

  .col-24 {
    width: 100%;
  }

  body {
    color: #464646;
    min-width: 1200px;
  }

  .warp {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    display: block;
  }

  .newsList {
    display: block;
  }

  .tiplist li em,
  .crumb .home {
    background: url('../images/news_icon.png') left top no-repeat;
  }

  .top {
    background: #f7f7f7;
    text-align: right;
    border-bottom: 1px solid #dedede;
    height: 32px;
    width: 100%;
  }

  .top a.homeBtn {
    background: url('../images/head_box_2018.png') center 0 no-repeat;
    line-height: 28px;
    width: 120px;
    padding: 0 0 0 15px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
  }

  .top a.homeBtn:hover {
    background-position: center -30px;
    text-decoration: none;
  }

  .top span {
    display: inline-block;
    padding: 0 30px;
    display: block;
    float: left;
    font: 12px/31px Arial;
  }

  .saosou {
    width: 32%;
    float: right;
    padding-top: 3%;
  }

  .saosou .txt {
    width: 270px;
    height: 34px;
    border: 1px solid #b5b5b5;
    border-right: none;
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    display: inline-block;
    margin-top: 10px;
  }

  .saosou .btn {
    border: solid 1px #b5b5b5;
    width: 56px;
    height: 36px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
    margin-top: 10px;
    background: url(../../www.sipac.gov.cn/images/2018/ssan.jpg) no-repeat
      center center;
  }

  .bottomsoid {
    width: 100%;
    border-bottom: solid 4px #b7c4d7;
  }

  .mainNav {
    background: #235399;
    height: 60px;
    line-height: 60px;
  }

  .mainNav a {
    display: block;
    float: left;
    position: relative;
    padding: 0 30px;
    color: #fff;
    font: 19px/60px arial;
    text-decoration: none;
  }

  .mainNav a span {
    display: block;
  }

  .mainNav a em {
    display: block;
    position: absolute;
    right: -1px;
    width: 1px;
    top: 20px;
    height: 20px;
    overflow: hidden;
    background: #3475a9;
    border-left: #014380 1px solid;
  }

  .mainNav a:hover {
    background: #2e60ac;
  }

  .mainNav a.on {
    background-color: #366dbf;
  }

  .mainNav a.on em {
    width: 0;
    height: 0;
    right: -8px;
    top: 0;
    background: none;
    border-bottom: 40px solid transparent;
    border-left: 8px solid #093c65;
    z-index: 1;
  }

  .newsBox {
    margin-bottom: 20px;
    overflow: hidden;
    background: #f7f7f7;
    padding: 30px 0;
  }

  .newsBox .n_imgsBox {
    width: 720px;
    height: 445px;
    float: left;
    position: relative;
    overflow: hidden;
  }

  .n_imgsBox .callbacks li {
    width: 720px;
    height: 445px;
  }

  .n_imgsBox .callbacks li a {
    display: block;
    position: relative;
  }

  .n_imgsBox .callbacks li a:hover {
    text-decoration: none;
  }

  .n_imgsBox li img {
    width: 720px;
    height: 445px;
    display: block;
  }

  .n_imgsBox .callbacks li span {
    width: 720px;
    font: 19px/50px Arial;
    display: block;
    text-indent: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #000000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  .n_imgsBox .callbacks_tabs {
    position: absolute;
    height: 20px;
    bottom: 8px;
    right: 30px;
    z-index: 9;
  }

  .n_imgsBox .callbacks_tabs li {
    float: left;
  }

  .n_imgsBox .callbacks_tabs a {
    display: block;
    float: left;
    overflow: hidden;
    width: 12px;
    line-height: 12px;
    border-radius: 50%;
    margin: 0 12px 12px 0;
    cursor: pointer;
    background: #ababb7;
    text-indent: -999px;
  }

  .n_imgsBox .callbacks_tabs .callbacks_here a {
    background: #c31f0b;
  }

  .newsBox .n_listBox {
    width: 455px;
    height: 440px;
    float: right;
    overflow: hidden;
    position: relative;
  }

  .n_listBox .cont {
    position: absolute;
  }

  .n_listBox ul {
    float: left;
    width: 455px;
  }

  .n_listBox li {
    font: 17px/38px Arial;
    overflow: hidden;
  }

  .n_listBox li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .n_listBox li em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 18px 10px 0 2px;
    float: left;
  }

  .n_listBox li span {
    float: right;
    color: #999999;
  }

  .n_l_nav .n_l_more {
    display: block;
    float: right;
    padding: 0 10px;
  }

  .n_l_nav .n_l_more {
    float: right;
    font: 24px/34px 'Times New Roman';
    margin: 10px 10px 0 0;
    color: #696969;
  }

  .n_l_nav .n_l_more a {
    display: none;
  }

  .n_l_nav .n_l_more a:hover {
    color: #1d71b7;
  }

  .focusImgsBox {
    height: 370px;
    position: relative;
    overflow: hidden;
    margin: 0 20px 20px 0;
  }

  .focusImgsBox .cont li,
  .focusImgsBox .cont li a,
  .focusImgsBox li img {
    display: block;
    position: relative;
    width: 100%;
    height: 370px;
  }

  .focusImgsBox .cont li a:hover {
    text-decoration: none;
  }

  .focusImgsBox .cont li span {
    width: 100%;
    font: 17px/45px Arial;
    display: block;
    text-indent: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #000000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  .focusImgsBox .callbacks_tabs {
    position: absolute;
    height: 20px;
    bottom: 8px;
    right: 30px;
    z-index: 9;
  }

  .focusImgsBox .callbacks_tabs li {
    float: left;
  }

  .focusImgsBox .callbacks_tabs a {
    display: block;
    float: left;
    overflow: hidden;
    width: 12px;
    line-height: 12px;
    border-radius: 50%;
    margin: 0 12px 12px 0;
    cursor: pointer;
    background: #ababb7;
    text-indent: -999px;
  }

  .focusImgsBox .callbacks_tabs .callbacks_here a {
    background: #c31f0b;
  }

  .normalTit {
    border-bottom: 2px solid #eaeaea;
    height: 48px;
    margin-bottom: 20px;
  }

  .normalTit span {
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 5px;
    font: 24px/48px Arial, 'Microsoft YaHei';
    margin: 0 0 -2px;
  }

  .normalTit .on {
    color: #1d71b7;
    border-bottom: 2px solid #1d71b7;
  }

  .normalTit .more {
    float: right;
    font: 24px/34px 'Times New Roman';
    margin: 10px 10px 0 0;
    color: #696969;
  }

  .normalTit .more:hover {
    color: #1d71b7;
  }

  .normalList {
  }

  .normalList li {
    font: 17px/38px Arial;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 20px;
  }

  .normalList li a {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .normalList li em {
    display: block;
    position: absolute;
    left: 5px;
    top: 15px;
    background: #cbcbcb;
    width: 3px;
    height: 3px;
  }

  .normalList li span {
    color: #999999;
    margin: 0 10px 0 20px;
  }

  .newsList .normalList {
  }

  .newsList .normalList .normalTit,
  .newsList .normalList .cont {
    margin: 0 20px 20px;
  }

  .newsList .topic {
    display: block;
    position: relative;
  }

  .normalList .topic img {
    width: 100%;
    display: block;
  }

  .newsList .topic span {
    position: absolute;
    left: 0;
    bottom: 0;
    font: 17px/40px 'Microsoft YaHei', '微软雅黑';
    color: #fff;
    width: 100%;
    background: url(../images/li_bg_2018.png);
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .socialMediaBox {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
  }

  .socialMediaBox h1 {
    text-align: center;
    height: 20px;
    clear: both;
    margin: 0 0 20px;
    border-bottom: 1px solid #eaeaea;
  }

  .socialMediaBox h1 span {
    background: #fff;
    font: 24px/40px 'Microsoft YaHei', '微软雅黑';
    padding: 0 20px;
  }

  .socialMediaBox li {
    float: left;
    width: 150px;
    height: 30px;
    padding: 60px 0 10px 0;
    position: relative;
  }

  .socialMediaBox li b,
  .socialMediaBox li img,
  .socialMediaBox li span {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .socialMediaBox li b {
    position: absolute;
    bottom: 40px;
    width: 100%;
  }

  .socialMediaBox li img {
    max-width: 80px;
    max-height: 36px;
    margin-bottom: 10px;
  }

  .socialMediaBox li span {
    font: 17px/30px Arial;
    background: #fff;
  }

  .socialMediaBox .more {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 150px;
    display: none;
  }

  .socialMediaBox .more span {
    display: block;
    font: 17px/30px Arial;
    text-align: center;
  }

  .socialMediaBox .more em {
    display: block;
    margin: 10px auto;
    width: 40px;
    height: 40px;
    background: #f7f7f7 url(../images/news_btn_2018.png) center top no-repeat;
  }

  .socialMediaBox .less em {
    background-position: center -40px;
  }

  .socialMediaBox .code {
    display: none;
    position: absolute;
    border: 1px solid #efefef;
    width: 150px;
    height: 150px;
    top: -150px;
  }

  .socialMediaBox li:hover .code {
    display: block;
  }

  .code {
    position: fixed;
    z-index: 99;
    border: 2px solid #eaeaea;
  }

  .code em {
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    top: 0px;
    overflow: hidden;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #eaeaea;
  }

  .code canvas {
    display: block;
  }

  .featureBox {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
    background: #f7f7f7;
  }

  .featureBox em {
    position: absolute;
    top: 32%;
    font: 50px/50px '宋体';
    color: #d7d7d7;
    display: block;
    overflow: hidden;
    cursor: pointer;
  }

  .featureBox .prev {
    left: 140px;
    display: block;
  }

  .featureBox .next {
    right: 10px;
    display: block;
  }

  .featureBox h1 {
    position: relative;
    float: left;
    font: 24px/25px 'Microsoft YaHei', '微软雅黑';
    width: 60px;
    text-align: center;
    padding: 20px;
    color: #fff;
    background: #e3574e;
  }

  .featureBox h1 i {
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    top: 40px;
    overflow: hidden;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e3574e;
  }

  .featureBox .list {
    width: 1014px;
    height: 90px;
    overflow: hidden;
    margin: 0 10px 0;
    float: right;
  }

  .featureBox .list li {
    float: left;
    width: 318px;
    height: 90px;
    padding: 0 10px;
    text-align: center;
  }

  .featureBox .active {
    color: #3498db;
  }

  .adBox .list {
    width: 1114px;
    float: left;
    margin: 0 0 0 20px;
  }

  .adBox .prev {
    left: 10px;
  }

  .imagesBox {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px 0 30px 0;
    background: #f7f7f7;
  }

  .pictureBox {
    width: 515px;
    float: left;
  }

  .pictureBox .cont a {
    display: block;
    padding: 20px 0 20px 320px;
    position: relative;
  }

  .pictureBox .cont img {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
    height: 185px;
    float: left;
  }

  .pictureBox .cont b {
    display: block;
    font: normal 20px/25px 'Microsoft YaHei', '微软雅黑';
    min-height: 50px;
    margin: 0 0 0 0;
  }

  .pictureBox .cont span,
  .pictureBox .cont em {
    display: block;
    font: 17px/170% 'Microsoft YaHei', '微软雅黑';
  }

  .pictureBox .cont em {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #e3574e;
  }

  .pictureBox .cont span {
    color: #999999;
  }

  .videosBox {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 30px 0 30px 0;
    background: #f7f7f7;
  }

  .videoBox h3,
  .videosBox h3 {
    color: #235399;
    font: normal 20px/50px 'Microsoft YaHei', 'å¾®è½¯é›…é»‘';
  }

  .videosBox .minNewsTit span {
    background-color: #f7f7f7;
  }

  .videoPic {
    float: left;
    margin: 0 30px 0 0;
  }

  .videoPic a,
  .videoPic img,
  .videoPic em,
  .videoPic span {
    width: 165px;
    display: block;
  }

  .videoPic a {
    position: relative;
  }

  .videoPic em {
    display: none;
    color: #ff8803;
    border-bottom: 5px solid #ff8803;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font: bold 60px/117px 'Times New Roman';
    background: url(../images/li_bg_2018.png);
  }

  .videoPic img {
    height: 122px;
  }

  .videoPic a:hover em {
    display: block;
  }

  .videoPic span {
    text-align: center;
    font: 17px/40px 'Microsoft YaHei', '微软雅黑';
  }

  .imagesBox .videoBox {
    width: 640px;
    float: right;
  }

  .videoList {
    overflow: hidden;
    float: unset;
  }

  .videoList li {
    position: relative;
    padding: 0 0 0 20px;
  }

  .videoList li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .videoList li em {
    display: block;
    position: absolute;
    left: 5px;
    top: 15px;
    background: #cbcbcb;
    width: 3px;
    height: 3px;
  }

  .videoList li {
    font: 17px/32px 'Microsoft YaHei', '微软雅黑';
  }

  .videoList .cont a {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
    background: #dfdfdf;
  }

  .videoList .cont img {
    display: block;
    width: 165px;
    height: 123px;
    float: left;
  }

  .videoList .cont span {
    display: block;
    width: 130px;
    font: 17px/25px 'Microsoft YaHei', '微软雅黑';
    padding: 25px 0 0 15px;
    float: left;
  }

  .videoImgsBox {
    clear: both;
    overflow: hidden;
    width: 100%;
  }

  .videoImgsBox li,
  .videoImgsBox li a,
  .videoImgsBox li img {
    width: 100%;
    height: 600px;
  }

  .videoImgsBox .cont li {
    position: relative;
  }

  .videoImgsBox .vedio_con video {
    width: 100%;
    height: 600px;
  }

  .videoImgsBox .cont li b {
    width: 100%;
    background: #000000 url(../images/news_icon.png) 20px -115px no-repeat;
    text-indent: 60px;
    font: 19px/50px Arial;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  .activeBox {
    border: 1px solid #eaeaea;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .activeBox h1 {
    float: left;
    font: 24px/48px 'Microsoft YaHei', '微软雅黑';
    text-align: center;
    width: 110px;
    margin: 0;
    border-top: 2px solid #1d71b7;
    border-right: 1px solid #eaeaea;
  }

  .activeBox ul {
    float: right;
    width: 1050px;
  }

  .activeBox ul li {
    float: left;
    width: 45%;
    position: relative;
    padding: 0 0 0 20px;
  }

  .activeBox li a,
  .activeBox li span {
    display: inline-block;
    font: 17px/48px 'Microsoft YaHei', '微软雅黑';
    float: left;
  }

  .activeBox li a {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .activeBox li em {
    display: block;
    position: absolute;
    left: 5px;
    top: 25px;
    background: #cbcbcb;
    width: 3px;
    height: 3px;
  }

  .activeBox li span {
    color: #999999;
    margin: 0 10px 0 15px;
  }

  .magazineBox {
    clear: both;
    padding: 30px 0;
    background: #f7f7f7;
  }

  .magazineBox .normalTit {
    margin: 0 0 30px;
  }

  .magazineBox em {
    position: absolute;
    top: 50%;
    font: 50px/50px '宋体';
    display: block;
    overflow: hidden;
  }

  .magazineBox .prev {
    left: 20px;
  }

  .magazineBox .next {
    right: 20px;
  }

  .magazineBox .scrollBox {
    position: relative;
  }

  .magazineBox .scrollBox .active {
    color: #3498db;
  }

  .magazineBox .list {
    width: 1102px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
  }

  .magazineBox .list li {
    float: left;
    width: 140px;
    height: 200px;
    text-align: center;
  }

  .magazineBox .list li img {
    width: 125px;
    height: 170px;
  }

  .magazineBox .list li span {
    font: 17px/30px Arial;
  }

  /*手机端*/
  .magazineBox .list_mobile {
    display: none;
  }

  .magazineBox .list_mobile ul {
    display: flex;
    overflow-y: auto;
  }

  .magazineList {
    clear: both;
    overflow: hidden;
  }

  .magazineList .cont {
    margin: 0 -10px;
  }

  .magazineList li {
    float: left;
    width: 190px;
    margin-bottom: 20px;
  }

  .magazineList a,
  .magazineList img,
  .magazineList span {
    display: block;
    text-align: center;
  }

  .magazineList a {
    padding: 0 10px;
  }

  .magazineList img {
    width: 100%;
    height: 240px;
  }

  .magazineList span {
    font: 17px/30px 'Microsoft YaHei', '微软雅黑';
  }

  .mgzList {
    clear: both;
    overflow: hidden;
  }

  .mgzList .triangleTit {
    margin: 0 0 20px 0;
  }

  .mgzList .cont {
    margin: 0;
  }

  .mgzList li {
    float: left;
  }

  .mgzList a,
  .mgzList img,
  .mgzList span {
    display: block;
    text-align: center;
  }

  .mgzList a {
    padding: 0 20px;
  }

  .mgzList img {
    width: 100%;
    height: 190px;
  }

  .mgzList span {
    font: 17px/30px 'Microsoft YaHei', '微软雅黑';
  }

  .magazineItem li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }

  .magazineItem li a {
    font: 17px/30px Arial;
  }

  .hotMgzList {
    border: 1px solid #eaeaea;
  }

  .hotMgzList .cont {
    padding: 10px;
  }

  .hotMgzList li {
    position: relative;
  }

  .hotMgzList .item {
    display: block;
    border-bottom: 1px solid #eaeaea;
  }

  .hotMgzList .item b {
    display: block;
    font: bolder 17px/30px 'Microsoft YaHei', '微软雅黑';
    text-align: center;
  }

  .hotMgzList .item img {
    display: block;
    width: 100%;
    max-height: 230px;
  }

  .hotMgzList .item span {
    display: block;
    font: 15px/20px 'Microsoft YaHei', '微软雅黑';
    padding: 5px 0;
  }

  .hotMgzList .cont .more {
    position: absolute;
    padding: 0 5px;
    bottom: 5px;
    right: 0;
    font: 12px/20px arial;
    background: #6db909;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    color: #fff;
  }

  .reveiwAll {
    padding: 30px 0;
    background: #f5f5f5;
    clear: both;
    overflow: hidden;
    margin: 0 0 10px;
  }

  .reveiwAll .tit {
    background: #1d71b7;
    border-radius: 8px;
    float: left;
    padding: 10px 3px;
  }

  .reveiwAll .tit span {
    display: block;
    font: bold 18px/30px 'Microsoft YaHei', '微软雅黑';
    color: #1d71b7;
    background: #fff;
    padding: 0 20px;
  }

  .reveiwAll .tit span:first-child {
    border-bottom: 3px solid #1d71b7;
  }

  .reveiwAll .cont {
    margin-left: 82px;
  }

  .reveiwAll .cont a {
    display: block;
    margin: 0 0 10px 40px;
    float: left;
    background: #dfe1eb;
    border-radius: 5px;
    font: 20px/34px arial;
    padding: 0 15px;
  }

  .reveiwList .tit {
    border-bottom: 1px dashed #c3c3c3;
    padding: 10px 0;
    margin: 0 0 30px;
  }

  .reveiwList .tit span {
    font: 22px/35px 'Microsoft YaHei', '微软雅黑';
    display: block;
    background: url(../images/news_icon.png) left -260px no-repeat;
    padding: 0 0 0 50px;
  }

  .reveiwItem {
    width: 33.333333%;
    float: left;
    margin: 0 0 30px;
  }

  .reveiwItem .minTrgTit {
    margin: 0 10px;
  }

  .reveiwItem .cont {
    border: 1px solid #eaeaea;
    clear: both;
    overflow: hidden;
    padding: 20px 0 10px 20px;
    margin: 0 10px;
    min-height: 98px;
  }

  .reveiwItem .cont a {
    display: block;
    color: #575b66;
    margin: 0 10px 15px 0;
    float: left;
    background: #f5f5f5;
    border-radius: 5px;
    font: 20px/34px arial;
    padding: 0 16px;
  }

  .reveiwAll .cont a:hover,
  .reveiwItem .cont a:hover {
    background: #1d71b7;
    color: #fff;
  }

  .annalsBox {
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
  }

  .annalsBox .cont {
    padding: 10px 0 10px 25px;
  }

  .annalsBox .cont a {
    display: block;
    float: left;
    color: #1d71b7;
    font: 16px/26px 'Microsoft YaHei', '微软雅黑';
    border: 2px solid #eaeaea;
    margin: 0 12px 10px 0;
    padding: 0 10px;
  }

  .annalsBox .cont a:hover {
    background: #1d71b7;
    color: #fff;
  }

  .annalsTit span {
    display: block;
    color: #1d71b7;
    border-bottom: 1px dashed #eaeaea;
    text-align: center;
    font: 36px/80px Arial, 'Microsoft YaHei';
    margin: 0 0 -2px;
  }

  .annalsTit em {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 30px;
    background: url(../images/news_icon.png) left -310px repeat-x;
  }

  .scrollBox .active,
  slideBox .on {
    cursor: pointer;
  }

  .crumb {
    font: 17px/48px 'Microsoft YaHei', '微软雅黑';
    background-color: #f3f3f3;
    padding-left: 30px;
    background-position: 10px 0;
    margin-bottom: 5px;
  }

  .crumb .home {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px 0 0;
  }

  .crumb .focus {
    color: #1d71b7;
  }

  .contLeft {
    float: left;
    width: 240px;
  }

  .side_nav {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    margin: 0 0 20px;
  }

  .side_nav li ul {
    display: none;
  }

  .side_nav li:hover > ul {
    display: block;
  }

  .side_nav li a {
    display: block;
    color: #268bcb;
    font: bold 16px/35px 'Microsoft YaHei', '微软雅黑';
    border-top: 1px solid #dfdfdf;
    padding: 5px 0 5px 50px;
    background: url(../images/icon.png) 20px -150px no-repeat;
  }

  .side_nav li a:hover {
    color: #6db909;
    text-decoration: none;
  }

  .side_nav li ul {
    padding: 0 0 10px 20px;
  }

  .side_nav li li a {
    display: block;
    font: normal 14px/35px 'Microsoft YaHei', '微软雅黑';
    border: none;
    padding: 0 0 0 45px;
    background-position: 20px -155px;
  }

  .side_nav li li li a {
    line-height: 25px;
    background-position: 20px -190px;
  }

  .side_nav li a.active {
    color: #fd6f21;
  }

  .contAll {
    padding: 20px 0 0;
  }

  .contDetail {
    overflow: auto;
    padding: 20px 25px;
    border: 1px solid #f0f0f0;
    min-height: 600px;
  }

  .contDetail h1 {
    font: 24px/30px 'Microsoft YaHei', '微软雅黑';
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    padding: 20px;
  }

  .detailInfo {
    font: 12px/30px Arial;
    padding: 0 0 10px;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
  }

  .detailInfo span {
    display: inline-block;
    margin-right: 5px;
  }

  .detailContent {
    font: 17px/180% Arial;
    text-align: justify;
  }

  .detailInfo .large {
    font-size: 16px;
  }

  .detailInfo .middle {
    font-size: 14px;
  }

  .detailInfo .small {
    font-size: 12px;
  }

  .listBox ul {
    padding: 10px;
  }

  .listBox li {
    font: 17px/40px Arial;
    overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
  }

  .listBox li a {
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .listBox li span {
    float: right;
    color: #999999;
  }

  .listBox li em {
    display: inline-block;
    overflow: hidden;
    background: #cbcbcb;
    width: 2px;
    height: 2px;
    margin: 20px 10px 0 2px;
    float: left;
  }

  .tiplist {
    overflow: hidden;
    clear: both;
    border: 1px solid #f0f0f0;
  }

  .tiplist li a {
    float: none;
  }

  .tiplist li em {
    background: url(../images/news_icon.png) center -100px no-repeat;
    width: 10px;
    height: 10px;
    margin: 10px 10px 0 2px;
  }

  .contLeft .listBox .cont {
    border: 1px solid #dfdfdf;
    border-top: none;
    padding: 10px;
    margin-bottom: 10px;
  }

  .contLeft .listBox .cont a {
    display: block;
    font: 14px/28px Arial;
  }

  .contLeft .listBox .cont a:hover {
    text-decoration: none;
    color: #cb0e02;
  }

  .contLeft .listBox .cont em {
    color: #cbcbcb;
    display: inline-block;
    margin-right: 2px;
  }

  .newsTit {
    border-bottom: 1px dashed #c3c3c3;
    margin: 20px 0 30px;
    padding: 0 10px 0 0;
    background: url(../images/news_tit_bg.png) center repeat-x;
    overflow: hidden;
  }

  .newsTit span {
    display: block;
    color: #231f1f;
    font: normal 26px/60px 'Microsoft YaHei', '微软雅黑';
    float: left;
    padding: 0 10px 0 80px;
    background: #ffffff url(../images/news_tit_icon.png) 10px top no-repeat;
  }

  .newsTit b {
    font-weight: normal;
    color: #1d71b7;
  }

  .newsTit em {
    float: right;
    font: normal 16px/60px 'Microsoft YaHei', '微软雅黑';
    background: #ffffff;
    color: #c3c3c3;
  }

  .newsTit .ywdd_tit {
    background-position: 10px -60px;
  }

  .newsTit .ztbd_tit {
    background-position: 10px -120px;
  }

  .newsTit .tsyq_tit {
    background-position: 10px -180px;
  }

  .newsTit .spyq_tit {
    background-position: 10px -240px;
  }

  .newsTit .dzqk_tit {
    background-position: 10px -300px;
  }

  .newsTit .dthg_tit {
    background-position: 10px -360px;
  }

  .newsTit .mtjj_tit {
    background-position: 10px -420px;
  }

  .picList {
    overflow: hidden;
    clear: both;
    border: 1px solid #f0f0f0;
    margin: 0 0 0 30px;
  }

  .picList .cont {
    padding: 5px;
  }

  .picList .cont a {
    font: 14px/32px 'Microsoft YaHei', '微软雅黑';
    overflow: hidden;
    display: block;
    padding: 8px 5px;
    background: linear-gradient(#ffffff, #fafafa);
  }

  .picList .cont a img {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #dfdfdf;
    padding: 2px;
    margin: 0 20px 0 0;
  }

  .picList .cont a span {
  }

  .blueTit {
    background: #1d71b7;
    color: #fff;
    overflow: hidden;
    clear: both;
    padding: 10px 10px;
  }

  .blueTit span,
  .blueTit a {
    color: #fff;
    display: block;
    font: 20px/30px 'Microsoft YaHei', '微软雅黑';
  }

  .blueTit span {
    float: left;
    padding: 0 0 0 30px;
    background: url(../images/news_icon.png) left -30px no-repeat;
  }

  .blueTit a {
    float: right;
    font: 28px/30px '宋体';
  }

  .triangleTit {
    background: #eeeeee;
    overflow: hidden;
    clear: both;
    padding: 0 10px 0 0;
  }

  .triangleTit span,
  .triangleTit a {
    display: block;
    font: 20px/50px 'Microsoft YaHei', '微软雅黑';
  }

  .triangleTit span {
    float: left;
    position: relative;
    box-shadow: 12px 12px 0 #9abcd8;
    padding: 0 50px 0 60px;
    color: #fff;
    background: #1d71b7 url(../images/news_icon.png) 20px -20px no-repeat;
  }

  .triangleTit em,
  .triangleTit i {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
  }

  .triangleTit em {
    right: -10px;
    border-left: 10px solid #1d71b7;
    border-top: 50px solid transparent;
  }

  .triangleTit i {
    right: -20px;
    border-left: 8px solid #9abcd8;
    border-top: 40px solid transparent;
  }

  .triangleTit a {
    float: right;
    font: 28px/50px '宋体';
    color: #1d71b7;
  }

  .minTrgTit {
    overflow: hidden;
    clear: both;
    padding: 0 10px 0 0;
  }

  .minTrgTit span {
    display: block;
    font: 20px/43px 'Microsoft YaHei', '微软雅黑';
    float: left;
    position: relative;
    box-shadow: 12px 12px 0 #e9e9e9;
    padding: 0 20px;
    color: #fff;
    background: #1d71b7;
  }

  .minTrgTit em,
  .minTrgTit i {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
  }

  .minTrgTit em {
    right: -10px;
    border-left: 10px solid #1d71b7;
    border-top: 43px solid transparent;
  }

  .minTrgTit i {
    right: -20px;
    border-left: 8px solid #e9e9e9;
    border-top: 30px solid transparent;
  }

  .minTrgTit .color01 {
    background: #13b3c1;
  }

  .minTrgTit .color01 em {
    border-left-color: #13b3c1;
  }

  .minTrgTit .color02 {
    background: #1d71b7;
  }

  .minTrgTit .color02 em {
    border-left-color: #1d71b7;
  }

  .minTrgTit .color03 {
    background: #e76949;
  }

  .minTrgTit .color03 em {
    border-left-color: #e76949;
  }

  .minTrgTit .color04 {
    background: #a189e1;
  }

  .minTrgTit .color04 em {
    border-left-color: #a189e1;
  }

  .minTrgTit .color05 {
    background: #73c945;
  }

  .minTrgTit .color05 em {
    border-left-color: #73c945;
  }

  .minTrgTit .color06 {
    background: #edc707;
  }

  .minTrgTit .color06 em {
    border-left-color: #edc707;
  }

  .lineTit {
    border-bottom: 1px solid #c3c3c3;
    height: 30px;
    text-align: center;
    position: relative;
    margin: 0 0 60px;
  }

  .lineTit span {
    font: 24px/50px 'Microsoft YaHei', '微软雅黑';
    padding: 5px 0 0;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -100px;
    width: 200px;
    text-align: center;
  }

  .lineTit span em {
    height: 2px;
    background: #c31f0b;
    display: block;
    margin: 0 60px;
  }

  .lineTit a {
    float: right;
    font: 15px/60px 'Microsoft YaHei', '微软雅黑';
    color: #8b8b8b;
    background: #ffffff;
  }

  .minNewsTit {
    border-bottom: 1px dashed #c3c3c3;
    margin: 0 0 20px;
    padding: 0 10px 0 0;
    background: url(../images/news_tit_bg.png) center repeat-x;
    overflow: hidden;
  }

  .minNewsTit span {
    display: block;
    color: #1d71b7;
    font: normal 20px/40px 'Microsoft YaHei', '微软雅黑';
    float: left;
    padding: 0 10px 0 30px;
    background: #ffffff url(../images/news_icon.png) 0 -54px no-repeat;
  }

  .minNewsTit b {
    font-weight: normal;
    color: #1d71b7;
  }

  .minNewsTit em {
    float: right;
    font: normal 16px/40px 'Microsoft YaHei', '微软雅黑';
    background: #ffffff;
    color: #c3c3c3;
  }

  .minNewsTit a {
    float: right;
    font: 28px/40px '宋体';
    color: #1d71b7;
  }

  .fullImgsBox {
    background: #f7f7f7;
    padding: 30px 0;
    margin: 0 0 30px 0;
  }

  .fullImgsBox .callbacks li,
  .fullImgsBox .callbacks a,
  .fullImgsBox .callbacks img {
    width: 100%;
    height: 400px;
    display: block;
  }

  .fullImgsBox .warp {
    position: relative;
    height: 400px;
  }

  .fullImgsBox .callbacks li a:hover {
    text-decoration: none;
  }

  .fullImgsBox li img {
    display: block;
  }

  .fullImgsBox .callbacks li span {
    width: 720px;
    padding: 0 20px;
    font: 19px/50px Arial;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #000000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  .fullImgsBox .callbacks_tabs {
    position: absolute;
    height: 5px;
    bottom: 8px;
    right: 45%;
    z-index: 9;
  }

  .fullImgsBox .callbacks_tabs li {
    float: left;
  }

  .fullImgsBox .callbacks_tabs a {
    display: block;
    float: left;
    overflow: hidden;
    width: 50px;
    line-height: 5px;
    margin: 0 5px 0 0;
    cursor: pointer;
    background: #ababb7;
    text-indent: -999px;
  }

  .fullImgsBox .callbacks_tabs .callbacks_here a {
    background: #c31f0b;
  }

  .fullImgsBox .callbacks_nav {
    position: absolute;
    top: 42%;
    font: 80px/80px '宋体';
    color: #1d71b7;
  }

  .fullImgsBox .prev {
    left: -50px;
  }

  .fullImgsBox .next {
    right: -50px;
  }

  .picImgsBox {
    background: #f7f7f7;
    padding: 30px 0;
    margin: 0 0 30px 0;
  }

  .picImgsBox .callbacks {
    overflow: hidden;
  }

  .picImgsBox .callbacks li,
  .picImgsBox .callbacks a,
  .picImgsBox .callbacks img {
    width: 100%;
    height: 590px;
    display: block;
  }

  .picImgsBox .warp {
    position: relative;
    padding: 0 0 0 240px;
    width: 960px;
    overflow: hidden;
  }

  .picImgsBox li img {
    display: block;
  }

  .picImgsBox .callbacks li span {
    width: 100%;
    padding: 0;
    text-indent: 20px;
    font: 19px/50px Arial;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #000000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  .picImgsBox .callbacks_tabs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }

  .picImgsBox .callbacks_tabs li {
  }

  .picImgsBox .callbacks_tabs a,
  .picImgsBox .callbacks_tabs img {
    display: block;
    overflow: hidden;
    width: 210px;
    height: 130px;
  }

  .picImgsBox .callbacks_tabs a {
    margin: 0 0 23px;
    cursor: pointer;
    background: #ababb7;
    text-indent: -999px;
  }

  .picImgsBox .callbacks_tabs .callbacks_here a {
    border: #c31f0b solid 2px;
    width: 206px;
    height: 126px;
  }

  .listThemeBox ul {
    overflow: hidden;
    clear: both;
    padding: 0 20px;
  }

  .listThemeBox li a,
  .listThemeBox li img,
  .listThemeBox li span {
    display: block;
  }

  .listThemeBox li {
    width: 50%;
    padding: 20px 0;
    float: left;
    border-bottom: 1px solid #dfdfdf;
  }

  .listThemeBox li a {
    height: 90px;
    overflow: hidden;
  }

  .listThemeBox li a:hover {
    text-decoration: none;
  }

  .listThemeBox li img {
    float: left;
    width: 72px;
    height: 72px;
    margin: 0 20px 0 10px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    background: #e8e8e8;
  }

  .listThemeBox li i {
    color: #db4353;
  }

  .listThemeBox li b {
    color: #006db7;
    font: 18px/30px 'Microsoft YaHei', '微软雅黑';
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .listThemeBox li span {
    color: #656565;
    font: 17px/28px 'Microsoft YaHei', '微软雅黑';
    display: block;
    overflow: hidden;
  }

  .vThemeBox .cont {
    padding: 20px 10px;
  }

  .vThemeBox .vT_imgBox {
    padding: 20px 0;
    position: relative;
  }

  .vThemeBox .cont li a {
    padding: 0 10px 10px;
  }

  .vThemeBox .cont a,
  .vThemeBox .vT_imgBox b {
    font: 17px/45px 'Microsoft YaHei', '微软雅黑';
    display: block;
  }

  .vThemeBox img {
    width: 100%;
    height: 150px;
    display: block;
  }

  .vThemeBox .vT_imgBox img {
    height: 360px;
  }

  .vThemeBox .cont a,
  .vThemeBox .cont span {
    display: block;
    float: none;
  }

  .vThemeBox .cont span {
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .vThemeBox .cont a em,
  .vThemeBox .vT_imgBox b em {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px 5px 0;
    background: transparent url(../images/news_icon.png) left -220px no-repeat;
  }

  .vThemeBox .vT_imgBox b em {
    width: 25px;
    background-position: left -180px;
  }

  .vThemeBox .vT_imgBox a:hover b,
  .vThemeBox .cont a:hover span {
    background: #eeeeee;
  }

  .videoView .cont {
    padding: 0;
    margin: 0 -20px;
    width: 100%;
  }

  .videoView .cont li a {
    padding: 0 20px 0;
    position: relative;
  }

  .videoView ul img {
    height: 134px;
  }

  .videoPlayer,
  .videoPlayer .player,
  .videoPlayer .vjs-poster,
  #play-button {
    width: 100%;
    height: 535px;
    display: block;
    background: #000000;
  }

  .videoPlayer {
    position: relative;
  }

  #play-button {
    position: absolute;
    left: 0;
    top: 0;
  }

  .videoView .cont li i {
    position: absolute;
    left: 50%;
    background: rgba(0, 0, 0, 0.6);
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -40px 0 0 -20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
  }

  .videoView .cont li i em {
    width: 0;
    height: 0;
    margin: 11px 0 0 11px;
    border-left: 18px solid #ffffff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
  }

  .vListBox {
    overflow: hidden;
    position: relative;
  }

  .vListBox .vCont {
    overflow: hidden;
  }

  .vListBox .callbacks_tabs {
    overflow: hidden;
    clear: both;
    text-align: center;
  }

  .vListBox .callbacks_tabs li {
    display: inline-block;
    text-align: center;
  }

  .vListBox .callbacks_tabs a {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    width: 10px;
    line-height: 10px;
    margin: 0 15px 0 0;
    cursor: pointer;
    background: #ffd5bc;
    text-indent: -999px;
  }

  .vListBox .callbacks_tabs .callbacks_here a {
    background: #ff8709;
  }

  .picBox {
    overflow: hidden;
    clear: both;
    margin: 0 0 20px;
  }

  .picBox ul.cont {
    overflow: hidden;
    clear: both;
    margin: 0 -20px;
  }

  .picBox .cont li a,
  .picBox .cont li img,
  .picBox .cont li b,
  .picBox .cont li span {
    display: block;
  }

  .picBox .cont a {
    margin: 0 20px 20px;
    padding: 0 0 30px;
    border: #f5f5f5 1px solid;
  }

  .picBox .cont li img {
    width: 100%;
    height: 225px;
    margin: 0 0 10px;
  }

  .picBox .cont li b,
  .picBox .cont li span {
    padding: 0 20px;
  }

  .picBox .cont li b {
    font: bold 18px/40px 'Microsoft YaHei', '微软雅黑';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .picBox .cont li span {
    font: 17px/25px 'Microsoft YaHei', '微软雅黑';
  }

  .picBox .cont a:hover {
    background: #fafafa;
    border: #9abcd8 solid 1px;
  }

  .pageBar {
    overflow: auto;
    text-align: center;
    clear: both;
    margin: 20px 0 20px 0;
  }

  .pageBar a,
  .pageBar span {
    margin-right: 2px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font: 14px/28px Arial;
    padding: 0 10px;
    color: #231f1f;
  }

  .pageBar span {
    color: #ccc;
  }

  .pageBar a:hover {
    background: #1d71b7;
    color: #fff;
    text-decoration: none;
  }

  .footer {
    clear: both;
  }

  .bottomNav {
    color: #fff;
    background: #008dd5;
    font: bold 12px/30px Arial;
    text-align: center;
    padding: 10px 0;
  }

  .bottomNav a {
    color: #fff;
    padding: 0 20px;
    display: inline-block;
  }

  .footer .copyrights {
    background: #e2e2e2;
    line-height: 24px;
    padding: 20px 0;
    text-align: center;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .c_d_content table p {
    margin-bottom: 0;
    text-indent: 0;
  }

  .colLeft .innWrap {
    margin-right: 30px;
  }

  .colRight .innWrap {
    margin-left: 30px;
  }

  .blank {
    overflow: hidden;
    padding: 50px 0;
  }

  .search {
  }

  .search .txt {
    width: 270px;
    height: 34px;
    border: 1px solid #b5b5b5;
    border-right: none;
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    display: inline-block;
    margin-top: 10px;
  }

  .search .btn {
    border: solid 1px #b5b5b5;
    width: 56px;
    height: 36px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
    margin-top: 10px;
    background: url(../../www.sipac.gov.cn/images/2018/ssan.jpg) no-repeat
      center center;
  }

  .videoPlayer_2019,
  .videoPlayer_2019 .player,
  .videoPlayer_2019 .vjs-poster,
  #play-button {
    width: 100%;
    display: block;
    background: #000000;
  }

  .videoPlayer_2019 {
    position: relative;
  }

  /*page*/
  #page_div {
    padding: 20px 10px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    clear: both;
  }

  #page_div a {
    color: #333;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num,
  #page_div .pagination_index_last,
  #page_div #pagination_input,
  #page_div #currentPage {
    display: inline-block;
    *display: inline;
    margin: 4px;
    zoom: 1;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    vertical-align: top;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
  }

  #page_div .arrow a:hover,
  #page_div .index_num {
    background: #0063b8;
    border-color: #0063b8;
    color: #fff;
    text-decoration: none;
  }

  #page_div .moye,
  #page_div .arrow a,
  #page_div .index_num {
    padding: 0 10px;
  }

  #page_div .index_num {
    font-weight: 700;
  }

  #page_div .pagination_index_last {
    padding: 0 6px;
  }

  #page_div #pagination_input {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
  }

  #page_div #currentPage {
    width: 40px;
    height: 30px;
    color: #888;
    text-align: center;
    background: #fff;
  }

  /*今园区每周期刊列表页*/
  .jyq_content .title {
    font-size: 18pt;
    line-height: 28pt;
    font-weight: bold;
    text-align: center;
  }

  .jyq_content .dec {
    text-align: center;
    font-size: 14px;
  }

  .jyq_item {
    margin: 20px 0;
  }

  .jyq_item {
    *zoom: 1;
  }

  .jyq_item:before,
  .jyq_item:after {
    display: table;
    line-height: 0;
    content: '';
  }

  .jyq_item:after {
    clear: both;
  }

  .jyq_item .img_left {
    width: 20%;
    float: left;
  }

  .jyq_item .img_left img {
    width: 100%;
  }

  .jyq_item .con_right {
    width: 78%;
    float: right;
  }

  .jyq_item .con_right .tt {
    position: relative;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 10px;
  }

  .jyq_item .con_right .more {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
  }

  .jyq_item .con_right li {
    line-height: 25px;
  }

  .jyq_item .con_right li a {
    background: url(../images/orange_icon.gif) no-repeat left center;
    padding-left: 15px;
  }

  .jyq_wqcx {
    text-align: center;
    padding: 20px;
  }

  /*图说园区图片滚动*/
  .tsyq-picSlide {
    float: none;
    height: 600px;
  }

  .tsyq-picSlide .bd {
    right: 0;
    left: auto;
    float: right;
    width: 960px;
    height: 600px;
  }

  .tsyq-picSlide span.txt {
    font-size: 18px;
  }

  .tsyq-picSlide .hd {
    position: static;
    float: left;
    width: 210px;
    margin-top: -23px;
  }

  .tsyq-picSlide .hd ul li {
    float: none;
    width: auto;
    height: 130px;
    margin-top: 23px;
    margin-right: 0;
    background-color: transparent;
    border-radius: 0;
  }

  .tsyq-picSlide .hd ul li img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .tsyq-picSlide .hd ul li.on {
    border: 2px solid #c31f0b;
  }

  .pageList li h4 {
    font-size: 17px;
  }

  .mobile-list {
    display: none;
  }

  .mobile_scroll {
    display: none;
  }

  .pc_scroll {
    display: block;
  }
}
