@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.content-img {
  width: 100%;
}

.content-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 31px;
  display: flex;
  flex: 1;
}

.content .left {
  width: 270px;
  height: auto;
}

.content .left .off .t {
  padding-left: 10px !important;
  font-size: 23px !important;
}

.content .left .off .en-t {
  padding-left: 12px !important;
  text-transform: uppercase;
}

.content .left .left-t {
  background: url(../image/icon_pt.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 123px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  border: none;
  text-align: right;
}

.content .left .left-t .t {
  font-size: 21px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
}

.content .left .left-t .en-t {
  font-size: 10px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #ffffff;
  padding-top: 5px;
  text-transform: uppercase;
}

.content .left .left-t > div {
  padding-right: 29px;
}

.content .left .list ul li {
  width: 270px;
  height: 70px;
  background: linear-gradient(90deg, #ffffff, #f5f8fc);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  justify-content: flex-end;
}

.content .left .list ul li > div {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #333333;
  padding-right: 6px;
}

.content .left .list ul li img {
  width: 11px;
  height: 12px;
  margin-right: 20px;
}

.content .left .list ul .active {
  width: 270px;
  height: 70px;
  background: linear-gradient(90deg, #0861b4, #184783 97%);
}

.content .left .list ul .active > div {
  color: #ffffff;
}

.content .left .show-xt {
  width: 100%;
  height: 64px;
  margin-top: 15px;
  display:flex;
  justify-content:center;
  align-items:center;

font-size: 26px;
font-family: Microsoft YaHei, Microsoft YaHei-Bold;
font-weight: 700;
text-align: right;
color: #ffffff;
letter-spacing: 2px;
}

.content .left .show-xt img {
  width: 100%;
  height: 100%;
}

.content .right {
  margin-left: 29px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.content .right .con-title {
  width: 100%;
  height: 51px;
  background: #f3f4fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .right .con-title .lk {
  display: flex;
  height: 51px;
  align-items: center;
  margin-left: 10px;
}

.content .right .con-title .lk img {
  width: 11px;
  height: 12px;
}

.content .right .con-title .lk > div {
  max-width: 455px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #0758a3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 14px;
}

.content .right .con-title .gk {
  display: flex;
  height: 51px;
  align-items: center;
}

.content .right .con-title .gk img {
  width: 15px;
  height: 14px;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 4px;
}

.content .right .con-title .gk .pl {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.content .right .con-title .gk .pl p {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
}

.content .right .con-title .gk .pl .a {
  padding: 0 15px;
}

.content .right .con-title .gk .pl .change {
  color: #0758A3;
  padding-right: 15px;
}

.content .right .gk-bot {
  width: 100%;
  border: 1px solid rgba(7, 88, 163, 0.2);
  margin: 20px 0 0 0;
  padding-bottom: 71px;
}

.content .right .gk-bot .news {
  width: 100%;
  height: 100%;
  /**校科协*/
  /**院士工作办公室*/
  /**军工项目管理办公室*/
  /**科技平台*/
  /**企业需求登记表*/
  /**下载专区*/
  /**下载链接*/
}
.content .right .gk-bot .news a{
  color: #0758A3;
  /*text-decoration: underline;*/
}
.content .right .gk-bot .news .li table{
  width: 95% !important;
}

.content .right .gk-bot .news .title {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #0758a3;
  padding: 40px 0 15px 0;
  text-align: center;
}

.content .right .gk-bot .news .time {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
  padding-bottom: 27px;
}

.content .right .gk-bot .news .link-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-bottom: 20px;
}

.content .right .gk-bot .news .link-list a {
  color: #0758a3;
  text-decoration: underline;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.content .right .gk-bot .news .content {
  width: 90%;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  flex-direction: column;
  white-space: pre-line;
}

.content .right .gk-bot .news .content-news {
  max-width: 888px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 40px;
  margin: 0 auto;
  padding-top: 50px;
  padding: 0 20px;
}

.content .right .gk-bot .news .banner {
  max-width: 888px;
  margin: 0 auto;
  margin-top: 30px;
}

.content .right .gk-bot .news .banner img {
  width: 100%;
  max-height: 464px;
  object-fit: cover;
}

.content .right .gk-bot .news .right-bt {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}

.content .right .gk-bot .news .right-bt a {
  width: 70px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  border: 1px solid #0758a3;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #0758a3;
  cursor: pointer;
}

.content .right .gk-bot .news .right-bt > div {
  width: 70px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  border: 1px solid #0758a3;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #0758a3;
  cursor: pointer;
}

.content .right .gk-bot .news .right-bt .r {
  margin: 0 39px 0 10px;
}

.content .right .gk-bot .news .line {
  max-width: 848px;
  border: 1px dashed #d5d5d5;
  margin: 0 auto;
  margin-top: 39px;
}

.content .right .gk-bot .news .bot-next {
  display: flex;
  height: 122px;
  justify-content: center;
  flex-direction: column;
  padding-left: 40px;
}

.content .right .gk-bot .news .bot-next > div {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #333333;
  display: flex;
}

.content .right .gk-bot .news .bot-next > div text {
  display: block;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0758A3 !important;
  cursor: pointer;
}

.content .right .gk-bot .news .bot-next .b {
  padding-top: 9px;
}

.content .right .gk-bot .news .pdf {
  padding: 99px 0 133px 0;
}

.content .right .gk-bot .news .pdf ul li {
  max-width: 852px;
  display: flex;
  height: 65px;
  align-items: center;
  border-bottom: 1px dashed #c4d7e8;
  margin: 0 auto;
}

.content .right .gk-bot .news .pdf ul li img {
  width: 20px;
  height: 24px;
}

.content .right .gk-bot .news .pdf ul li a {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #0758a3;
  padding-left: 20px;
  text-decoration: underline;
}

.content .right .gk-bot .news .img-list {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.content .right .gk-bot .news .img-list img {
  max-width: 510px;
  height: 100px;
  margin-bottom: 34px;
  object-fit: cover;
}

.content .right .gk-bot .news .equipment {
  width: 100%;
  text-align: center;
}

.content .right .gk-bot .news .equipment img {
  width: 510px;
  height: 92px;
  margin-bottom: 34px;
  object-fit: cover;
}

.content .right .gk-bot .news .school {
  margin-top: 13px;
}

.content .right .gk-bot .news .school ul li {
  max-width: 819px;
  margin: 0 auto;
  display: flex;
  height: 39px;
  align-items: center;
  border-bottom: 1px dashed #c4d7e8;
  justify-content: space-between;
}
.content .right .gk-bot .news .school ul li:last-child{
  border-bottom: none;
}

.content .right .gk-bot .news .school ul li .l {
  display: flex;
  align-items: center;
}

.content .right .gk-bot .news .school ul li .l img {
  width: 11px;
  height: 12px;
}

.content .right .gk-bot .news .school ul li .l a {
  display: inline-block;
  max-width: 582px;
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .right .gk-bot .news .school ul li .r {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
}

.content .right .gk-bot .news .school #page {
  margin-top: 89px;
}

.content .right .gk-bot .news .office .title {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #0758a3;
  padding: 40px 0;
}

.content .right .gk-bot .news .office .table {
  max-width: 880px;
  margin: 0 auto;
}

.content .right .gk-bot .news .office .table table {
  width: 100%;
  border: 1px solid #AECEEB;
  border-collapse: collapse;
  background: #ffffff;
}

.content .right .gk-bot .news .office .table table tbody tr th {
  border: 1px solid #AECEEB;
  text-align: center;
}

.content .right .gk-bot .news .office .table table tbody tr td {
  border: 1px solid #AECEEB;
  text-align: center;
  word-break: break-all;
  padding: 10px;
  width: 8rem;
}

.content .right .gk-bot .news .office .table table tbody tr td:nth-of-type(4) {
  max-width: 235px;
  text-align: justify;
  white-space: pre-line;
  color: #333333;
}

.content .right .gk-bot .news .office .table table tbody tr td:nth-of-type(4) > div {
  max-width: 204px;
  margin: 0 auto;
  padding: 78px 0;
}

.content .right .gk-bot .news .office .table table tbody tr td:nth-of-type(5) {
  max-width: 299px;
}

.content .right .gk-bot .news .office .table table tbody tr td:nth-of-type(5) > div {
  max-width: 256px;
  margin: 0 auto;
  padding: 20px 0;
}

.content .right .gk-bot .news .office .table table tbody tr td:nth-of-type(1) {
  max-width: 110px;
  max-width: 90px;
  margin: 0 auto;
  padding: 20px 0;
  width: 6rem;
}

.content .right .gk-bot .news .office .table table tbody tr .mobile {
  text-align: center !important;
  width: 80px !important;
}

.content .right .gk-bot .news .office .table table tbody tr .con {
  text-align: left !important;
}

.content .right .gk-bot .news .office .table table tbody tr:nth-of-type(1) {
  background: #2E74B6;
  color: #ffffff;
  font-size: 18px;
  height: 56px;
}

.content .right .gk-bot .news .office .table table tbody .fc {
  background: #ffffff;
  color: #333333;
}

.content .right .gk-bot .news .office .table table tbody .cd {
  max-width: 299px;
}

.content .right .gk-bot .news .office .table table tbody .cd > div {
  max-width: 256px;
  margin: 0 auto;
  padding: 20px 0 !important;
}

.content .right .gk-bot .news .office .table table tbody .fv {
  background: #ffffff;
  color: #333333;
}
.content .right .gk-bot .news .office .lix table tbody tr .con{
text-align: left !important;
}
.content .right .gk-bot .news .office .tab-concat table tbody tr td:first-child {
  /* background: #F3F4FA; */
  /* color: #0758A3; */
}

.content .right .gk-bot .news .office .tab-concat table tbody tr td:nth-of-type(4) {
  width: 200px;
  text-align: center;
}

.content .right .gk-bot .news .office .tab-concat table tbody tr:nth-of-type(2n+1) td:nth-of-type(n+2) {
  /* background: #EFF7FD; */
}

.content .right .gk-bot .news .office .tab-concat .hb tbody .fv {
  width: 100px;
}

.content .right .gk-bot .news .military .title {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #0758a3;
  line-height: 14px;
  text-align: center;
  padding: 40px 0 32px 0;
}

.content .right .gk-bot .news .military .list {
  padding-left: 39px;
  display: flex;
  align-items: center;
  padding-bottom: 32px;
}

.content .right .gk-bot .news .military .list .tit {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}

.content .right .gk-bot .news .military .list .sub {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 400;
  text-align: left;
  color: #333333;
}

.content .right .gk-bot .news .military .lists {
  padding-left: 39px;
  padding-bottom: 30px;
}

.content .right .gk-bot .news .military .lists .tit {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}

.content .right .gk-bot .news .military .lists .sub {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 32px;
}

.content .right .gk-bot .news .military .lists .sub p {
  padding-top: 30px;
}

.content .right .gk-bot .news .cou .li {
  padding: 0 30px;
  margin-bottom: 40px;
}

.content .right .gk-bot .news .cou .li .tit {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
}

.content .right .gk-bot .news .cou .li .cou-con {
  display: flex;
  height: 14px;
  align-items: center;
  padding: 10px 0;
}

.content .right .gk-bot .news .cou .li .cou-con img {
  width: 14px;
  height: 14px;
}

.content .right .gk-bot .news .cou .li .cou-con > div {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #0758a3;
  padding-left: 10px;
}

.content .right .gk-bot .news .cou .li .cou-bot {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
}

.content .right .gk-bot .news .domand {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content .right .gk-bot .news .domand .domand-li {
  display: flex;
  height: 50px;
  align-items: center;
  width: 530px;
  height: 50px;
  background: #fcfcff !important;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.content .right .gk-bot .news .domand .domand-li .domand-left {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  padding-left: 20px;
}

.content .right .gk-bot .news .domand .domand-li input {
  height: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  padding-left: 13px;
  border: 0;
  outline: none;
  width: 250px;
  background: #fcfcff !important;
}

.content .right .gk-bot .news .domand .domand-li input::placeholder {
  color: #999999;
}

.content .right .gk-bot .news .domand .domand-li-short {
  /*width: 260px;*/
  height: 50px;
  background: #fcfcff;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.content .right .gk-bot .news .domand .domand-li-short select {
  border: none;
  padding-left: 10px;
  outline: none;
  background: #fcfcff !important;
  -webkit-appearance: none;
}

.content .right .gk-bot .news .domand .domand-li-width {
  justify-content: space-between;
}

.content .right .gk-bot .news .domand .domand-li-width input {
  width: 150px;
}

.content .right .gk-bot .news .domand .domand-btn {
  width: 530px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0758a3;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px #184783;
  font-size: 18px;
  color: #ffffff;
  margin-top: 61px;
}

.content .right .gk-bot .news .down-list {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #087DCE;
}

.content .right .gk-bot .news .down-list .tit {
  background: url(../image/down.png) no-repeat;
  background-size: 100% 100%;
  max-width: 860px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  padding: 0 29px 0 20px;
  align-items: center;
}

.content .right .gk-bot .news .down-list .tit .left {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #ffffff;
}

.content .right .gk-bot .news .down-list .tit .right {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #ffffff;
}

.content .right .gk-bot .news .down-list .school {
  padding: 0 20px;
}

.content .right .gk-bot .news .links {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-top: 25px;
}

.content .right .gk-bot .news .links .li {
  max-width: 819px;
  display: flex;
  line-height: 65px;
  border-bottom: 1px dashed #0758A3;
  align-items: center;
  padding-right: 20px;
  margin-left: 40px;
}

.content .right .gk-bot .news .links .li img {
  width: 20px;
  height: 22px;
}

.content .right .gk-bot .news .links .li .txt {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  padding-left: 20px;
}

.content .right .gk-bot .news .links .li .txt a {
  color: #0758A3;
  text-decoration: underline;
  line-height: 30px;
}

.content .right .gk-bot .object .school {
  padding-top: 96px;
}

.content .right .gk-bot .object .school ul li {
  border-bottom: none;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .content .right .gk-bot .news .link-list a {
    width: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .content {
    width: 100%;
  }
  .content .left .left-t .t {
    padding-left: 27px;
  }
  .content .left .show-xt img {
    object-fit: fill;
  }
  .content .right .gk-bot .news .school {
    padding: 0 40px;
  }
  .content .right .gk-bot .news .school ul li .l a {
    max-width: 500px;
  }
  .content .right .gk-bot .news .school ul li .r {
    padding-left: 50px;
  }
  .content .right .gk-bot .news .pdf ul li {
    padding: 0 20px;
  }
  .content .right {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    width: 95%;
  }
  .content .right .gk-bot .news .school {
    padding: 0 20px;
  }
  .content .right .gk-bot .news .school ul li .r {
    padding-left: 0px;
  }
  .totalNum,
  .totalList {
    font-size: 13px;
  }
  .header-news-t .headers-list {
    display: none;
  }
  .header-news-t .header-tk .header-top .tab {
    display: block;
    width: 30px;
    height: 20px;
  }
  .content .right .gk-bot .news .domand .domand-li {
    width: 430px;
  }
  .content .right .gk-bot .news .domand .domand-li .domand-left {
    font-size: 12px;
  }
  .content .right .gk-bot .news .domand .domand-li input {
    font-size: 12px;
  }
  .content .right .gk-bot .news .domand .domand-li-short {
    /*width: 210px;*/
  }
  .content .right .gk-bot .news .domand .domand-li-width input {
    width: 100px;
  }
  .content .right .gk-bot .news .domand .domand-btn {
    width: 430px;
  }
  .content .right .gk-bot {
    border: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .content .left {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .content .right .gk-bot .news .office .table table {
    width: 1200px;
  }
  .content .right .gk-bot .news .office .table {
    overflow-x: scroll;
  }
  .content {
    display: block;
    width: 100%;
  }
  .content .left {
    max-width: none;
    width: auto;
  }
  .content .left .show-xt {
    height: auto;
  }
  .content .right {
    margin-left: 0;
  }
  .content .right .gk-bot .news .school ul li .l a {
    max-width: 382px;
  }
  .content .right .gk-bot .news .school ul li {
    margin: 0 10px;
  }
  .content .left .left-t .en-t {
    padding-left: 20px;
  }
  .content .left .left-t .t {
    padding-left: 20px;
  }
  .totalNum,
  .totalList {
    font-size: 13px;
    display: none;
  }
  .content .right .gk-bot .news .office .table table tbody tr:nth-of-type(1) {
    font-size: 12px;
  }
  .content .right .gk-bot .news .military .list {
    padding-left: 10px;
  }
  .content .right .gk-bot .news .military .lists {
    padding-left: 10px;
  }
  .content .right .gk-bot .news .military .list .tit {
    font-size: 16px;
  }
  .content .right .gk-bot .news .military .list .sub {
    font-size: 16px;
  }
  .content .right .gk-bot .news .military .lists .tit {
    font-size: 16px;
  }
  .content .right .gk-bot .news .military .lists .sub {
    font-size: 16px;
  }
  .content .right .gk-bot .news .pdf ul li a {
    font-size: 15px;
  }
  .content .right .gk-bot .news .pdf ul li {
    padding-left: 20px;
  }
  .content-img img {
    height: 180px;
    object-fit: fill;
  }
  .content .left .list ul li {
    width: auto;
  }
  .content .left .list ul .active {
    width: auto;
  }
  .content .right .con-title .lk {
    margin-left: 0;
    display: none;
  }
  .content .right .gk-bot .news .img-list img {
    max-width: 300px;
  }
  .content {
    margin-top: 0;
  }
  .content .right .con-title {
    justify-content: flex-end;
  }
  .down {
    margin-top: 0;
  }
  .down .news-text .lk-left .left-en p:nth-of-type(2) {
    display: none;
  }
  .content .right .gk-bot {
    border: none;
  }
  .content .right .gk-bot .news .title {
    padding: 20px 10px 15px 10px;
    text-align: center;
  }
  .content .right .gk-bot .news .bot-next {
    padding-left: 20px;
  }
  .content .right .gk-bot .news .down-list .school {
    padding: 0;
  }
  .content .left .show-xt {
    display: none;
  }
  .content .left .list ul {
    display: flex;
    overflow-x: scroll;
  }
  .content .left .list ul li {
    width: 172px;
  }
  .content .left .list ul .active {
    width: 172px;
  }
  .content .left {
    padding: 0 10px;
  }
  .content .right {
    width: auto;
    margin: 0 auto;
  }
  .content .left .left-t {
    display: none;
  }
  .content .right .gk-bot {
    padding-bottom: 0;
  }
  .content .right .gk-bot {
    width: 98%;
    margin: 0 auto;
  }
  .content .right .gk-bot .news .link-list a {
    width: 200px;
  }
  .content .right .gk-bot .news .school ul {
    min-height: 120px;
  }
  .content .left .list ul li {
    justify-content: center;
  }
  .content .left .list {
    display: none;
  }
  .content .right .gk-bot .news .school ul li .l a {
    max-width: 300px;
  }
}

@media screen and (min-width: 450px) and (max-width: 580px) {
  .content .right .gk-bot .news .school ul li .l a {
    max-width: 200px;
  }
  .content .right .gk-bot .news .domand .domand-li {
    width: 430px;
  }
  .content .right .gk-bot .news .domand .domand-li .domand-left {
    font-size: 12px;
  }
  .content .right .gk-bot .news .domand .domand-li input {
    font-size: 12px;
  }
  .content .right .gk-bot .news .domand .domand-li-short {
    /*width: 210px;*/
  }
  .content .right .gk-bot .news .domand .domand-li-width input {
    width: 100px;
  }
  .content .right .gk-bot .news .domand .domand-btn {
    width: 430px;
  }
}

@media screen and (max-width: 450px) {
  .content .right .gk-bot .news .down-list .school ul li .l a {
    max-width: 150px;
  }
  .content .right {
    margin-left: none;
  }
  .content .left {
    padding: 0;
    width: auto;
    padding: 0 20px;
  }
  .content .right .gk-bot .news .office .table {
    overflow-x: scroll;
  }
  .content .right .gk-bot .news .office .table table {
    width: 1200px;
  }
  .content .right .con-title .lk > div {
    font-size: 12px;
  }
  .content .right .con-title .gk .pl p {
    font-size: 14px;
  }
  .content .right .gk-bot .news .domand .domand-li {
    width: 350px;
  }
  .content .right .gk-bot .news .domand .domand-li .domand-left {
    font-size: 12px;
  }
  .content .right .gk-bot .news .domand .domand-li input {
    font-size: 12px;
  }
  .content .right .gk-bot .news .domand .domand-li-short {
    width: 170px;
  }
  .content .right .gk-bot .news .domand .domand-btn {
    width: 350px;
  }
  .content .right .gk-bot .news .domand .domand-li input {
    width: 50%;
  }
  .content .right .gk-bot .news .domand .domand-li-width input {
    width: 80px;
  }
  .content .right .gk-bot {
    border: none;
  }
  .content .right .gk-bot .news .downs ul li .l a {
    max-width: 200px;
  }
  .content .right .gk-bot .news .links .li .txt {
    font-size: 12px;
  }
  .content .right .gk-bot .news .links .li {
    line-height: 30px;
  }
  .content .right .gk-bot .news .links .li {
    margin-left: 0;
  }
  .content .left .show-xt {
    display: none;
  }
  .header-news-t .header-search .search .input-text {
    display: none;
  }
  .header-news-t .header-search .search {
    margin-right: 20px;
  }
  .content .left .list ul li img {
    display: none;
  }
  .content .right .gk-bot .news .domand .domand-li-width {
    flex-direction: column;
    /*height: 150px;*/
  }
  .content .right .gk-bot .news .domand .domand-li-short {
    width: 350px;
  }
  .content .right .gk-bot .news .img-list img {
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 450px) {
  .content .right .gk-bot .news .office .table {
    width: 96%;
  }
  .content .right .gk-bot .news .title {
    text-align: center;
  }
  .content .left .list ul {
    display: flex;
    overflow-x: scroll;
  }
  .content .left .list ul li {
    width: 142px;
  }
  .content .left .list ul .active {
    width: 142px;
  }
  .content .left {
    padding: 0 10px;
  }
  .content .left .list ul li img {
    margin-right: 10px;
  }
  .content .left .list ul li > div {
    padding-right: 0;
  }
  .content .right .gk-bot .news .content img {
    width: 100%;
  }
}

.content .right .gk-bot .news .office .table table tbody tr .rn{
  white-space: pre-wrap;
  line-height: 30px;
}