/*首页*/

/*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;
    text-align: center;
    position: relative;
}
.title h3 {
    font-size: 2.25rem;
    line-height: 3.375rem;
    color: #00204c;
    display:inline-block;
}
.title span{
  font-size: 0.875rem;
  position: absolute;
  right: 0;
}

/*板块1*/

.part_1 {
    margin-top:1.875rem
}
.part_1 ul {
    margin-top: 1.5rem
}
.part_1 ul li {
    width: 23%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-top: 4px solid #00204c;
    box-shadow: 2px 2px 5px #dfdfdf, -2px -2px 5px #dfdfdf;
}
.part_1 ul li .pic {
    overflow: hidden;
}
.part_1 ul li .pic img {
    width: 100%;
    height: 13.75rem;
    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_1 ul li:hover .pic 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_1 .date1 {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #960218;
    color: #FFFFFF;
    overflow: hidden;
    margin-left: 20px;
    margin-top: -30px;
    position: relative;
    z-index: 9;
}
.part_1 .date1 p {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 2px;
}
.part_1 .date1 div{
	font-size: .7rem;
}
.part_1 h4 {
    margin: 0px 20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
    height: 60px;
}
.part_1 .xiang {
    color: #960218;
    display: inline-block;
    margin: 20px 20px 15px 20px;
    padding-right: 25px;
    background: url(../images/icon8.png) no-repeat right center;
  font-size:.8rem
}




/*板块2*/

.part_2 {
    margin-top:1.875rem
}

.part_2_txt {
    margin-top: 1.875rem;
    position: relative;
}
.part_2_txt .pic {
    width: 40%;
    overflow: hidden;
    float: left;
}
.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 {
    font-size: 1.125rem;
    line-height: 2em;
    position: absolute;
    background: rgba(244,247,249,.8);
    top: 25px;
    right: 0;
    width: 80%;
    
}
.part_2_txt .txt .txtB{
    margin: 3.125rem 6.25rem;
    height: 12.125rem;
    overflow:auto;
}

/*板块3*/

.part_3 { 
    margin-top:1.875rem 
}
.part_3 li {
    width: 31.3333%;
    border: 1px solid #e1e1e1;
    margin-top: 1.56rem;
    padding: 25px 20px;
}
.part_3 li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part_3 li .date1{
    margin:0px;
    background-color: #00204c;
    text-align: center;
    color: #fff; 
    padding: 8px;
}
.part_3 li .date1 p {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}
.part_3 li h3 {
    width: calc(100% - 5rem);
    font-weight: normal;
    font-size: 1rem;
    line-height: 31px;
}



/*列表页适应屏幕*/

@media (max-width: 768px){
  .part_1 ul li{
    width: 48%;
    margin-bottom: 1rem;
  }
  .part_3 li{
    width: 100%;
  }
}
@media (max-width: 1300px){
    .part_2_txt .pic{
        display: none;
    }
    .part_2_txt{
        margin-top: 0;
    }
    .part_2_txt .txt{
        position: relative;
        width: 100%;
        height: auto;
        padding: 1.5rem;
    }
    .part_2_txt .txt .txtB{
        height: auto;
        margin: 0;
    }
    .part_2_txt .txt {
        top:0;
        margin-top: 1.25rem;
    }
}


















/*新闻二级列表页*/
.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: 60%;
  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 #00204c;
   display: inline-block;
   line-height: 3.125rem;
   color: #00204c;
}

/*列表页适应屏幕*/

@media (max-width: 768px){
  .list_lby li .time {
      float: right;
  }
  .list_lby li .con {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }
  .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;
}

/*单篇正文*/

.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;
}
.show02-box img {
    height: auto !important;
    max-width: 100%;
    border: none !important;
}

/*分页*/

.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,.pagescon a.currentpage {
    border: 1px solid #00204c;
    color: #fff;
    background-color: #00204c;
}
.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: #00204c;
}
.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;
}

