/* 二级学院 -- 开始 */
.sc_college .content1 .box1 {
  width: calc((100% - 500px) / 2);
}

@media screen and (max-width: 1200px) {
  .sc_college .content1 {
    display: flex;
    flex-wrap: wrap;
  }
  .sc_college .content1 .box1 {
    width: calc(50% - 50px);
    order: 1;
    padding-right: 50px;
  }
  .sc_college .content1 .box2 {
    order: 2;
    padding-left: 50px;
    padding-right: 0px;
  }
  .sc_college .content1 .box1 > div {
    margin-right: 0px !important;
  }
  .sc_college .content1 .box3 {
    width: 100% !important;
    order: 3;
    float: none;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sc_college .content1 .box1 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-right: 0px !important;
  }
  .sc_college .content1 .box2 {
    padding-left: 0px !important;
  }
  .sc_college .content1 .box1 > div {
    margin-right: 0 !important;
  }
}

.sc_college .content1 .box1 > div {
  border: 1px solid #ddd;
  margin-right: 50px;
}

.sc_college .content1 .box1 > div > a {
  display: block;
}

.sc_college .content1 .box1 > div > a .info {
  transition: all 0.5s;
  background: #fff url(../SecondaryCollege/static/images/news-house-bj.png)
    no-repeat;
  background-position: 190px 60px;
}

.sc_college .content1 .box1 > div > a .pic {
  overflow: hidden;
}

.sc_college .content1 .box1 > div > a .pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  height: 243px;
}

.sc_college .content1 .box1 > div > a .pic img:hover {
  transform: scale(1.05);
}

.sc_college .content1 .box1 > div > a p {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  padding: 5px 15px;
  color: #333333;
}

.sc_college .content1 .box1 > div > a .date {
  padding: 10px 15px;
  color: #0965ba;
}

.sc_college .content1 .box1 > div > a .date img {
  vertical-align: middle;
}

.sc_college .content1 .box1 > div > a .date img:first-child + img {
  display: none;
}

.sc_college .content1 .box1 > div > a .date span {
  vertical-align: middle;
}

.sc_college .content1 .box1 > div > a .date div img {
  margin-left: 5px;
  width: 14px;
}

.sc_college .content1 .box1 > div > a .date div span:first-child + img + img {
  display: none;
}
.sc_college .content1 .box3 {
  width: 500px;
}

.sc_college .content1 .box3 ul {
  display: table;
  width: 100%;
}

.sc_college .content1 .box3 ul li {
  padding-left: 60px;
  position: relative;
  vertical-align: middle;
}

.sc_college .content1 .box3 ul li:first-child > div:first-child {
  border-top: 1px solid #ddd;
}
.sc_college .content1 .box3 ul li > div:first-child {
  border-bottom: 1px solid #ddd;
}
.sc_college .content1 .box3 ul li a {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  height: 40px;
  color: #333333;
  padding: 10px 0;
  overflow: hidden;
}

.sc_college .content1 .box3 ul li a:hover {
  color: #0965ba;
}

.sc_college .content1 .box3 ul li .date {
  position: absolute;
  left: 0;
  top: 2px;
  width: 56px;
  height: 52px;
  border-left: 4px solid #0965ba;
  text-align: center;
  color: #0965ba;
}

.sc_college .content1 .box3 ul li .date p {
  font-size: 22px;
  line-height: 30px;
}

.sc_college .content1 .box3 ul li .date span {
  display: block;
  font-size: 10px;
  line-height: 20px;
}
.sc_college .wrap_sc_mode02 {
  background: unset;
  padding: 20px 0;
}
.sc_college .wrap_sc_mode02::before {
  content: none;
}

.sc_college .s2-left ul li {
  margin-top: 10px;
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
}

.sc_college .s2-left ul li:first-child {
  margin-top: 0;
}

.sc_college .s2-left ul li a {
  display: block;
  overflow: hidden;
}

.sc_college .s2-left ul li a .pic {
  float: left;
  width: 185px;
  height: 110px;
  overflow: hidden;
}

.sc_college .s2-left ul li a .pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.sc_college .s2-left ul li a .pic img:hover {
  transform: scale(1.05);
}

.sc_college .s2-left ul li a .info {
  float: right;
  width: calc(100% - 226px);
  height: 88px;
  border-left: none;
  padding: 10px 20px;
  transition: all 0.5s;
  color: #333;
}
.sc_college .s2-left ul li a .info:hover {
  background-color: #2998ee;
}
.sc_college .s2-left ul li a .info p {
  line-height: 30px;
  height: 60px;
}

.sc_college .s2-left ul li a .info .date span {
  display: block;
  font-size: 16px;
  color: #0965ba;
  line-height: 23px;
  margin-top: 5px;
}

.sc_college .s2-left ul li:hover .info {
  color: #fff;
}

.sc_college .s2-left ul li:hover .info .date span {
  color: #fff;
}

.sc_college .s2-right ul li {
  padding-right: 80px;
  position: relative;
  vertical-align: middle;
}

.sc_college .s2-right ul li:first-child a {
  border-top: 1px solid #ddd;
  height: 48px;
  line-height: 48px;
}

.sc_college .s2-right ul li a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  height: 49px;
  line-height: 49px;
  color: #333333;
  padding: 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc_college .s2-right ul li a:hover {
  color: #0965ba;
}

.sc_college .s2-right ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 70px;
  text-align: center;
  color: #fff;
  background: #0965ba;
}

.sc_college .s2-right ul li .date p {
  line-height: 30px;
  margin-top: 10px;
}

.sc_college .s2-right ul li .date span {
  display: block;
  line-height: 20px;
}

.content3 {
  background: rgba(247, 247, 247, 1);
}
/* .content3 a{
  display: contents;
} */
.content3 .notice-content-box {
  padding: 40px 0;
  box-sizing: border-box;
}
.content3 .notice-item {
  width: 30%;
  height: 104px;
  background-color: #fff;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 5%;
}
.content3 .notice-item:hover{
  transform: scale(1.1);
}

.content3 .notice-item  {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.content3 .notice-item:nth-child(3n) {
  margin-right: 0%;
}
.content3 .notice-content2 {
  flex: 1;
  color: #000;
  line-height: 32px;
  padding: 0 12px;
}
.content3 .notice-item .notice-date {
  width: 90px;
  height: 60px;
  background-image: url(/images/2/border_img.png);
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0;
  box-sizing: border-box;
}
.content3 .notice-item .notice-date > div:nth-child(1) {
  text-align: center;
  color: rgb(9, 101, 186);
  font-weight: 700;
}
.content3 .notice-item .notice-date > div:nth-child(2) {
  text-align: center;
  color: rgb(9, 101, 186);
  font-weight: 700;
}

/* 团委 */
.tw .content3 .notice-item .notice-date > div:nth-child(1) {
  text-align: center;
  color: #b31e23;
  font-weight: 700;
}
.tw .content3 .notice-item .notice-date > div:nth-child(2) {
  text-align: center;
  color:#b31e23;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .content3 .notice-content-box {
    /* padding: 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content3 .notice-content-box .notice-item {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content3 .notice-content-box .notice-item {
    width: 100%;
  }
}
.box-s6 {
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
}
.box-s6 .box1 {
  height: 357px;
}
.box-s6 .box2 {
  height: 357px;
  background-color: #fff;
  padding: 0 24px;
  box-sizing: border-box;
  /* padding-top: calc((357px - 6 * 52px) / 2); */
}

.party-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.party-box .party-item {
  height: 213px;
  position: relative;
  padding: 0 24px;
  box-sizing: border-box;
}
.party-box .party-item .party-date {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/images/trapezoid_orange_bg.svg);
  background-repeat: no-repeat;
  width: 112px;
  height: 35px;
  background-size: contain;
  text-align: center;
  line-height: 35px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
.party-box .party-item .party-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28.96px;
  color: rgba(56, 56, 56, 1);
  margin-top: 50px;
  margin-bottom: 16px;
}
.party-box .party-item .party-content {
  font-size: 14px;
  line-height: 20.27px;
  color: rgba(166, 166, 166, 1);
}
.party-box .party-item .party-content a{
  
  color: rgba(166, 166, 166, 1);
}
/* 二级学院 -- 结束 */
/* 教务处 -- 开始 */
.warp_jwc_mode1 .box2 {
  border-top: 24px solid rgba(9, 101, 186, 1);
  border-right: 16px solid rgba(9, 101, 186, 1);
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 24px 24px 0;
}

.tw .warp_jwc_mode1 .box2 {
  border-top: 24px solid #b31e23;
  border-right: 16px solid #b31e23;
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 24px 24px 0;
}

.notice-item {
  background-color: #fff;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.notice-content {
  flex: 1;
  color: #000;
  line-height: 32px;
  font-size: 16px;
  padding: 0 12px;
}
.notice-item .notice-date {
  width: 90px;
  height: 60px;
  background-image: url(/images/2/border_img.png);
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0;
  box-sizing: border-box;
}
.notice-item .notice-date > div:nth-child(1) {
  text-align: center;
  font-size: 18px;
  color: rgb(9, 101, 186);
  font-weight: 700;
}
.notice-item .notice-date > div:nth-child(2) {
  text-align: center;
  font-size: 14px;
  color: rgb(9, 101, 186);
  font-weight: 700;
}

.tw .notice-item .notice-date > div:nth-child(1) {
  text-align: center;
  font-size: 18px;
  color:#b31e23;
  font-weight: 700;
}
.tw .notice-item .notice-date > div:nth-child(2) {
  text-align: center;
  font-size: 14px;
  color: #b31e23;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .warp_jwc_mode1 .box1 {
    width: 100%;
  }
  .warp_jwc_mode1 .box2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .warp_jwc_mode1 {
    margin-top: 24px;
  }
  .warp_jwc_mode1 .box1 {
    width: 100%;
  }
  .warp_jwc_mode1 .box2 {
    width: 100%;
  }
}
.warp_jwc_mode2 {
  width: 100%;
  background: rgba(247, 247, 247, 1);
  overflow: hidden;
}
.tab-box {
  margin: 48px auto;
  width: 300px;
}
.tab-box .tab-item {
  float: left;
  width: 80px;
  margin: 0 10px;
  cursor: pointer;
}
.tab-box .tab-item.active {
  font-weight: 700;
  border-bottom: 4px solid rgba(9, 101, 186, 1);
  text-align: center;
}

/* 团委 */

.tw .tab-box .tab-item.active {
  font-weight: 700;
  border-bottom: 4px solid #b31e23;
  text-align: center;
}

.warp_jwc_mode4 {
  margin: 64px 0;
}
.fast-link-box {
  border: 1px solid rgba(211, 211, 211, 1);
  box-sizing: border-box;
}
.fast-link-box .fast-link-item {
  float: left;
  width: calc(100% / 6);
  height: 100%;
  height: 134px;
  border-right: 1px solid rgba(211, 211, 211, 1);
  box-sizing: border-box;
  text-align: center;
  padding: 22px 0;
  box-sizing: border-box;
}
.fast-link-box .fast-link-item>a
{
  display: block;
}
.fast-link-box .fast-link-item:hover> * {
  transform: scale(1.1);
}

.fast-link-box .fast-link-item> * {
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.fast-link-box .fast-link-item > div {
  color: rgba(9, 101, 186, 1);
  font-weight: 600;
  text-align: center;
}

.fast-link-box .fast-link-item > a {
  color: rgba(9, 101, 186, 1);
  font-weight: 600;
  text-align: center;
}

.fast-link-box .fast-link-item:last-child {
  border-right: none;
}
@media screen and (max-width: 766px) {
  .warp_jwc_mode4 .fast-link-item {
    width: calc(100% / 3);
  }
  .warp_jwc_mode4 .fast-link-item:nth-child(1) {
    border-bottom: 1px solid rgba(211, 211, 211, 1);
  }
  .warp_jwc_mode4 .fast-link-item:nth-child(2) {
    border-bottom: 1px solid rgba(211, 211, 211, 1);
  }
  .warp_jwc_mode4 .fast-link-item:nth-child(3) {
    border-bottom: 1px solid rgba(211, 211, 211, 1);
  }
}
/* 教务处 -- 结束 */
/* 信息公开 -- 开始 */
.info-open-catalog-box .catalog-item .catalog-item-title {
  color: rgba(9, 101, 186, 1);
  margin-bottom: 16px;
}
.info-open-catalog-box .catalog-item .catalog-item-detail-content {
  padding-left: 24px;
  box-sizing: border-box;
}
.info-open-catalog-box
  .catalog-item
  .catalog-item-detail-content
  .catalog-item-content {
  float: left;
  width: 25%;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .info-open-catalog-box
    .catalog-item
    .catalog-item-detail-content
    .catalog-item-content {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .info-open-catalog-box
    .catalog-item
    .catalog-item-detail-content
    .catalog-item-content {
    width: 50%;
  }
}
.contact-box {
  padding: 24px;
  box-sizing: border-box;
  min-height: 183px;
  border: 1px solid rgba(238, 238, 238, 1);
}
.contact-box .contact-item {
  width: 50%;
  float: left;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 19px;
}
.contact-box .contact-item:nth-child(7) {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-box .contact-item {
    width: 100%;
  }
}
/* 信息公开 -- 结束 */
/* 就业 -- 开始 */
.wrap_jy_mode1 .box-s1 .box2 {
  background: rgba(247, 247, 247, 1);
  padding: 28px 24px;
  height: 668px;
  box-sizing: border-box;
}
.wrap_jy_mode1 .box-s1 .box2 .header-tab {
  position: relative;
  margin-bottom: 24px;
}
.wrap_jy_mode1 .box-s1 .box2 .header-tab .tab-item {
  height: 44px;
  line-height: 44px;
  color: rgba(17, 17, 17, 1);
  padding: 0 16px;
  box-sizing: border-box;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
.wrap_jy_mode1 .box-s1 .box2 .header-tab .tab-item.active {
  background: rgba(9, 101, 186, 1);
  color: #fff;
}
.more {
  position: absolute;
  right: 0;
  top: 14px;
  color: rgba(58, 132, 200, 1);
}
.meet-box-list .meet-item {
  padding: 12px 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 24px;
}
.meet-box-list .meet-item:last-child {
  margin-bottom: 0;
}
.meet-box-list .meet-item .meet-date {
  width: 52px;
  height: 64px;
  background: rgba(9, 101, 186, 1);
  text-align: center;
  color: #fff;
  padding: 9px 0;
  box-sizing: border-box;
  margin-right: 16px;
  float: left;
}
.meet-box-list .meet-item .meet-content {
  width: calc(100% - 16px - 52px);
  float: left;
}
.meet-box-list .meet-item .meet-content div:nth-child(1) {
  color: rgba(0, 0, 0, 1);
}
.meet-box-list .meet-item .meet-content div:nth-child(2) {
  color: rgba(128, 128, 128, 1);
  margin: 6px 0;
}
.meet-box-list .meet-item .meet-content div:nth-child(3) {
  color: rgba(128, 128, 128, 1);
}


.meet-box-list .meet-item2 {
  padding: 12px 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 12px;
}
.meet-box-list .meet-item2:last-child {
  margin-bottom: 0;
}
.meet-box-list .meet-item2 .meet-date {
  width: 75px;
  height: 60px;
  background: rgba(9, 101, 186, 1);
  text-align: center;
  color: #fff;
  padding: 9px 0;
  box-sizing: border-box;
  margin-right: 16px;
  float: left;
}
.meet-box-list .meet-item2 .meet-content {
  width: calc(100% - 16px - 75px);
  float: left;
  flex: 1;
  color: #000;
  line-height: 32px;
  font-size: 16px;
  
}
.meet-box-list .meet-item2 .meet-content div:nth-child(1) {
  color: rgba(0, 0, 0, 1);
}
.meet-box-list .meet-item2 .meet-content div:nth-child(2) {
  color: rgba(128, 128, 128, 1);
  margin: 6px 0;
}
.meet-box-list .meet-item2 .meet-content div:nth-child(3) {
  color: rgba(128, 128, 128, 1);
}

/* 就业 -- 结束 */
/* 党建 -- 开始 */
.dj .logo {
  background-image: url(../partyBuilding/static/images/dj_header_bg.png);
}
.dj .nav ul li:hover > a,
.dj .nav ul a.on {
  background: #ed7802;
}
@media screen and (max-width: 1200px) {
  .dj .mobile {
    background-color: unset;
  }
}
@media screen and (max-width: 766px) {
  .dj .mobile {
    background-image: url(../partyBuilding/static/images/dj_header_bg.png);
  }
}
.dj .notice-box .left .left-title::before {
  background-color: rgba(179, 30, 35, 1);
}
.dj .wrapNav {
  background-color: rgba(179, 30, 35, 1);
}
.dj .wrap_dj_mode2 .box1 {
  height: 408px;
}
.dj .work-list-box .list-item {
  margin-bottom: 24px;
}
.dj .work-list-box .list-item:last-child {
  margin-bottom: 0;
}
.dj .work-list-box .list-item .item-img {
  width: 124px;
  height: 84px;
  float: left;
  margin-right: 16px;
}
.dj .work-list-box .list-item .item-content {
  float: left;
  width: calc(100% - 16px - 124px);
}
.dj .work-list-box .list-item .item-content div:nth-child(1) {
  color: rgba(17, 17, 17, 1);
  margin-bottom: 12px;
}
.dj .work-list-box .list-item .item-content div:nth-child(2) {
  color: rgba(128, 128, 128, 1);
}

/* 党建 -- 结束 */
/* 招生 -- 开始 */
.zs-header {
  background: rgba(9, 101, 186, 1);
}
.zs-header .zs-logo > img {
  height: 60px;
  float: left;
  margin: 15px 0;
}
.zs-header .zs-logo .zs-nav {
  float: right;
  height: 95px;
}
.zs-header .zs-logo .zs-nav ul li {
  float: left;
  line-height: 95px;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
}
.zs-header .zs-logo .zs-nav ul li > a {
  color: rgba(255, 255, 255, 1);
}
.zs-header .zs-nav ul li:hover {
    background-color: #1969c1;
}
.zs-header .zs-nav ul li:hover .subNav {
  display: block;
}
@media screen and (max-width: 1200px) {
  .zs-header .zs-logo .zs-nav {
    display: none;
  }
  .zs-header .zs-logo > img {
    float: unset;
  }
  .zs-header .zs-logo {
    padding-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .zs-header .zs-logo {
    display: none;
  }
}
.zs_content {
  padding-top: 120px;
}
@media screen and (max-width: 766px) {
  .zs_content {
    padding-top: 40px;
  }
}
.school-summariy {
}
.school-summariy .school-summariy-item {
  float: left;
  margin-right: 38px;
  padding-top: 24px;
  padding-bottom: 60px;
}
.school-summariy .school-summariy-item .item-account {
  font-weight: 700;
  color: #0056a8;
  margin-bottom: 20px;
}
.school-summariy .school-summariy-item .item-desc {
  color: #333333;
}
@media screen and (max-width: 766px) {
  .school-summariy {
    display: flex;
    justify-content: space-between;
  }
  .school-summariy .school-summariy-item {
    margin-right: 0;
  }
  .school-summariy .clear {
    display: none;
  }
}
.know-school {
  position: absolute;
  top: -100%;
  left: 560px;
  width: 512px;
  background: rgba(9, 101, 186, 0.6);
  color: #fff;
  padding: 0 36px;
  box-sizing: border-box;
  overflow: hidden;
}
.know-school .title {
  margin-bottom: 2%;
  margin-top: 60px;
}
.know-school .school-content {
  margin-bottom: 10px;
}
.know-school .more2 {
  margin-bottom: 50px;
  margin-top: 10px;
  color:#fff;
}
@media screen and (max-width: 1200px) {
  .know-school {
    position: unset;
    width: 100%;
  }
}

@media screen and (max-width: 766px) {
  .know-school
  {
    margin-bottom: 20px;
  }
  .know-school .title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .know-school .more2
  {
    margin-bottom: 20px;
  }
}

.wrap_zs_mode2 {
  width: 100%;
  background-image: url(/images/zs_index_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 432px;
  height: 120px;
  padding-top: 40px;
}

@media screen and (max-width: 766px) {
  .wrap_zs_mode2
  {
   
    height: auto;
  }
}

.fast-link-box2 {
}
.fast-link-box2 .fast-link-item {
  float: left;
  height: 80px;
  width: calc((100% - 180px) / 6);
  background: rgba(9, 101, 186, 1);
  margin-right: 36px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
.fast-link-box2 .fast-link-item:hover {
  transform: scale(1.1);
}

.fast-link-box2 .fast-link-item {
  transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.fast-link-box2 .fast-link-item a {
  display: block;
  color:#fff;
}
.fast-link-box2 .fast-link-item img {
  vertical-align: middle;
  margin-right: 12px;
}
.fast-link-box2 .fast-link-item:nth-child(6) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .fast-link-box2 {
    padding-top: 24px;
  }
  .fast-link-box2 .fast-link-item {
    width: calc((100% - 72px) / 3);
    margin-bottom: 24px;
  }
  .fast-link-box2 .fast-link-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 766px) {
  .fast-link-box2 {
    padding-top: 24px;
  }
  .fast-link-box2 .fast-link-item {
    width: calc((100% - 36px) / 2);
    margin-bottom: 24px;
  }
  .fast-link-box2 .fast-link-item:nth-child(2n - 1) {
    margin-right: 36px;
  }
  .fast-link-box2 .fast-link-item:nth-child(2n) {
    margin-right: 0;
  }
}
.wrap_zx_mode1 {
  width: 100%;
  height: 220px;
  background-image: url(/images/zx_box_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.fast-link-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.fast-link-content .link-item {
  margin-right: 116px;
}
.fast-link-content .link-item:nth-child(5) {
  margin-right: 0;
}
.fast-link-content .link-item .lick-name {
  color: rgba(17, 17, 17, 1);
  margin-top: 12px;
}
@media screen and (max-width: 766px) {
  .fast-link-content {
    justify-content: space-between;
    margin-top: 55px;
  }
  .fast-link-content .link-item {
    margin-right: 0;
  }
}
.search-zx-box {
  margin-top: 30px;
}
.input-box {
  float: left;
  width: calc(100% - 68px);
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(9, 101, 186, 1);
  height: 40px;
  box-sizing: border-box;
}
.input-box input {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
  padding-left: 16px;
  outline-style: none;
}
.btn-box {
  float: left;
  width: 68px;
  height: 40px;
  border-radius: 4px;
}
.btn-box button {
  width: 100%;
  height: 100%;
  border: none;
  background: rgba(9, 101, 186, 1);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.wrap_zx_mode2 {
}
.total-box {
  border-radius: 4px;
  padding: 8px 0;
  box-sizing: border-box;
  background: rgba(9, 101, 186, 0.1);
  text-align: center;
  color: rgba(9, 101, 186, 1);
  margin: 24px 0;
}
.ly-list-box {
}
.ly-list-box .ly-item {
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  padding-bottom: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
  display: flex;
}
.ly-list-box .ly-item .left {
  float: left;
}
.ly-list-box .ly-item .right {
  margin-left: 16px;
  float: left;
  width: calc(100% - 38px);
}
.ly-list-box .ly-item .right .title {
  color: rgba(56, 56, 56, 1);
  font-weight: 700;
}
.ly-list-box .ly-item .right .time {
  color: rgba(128, 128, 128, 1);
  margin-top: 6px;
}
.ly-list-box .ly-item .reply {
  background: rgba(9, 101, 186, 0.05);
  border-radius: 4px;
  color: rgba(0, 0, 0, 1);
  padding: 12px 0;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px;
}
.ly-form-box {
  border: 1px solid rgba(237, 237, 237, 1);
}
.ly-form-box .form-header {
  height: 32px;
  line-height: 32px;
}
.ly-form-box .form-header .left {
  float: left;
  color: #fff;
  padding: 0 28px;
  box-sizing: border-box;
  background-color: rgba(9, 101, 186, 1);
}
.ly-form-box .form-header .right {
  float: left;
  padding-left: 12px;
  color: rgba(212, 48, 48, 1);
}
.ly-form-box .form-content {
  border-top: 1px solid rgba(237, 237, 237, 1);
}
.ly-form-box .form-content table {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}
.ly-form-box .form-content table tr td:nth-child(1) {
  width: 80px;
}
.ly-form-box .form-content table tr td:nth-child(2) {
  width: calc(100% - 80px);
}
.ly-form-box .form-content table tr td:nth-child(2) > input {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(237, 237, 237, 1);
  outline-style: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.ly-form-box .form-content table tr td:nth-child(2) > textarea {
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(237, 237, 237, 1);
  outline-style: none;
  padding: 10px;
  box-sizing: border-box;
}
.ly-form-box .form-content table tr td:nth-child(2).yzm input {
  width: 30%;
  float: left;
}
.ly-form-box .form-content table tr td:nth-child(2).yzm img {
  float: left;
  height: 32px;
  margin: 0 5px;
  object-fit: contain;
}
.ly-form-box .form-content table tr td:nth-child(2).yzm span {
  float: left;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.ly-form-box .form-content table tr td:nth-child(2) > button {
  width: 102px;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 141, 26, 1);
  color: rgba(255, 255, 255, 1);
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 766px) {
  .ly-form-box .form-content table {
    width: 99%;
  }
}
.wrap_zs_mode2 .zsxw {
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
}
.wrap_zs_mode2 .zsxw .box1 {
  height: 357px;
}
.wrap_zs_mode2 .zsxw .box2 {
  height: 357px;
  background-color: #fff;
  padding: 0 24px;
  box-sizing: border-box;
  padding-top: calc((357px - 6 * 52px) / 2);
}
.wrap_zs_mode2 .zsxw .box2 .more {
  color: rgba(9, 101, 186, 1);
}
.warm-tips-box {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 450px;
  height: 153px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 16px 24px;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 766px) {
  .warm-tips-box {
    right: 0;
    width: 100%;
  }
}
.warm-tips-box .warm-tips-box-title {
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.login-box {
  width: 35%;
  transform: translateY(-100px);
}
.bm .content {
  padding-top: 0;
}
.ks-info-box {
  /* height: 85px; */
  margin-top: 20px;
  background: rgba(255, 255, 255, 1);
}
.ks-info-box .ks-inner-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ks-info-box .left {
  float: left;
}
.ks-info-box .left .avator {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(237, 237, 237, 1);
  border-radius: 50%;
  float: left;
  margin-right: 16px;
  position: relative;
}
.ks-info-box .left .avator .tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 16px;
  line-height: 16px;
  border-radius: 4px;
  background: rgba(21, 171, 106, 1);
  color: #fff;
  text-align: center;
  box-shadow: 2px 8px 21px 0px rgba(21, 171, 106, 0.1);
}
.ks-info-box .left .avator img {
  width: 100%;
  height: 100%;
  border: 50%;
}
.ks-info-box .left .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 56px;
}
.ks-info-box .left .info .name {
  color: rgba(0, 0, 0, 1);
}
.ks-info-box .left .info .tips-word {
  color: rgba(128, 128, 128, 1);
}
.ks-info-box .right {
  float: right;
}
.ks-info-box .right .download-box {
  float: left;
}
.ks-info-box .right .download-box img {
  margin-right: 2px;
  vertical-align: sub;
  height: 22px;
}
.ks-info-box .right .download-box span {
  line-height: 24px;
  color: rgba(56, 56, 56, 1);
}
.ks-info-box .right .download-box.active span {
  color: rgba(9, 101, 186, 1);
}
.ks-info-box .right .line {
  float: left;
  color: rgba(237, 237, 237, 1);
  margin: 0 12px;
}
.bm-result-box {
  padding-top: 20px;
  padding-bottom: 92px;
  box-sizing: border-box;
  /* background-color: rgba(245, 248, 252, 1); */
}
.bm-result-content {
  background-color: #fff;
}
.bm-box {
  
}
.bm-box .bm-box-header {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
}
.bm-box form table {
  margin: 0 auto;
  width: 50%;
}
.bm-box form table tr td:nth-child(1) {
  width: 100px;
}
.bm-box form table tr td:nth-child(2) {
  width: calc(100% - 100px);
}
.bm-box form table tr td:nth-child(2) select {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(237, 237, 237, 1);
}
.bm-box form {
  padding-top: 24px;
  box-sizing: border-box;
}
.bm-box form table tr td:nth-child(2) button {
  width: 102px;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 141, 26, 1);
  color: #fff;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 766px) {
  .bm-box form table {
    width: 100%;
  }
}
.bm-success-box {
  
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
  height: 180px;
}
.bm-success-box img {
  width: 92px;
  height: 52px;
}
.bm-success-box p {
  margin: 16px 0;
}
.bm-success-box {
  color: rgba(56, 56, 56, 1);
}
.bm-table-box {
}
.bm-table-box-header {
  height: 54px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  padding-left: 27px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.bm-table-box-header img {
  margin-right: 8px;
}
.bm-table-box .table-content {
  padding-top: 26px;
  padding-left: 27px;
  padding-right: 27px;
  box-sizing: border-box;
}
.bm-table-box .table-content table {
  border: 1px solid rgba(237, 237, 237, 1);
}
.bm-table-box .table-content table {
  margin: 0 auto;
  width: 100%;
}
.bm-table-box .table-content thead {
  background-color: rgba(247, 247, 247, 1);
}
.bm-table-box .table-content tr {
  height: 40px;
}
.bm-table-box .table-content tr th,
.bm-table-box .table-content tr td {
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.bm-table-box .table-content tr th {
  border-right: 1px solid rgba(237, 237, 237, 1);
}
.bm-table-box .table-content tr th:last-child {
  border: none;
}
.bm-table-box .table-content tr td {
  border-right: 1px solid rgba(237, 237, 237, 1);
}
.bm-table-box .table-content tr td > a {
  color: rgba(9, 101, 186, 1);
  text-decoration: underline !important;
}
.bm-table-box .table-content tr td:last-child {
  border: none;
}
.bm-table-box .table-content tr th:nth-child(1),
.bm-table-box .table-content tr td:nth-child(1) {
  width: 10%;
}
.bm-table-box .table-content tr th:nth-child(2),
.bm-table-box .table-content tr td:nth-child(2) {
  width: 40%;
}
.bm-table-box .table-content tr th:nth-child(3),
.bm-table-box .table-content tr td:nth-child(3) {
  width: 15%;
}
.bm-table-box .table-content tr th:nth-child(4),
.bm-table-box .table-content tr td:nth-child(4) {
  width: 20%;
}
.bm-table-box .table-content tr th:nth-child(5),
.bm-table-box .table-content tr td:nth-child(5) {
  width: 15%;
}
.no-kf {
  color: rgba(255, 77, 79, 1);
  margin-top: 38px;
  text-align: center;
  height: 80px;
}
@media screen and (max-width: 766px) {
  .ks-inner-box {
    flex-direction: column;
  }
}
.recruit-table-box .recruit-box-title {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.recruit-table-box table {
  border: 1px solid rgba(237, 237, 237, 1);
}
.recruit-table-box table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.recruit-table-box thead {
  background-color: rgba(247, 247, 247, 1);
}
.recruit-table-box tr {
  height: 40px;
}
.recruit-table-box tr th,
.recruit-table-box tr td {
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.recruit-table-box tr th {
  border-right: 1px solid rgba(237, 237, 237, 1);
}
.recruit-table-box tr th:last-child {
  border: none;
}
.recruit-table-box tr td {
  border-right: 1px solid rgba(237, 237, 237, 1);
}
.recruit-table-box tr td > a {
  color: rgba(9, 101, 186, 1);
  text-decoration: underline !important;
}
.recruit-table-box tr td:last-child {
  border: none;
}
/* .recruit-table-box tr th:nth-child(1),
.recruit-table-box tr td:nth-child(1) {
  width: 20%;
}
.recruit-table-box tr th:nth-child(2),
.recruit-table-box tr td:nth-child(2) {
  width: 30%;
}
.recruit-table-box tr th:nth-child(3),
.recruit-table-box tr td:nth-child(3) {
  width: 15%;
}
.recruit-table-box tr th:nth-child(4),
.recruit-table-box tr td:nth-child(4) {
  width: 20%;
}
.recruit-table-box tr th:nth-child(5),
.recruit-table-box tr td:nth-child(5) {
  width: 15%;
} */
/* 招生 -- 结束 */
/* 团委 -- 开始 */
.logo_tw {
  background-image: url(/images/2/tw_logo_bg.png);
  position: unset;
  transform: unset;
  width: unset;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_my{
    background-image: url(/images/2/my_head_bg.png) !important ;
}

.logo_tw img {
  height: 50px;
  object-fit: cover;
  width: unset;
  margin: 25px auto;
  display: block;
  height: 100%;
  margin: 0 auto;
}


@media screen and (max-width: 1200px) {
  .tw .mobile {
    background-color: unset;
  }
  .my .mobile {
    background-image: url(/images/2/my_head_bg.png) !important;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 766px) {
  .tw .mobile {
    background-image: url(/images/2/tw_logo_bg.png);
  }
  .tw .content {
    padding-top: 60px;
  }
  

}
.wrapNav_tw .nav ul li:hover > a,
.wrapNav_tw .nav ul a.on {
  background: #ed7802;
}
.tw .logo img {
  height: 100%;
  margin: 0 auto;
}
.wrapNav_tw {
  background-color: rgba(252, 149, 45, 1);
  position: relative;
  z-index: 1;
}

.wrapNav_my {
  background-color: rgba(179, 30, 35, 1) !important;
}

.tw .wrap_tw_mode1 {
  position: relative;
}
.tw .wrap_tw_mode1 .box1 {
  height: 357px;
}
.tw .wrap_tw_mode1 .notice-box {
  position: absolute;
  right: 0;
  width: calc((100% - 38px) / 2);
  height: 80px;
  line-height: 80px;
  color: rgba(17, 17, 17, 1);
  background: rgba(247, 247, 247, 1);
  padding-left: 34px;
}
.tw .wrap_tw_mode1 .notice-box::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 21px;
  background: rgba(186, 13, 13, 1);
}

.tw .wrap_tw_mode1 .box2 {
  padding-top: 98px;
}
@media screen and (max-width: 766px) {
  .tw .wrap_tw_mode1 .notice-box {
    position: relative;
    width: 100%;
  }
  .tw .wrap_tw_mode1 .box2 {
    padding-top: 0px;
  }
}
.tw .wrap_tw_mode3 {
  background: rgba(247, 247, 247, 1);
  padding: 24px 0;
}
.tw .wrap_tw_mode3 .fast-link-box .fast-link-item {
  width: calc((100% - 100px) / 5);
  height: 64px;
  margin-right: 25px;
  float: left;
}
.tw .wrap_tw_mode3 .fast-link-box .fast-link-item:nth-child(5) {
  margin-right: 0;
}
.tw .wrap_tw_mode3 .fast-link-box .fast-link-item .item-icon {
  float: left;
  width: 79px;
  height: 64px;
  background: rgba(186, 13, 13, 1);
  position: relative;
}
.tw .wrap_tw_mode3 .fast-link-box .fast-link-item .item-icon > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tw .wrap_tw_mode3 .fast-link-box .fast-link-item .item-desc {
  float: left;
  line-height: 64px;
  width: calc(100% - 79px);
  color: rgba(0, 0, 0, 1);
  background-color: rgba(237, 235, 235, 1);
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .tw .wrap_tw_mode3 {
    padding-top: 0;
  }
  .tw .wrap_tw_mode3 .fast-link-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tw .wrap_tw_mode3 .fast-link-box .fast-link-item {
    width: calc((100% - 100px) / 2);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 766px) {
  .tw .wrap_tw_mode3 .fast-link-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tw .wrap_tw_mode3 .fast-link-box .fast-link-item {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

/* 团委 -- 结束 */
/* 列表页面 -- 开始 */
/* .gp-subLeft {
  border-left: none;
}
.gp-subLeft > ul {
  background-color: rgba(237, 240, 242, 1);
  padding: 20px 16px;
  box-sizing: border-box;
}
.gp-subLeft > ul > li {
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
}
.gp-subLeft > ul > li:last-child {
  margin-bottom: 0px;
}
.gp-subLeft > ul > li > a {
  height: 48px;
  line-height: 48px;
  padding: 0;
  border-bottom: none;
}
.gp-subLeft > ul > li.active,
.gp-subLeft > ul > li:hover {
  background-color: #fff;
}
.gp-subLeft > ul > li.active > a,
.gp-subLeft > ul > li:hover > a {
  border-bottom: none;
  color: rgba(9, 101, 186, 1);
}
.gp-subLeft > ul > li::before {
  content: none;
} */
.sub_title {
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: rgba(9, 101, 186, 1);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.sub_left {
  transform: translateY(-35px);
}
.gp-m-inner-header {
  /* background: rgba(237, 240, 242, 1); */
}
.gp-m-inner-header > span {
  /* color: #000; */
}
.gp-m-subNav .gp-m-inner-header-icon {
  position: relative;
}
.gp-m-subNav .gp-m-inner-header-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gp-subNavm li {
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  justify-content: space-between;
  border: 1px solid rgba(224, 222, 222, 1);
  border-top: none;
}
.gp-subNavm li:first-child {
  border-top: 1px solid rgba(224, 222, 222, 1);
}
.gp-subNavm li > a {
  padding-left: 0;
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  .sub_left {
    transform: translateY(0px);
    padding: 16px;
  }
}
.subPage-con {
  /* background-color: #fff; */
}
.current-position {
  border-bottom: 1px solid rgba(224, 222, 222, 1);
  box-sizing: border-box;
  height: 34px;
  margin: 24px 0;
}
.current-position .left-title {
  float: left;
  height: 34px;
  border-bottom: 2px solid rgba(9, 101, 186, 1);
  color: rgba(2, 2, 2, 1);
}
.current-position .right-content {
  float: right;
}
.subPage {
  /* background-color: #fff; */
}
.news-list-word {
}
.news-list-word .news-list-item {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(224, 222, 222, 1);
  margin-bottom: 10px;
}
.news-list-word .news-list-item .item-left {
  float: left;
}
.news-list-word .news-list-item .item-right {
  float: right;
}
.news-list-word .news-list-item .item-left .item-date {
  color: rgb(128, 128, 128);
  padding-right: 16px;
  border-right: 1px solid rgba(224, 222, 222, 1);
}
.news-list-word .news-list-item .item-left .item-title {
  color: rgba(2, 2, 2, 1);
  padding-left: 16px;
}
.news-list-img-word {
}
.news-list-img-word-item {
  float: left;
  width: calc((100% - 20px) / 2);
  height: 136px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 3px 9px 24px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  padding: 20px 16px;
  box-sizing: border-box;
}
.news-list-img-word-item:nth-child(2n-1) {
  margin-right: 20px;
}
.news-list-img-word-item .news-img {
  width: 34%;
  margin-right: 16px;
  height: 100%;
  float: left;
}
.news-list-img-word-item .news-img > img {
  height: 100%;
  object-fit: cover;
}
.news-list-img-word-item .news-info {
  float: left;
  width: calc(100% - 34% - 16px);
}
.news-list-img-word-item .news-info .news-content {
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
}
.news-list-img-word-item .news-info .news-date {
  color: rgba(128, 128, 128, 1);
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .news-list-img-word-item {
    width: 100%;
  }
}
.tips-box {
  padding: 16px 24px;
  box-sizing: border-box;
  border: 1px solid rgba(224, 222, 222, 1);
}
.tips-box .tips-box-title {
  color: rgba(9, 101, 186, 1);
  margin-bottom: 8px;
  border-left: 3px solid rgba(9, 101, 186, 1);
  padding-left: 8px;
}
.tips-box .tips-box-content {
  color: rgba(128, 128, 128, 1);
  line-height: 26px;
}
.login-box {
  width: 500px;
  padding: 32px 70px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.login-box .login-box-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  width: 260px;
  margin: 0 auto;
}
.login-box table {
  margin: 0 auto;
  width: 100%;
}
.login-box table tr td:nth-child(1) {
  width: 80px;
}
.login-box table tr td:nth-child(2) {
  width: calc(100% - 80px);
}
.login-box table tr td:nth-child(2) input {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(237, 237, 237, 1);
  outline-style: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.login-box table tr td:nth-child(2) button {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background: rgba(9, 101, 186, 1);
  border: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 776px) {
  .login-box {
    width: 100%;
    padding: 24px;
  }
}
.special-subject-box {
  border: 1px solid rgba(224, 222, 222, 1);
}
.special-subject-box .left {
  float: left;
  width: 30%;
  height: 120px;
}
.special-subject-box .left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-subject-box .right {
  width: 70%;
  float: left;
  padding: 12px 16px;
  box-sizing: border-box;
}
.special-subject-box .right .special-subject-title {
  color: rgba(179, 30, 35, 1);
  border-left: 3px solid rgba(179, 30, 35, 1);
  padding-left: 12px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.special-subject-box .right .special-subject-content {
  line-height: 26px;
  color: rgba(128, 128, 128, 1);
}

/* 列表页面 -- 结束 */
/* 留言按钮--固定 */
.ly-fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  background: rgba(9, 101, 186, 1);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 999;
}
