*{
    padding: 0;
    margin: 0;
}
.bg{
    background: url(../images/index/bg.png);
    background-repeat:repeat-y;
}
.weizhi_c {
    width      : 1200px;
    height     : 60px;
    margin     : 0 auto;
    display    : flex;
    align-items: center;
    font-size  : 14px;
  }
  
  .weizhi_c .iconfont {
    width : 15px;
    height: 19.5px;
    color: #EEEEEE;
  }
  .weizhi_c{
    color: #ffffff;
  }
  .weizhi_c .weizhi_n {
    color: #007AFF;
    
  }
  
  .search_box{
      height: 60px;
      line-height: 60px;
      background: #eaf1fc;
      overflow: hidden;
      margin: 20px;
  }
  .search_box_left{
      float: left;
      width: 40%;
      color: #313131;
      font-size: 14px;
      text-indent: 14px;
  }
  .search_box_left select{
      background: #fff;
      width: 160px;
      height: 34px;
      line-height: 34px;
      border-radius: 3px;
      padding: 0 10px;
      border: 1px solid #ccc;
      color: #313131;
      text-decoration: none;
      position: relative;
  }
  .search_box_right{
      float: left;
      width: 60%;
      text-align: right;
  }
  .search_box_right .search_right_input{
      display: inline-block;
      width: 197px;
      height: 34px;
      margin-top: 13px;
      opacity: 1;
      outline: none;
      color: #919191;
      border: 1px solid #ededed;
      background: rgba(255, 255, 255, 1);
  }
  .search_box_right .search_right_btn{
      cursor: pointer;
      display: inline-block;
      width: 70px;
      height: 34px;
      float: right;
      font-size: 14px;
      margin-right: 13px;
      margin-top: 15px;
      text-align: center;
      line-height: 34px;
      background: rgba(0, 122, 255, 1);
      color: #ffffff;
  }
  .fypages.pages{
      overflow: hidden;
      height: 30px;
      line-height: 30px;
      text-align: right;
      padding: 20px;
  }
  .fypages.pages div:first-child{
      margin-left: 0;
  }
  .fypages.pages div:last-child{
      margin-right: 0;
  }
  .kjjr_content{
      overflow: hidden;
      padding: 10px;
  }
  .kjjr_box{
      width: 371px;
      height: 290px;
      float: left;
      margin: 0 10px 10px;
      border: 1px solid rgb(13 142 255 / 30%);
  }
  .kjjr_box_img{
      width: 100%;
      height: 190px;
  }
  .kjjr_box_title{
      text-align: center;
      border-bottom: 1px solid rgb(13 142 255 / 30%);
      padding: 15px 0px 18px;
      color: #000;
      font-size: 20px;
  }
  .kjjr_box_item{
      overflow: hidden;
      line-height: 36px;
      color: #515151;
      font-size: 14px;
  }
  .kjjr_box_item .kjjr_box_je{
      float: left;
      width: 50%;
      text-align: center;
      border-right: 1px solid rgb(13 142 255 / 30%);
  }
  .kjjr_box_item .kjjr_box_je span{
      color: #FE7A00;
  }
  .kjjr_box_item .kjjr_box_lv{
      float: left;
      width: calc(50% - 1px);
      text-align: center;
  }
  .kjjr_box_item .kjjr_box_lv span{
      color: #0D8EFF;
  }
  
  .kjjrxq_content{
      overflow: hidden;
      padding: 30px;
  }
  .kjjrxq_contenta{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #253E6C;
    }
    .kjjrxq_contenta .baom{
        width: 160px;
        height: 48px;
        background: rgba(3,140,212,1);
        text-align: center;
        line-height: 48px;
        color: #ffffff;
    }
  .kjjrxq_title{
      font-size: 20px;
      color: #2F456E;
      letter-spacing: 1px;
      text-align: center;
      font-weight: 700;
  }
  .kjjrxq_date{
      height: 40px;
      line-height: 40px;
      color: rgba(255,255,255,0.6);
      font-size: 14px;
      font-weight: 700;
      font-family: "Microsoft YaHei";
      font-size: 14px;
      border-radius: 3px;
      margin: 15px 0 25px;
      text-align: center;	
      letter-spacing: 1px;
  }
  .kjjrxq_img{
    margin-top: 30px;
  }
  .kjjrxq_img img{
      width: 100%;
      height: 370px;
  }
  .kjjrxq_form{
      border: 1px solid #EAEAEA;
  }
  .kjjrxq_form_title{
      width: 1052px;
      margin: 0 auto;
      background-color: #2F456E;
      height: 50px;
      line-height: 50px;
      color: #2C6BE1;
      padding-left: 30px;
      font-size: 16px;
      letter-spacing: 1px;
  }
  .kjjrxq_form_txt{
      width: 1032px;
      height: 228px;
      color: rgba(255,255,255,0.6);
      font-size: 16px;
      padding: 25px 30px 50px 20px;
      letter-spacing: 1px;
      background-color: #1C315E;
      margin-left: 29px;
  }
  .kjjrxq_form_table{
      overflow: hidden;
      border: 1px solid rgba(13, 142, 255, 0.2);
      margin: 30px 30px 30px;
  }
  .kjjrxq_table_tr{
      border-bottom: 1px solid rgba(13, 142, 255, 0.2);
      overflow: hidden;
      font-size: 16px;
  }
  .kjjrxq_table_tr:nth-child(odd){
      background-color:#1C315E;
  }
  .kjjrxq_table_tr:last-child{
      border-bottom: 0;
  }
  .kjjrxq_table_tr span:first-child{
      background-color:#1C315E;
      float: left;
      display: inline-block;
      width: 230px;
      padding: 10px;
      color: rgba(3, 140, 212, 1);
      line-height: 28px;
      letter-spacing: 1px;
      border-bottom: 1px solid rgba(13, 142, 255, 0.2);
  }
  .kjjrxq_table_tr span:last-child{
      background-color:#1C315E;
      float: left;
      display: inline-block;
      padding: 10px;
      width: calc(100% - 272px);
      height: 28px;
      border-left: 1px solid rgba(13, 142, 255, 0.2);
      color: #ffffff;
      line-height: 28px;
      letter-spacing: 1px;
      border-bottom: 1px solid rgba(13, 142, 255, 0.2);
  }
  
  a {
    text-decoration: none;
  }
  
  .page {
    width     : 100%;
    min-width : 1200px;
    background: rgba(247, 249, 255, 1);
  }
  
  .page .main {
    width     : 100%;
    margin-top: 20px;
  }
  
  .main .zhong {
    width          : 1200px;
    margin         : 0 auto;
    /* display        : flex; */
    justify-content: space-between;
    background     : #0A1F4F;
    border: 1px solid #2B4E7E;
  }
  
  .main .zhong .left {
    width      : 230px;
    margin-left: 20px;
    margin-top : 30px;
  }
  
  .left .title {
    width           : 100%;
    height          : 70px;
    background-image: url('../images/index/titleBg.png');
    text-align      : center;
    line-height     : 70px;
    font-size       : 20px;
    text-decoration : none;
    vertical-align  : middle;
  }
  
  .left .title img {
    margin-right  : 10px;
    vertical-align: middle;
  }
  
  .left .title span {
    color: white;
  }
  
  .left .one .box2 {
    width     : 230px;
    height    : 60px;
    background: #e8f3ff;
  }
  
  .left .one .box {
    margin    : 0 auto;
    margin-top: 10px;
  }
  
  
  .left .box1 a {
    width      : 64px;
    height     : 21px;
    line-height: 60px;
    opacity    : 1;
    color      : #ffffff;
    font-size  : 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    margin-left: 21px;
  }
  
  #box3 {
    width           : 4px;
    height          : 60px;
    background-color: #FE7A00;
    float           : left;
  }
  
  .left .box2 .box4 {
    width      : 64px;
    height     : 21px;
    line-height: 60px;
    opacity    : 1;
    color      : #616161;
    font-size  : 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    margin-left: 21px;
  }
  
  /* .one .box a:hover {
    color: #ffffff;
  } */
  
  .left .active {
    /* color: #ffffff; */
    background: #2C6BE1
  }
  
  
  
  
  .main .zhong .right {
    width     : 74%;
    margin-top: -10px;
  }
  
  .right .rightt {
    width      : 100%;
    /* height     : 1150px; */
    margin-left: -25px;
    margin-top : -10px;
  }
  
  .right .rightt .box {
    width        : 880px;
    margin       : 0 auto;
    box-sizing   : border-box;
    margin-top   : 65px;
    padding-left : 47px;
    margin-bottom: 28px;
  }
  
  .right .rightt .title {
    width        : 100%;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    font-size    : 16px;
    padding-left : 0;
    font-weight  : 600;
  }
  
  .box .title li {
    list-style-type: none;
    float          : left;
    margin-top     : 50px;
    margin-left    : 47px;
  }
  
  .title a {
    width          : 32px;
    height         : 22px;
    opacity        : 1;
    color          : rgba(97, 97, 97, 1);
    font-size      : 16px;
    font-weight    : 700;
    font-family    : "PingFang SC";
    text-align     : left;
    text-decoration: none;
  }
  
  #alla {
    margin-left : 92px;
    margin-right: 70px;
  }
  
  .xline {
    width        : 880px;
    height       : 5px;
    border-radius: 6px 6px 0 0;
    background   : linear-gradient(180deg, rgba(13, 142, 255, 0) 11%, rgb(13 142 255 / 7%) 100%);
  }
  
  .box .date {
    font-size  : 14px;
    color      : #818181;
    line-height: 30px;
  }
  
  .box .date span:nth-child(2) {
    margin-left: 10px;
  }
  
  input::-webkit-input-placeholder {
    padding-left: 14px;
    color       : #919191;
  }
  
  .right .rightt .pages {
    display        : flex;
    justify-content: flex-end;
    margin-top     : 37px;
    margin-bottom  : 37px;
  }
  
  .pages div:first-child {
    margin-left: 30px;
  }
  
  .pages div span {
    color: red;
  }
  
  .pages div:last-child {
    margin-right: 30px;
  }
  
  .pages div span {
    margin-left: 10px;
    cursor     : pointer;
  }
  
  .box .title .allc {
    color: #0D8EFF;
  }
  
  .box .title .alle {
    margin-right: 70px;
  }
  
  .title div {
    display: inline-block;
  }
  
  .xline .xianshi {
    width        : 130px;
    height       : 5px;
    border-radius: 6px 6px 0 0;
    opacity      : 0.800000011920929;
    margin-left  : 348px;
    background   : linear-gradient(180deg, rgba(13, 142, 255, 0) 11%, rgba(13, 142, 255, 1) 100%);
  }
  
  .pages div span:hover {
    color: #009bdf;
  }
  
  .box_middle {
    height    : 60px;
    background: #eaf1fc;
    margin-top: 10px;
  }
  
  .box_middle .middle_right {
    display    : inline-block;
    width      : 197px;
    height     : 34px;
    margin-top : 13px;
    opacity    : 1;
    outline    : none;
    margin-left: 602px;
    color      : #919191;
    border     : 1px solid #ededed;
    ;
    background: rgba(255, 255, 255, 1);
  }
  
  .box_middle .iconfontt {
    cursor      : pointer;
    display     : inline-block;
    width       : 70px;
    height      : 36px;
    float       : right;
    font-size   : 14px;
    margin-right: 13px;
    margin-top  : 14px;
    text-align  : center;
    line-height : 36px;
    background  : rgba(0, 122, 255, 1);
    color       : #ffffff;
    font-size   : 14px;
  }
  
  .picture {
    width     : 100%;
    margin-top: 10px;
    display   : flex;
    flex-wrap : wrap;
  }
  
  .picture .picture_a {
    width     : 280px;
    height    : 280px;
    opacity   : 1;
    border    : 1px solid #EEEEEE;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    margin-top: 20px;
  }
  
  .picture .picture_a img {
    margin-top : 20px;
    margin-left: 75px;
  }
  
  .picture .picture_a .jt {
    width        : 24px;
    height       : 24px;
    opacity      : 1;
    position     : absolute;
    left         : 611px;
    top          : 425px;
    background   : #ffffff;
    border-radius: 50%;
  }
  
  .picture .picture_a .name {
    margin-top : 10px;
    margin-left: 113px;
    font-size  : 18px;
    font-weight: 500;
    font-family: "PingFang SC";
    color      : #333333;
  }
  
  .picture .picture_a .ch {
    margin-top : 22px;
    margin-left: 71px;
    font-size  : 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    color      : rgba(51, 51, 51, 1);
  }
  
  .picture .picture_a .cyl {
    margin-top : 11px;
    margin-left: 71px;
    color      : rgba(51, 51, 51, 1);
    font-size  : 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align : left;
  }
  
  .picture .picture_b {
    margin-left: 20px;
  }
  
  #page_b {
    width        : 62px;
    height       : 28px;
    border-radius: 4px;
    opacity      : 1;
    background   : rgba(0, 122, 255, 1);
    color        : rgba(255, 255, 255, 1);
    font-size    : 14px;
    font-weight  : 400;
    font-family  : "Microsoft YaHei";
    padding      : 5px 11.37px 5px 7.23px;
  }
  
  .pages .page_a {
    color: #616161;
  }
  
  .pages .active {
    width        : 28.93px;
    height       : 28px;
    border-radius: 4px;
    color        : #ffffff;
    font-size    : 14px;
    padding      : 5px 9.3px 5px 10.33px;
    opacity      : 1;
    background   : rgba(0, 122, 255, 1);
  }
  .bottom{
    height: 805px;
    border: 1px solid rgba(0.05098039284348488, 0.364705890417099, 0.5568627715110779, 1);
  }
  .bm{
    width: 1200px;
    margin: 0 auto;
  }
  .bm .wybm{
    width: 160px;
    height: 48px;
    border: 1px solid rgba(0, 0.47843137383461, 1, 1);
    background: rgba(3,140,212,1);
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    margin: 0 auto;
  }
  .bm .yjs{
    width: 160px;
    height: 48px;
    background: #154050;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
  }