/*首页*/

/*banner*/
.banner-item img {
    width: 100%;
    animation: imagescale 3s linear 1 0s;
}
.banner-item .slick-dots{
        bottom: 25px;
}
.banner-item .slick-dots li button:before{
    width:15px; height:15px;background: #fff; border:1px #fff solid; border-radius: 25px;
    opacity: 1;
    line-height: 9999999px;
    overflow: hidden;
}
.banner-item .slick-dots li.slick-active button:before{
    width:15px; height:15px;background: #f7c579; border:1px #f7c579 solid; border-radius: 25px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.title{
    height: 3.375rem;
    line-height: 3.375rem;
    border-bottom: #e3e3e3 1px solid;
}
.title h3 {
    font-size: 1.375rem;
    line-height: 3.375rem;
    color: #003472;
    display: block;
    font-weight: bold;
    border-bottom: #003472 3px solid;
}
.title span{
  font-size: 0.875rem;
}

/*板块1*/

.part_1 { margin-top:1.875rem }
.part_1 .left {width:100%;}
.part_1 li { 
  position: relative;
  font-size: 1.25rem;
  background: #034799;
  width: 31.3333%;
  border-radius: 5px;
  text-align: center;
  margin-top: 2rem;
  transition: all 0.2s;
  padding: 1.55rem 1.25rem;
}
.part_1 li a {
    display: block;
    color: #fff;
}
.part_1 li:hover{ 
    color:#fff;
    background: #f09437;
}
.part_1 li:hover a{ 
    color:#fff;
}



/*板块2*/

.part_2 {
    margin-top: 1.875rem;
}

.part_2_txt {
    margin-top: 1.875rem;
}
.part_2_txt .pic {
    width: 40%;
    overflow: hidden;
}
.part_2_txt .pic img {
    width: 100%;
    transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s; 
}
.part_2_txt .pic:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.part_2_txt .txt {
    width: 53%;
    font-size: 1.125rem;
    line-height: 1.9em;
    text-indent: 2em;
}

/*列表页适应屏幕*/

@media (max-width: 768px){

    .part_1 li{
        width: 49%;
    }
  .part_2_txt .pic,.part_2_txt .txt{
    width: 100%;
  }
  .part_2_txt .txt{
    margin-top: 1.875rem;
  }
}


















/*新闻二级列表页*/
.listBox {
  padding-top: 1.875rem;
}
.listBox .position{
   margin-bottom: 1.875rem;
}
.listBox .position a {
    margin: 0 5px;
}
.listBox .position p {
    float: left;
    padding-left: 26px;
    background: url(../images/position.png) left center no-repeat;
    line-height: 1.125rem;
    color: rgb(102, 102, 102);
    font-size: 1rem
}
.list_lby li a {
    display: block;
    position: relative;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px dashed rgb(231, 231, 231);
    overflow: hidden;
    line-height: 24px;
}
.list_lby li a:hover{
  color: #333;
}
.list_lby li .time {
    font-size: 1rem;
    color: #333;
/*    padding-left: 32px;
    background: url(../images/lby01.png) left center no-repeat;*/
    position: relative;
    float: right;
}
.list_lby li .con{
  position: relative;
}
.list_lby li .con:before {
  content: '';
  position: absolute;
  width:5px;
  height: 5px;
  background: #f09621;
  left: 0;
  top:10px;
}
.list_lby li .con h5 {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 13px;
}
.list_lby li:hover .con h5{
  color: #f09621;
}
.listBt{
    border-bottom: 1px solid rgb(231, 231, 231);
   margin-bottom: 2rem;
}
.listBt h3 {
  font-size: 1.56rem;
   border-bottom: 2px solid #003472;
   display: inline-block;
   line-height: 3.125rem;
   color: #003472;
}

/*列表页适应屏幕*/

@media (max-width: 768px){
  .list_lby li .time {
      float: right;
  }
  .list_lby li .con {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    margin-top: 0.625rem;
  }
  .list_con .aleft{
    display: none;
  }
  .list_con .aright{
    width: auto !important;
    float: none !important;
  }
  .show02-box video{
    width: 100%;
    height: auto;
    text-indent: 0;
   }
}



/*内容页*/

.list_nry .show01 {
    margin-bottom: 2.75rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid rgb(231, 231, 231);
}
.list_nry .show01 h5 {
    font-size:1.875rem;
    color: rgb(0, 0, 0);
    line-height: 3rem;
    margin-bottom: 1.875rem;
    text-align: center;
    font-weight: bold;
}
.list_nry .show01 p {
    font-size: 1rem;
    color: #8b8b8b;
    line-height: 1.5rem;
    text-align: center;
}
.list_nry .show02-box {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-bottom: 1rem;
}
.show02-box img {
    height: auto !important;
    max-width: 100%;
    border: none !important;
}

/*单篇正文*/

.list_dy .show02-box {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 2em;
}
.list_dy .show01 h5 {
    font-size:2rem;
    color: rgb(0, 0, 0);
    line-height: 3rem;
    margin-bottom: 1.875rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 1.875rem;
}
.list_dy .show01 {
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
    border-bottom: 1px solid #eee;
}

/*分页*/

.pagescon {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #222;
    line-height: 35px;
}
.pagescon .pagecount{
    margin-right: 5px;
}
.totalcount a, .pagescon a{
    margin: 0 5px;
    border: 1px solid #ccc;
    padding: 5px 8px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.totalcount a.currentpage {
    border: 1px solid #003472;
    color: #fff;
    background-color: #003472;
}
.totalcount input,.pagescon input {
    border: 1px solid #aaa;
    height: 22px;
    line-height: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    outline-width: thin;
    outline-color: #258CFF;
    margin: 0px 2px;
    padding: 0px 1px;
    width: 25px;
}
/*附件*/
.show02-add { margin-top:1.5rem;}
.show02-add h3 { font-size:1rem; font-weight:bold; line-height:1.625rem;}
.show02-add li { line-height:1.625rem; font-size:1rem}

.list_con .aleft {
    width: 15.625rem;
    float: left;
}
.list_con .aleft .catename {
    padding:1.4rem 0;
    text-align:center;
    color: #fff;
    background: #003472;
}
.list_con .aleft .catename h3 {
    font-size: 1.5rem;
    font-weight: 500;
}
.list_con .aleft ul{
    background: #f5f5f5;
}
.list_con .aleft ul li h2 {
    font-size: 1.125rem;
    font-weight: normal;
    background: url(../images/listzcjt1.png) 1rem center no-repeat;
    border-bottom: 1px #e7e7e7 solid;
    overflow: hidden;
    padding: .2rem 0;
}
.list_con .aleft ul li h2:hover{
    background:url(../images/listzcjt1.png) 1rem center no-repeat #fbe9d2;
}
.list_con .aleft ul li.on h2{
    background:url(../images/listzcjt1.png) 1rem center no-repeat #fbe9d2;
}
.list_con .aleft ul li h2 a {
    display: block;
    height: 54px;
    line-height: 54px;
    color: #3e3e3e;
    padding-left: 40px;
}
.list_con .aright {
    float: right;
    width: calc(100% - 18.625rem);
    min-height: 650px;
}
.subLeft_add {
    position: fixed;
    top: 0;
    z-index: 2;
}
.subLeft_add1 {
    position:absolute;
    bottom: 0;
    z-index: 2;
}