body {
  background: #F9F9F9;
}




/* 左侧栏目 */
.type_fl {
  background: none;
}

.class_style1 {
  background-color: #fff;
}

.class_style1 .type_li:nth-child(2) {
  border-bottom: 0.01rem solid #EDEDED !important;
}

.type_li.act .class_sty2 {
  display: block;
}

.type_li .class_sty2 {
  padding: 0.19rem 0;
  display: none;
}

.class_sty2 .class_sty_li {
  width: 3rem;
  height: 0.5rem;
  background: #FFFFFF;
  line-height: 0.5rem;
  border: 0.01rem solid #EDEDED;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  padding: 0 0.14rem;
  box-sizing: border-box;
  margin-top: 0.11rem;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.class_sty2 .class_sty_li img {
  width: 0.11rem;
  height: 0.13rem;
}

.class_sty2 .class_sty_li.cur,
.class_sty2 .class_sty_li:hover {
  border: 0.01rem solid #3F38A1;
}


.class_style1 .class_btn {
  width: 3rem;
  height: 0.48rem;
  background: #3F38A1;
  border-radius: 0.24rem;
  margin: 0 auto;
  line-height: 0.48rem;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.29rem;
  margin-bottom: 0.27rem;
}

.class_style1 .class_search {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.15rem 0.25rem 0.15rem;
  box-sizing: border-box;
}

.class_style1 .class_search .class_search_title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}

.class_style1 .class_search .class_search_input {
  width: 3rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0rem;
  border: 0.01rem solid #EDEDED;
  margin-top: 0.14rem;
  margin-bottom: 0.1rem;
  display: block;
  padding-left: 0.17rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
}
.class_style1 .class_search .class_search_txt{
  position: relative;
}
.class_style1 .class_search .class_search_txt i{
  content: "";
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  right: 0.17rem;
  top: 0.17rem;
  background: url("../img/class_search_btn.png") center no-repeat;
  background-size: cover;
}

.class_style1 .class_search .class_search_btn {
  width: 3rem;
  height: 0.48rem;
  background: #F2F2F2;
  border-radius: 0.24rem;
  line-height: 0.48rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  display: block;
  cursor: pointer;
}


/* 筛选 */
.class_filter {
  width: 3.3rem;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.1rem;
  margin-top: 0.27rem;
}

.class_filter .filter_name {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  border-bottom: 0.01rem solid #EDEDED;
  padding-left: 0.15rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 0.22rem;
  color: #000000;
}

.class_filter .filter_list {
  padding: 0.04rem 0.15rem 0.59rem 0.15rem;
  box-sizing: border-box;
}

.class_filter .filter_list .filter_li {
  width: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  margin-top: 0.22rem;
}

.class_filter .filter_list .filter_li input {
  width: 0.12rem;
  height: 0.12rem;
  background: #3F38A1;
  border-radius: 0.03rem;
}

.class_filter .filter_list .filter_li span {
  margin-left: 0.14rem;
}













.body_fr {
  width: 10.33rem;
  margin-left: 0.37rem;
}

.body_fr .type_name {
  max-width: 9.2rem;
  height: 1.87rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.28rem;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body_fr .type_name b {
  color: #4243D1;
}





/* 文件下载列表 */
.down_li {
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: 0.01rem solid #E3E3E3;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.37rem;
  cursor: pointer;
}

.down_li .down_img {
  width: 0.58rem;
  height: 0.58rem;
  overflow: hidden;
  margin-right: 0.24rem;
}

.down_li .down_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.down_li .down_body .down_title {
  max-width: 7.65rem;
  font-size: 0.18rem;
  color: #030303;
  margin-bottom: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.down_li .down_body .down_txt {
  font-weight: 400;
  font-size: 0.14rem;
  color: #858585;
  display: flex;
  font-weight: 600;
}
.down_li .down_body .down_txt .down_time{
  margin-right: 0.4rem;
}
.down_li .down_url {
  width: 1.6rem;
  height: 0.5rem;
  background: #4243D1;
  border-radius: 0.25rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  display: block;
  line-height: 0.5rem;
  text-align: center;
  float: right;
  position: absolute;
  right: 0;
}

.down_li .down_url img{
  width: 0.19rem;
  height: 0.14rem;
  margin-left: 0.12rem;
}
.down_li .down_url.on{
  background: #CBCBCB;
}
.down_li:hover .down_body .down_title{
  font-weight: bold;
  color: #3F38A1;
}

















