.classb ul li {
  float: left;
  width: 25%;
  text-align: center;

  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #60b8f1;
  transition: all 0.2s ease;
  border-radius: 50px;
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.classb ul {
  padding: 0 4px;
}
.classb ul li a {
  color: #60b8f1;
}

.classb ul li:hover {
  background: #e1ebf7 !important;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.classb ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.classb {
  height: 682px;
  overflow-y: auto;
  overflow-x: hidden;
}

.section-left ::-webkit-scrollbar {
  display: none;
}

.classc {
  padding-left: 38px;
  margin-bottom: 34px;
  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: #818181;
  float: right;
}
.daily-title p a {
  color: #101010;
}
.classc p {
  font-size: 18px;
  font-weight: bold;
  color: rgb(16, 16, 16);
  height: 32px;
  line-height: 32px;
}
.icad {
  transform: rotate(90deg);
  display: inline-block;
  float: right;
  margin-right: 20px;
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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%;

  font-size: 16px;
  color: #5d97fa;
  padding-top: 20px;
  padding-bottom: 20px;
}
.d-title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-indent: 15px;
  cursor: pointer;
}
.daily-news .cts .daily-section {
  width: 100%;
}

.daily-news .cts .daily-section .section-left {
  float: left;
  width: 230px;
  min-height: 765px;
  overflow: hidden;
  box-shadow: 0 0 50px 0 #bcbcbc;
  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;
}
.z-title {
  width: 100%;
  height: 78px;
}
.z-title p {
  font-size: 18px;
  color: #163161;
  line-height: 78px;
  text-align: center;
  font-weight: 600;
}
.z-title p:before {
  content: '\4E00';
  color: #b7ceeb;
  margin-right: 10px;
  font-weight: 100;
}
.z-title p:after {
  content: '\4E00';
  color: #b7ceeb;
  margin-left: 10px;
  font-weight: 100;
}
.zjsdcol ul li.selected {
  background: rgb(225, 235, 247);
}