* {
    margin: 0;
    padding: 0;
  }

  a {
    text-decoration: none;
  }

  a:link,
  a:visited {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }
  .nav-active {
    background: #e0ecf9;
    border-radius: 15px;
  }
  .nav-item > ul > li a {
    display: block;
  }
  .nav-item > ul > li a span {
    display: block;
  }
  html,
  body {
    background: #fff;
  }

  .daily-news {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .daily-news .cts {
    width: 960px;
    margin: 0 auto;
  }

  .daily-news .cts .daily-top {
    width: 100%;
    height: 56px;
    font-size: 16px;
    color: #5d97fa;
    line-height: 56px;
  }

  .daily-news .cts .daily-section {
    width: 100%;
  }

  .daily-news .cts .daily-section .section-left {
    float: left;
    width: 230px;
    height: 580px;
    box-shadow: #bcbcbc 0px 0 5px 0px;
    border-top: 4px solid #b5d0f8;
    border-bottom: 1px solid #ccc;
  }

  .section-left .classa {
    width: 100%;
    height: 78px;
  }

  .classa p {
    font-size: 18px;
    color: #f32135;
    line-height: 78px;
    text-align: center;
    font-weight: 600;
  }

  .classa p::before {
    content: '一';
    color: #e5454a;
    margin-right: 10px;
    font-weight: 100;
  }

  .classa p::after {
    content: '一';
    color: #e5454a;
    margin-left: 10px;
    font-weight: 100;
  }

  .section-left .classb ul .nav-item {
    height: 60px;
    font-size: 18px;
    color: #214377;
    cursor: pointer;
    border-bottom: 1px solid #e1e9e9;
    text-align: center;
    line-height: 68px;
    margin: 0 15px;
    width: 200px;
  }

  .section-left .classb ul .nav-show {
    height: 507px;
  }

  .section-left .classb ul .nav-item a {
    position: relative;
  }

  .section-left .classb ul .nav-item a .nav-more {
    position: absolute;
    top: -23px;
    right: -80px;
  }

  .section-left .classb ul .nav-item ul li {
    float: left;
    width: 33%;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #60b8f1;
  }

  .section-left .classb ul .nav-item ul li:hover {
    background: #e0ecf9;
    border-radius: 15px;
  }

  .section-left .classb ul .nav-item ul li:hover a {
    color: #60b8f1;
    background: none;
  }

  .section-left .classb ul .nav-item ul li a:hover {
    color: #60b8f1;
    background: none;
  }

  .daily-section .section-right {
    float: left;
    padding-left: 24px;
    padding-top: 8px;
  }
.daily-news .cts .daily-section .section-left{
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 50px 0 #bcbcbc;
    border-top: 4px solid #b5d0f8;
    border-bottom: 1px solid #ccc;
    padding-bottom: 90px;
    min-height:764px;
}
.classa p{
    font-size: 18px;
    color: #163161;
    line-height: 78px;
    text-align: center;
    font-weight: 600;
}
.classa p:after,.classa p:before{
    color: #163161;
}

.section-left .classb ul .nav-item{
    height: auto;
    line-height: 32px;
    margin-bottom: 12px;
    border-bottom: 0;
    text-align: left;
    text-indent: 1rem;

}
.nav-item >ul:after{
    content: "";
    display: block;
    overflow: hidden;
    height: 0;
    clear: both;
}
.nav-item ul{
    padding: 0!important;
}
.section-left .classb ul .nav-item ul li a{
    color: #60b8f1;
}

.daily-section:after{
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}


.classc{
    padding-left: 38px;
    position: relative;
}
.classc:before{
    content: "";
    width: 5px;
    height: 20px;
    display: inline-block;
    background-color: #5d97fa;
    position: absolute;
    left: 24px;
    bottom: 6px;
}
.section-right{
    width: calc(100% - 248px);
}
.daily-title p{
    padding-left: 24px;
}
.daily-title p span{
    font-size: 12px;
    color: #101010;
}
.daily-title p a{
    color: #101010;
}
.classc p{
    font-size: 18px;
    font-weight: bold;
    color: rgb(16, 16, 16);
    height: 32px;
    line-height: 32px;
}
#onTop{
    margin-bottom: 12px;
}
#onTop a{
    font-weight: 600;
    display: block;
    height: 26px;
    line-height: 36px;
    padding-left: 32px;
    color: #666;
    font-size: 18px;
    color: #214377;
    cursor: pointer;
    position: relative;
    font-size: 16px;
}
.nav-item{
   /*padding: 0 15px;*/
    line-height: 32px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #214377;
}

.nav-item>a>span{
    display: block;
    margin-left: 22px;
    font-weight: 600;
    font-size: 16px;
}
.nav-item>ul>li{
    float: left;
    width: 33%;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
.nav-a{



    font-size: 14px;


    color: #60b8f1;
    margin: 0;
    transition: all .2s ease;
    text-indent: 0;
}

.nav-item>ul>li:hover{
    background: #e1ebf7!important;
    outline: none;
    border-radius: 50px;
}
.nav-item li:hover a{
    color: #60b8f1;
    background: none;
}