body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  background: url("../img/loginBg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

/* 中间区域 */
.main {
  width: 1200px;
  margin: 5% auto 0;
  padding-bottom: 100px;
  /* background-color: palegoldenrod; */
}

.main .top {
  width: 1000px;
  margin: 0 auto;
  /* background-color: palegoldenrod; */
}

.main .top img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.contentArea {
  margin-top: 100px;
}

/* 1.学校登录 */
.main .login_content {
  width: 600px;
  padding: 35px 60px 50px;
  box-sizing: border-box;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 20px;
}

/* title */
.content_title {
  /* width: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5290f5;
  font-weight: bold;
  font-size: 20px;
  /* background-color: palegoldenrod; */
}

.content_title .tips {
  margin: 0 10px;
  letter-spacing: 3px;
  font-size: 23px;
}

.content_title .circle {
  width: 5px;
  height: 5px;
  background-color: #5290f5;
  border-radius: 50%;
}

.login_area {
  margin-top: 45px;
  /* background-color: palegoldenrod; */
}

/* input */
.area_item {
  width: 100%;
  margin-bottom: 40px;
}

.area_item input {
  padding: 0 20px;
  display: block;
  width: 100%;
  height: 55px;
  background-color: #ebebeb;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 18px;
  color: #333333;
}

.area_item input::placeholder {
  color: #a1a1a1;
  font-size: 17px;
}

.item_tips {
  /* background-color: pink; */
  font-size: 12px;
  padding-left: 4px;
  box-sizing: border-box;
  color: #b2b2b2;
  margin: 8px 0 25px;
  line-height: 18px;
}

.layui-input:hover {
  border-color: #f2686a !important;
}

.layui-input:focus {
  border-color: #f2686a !important;
  box-shadow: none !important;
}

.area_code {
  display: flex;
  justify-content: space-between;
}

.area_code input {
  width: calc(100% - 180px);
}

.area_code .sendBtn {
  display: block;
  width: 160px;
  background-image: linear-gradient(to right, #5b99f9, #5896f8, #5a98f8, #5997f8, #5a98f8, #5795f7);
  text-align: center;
  height: 55px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
  cursor: pointer;
}

.loginBtn {
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 40px;
  background-image: linear-gradient(to right, #5b99f9, #5896f8, #5a98f8, #5997f8, #5a98f8, #5795f7);
  letter-spacing: 2px;
  font-weight: bold;
}

.targetTips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.targetTips a {
  font-size: 16px;
  color: #747474;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}
.targetTips a:hover {
  color: #5e5a5a;
}

.banquan {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5%;
  /* bottom: 10%; */
  z-index: 12;
}

.banquan p {
  font-size: 15px;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #485054;
}
.banquan p span {
  margin: 0 20px;
}

/* 2.作品展示页面 */
.page_index {
  width: 100%;
  min-height: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
}

.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}

.mainArea {
  width: 100%;
  flex: 1;
  /* background-color: lightblue; */
  margin: 100px auto;
}

.areaContent {
  width: 1200px;
  margin: 0 auto;
}

.contentLeft {
  position: relative;
}
.workShow {
  width: 820px;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  float: left;
}
.blockTitle {
  width: 202px;
  margin: 0 auto;
}
.blockTitle img {
  width: 100%;
  display: block;
}

.blockContent {
  margin-top: 45px;
}

.byYear,
.byType,
.searchArea {
  /* background-color: palegoldenrod; */
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.yearLeft,
.typeLeft,
.searchLeft {
  width: 51px;
  height: 35px;
  line-height: 35px;
  /* background-color: orange; */
  flex-shrink: 0;
  font-size: 14px;
  align-self: flex-start;
  color: #787878;
}

.yearRight,
.typeRight {
  width: calc(100% - 51px);
  /* background-color: lightgreen; */
  display: flex;
  flex-wrap: wrap;
}

.yearRight span,
.typeRight span {
  width: 93px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #c1c1c1;
  border-radius: 5px;
  margin-right: 13px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  flex-shrink: 0;
}

.typeRight span {
  margin-bottom: 25px;
}
.typeRight span:nth-child(7n) {
  margin-right: 0;
}
.typeRight span:nth-child(n + 7) {
  margin-bottom: 0;
}
.yearRight .span_active,
.typeRight .span_active {
  /* background-color: #c24b8c; */
  background-image: linear-gradient(to right, #5b99f9, #5896f8, #5a98f8, #5997f8, #5a98f8, #5795f7);
}

/* 搜索框 */
.hide {
  opacity: 0;
}

.searchRight {
  flex: 1;
  /* background-color: lightgreen; */
  display: flex;
}

.searchRight input {
  width: 80%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  height: 44px;
  border: 2px solid #4a87f2;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.searchRight input::placeholder {
  color: #b1b1b1;
  font-size: 15px;
  letter-spacing: 1px;
}

/* .searchRight input:focus{
  outline: none;
  border-color: rgba(240, 102 , 168, .8);
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240, 102 , 168, .8);
} */
.searchRight button {
  width: 20%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  /* background-color: #c24b8c; */
  background-image: linear-gradient(to right, #5b99f9, #5896f8, #5a98f8, #5997f8, #5a98f8, #5795f7);
  text-align: center;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.searchRight button:hover {
  background-color: #c22b74;
}

.listArea {
  margin-top: 60px;
}
.listArea::after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  clear: both;
}

.work_item {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 27.3px;
  cursor: pointer;
}

.work_item:nth-child(3n) {
  margin-right: 0;
}

.work_top {
  width: 100%;
  max-height: 177px;
  overflow: hidden;
}

.work_top img {
  width: 100%;
  min-height: 177px;
  transition: all ease 0.5s;
}

.work_top img:hover {
  transform: scale(1.1);
}

.work_bottom {
  /* background-color: pink; */
  margin-top: 20px;
  cursor: pointer;
}

.work_bottom h3 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.work_bottom .workInfo {
  color: #888888;
  font-size: 15px;
  margin-top: 17px;
  padding: 0 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.workInfo .info_school {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* background-color: palegoldenrod; */
}
.workInfo .info_author {
  width: 80px;
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* background-color: orange; */
}

/*视频弹窗  */
.videoBg {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 1;
}
.playArea {
  width: 1000px;
  padding: 40px 25px;
  box-sizing: border-box;
  /* margin: 25vh auto;
  position: relative; */
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.closeBg {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
}

.closeBg img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.subTitle {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.subDetail {
  width: 60%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  /* background-color: palegoldenrod; */
}
.subDetail span {
  font-size: 16px;
  color: #999999;
  margin: 0 20px;
}

/* 视频或者图片区域 */
.scrollArea {
  width: 100%;
  height: 520px;
  overflow-y: scroll;
  /* overflow: visible; */
  /* background-color: lightblue; */
}

.video video {
  width: 100%;
  /* height: 520px; */
  border: none;
  outline: none;
}
.thubImg img {
  width: 100%;
  display: block;
}

/* 分页 */

.pageNation {
  margin: 30px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.M-box2,
.M-famousBox {
  /* width: 300px; */
  min-width: 50%;
  /* height: 35px; */
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.M-box2 a,
.M-box2 span {
  display: inline-block;
  width: 40px;
  height: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border: 1px solid #efefef;

  color: #454545;
  /* margin-right: 15px; */
  border-radius: 2px;
  font-size: 13px;
}
.M-box2 span {
  border-left: none;
}

.M-box2 .active,
.M-famousBox .active {
  /* background-color: #C24B8C; */
  background-image: linear-gradient(to right, #5b99f9, #5896f8, #5a98f8, #5997f8, #5a98f8, #5795f7);
  color: #fff;
  border: 1px solid transparent;
}

.M-box2 .prev,
.M-box2 .next {
  width: 70px;
  height: 30px;
  font-size: 14px;
}
/* 
.M-famousBox .prev,
.M-famousBox .next {
    width: 70px;
    height: 30px;
    font-size: 14px;
} */

.M-box2 .next {
  margin-right: 0;
  border-left: none;
  /* cursor: no-drop; */
}
.M-box2 .prev {
  border-right: none;
}

.totalData {
  color: #898887;
  font-size: 12px;
  margin-left: 7px;
}
.totalData .count {
  display: inline;
  color: #000;
}

/*资讯详情  */
.announceDetail {
  width: 820px;
  padding: 40px 50px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  float: left;
}
.announceDetail .detailTitle {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}

.announceDetail .detailInfo {
  text-align: center;
  font-size: 15px;
  color: #8b8886;
  margin-top: 30px;
}

.announceDetail .devideLine {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 20px;
}
.announceDetail .detailInfo span {
  margin: 0 30px;
}
.announceDetail img {
  max-width: 100%;
  display: block;
  margin: 50px auto 40px;
}

.announceDetail .middleText {
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  color: #585858;
  margin-top: 30px;
}
.announceDetail .middleText p {
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  color: #585858;
  margin-bottom: 25px;
}
.backBtn {
  width: 200px;
  height: 62.5px;
  position: absolute;
  right: 75px;
  top: -80px;
  cursor: pointer;
  /* background-color: lightblue; */
}

.backBtn img {
  width: 100%;
  height: 100%;
  display: block;
}

.contentRight {
  width: 350px;
  /* background-color: palegoldenrod; */
  float: right;
}

.teacherLogin {
  width: 100%;
  padding: 30px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 30px;
}
.teacherLogin .blockTitle {
  width: 180px;
}

.contentRight .login_area {
  margin-top: 30px;
}
.contentRight .login_area .area_item {
  margin-bottom: 25px;
}
.contentRight .login_area .area_item input {
  height: 45px;
  border-radius: 4px;
  font-size: 17px;
}
.contentRight .login_area .area_item input::placeholder {
  font-size: 16px;
}
.contentRight .login_area .area_code input {
  width: calc(100% - 135px);
}
.contentRight .login_area .area_item .sendBtn {
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-radius: 4px;
}

.contentRight .login_area .loginBtn {
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  border-radius: 4px;
}

.announceAra {
  width: 100%;
  padding: 30px 20px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 30px;
}
.announceAra .blockTitle {
  width: 130px;
}

.infoList {
  /* background-color: lightblue; */
  margin-top: 15px;
}
.infoList .list_box {
  display: flex;
  padding: 15px 5px;
  box-sizing: border-box;
  border-bottom: 1px dashed #dcdcdc;
  cursor: pointer;
}
.infoList .list_box:hover {
  background-color: #f5f5f5;
}

.infoList .list_box:last-child {
  border-bottom: none;
}
.infoList .list_box .box_left {
  width: 20px;
  flex-shrink: 0;
  /* background-color: orange; */
}
.infoList .list_box .box_left .icon_circle {
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
  margin-top: 6px;
}
.box_right {
  width: calc(100% - 20px);
  /* background-color: lightgreen; */
}
.box_right .infoTitle {
  width: 100%;
  color: #242424;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}
.box_right .infoTime {
  color: #9a9a9a;
  font-size: 13px;
  margin-top: 10px;
}

.footer {
  width: 100%;
  background-color: #3d7ebb;
  padding: 70px 0;
  box-sizing: border-box;
}

.footer p {
  font-size: 15px;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
}
.footer p span {
  margin: 0 20px;
}




/* 2024.10.11新增证书查询和下载 */
.prizeQuery {
  width: 100%;
  padding: 30px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
}
.prizeQuery .blockTitle {
  width: 215px;
}

.prizeQuery .querBtn {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  color: #ffffff;
  cursor: pointer;
  margin-top: 40px;
  background-image: linear-gradient(to right, #5b99f9, #5896f8, #5a98f8, #5997f8, #5a98f8, #5795f7);
  letter-spacing: 2px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  border-radius: 4px;
}
.backBtn_normal{
  width: 350px;
  height: auto;
  margin-bottom: 30px;
}
.backBtn_normal img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.queryPrizeDetail {
  width: 820px;
  padding: 40px 50px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  float: left;
}
.prizeTitle{
  width: 215px;
  margin: 0 auto;
}
.prizeTitle img{
  width: 100%;
  height: auto;
  display: block;
}
.prizeImg{
  width: 65%;
  margin: 30px auto;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #ccc;
}
.prizeImg img{
  width: 100%;
  max-width: 100%;
  display: block;
}
.downTips{
  margin-top: 30px;
}
.downTips p{
  font-size: 16px;
  text-align: center;
  line-height: 27px;

}

.downBtn{
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #5896F8;
  margin: 30px auto 0;
}

.easyTips{
  max-width: 330px;
  padding: 12px 15px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0, 0, 0,.7);
  border-radius: 2px;
}