html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block}
body {
    font-family: 'Microsoft YaHei',"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial","sans-serif";

    color: #000;
}
ol,ul {list-style: none;}
li {list-style-type: none;}
caption,table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:normal}
ddress,caption,cite,code,dfn,ins,em,th,var {font-weight: normal;font-style: normal;}
form,input,button,option,textarea,select{ margin: 0px;padding: 0px; outline:none;}
input[type="reset"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ 
border:none;padding:0; 
}
img {
  border:0px;
  padding: 0px;
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 { 
font-size:100%; 
font-weight:normal; 
}
a:link,a:visited {color:#000000; text-decoration:none;}
a:hover,a:active {color:#000000; text-decoration:underline;}
.redlink { color:#990000;}
.redlink a{ color:#990000; text-decoration:none;}
.heilink {color:#333333}
.huilink {color:#666666}
.huilink a:link,.huilink a:visited{ color:#666666; text-decoration:none;}
.huilink a:hover,.huilink a:active{ color:#990000; text-decoration:none;}
textarea {
  overflow: auto;
}

.flex {
    display: flex;
  }

.f-l {
  float: left;
  _display: inline;
}
.f-r {
  float: right;
  _display: inline;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.top .topSearch {
    background: #074285;
    height: 40px;
    width: 100%;
  }

  .top .topSearch .searchNav {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
  }

  .top .topSearch .searchNav .urlNav{
    display: flex;
    flex-wrap: wrap;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
  }

  .top .topSearch .searchNav .urlNav li {
    border-right: 1px solid hsla(0,0%,100%,.8);
    padding: 0 15px;
  }
  .top .topSearch .searchNav .urlNav a {
    color: #fff;
    opacity: .8;
  }
  .search {
    position: relative;
  }
  .search .search_btn {
    background: #074285;
    border-radius: 50%;
    color: #f3f4f5;
    cursor: pointer;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 36px;
    z-index: 9;
  }
.top_nav {
    flex: 1;
    justify-content: space-evenly;
    position: relative;
    z-index: 1;
  }

  .top_nav .item{
    align-items: center;
    display: flex;
    height: 100px;
    position: relative;
  }

 
  .top_nav .item a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    transition: .3s;
  }
  .top_nav .bodyLi a {
    color: #333;
  }

  .top_nav .linkTitle::after {
    border-bottom: 2px solid #074285;
    content: "";
    display: block;
    margin-top: 5px;
    transform: scaleX(0);
    transition: all .3s ease-out 0s;
    width: 100%;
  }

  .logoBox img{   
    float: left;
    margin-top: 12px;
  }


  .subBanner img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  
  .descriptionWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }

  .descriptionWrap .descriptionLi{
    cursor: pointer;
    height: 246px;
    margin-bottom: 20px;
    position: relative;
    width: 32.5%;
  }
  .descriptionWrap .descriptionLi img{
    height: 100%;
    width: 100%;
  }
  .descriptionWrap .descriptionLi .descriptionText {
    background: #fff;
    bottom: -10px;
    padding: 15px 20px;
    position: absolute;
    right: 10px;
    transition: .3s;
  }
  .descriptionWrap .descriptionLi .descriptionText p {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
  }

  .descriptionWrap .descriptionLi:hover .descriptionText {
    background: #1161bc;
  }
  .descriptionWrap .descriptionLi:hover .descriptionText p {
    color: #fffffd;
  }

 

  .secondaryWrap{
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 320px;
    left: calc(50% - 70px);
  }

   /* media 大于 1200 */
   @media screen and (min-width: 1300px) {
    .secondaryWrap{
        top: 450px;
    }
   }

  .secondaryWrap .secondaryBox {
    background: hsla(0,0%,100%,.9);
    cursor: pointer;
    height: 68px;
    margin: 0 5px;
    transition: .3s;
    width: 140px;
  }
  .secondaryWrap .secondaryBox p {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 400;
    line-height: 68px;
    text-align: center;
  }

  .article_box .article_view {
    font-size: 16px;
    line-height: 2;
  }
  .textinfo{
    padding: 10px;
  background-color: #f7f7f7;
  border-radius: 15px;
  margin-top: 20px;
  }
.textinfo p{
    font-size: 16px;
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 10px;
}

.footer {
    background: #074285;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fot_wap_l p {
    line-height: 36px;
    color: #fff;
    width: 96%;
  }


  .newsa .pagination {
  
    
    height: 40px;
    line-height: 32px;
    color: #362c2a;
}

/* 第一个li */
.newsa .pagination>li:first-child {
    font-size: 20px;
}

/* 最后一个li */
.newsa .pagination>li:last-child {
    font-size: 20px;
}

.newsa .pagination>li,.newsa .pagination>li {
    display: inline-block;
    margin-right: 9px;
    width: 32px;
    color: #5f6857;
    text-align: center;
    height: auto;
    position: initial;
padding: 0px;
border: none;
}
.newsa .pagination li span{
    position: initial;
    font-size: 24px;
}

.newsa .pagination .active>span {
    font-size: 16px;
color:#fff;
}
.pagination .active{
    background-color:#074285;
color:#fff !important;
border-radius: 50%;
}