@charset "UTF-8";
/*图标--箭头*/
.icon-arrow {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);}

.icon-arrow-left {
  transform: rotate(225deg);}

.icon-arrow-right {
  transform: rotate(45deg);}

.icon-arrow-up {
  transform: rotate(-45deg);}

.icon-arrow-down {
  transform: rotate(135deg);}

.icon-triangle {
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;}

/*************** 重置 ********************/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;}

body,
input,
select,
textarea {
  font-size: 0.75rem;
  font-family: '微软雅黑';
  color: #333;}

table {
  border-collapse: collapse;
  border-spacing: 0;}

fieldset,
img {
  border: 0;}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;}

li {
  list-style: none;}

caption,
th {
  text-align: left;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;}

q:before,
q:after {
  content: '';}

abbr,
acronym {
  border: 0;
  font-variant: normal;}

sup,
sub {
  vertical-align: text-top;}

sub {
  vertical-align: text-bottom;}

a {
  text-decoration: none;
  color: #333;
  font-size: 0.75rem;}

a:hover {
  text-decoration: none;}

input:focus {
  outline: none;}

textarea:focus {
  outline: none;}

button:focus {
  outline: none;}

select:focus {
  outline: none;}

img {
  max-width: 100%;}

ul,
li,
p {
  margin: 0;
  padding: 0;
  list-style: none;}

button {
  border: 0;}

body {
  overflow: auto;
  color: #32373c;
  line-height: 25px;
  font-family: 'Microsoft YaHei' !important;
  overflow-x: hidden;
  font-size: 0.875rem;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;}

/*************** 公共部分 ********************/
.wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;}

/*************** 头部 ********************/
.header-container {
  width: 100%;
  height: 157px;
  background: url(../img/top-bg.jpg) repeat-x;}
  .header-container .wrapper {
    height: 100%;
    background: url(../img/top-right.jpg) no-repeat center right;}
  .header-container .logo {
    display: block;
    padding-top: 46px;
    width: 600px;}
  .header-container .search {
    position: absolute;
    right: 0;
    top: 36px;
    width: 245px;
    height: 36px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);}
    .header-container .search .input {
      padding: 0 10px;
      width: 100%;
      height: 36px;
      line-height: 36px;
      background: transparent;
      border: 0;}
    .header-container .search .btn {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      width: 36px;
      height: 36px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      background: #396596 url(../img/icon-search.jpg) no-repeat center center/24px 24px;}

/*************** 导航********************/
.nav-box {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #4177b3;}
  .nav-box .item {
    display: inline-block;
    color: #fff;
    font-size: 1.25rem;
    padding: 0 24px;
    height: 100%;
    text-decoration: none;}
    .nav-box .item:hover {
      background: #235081;}

/*************** 内容 ********************/
.container {
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  background: url(../img/c-bg.jpg) repeat-y center bottom/100%;}

/*左侧*/
.c-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 170px;
  background: #376495;}

.btn-list {
  padding: 15px 0;}
  .btn-list a {
    font-size: 1.125rem;
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    background: url(../img/icon-triangle.jpg) no-repeat 34px center;}
    .btn-list a:hover {
      background: #235081 url(../img/icon-triangle.jpg) no-repeat 34px center;}

/*右侧*/
.c-right {
  width: 1030px;
  margin-left: 170px;
  background: #fff;}
  .c-right .row1,
  .c-right .row2 {
    overflow: hidden;
    padding: 20px;}

/*banner*/
.banner {
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;}
  .banner .banner_n {
    position: relative;
    height: auto;}
    .banner .banner_n .hd {
      width: 116px;
      position: absolute;
      z-index: 1;
      right: 10px;
      bottom: 19px;
      }
      .banner .banner_n .hd ul li {
        cursor: pointer;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 10px;
        height: 10px;
        margin: 4px;
        overflow: hidden;
        line-height: 9999px;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 100px;}
      .banner .banner_n .hd ul .on {
        background: #ec7c24;}
    .banner .banner_n .bd ul {
      width: 100%;
      left: 0;
      margin-left: 0;}
    .banner .banner_n .bd li {
      width: 100%;
      position: relative;}
      .banner .banner_n .bd li a img {
        width: 100%;
        height: auto;
        display: block;}
    .banner .banner_n .prev,
    .banner .banner_n .next {
      position: absolute;
      z-index: 9999;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 40px;
      height: 62px;
      background-color: rgba(0, 0, 0, 0.5);}
    .banner .banner_n .next {
      left: auto;
      right: 0;}
    .banner .banner_n .icon-arrow {
      top: 24px;
      width: 15px;
      height: 15px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;}
    .banner .banner_n .icon-arrow-left {
      left: 16px;}
    .banner .banner_n .icon-arrow-right {
      left: 8px;}
  .banner .banner-text {
    font-size: 1rem;
    position: absolute;
    padding: 0 20px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);}
    .banner .banner-text + img {
      width: 100%;
      display: block;}

/*最新消息*/
.news-pannel {
  width: 73%;
  float: left;
  padding-right: 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;}
  .news-pannel .index-title {
    position: relative;
    width: 100%;
    padding-bottom: 14px;}
    .news-pannel .index-title::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 2px;
      width: 120px;
      height: 2px;
      background: #4177b3;
      z-index: 2;}
    .news-pannel .index-title::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 2px;
      width: 100%;
      height: 1px;
      background: #ddd;
      z-index: 1;}
  .news-pannel .title-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;}
  .news-pannel .title-more {
    position: absolute;
    right: 0;
    bottom: 14px;
    font-size: 0.875rem;
    color: #999;
    padding-right: 20px;
    background: url(../img/more.jpg) no-repeat center right/14px 14px;}
  .news-pannel .news-box {
    margin: 0 -15px;
    overflow: hidden;}
    .news-pannel .news-box:after {
      content: '';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;}
  .news-pannel .news-list {
    padding: 15px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;}
    .news-pannel .news-list .news {
      position: relative;
      height: 36px;
      line-height: 36px;}
      .news-pannel .news-list .news::before {
        content: '';
        display: inline-block;
        position: relative;
        top: -15px;
        width: 4px;
        height: 4px;
        margin-right: 10px;
        border-radius: 10px;
        background: #ccc;}
    .news-pannel .news-list .news-title {
      font-size: 0.9375rem;
      color: #333;
      max-width: 210px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      display: -webkit-inline-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      height: 36px;
      line-height: 36px;}
    .news-pannel .news-list img {
      margin-left: 8px;
      vertical-align: top;
      padding-top: 13px;}
    .news-pannel .news-list .time {
      font-size: 0.875rem;
      color: #999;
      position: absolute;
      right: 0;}

/*公开受理*/
.info-pannel {
  width: 27%;
  float: right;}
  .info-pannel .info {
    padding: 30px 20px;
    background: #e7f3ff;}
  .info-pannel .title {
    font-size: 1.25rem;
    color: #000;
    text-align: center;
    margin: 0 0 20px;}
    .info-pannel .title::before, .info-pannel .title::after {
      content: '';
      position: relative;
      top: -6px;
      display: inline-block;
      margin-right: 12px;
      width: 40px;
      border-bottom: 1px solid #666;}
    .info-pannel .title::after {
      margin-left: 12px;
      margin-right: auto;}
  .info-pannel .text {
    font-size: 0.875rem;
    color: #333;
    line-height: 34px;}
    .info-pannel .text .em {
      color: #000;
      font-weight: 700;
      width: 50px;
      display: inline-block;}

/*图片滑动*/
.img-pannel {
  width: 100%;
  background: #6792c2;}
  .img-pannel .img-list {
    padding: 0 88px;
    position: relative;
    overflow: hidden;
    height: 100%;}
    .img-pannel .img-list .prev,
    .img-pannel .img-list .next {
      position: absolute;
      top: 0;
      width: 88px;
      height: 52px;
      z-index: 999;
      background: none;
      cursor: pointer;}
    .img-pannel .img-list .icon-arrow-left,
    .img-pannel .img-list .icon-arrow-right {
      position: relative;
      top: 80px;
      left: 36px;}
    .img-pannel .img-list .icon-arrow-right {
      left: 34px;}
    .img-pannel .img-list .prev {
      left: 0;}
    .img-pannel .img-list .next {
      right: 0;}
    .img-pannel .img-list .prev.prevStop .icon-arrow,
    .img-pannel .img-list .next.nextStop .icon-arrow {
      border-top: 2px solid rgba(255, 255, 255, 0.5);
      border-right: 2px solid rgba(255, 255, 255, 0.5);}
  .img-pannel .box-con .item {
    float: left;
    width: 154px;
    height: auto;
    display: table;
    padding: 15px 10px 10px;
    background: none;}
    .img-pannel .box-con .item a {
      display: block;}
    .img-pannel .box-con .item img {
      width: 145px;
      height: 145px;
      box-shadow: 0px 2px 10px rgba(57, 94, 134, 0.9);}
    .img-pannel .box-con .item p:last-child {
      font-size: 0.75rem;
      word-break: break-all;}

.footer {
  width: 100%;
  height: 52px;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);}
  .footer img {
    width: 28px;
    vertical-align: middle;}
  .footer p {
    float: left;
    line-height: 50px;}
    .footer p span {
      margin-right: 20px;}
  .footer .footer-right {
    float: right;}

/* 屏幕小于1200px */
@media screen and (max-width: 1220px) {
  .wrapper {
    width: 100%;}
  .container .c-right {
    width: auto;}
  .header-container,
  .footer {
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;}
  .info-pannel .text {
    font-size: 0.8125rem;}
  .info-pannel .info {
    padding: 20px 15px;}
  .news-pannel .news-box .news-list .news .news-title {
    max-width: 56%;}
  .img-pannel .img-list .box-con .item img {
    width: 100%;
    height: auto;}
  .img-pannel .img-list .box-con .item {
    width: 15%;}
  .img-pannel .img-list .prev,
  .img-pannel .img-list .next {
    background: #6792c2;
    height: 100%;}
  .img-pannel .img-list .icon-arrow-left,
  .img-pannel .img-list .icon-arrow-right {
    top: 40%;}
  .banner .banner_n .bd {
    width: 100%;}
  .banner .banner_n .bd ul {
    width: 100%;}
  .info-pannel .title {
    font-size: 1rem;
    font-weight: 700;}
    .info-pannel .title::before, .info-pannel .title::after {
      content: none;}
  .header-container .logo {
    width: 60%;}
  .nr_r {
    margin-left: 240px;
    width: auto;
    float: none;}
  .bj_ny_new_list a {
    width: 70%;
    height: 30px;
    overflow: hidden;}
  .nr_cdh {
    position: absolute;} }

@media screen and (max-width: 1000px) {
  .news-pannel .news-box .news-list {
    width: 100%;}
  .news-list + .news-list {
    margin-top: -30px;} }
