* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
body {
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
}
main {
  width: 100%;
  background-color: #DFEFFD;
}
div {
  box-sizing: border-box;
}
header {
  position: relative;
  width: 100%;
  height: 7.14rem;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 1.25rem;
}
header .logo {
  width: 100%;
  padding-top: 0.43rem;
}
header .logo img {
  display: block;
  width: 6.63rem;
  height: 0.59rem;
  margin: 0 auto;
}
header nav {
  display: flex;
  justify-content: space-evenly;
  padding-top: 5rem;
}
header nav .jianzhang {
  width: 1.44rem;
  height: 1.44rem;
  background-image: url(../images/nav-bg.png);
  background-size: contain;
  font-size: 0.25rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0.43rem 0.47rem;
}
header nav .fengguang {
  width: 1.44rem;
  height: 1.44rem;
  background-image: url(../images/nav-bg.png);
  background-size: 100% 100%;
  font-size: 0.25rem;
  font-weight: 700;
  box-sizing: border-box;
  margin-top: 0.5rem;
  padding: 0.43rem 0.47rem;
}
header nav .mulu {
  width: 1.44rem;
  height: 1.44rem;
  background-image: url(../images/nav-bg.png);
  background-size: 100% 100%;
  font-size: 0.25rem;
  font-weight: 700;
  box-sizing: border-box;
  margin-top: 0.5rem;
  padding: 0.43rem 0.47rem;
}
header nav .fengcai {
  width: 1.44rem;
  height: 1.44rem;
  background-image: url(../images/nav-bg.png);
  background-size: 100% 100%;
  font-size: 0.25rem;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0.43rem 0.47rem;
}
section {
  width: 100%;
}
section .title-bg {
  position: relative;
  width: 100%;
}
section .title-bg img {
  display: block;
  width: 6.01rem;
  height: 0.81rem;
  margin: 0 auto;
}
section .title-bg .box-post {
  position: absolute;
  left: 35%;
  top: 0;
  transform: translate(-15%);
  width: 3.5rem;
  height: 0.81rem;
  margin: 0 auto;
  display: flex;
}
section .title-bg .box-post .xiexian-small-left {
  margin-top: 0.49rem;
  width: 0.16rem;
  height: 0.23rem;
  background-image: url(../images/xiexian-small-left.png);
  background-size: 100% 100%;
}
section .title-bg .box-post .xiexian-left {
  margin-top: 0.38rem;
  width: 0.24rem;
  height: 0.38rem;
  background-image: url(../images/xiexian-left.png);
  background-size: 100% 100%;
}
section .title-bg .box-post .title {
  font-size: 0.51rem;
  font-weight: 900;
  letter-spacing: 0.04rem;
  margin: 0 auto;
  margin-top: 0.16rem;
}
section .title-bg .box-post .xiexian-right {
  margin-top: 0.38rem;
  width: 0.24rem;
  height: 0.38rem;
  background-image: url(../images/xiexian-right.png);
  background-size: 100% 100%;
}
section .title-bg .box-post .xiexian-small-right {
  margin-top: 0.49rem;
  width: 0.16rem;
  height: 0.23rem;
  background-image: url(../images/xiexian-small-right.png);
  background-size: 100% 100%;
}
section .jianjie {
  margin-bottom: 1.25rem;
}
section .jianjie .txt-content {
  margin-top: 0.38rem;
  padding: 0 0.8rem;
  font-size: 0.25rem;
  text-indent: 2em;
  line-height: 0.58rem;
  letter-spacing: 0.03rem;
}
section .zhibo .big-box {
  width: 100%;
  padding-right: 0.34rem;
  padding-left: 0.8rem;
}
section .zhibo .big-box .z-content {
  margin-top: 0.4rem;
  height: 4rem;
  margin-bottom: 1.26rem;
  overflow-y: scroll;
}
section .zhibo .big-box .z-content ul {
  display: flex;
}
section .zhibo .big-box .z-content ul .z-time ul {
  display: flex;
  flex-direction: column;
}
section .zhibo .big-box .z-content ul .z-time ul li {
  width: 100%;
  font-size: 0.23rem;
  margin-bottom: 0.74rem;
}
section .zhibo .big-box .z-content ul .z-time ul li:last-child {
  margin-bottom: 0;
}
section .zhibo .big-box .z-content ul .z-circle {
  margin-left: 0.19rem;
}
section .zhibo .big-box .z-content ul .z-circle ul {
  display: flex;
  flex-direction: column;
}
section .zhibo .big-box .z-content ul .z-circle ul li {
  margin: 0.04rem 0;
}
section .zhibo .big-box .z-content ul .z-circle ul li .circle {
  width: 0.19rem;
  height: 0.19rem;
  border: 0.05rem solid #bcc9df;
  border-radius: 50%;
}
section .zhibo .big-box .z-content ul .z-circle ul li .sharp {
  width: 0.1rem;
  height: 0.66rem;
  border-right: 0.05rem solid #bcc9df;
}
section .zhibo .big-box .z-content ul .z-txt {
  margin-left: 0.16rem;
}
section .zhibo .big-box .z-content ul .z-txt ul {
  display: flex;
  flex-direction: column;
}
section .zhibo .big-box .z-content ul .z-txt ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.33rem;
}
section .zhibo .big-box .z-content ul .z-txt ul li .college {
  font-size: 0.23rem;
  color: #3A3BC3;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
section .zhibo .big-box .z-content ul .z-txt ul li .Position {
  display: flex;
  font-size: 0.23rem;
  color: #3A3BC3;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
}
section .zhibo .big-box .z-content ul .z-txt ul li .Position .shuxian {
  height: 0.22rem;
  border-right: 0.04rem solid #3A3BC3;
  margin-top: 0.05rem;
  margin-right: 0.2rem;
  margin-left: 0.1rem;
}
section .zhibo .big-box .z-content ul .z-txt ul li .Position span:first-child {
  letter-spacing: 0.1rem;
}
section .zhibo .big-box .z-content ul .z-txt ul li:last-child {
  margin-bottom: 0;
}
section .zhibo .z-content::-webkit-scrollbar {
  background: #fff;
  border-radius: 0.07rem;
  width: 0.2rem;
}
section .zhibo .z-content::-webkit-scrollbar-thumb {
  display: block;
  border-radius: 0.07rem;
  background: #D5D8DF;
  width: 0.2rem;
}
section .huifang {
  width: 100%;
}
section .huifang .title-bg {
  margin-bottom: 0.43rem;
}
section .huifang .list ul li .l-title {
  width: 100%;
  background-color: #CEDCE9;
  font-size: 0.34rem;
  padding: 0.12rem 0;
  font-weight: 900;
  letter-spacing: 0.05rem;
  text-align: center;
}
section .huifang .list ul li .box {
  display: flex;
  margin: 0.75rem 1.04rem 0.75rem 1.26rem;
  background-color: #7d7ef4;
}
section .huifang .list ul li .box .left-image {
  width: 1.6rem;
  flex-shrink: 0;
  
  margin-bottom: 0.38rem;
  margin-left: -0.22rem;
  background-color: skyblue;
}
section .huifang .list ul li .box .right-content {
  margin-left: 0.51rem;
  padding-right: 0.24rem;
  padding-bottom: 0.37rem;
}
section .huifang .list ul li .box .right-content .top {
  margin-top: 0.21rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.17rem;
}
section .huifang .list ul li .box .right-content .top .name {
  font-size: 0.25rem;
  color: #fff;
  margin-top: 0.25rem;
}
section .huifang .list ul li .box .right-content .top .btn {
  position: relative;
  font-size: 0.18rem;
  color: #010000;
  width: 0.99rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  background-color: #fff;
}
section .huifang .list ul li .box .right-content .top .triaangle {
  position: absolute;
  right: -0.2rem;
  top: 0.15rem;
  width: 0;
  height: 0;
  border: 0.1rem solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  border-right-color: transparent;
}
section .huifang .list ul li .box .right-content .middle {
  font-size: 0.15rem;
  color: #fff;
  margin-bottom: 0.14rem;
}
section .huifang .list ul li .box .right-content .bottom {
  position: relative;
  background-color: #fff;
}
section .huifang .list ul li .box .right-content .bottom .triaangle {
  position: absolute;
  left: -0.3rem;
  top: 0.3rem;
  width: 0;
  height: 0;
  border: 0.15rem solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #fff;
}
section .huifang .list ul li .box .right-content .bottom .b-txt {
  padding: 0.14rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
}
footer .footer-bg {
  width: 100%;
  height: 2.06rem;
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
  margin-top: 1.27rem;
}
footer .footer-txt {
  width: 100%;
  height: 1.18rem;
  background-color: #7D7EF4;
  font-size: 0.42rem;
  text-align: center;
  line-height: 1.18rem;
  box-sizing: border-box;
  color: #fff;
}
.， {
	text-align: justify;
}
