html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f5f5f5;
  position: relative;
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(50, 50, 50, 0.25);
  border: 2px solid transparent;
  border-radius: 5px;
}
html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background-color: rgba(50, 50, 50, 0.05);
}
a {
  text-decoration: none;
  color: #333333;
}
li {
  list-style-type: none;
}
footer {
  background-color: #222;
  height: 74px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer {
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
footer #footer a {
  text-decoration: none;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
footer #footer img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: bottom;
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(117, 117, 117, 0.1);
  height: 70px;
  width: 100%;
}
header .headtop {
  height: 70px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .headtop .left {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .headtop .right {
  display: flex;
  align-items: center;
}
header .headtop .right img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor : pointer;
}
header .headtop .right .active {
  border-bottom: 2px solid #8231a7;
}
/* header .headtop .right .active a {
  color: #8231a7;
} */
header .headtop .right .active a {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #832FA4;
}
section {
  width: 1200px;
  height: 185px;
  margin: 0 auto;
  margin-top: 20px;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.1);
}
section .headnav {
  padding: 20px 30px 30px 30px;
  width: 300px;
  height: 185px;
  background: #ffffff;
  box-sizing: border-box;position: relative;
}
section .headnav .line1 {
  display: flex;
  align-items: center;
}
section .headnav .line1 .l1 {
  margin-right: 10px;
  width: 46px;
  height: 46px;
  /* background: #ffffff; */
  /* box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.1); */
}
section .headnav .line1 img {
  width: 46px;
  height: 46px;
}
section .headnav .line1 .l2 {
  max-width: 183px;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 0px 0px 10px rgba(68, 68, 68, 0.1);
}
section .headnav .linenn {
  margin-top: 11px;
  width: 239px;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-shadow: 0px 0px 10px rgba(68, 68, 68, 0.1);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
section .headnav .lineee {
  margin-top: 10px;
}
section .headnav .lineee button {
  border: none;
  width: 110px;
  height: 35px;
  background: rgba(130, 49, 167, 0.08);
  border-radius: 2px;
  border: 1px solid rgba(130, 49, 167, 0.6);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8231a7;
}
section .headnav:hover {
  background: #f8f8f8;
}
section .headnav:hover .lineee button {
  background: #8231a7;
  color: #ffffff;
}

section .headnav .lineeee{
  width: 0px;
  position: absolute;
  border-left: 1px solid #e8e8e8;
  height: 130px;
  top: 28px;
  right: 0px;
}

main {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .main {
  margin-bottom: 20px;
  width: 1200px;
  /*height: 689px;*/
  display: flex;
  justify-content: space-between;
}
main .main .leftmain {
  width: 220px;
  min-height: 785px;
  background: #ffffff;
}
main .main .leftmain ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
main .main .leftmain ul li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 220px;
  height: 45px;
  background: #ffffff;
  line-height: 45px;
  text-align: left;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
main .main .leftmain ul li img {
  margin-left: 14px;
}
main .main .leftmain ul li .title{
  width: 145px;    text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main .main .leftmain ul li .total {
  margin-left: 6px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

main .main .leftmain ul .active {
  color: #8231a7;
  border-left: 3px solid #832fa4;
  background: rgba(131, 47, 164, 0.08);
}
main .main .leftmain ul li:hover {
  color: #8231a7;
}
main .main .leftmain ul .active span,main .main .leftmain ul li:hover span{
  color: #8231a7;
}
main .main .leftmain ul .active img{
  margin-left: 11px;
}
main .main .leftmain ul .active a {
  color: #8231a7 !important;
}
main .main .leftmain ul .preactive {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #8231a7;
  line-height: 45px;
}
main .main .rightmain {
  width: 960px;
  min-height: 699px;
  background: #ffffff;
}
main .main .rightmain .serarch {
  width: 940px;
  height: 47px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
}
main .main .rightmain .serarch .title {
  box-sizing: border-box;
  margin: 0 20px;
  text-align: center;
  width: 120px;
  height: 47px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 47px;
}
main .main .rightmain .serarch .input {
  display: flex;
  align-items: center;
  position: relative;
}
main .main .rightmain .serarch .input input {
  outline: none;
  box-sizing: border-box;
  padding: 0 24px;
  width: 350px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
main .main .rightmain .serarch .input .d {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
}
main .main .rightmain .serarch .input .s {
  left: 5px;
  position: absolute;
}
main .main .rightmain .serarch .btn:hover {
  margin-left: 399px;
  border: none;
  width: 80px;
  height: 30px;
  background: #9937c5;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
main .main .rightmain .list {
  display: flex;
  align-items: center;
  width: 960px;
  height: 200px;
  box-sizing: border-box;
  padding: 30px 20px 20px 20px;position: relative;
}
main .main .rightmain .list hr{
  width: 920px;
    position: absolute;
    bottom: -8px;border: none;
    border-top: 1px dashed #dddddd;
}
main .main .rightmain .list .imgicon {
  margin-right: 20px;
  width: 110px;
  height: 110px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main .rightmain .list .text {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 28px 0;
}
main .main .rightmain .list .text .textbox .titleline1 {
  width: 680px;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main .main .rightmain .list .text .textbox .titleline2 {
  display: flex;
  flex-direction: row;
  margin-right: 46px;
  margin-top: 10px;
}
main .main .rightmain .list .text .textbox .titleline2 .tl1 {
  width: 42px;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-right: 13px;
}
main .main .rightmain .list .text .textbox .titleline2 .tl2 {
  width: 580px;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
main .main .rightmain .list .text .textbox .titleline3 {
  margin-top: 5px;
}
main .main .rightmain .list .text .textbox .titleline3 .ttl1 {
  width: 63px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
main .main .rightmain .list .text .textbox .titleline3 .ttl2 {
  width: 80px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
main .main .rightmain .list .text .textbox .titleline4 {
  margin-top: 8px;
}
main .main .rightmain .list .text .textbox .titleline4 .tt1 {
  width: 42px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
main .main .rightmain .list .text .textbox .titleline4 .tt2 .ttt2 {
  width: 80px;
  height: 25px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fe4d4e;
  line-height: 22px;
}
main .main .rightmain .list .text .textbox .titleline4 .tt2 .ttt3 {
  width: 80px;
  height: 25px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
main .main .rightmain .list .text .btnn {
  width: 110px;
  height: 35px;
}
main .main .rightmain .list .text .btnn .btn {
  border: none;
  width: 110px;
  height: 35px;
  background: rgba(130, 49, 167, 0.08);
  border-radius: 2px;
  border: 1px solid rgba(130, 49, 167, 0.6);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8231a7;
}
main .main .rightmain .list:hover {
  background: #f8f8f8;
}
main .main .rightmain .list:hover .text .btnn .btn {
  background: #8231a7;
  color: #ffffff;
}
