* {
  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%;
  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 li {
  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;
}

.daily-section .section-right {
  float: left;
  padding-left: 24px;
  padding-top: 8px;
}
.daily-news .cts .daily-section .section-left {
  float: left;
  width: 230px;
  height: 764px;
  box-shadow: 0 0 50px 0 #bcbcbc;
  border-top: 4px solid #b5d0f8;
  border-bottom: 1px solid #ccc;
}
.section-title p {
  font-size: 18px;
  color: #163161;
  line-height: 78px;
  text-align: center;
  font-weight: 600;
}
.section-title p:after {
  content: '\4E00';
  color: #b7ceeb;
  margin-left: 10px;
  font-weight: 100;
}
.section-title p:before {
  content: '\4E00';
  color: #b7ceeb;
  margin-right: 10px;
  font-weight: 100;
}

.section-left .classb ul li {
  border-bottom: 0px;
  margin: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.section-left .classb ul li:hover {
  background: #e1ebf7 !important;
}

.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;
}
.classb.dqfzphbcol ul li a:hover {
  color: inherit;
}
.dqfzphbcol ul li.selected {
  background: rgb(225, 235, 247);
}