body {
  font-family: Microsoft YaHei;
  width: auto;
  height: auto;
  font-size: 18px;
  margin:0;
  padding:0;
}
a {
  cursor: pointer;
}
a:hover{
  color:#3A83E9 ;
}
button{
  outline: none;
  border: none;
  background: none;
}
input {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 */
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}



/* 内容部分 */
.container{
  height: auto;
  width: 100%;
  background: #f5fbff url(bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 30px;
}
.container_dw{
height: 80px !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999 !important;
}
.container_dw .dq{
  color: #000000;
}
.container_dw img{
  margin-right: 16px;
}
.content_list {
  height: auto;
  display: flex;
  justify-content: space-between;
}

.content_list_l {
  min-height: 639px; 
  width: 22%;
  background: url(wt.png) no-repeat top left;
  background-size: 100% 85%;
  display: flex;
  flex-direction: column; 
}
.content_list_fys {
  width: 100%;
  height: auto;
  margin: 20px 0px 0px 0px;
  text-align: center;
}

.content_list_fys a{
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1.1px;
}
.content_list_zys {
  margin:20px 0px 0px 0px;
  width: 100%;
  height: auto; 
  text-align: center;
  padding-bottom: 60px;
  flex-grow: 1; 
}
.content_list_zys li {
  height: 49px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 49px; 
  margin-left: 20px;
  margin-right: 20px;
  position: relative; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.content_list_zys li a {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: normal;
  color: #ffffff;
  width: 100%; 
  text-align: center; 
}

.content_list_zys .active {
  background: #FFFFFF;
  border-radius: 16px 0px 0px 16px;
  margin-right: -5px;
  box-shadow: 
    8px 0 12px -4px rgba(0, 0, 0, 0.4),
    0 6px 12px -4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  justify-content: center;
}

.content_list_zys .active a {
  color: #3a83e9;
  font-weight: 600;
}

.content_list_zys .active::after {
  content: "";
  position: absolute;
  right: 15px; 
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #3a83e9;
}

.content_list_r{
  width: 75%;
  height: auto;
  background: #FFFFFF;
  padding: 25px 30px ;
  margin-bottom: 30px;
}
.conter_list_title{
  padding-bottom: 20px;
  border-bottom:1px solid  rgb(222, 222, 222);
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #3a83e9;
  position: relative;

}
.conter_list_title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(-12%);
  width: 84px;
  height: 3px;
  background: #ea2b22;
  border-radius: 2px;
}
.conter_list_neiro{
  width: 100%;
  height: auto;
}
.conter_list_neiro ul {
  width: 100%;
  min-height: 600px; 
  height: auto;
 
}
.conter_list_neiro ul li{
  width: 100%;
  height: 50px;
  border-bottom:1px dashed    rgb(222, 222, 222);
}
.conter_list_neiro ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000000
} 
.conter_list_neiro ul li a p{
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

} 
.conter_list_neiro ul li a span{
  width: 12%;
  
} 
.conter_list_neiro ul li a:hover{
  color:#3A83E9 ;
}