body {
  background: url('../images/hysc_index_bg_01.jpg') no-repeat top;
  max-width: 1920px;
  margin: 0 auto;
}
.linkNav {
  margin-top: 24px;
  color: #fff;
  font-size: 14px;
  width: 1400px;
}
.linkNav a {
  color: #fff;
}
.main {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 57px;
  box-sizing: border-box;
  margin-top: 11px;
}
.main .js {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.main .search_box {
  width: 595px;
  height: 44px;
  margin-top: 17px;
  position: relative;
  border: solid 1px #4285f4;
}
.main .search_box > input {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding-left: 24px;
  font-size: 14px;
}
.main .search_box .btn {
  position: absolute;
  right: -1px;
  top: 0;
  width: 44px;
  height: 44px;
  background: url('../images/list/search_icon.png') no-repeat center center;
  cursor: pointer;
}
.main .tab_box {
  border: solid 1px #cbcbcb;
  padding: 20px 34px;
  box-sizing: border-box;
  margin-top: 38px;
  font-size: 14px;
}
.main .tab_box p {
  margin-top: 10px;
}
.main .tab_box p:first-child {
  border-bottom: 1px dashed #cbcbcb;
  padding-bottom: 10px;
  margin-top: 0;
}
.main .tab_box p:first-child span {
  padding: 0 17px;
  cursor: pointer;
}
.main .tab_box p:first-child span.active {
  color: #4285f4;
}
.main .tab_box p:last-child span {
  border: dashed 1px #4285f4;
  padding: 2px 10px;
  display: inline-block;
  color: #4285f4;
  margin-left: 20px;
}
.main .tab_box p:last-child span i {
  cursor: pointer;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url('../images/list/close_01.png') no-repeat center center;
  background-size: 100% 100%;
  font-style: normal;
  margin-left: 5px;
}
.main .info {
  margin-top: 45px;
  font-size: 12px;
  position: relative;
}
.main .info .tab {
  margin-top: 10px;
  height: 40px;
  position: relative;
}
.main .info .tab .box {
  position: absolute;
  right: 0;
  top: 0;
}
.main .info .tab .box span {
  display: inline-block;
  min-width: 92px;
  height: 30px;
  text-align: center;
  font-style: 16px;
  border: 1px solid #565656;
  line-height: 30px;
  margin-left: 20px;
  border-radius: 5px;
  color: #565656;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
}
.main .info .tab .box span.active {
  background: #4285f4;
  border: 1px solid #4285f4;
  color: #fff;
}
.main .info .tab .box span.active::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 4px;
  background: url('../images/list/tab_tip_2.png') no-repeat;
  background-size: 100% 100%;
  left: 50%;
  transform: translate(-50%);
  bottom: -4px;
}
.main .info ul li a {
  display: block;
  position: relative;
  margin: 25px 0;
  border-bottom: solid 2px #dde0e9;
  padding-bottom: 25px;
  color: #333333;
}
.main .info ul li a img {
  width: 245px;
  height: 140px;
}
.main .info ul li a .txt {
  position: absolute;
  top: 0px;
  left: 300px;
}
.main .info ul li a .txt p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 980px;
  position: absolute;
  left: 0;
}
.main .info ul li a .txt p.p1 {
  top: 5px;
  font-size: 16px;
}
.main .info ul li a .txt p.p2 {
  top: 55px;
}
.main .info ul li a .txt p.p2.active1 span:last-child {
  padding-left: 80px;
}
.main .info ul li a .txt p.p2.active1 span:last-child i {
  font-style: normal;
}
.main .info ul li a .txt p.p3 {
  top: 80px;
}
.main .info ul li a .txt p.p4 {
  top: 115px;
}
.main .info ul li a .txt p.p4.active {
  top: 100px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  text-indent: 2em;
  line-height: 1.5;
}
.main .info ul li a:hover {
  color: #1854A2;
}
.main .info .yj {
  font-size: 16px;
  text-align: center;
  width: 374px;
  margin: 14px auto 30px;
  margin-top: 60px;
}
.main .info .yj li {
  float: left;
  margin: 0 5px;
  cursor: pointer;
}
.main .info .yj li:hover p,
.main .info .yj li.active p {
  color: #1854A2;
  border: 1px solid #1854A2;
}
.main .info .yj a {
  color: #969696;
  line-height: 28px;
}
.main .info .yj p {
  color: #969696;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #959595;
}
.main .info p.tip {
  color: #333;
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin-top: 45px;
}
#goToTop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 80px;
  bottom: 190px;
  background: url('../images/return_bg_01.jpg') no-repeat 100% 100%;
  display: none;
}
@media screen and (max-width: 1450px) {
  .linkNav {
    margin-top: 24px;
    color: #fff;
    font-size: 14px;
    width: 1200px;
  }
  .linkNav a {
    color: #fff;
  }
  .main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 57px;
    box-sizing: border-box;
    margin-top: 11px;
  }
  .main .js {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .main .search_box {
    width: 595px;
    height: 44px;
    margin-top: 17px;
    position: relative;
    border: solid 1px #4285f4;
  }
  .main .search_box > input {
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 14px;
  }
  .main .search_box .btn {
    position: absolute;
    right: -1px;
    top: 0;
    width: 44px;
    height: 44px;
    background: url('../images/list/search_icon.png') no-repeat center center;
  }
  .main .tab_box {
    border: solid 1px #cbcbcb;
    padding: 20px 34px;
    box-sizing: border-box;
    margin-top: 38px;
    font-size: 14px;
  }
  .main .tab_box p {
    margin-top: 10px;
  }
  .main .tab_box p:first-child {
    border-bottom: 1px dashed #cbcbcb;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .main .tab_box p:first-child span {
    padding: 0 17px;
    cursor: pointer;
  }
  .main .tab_box p:first-child span.active {
    color: #4285f4;
  }
  .main .tab_box p:last-child span {
    border: dashed 1px #4285f4;
    padding: 2px 10px;
    display: inline-block;
    color: #4285f4;
    margin-left: 20px;
  }
  .main .tab_box p:last-child span i {
    cursor: pointer;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url('../images/list/close_01.png') no-repeat center center;
    background-size: 100% 100%;
    font-style: normal;
    margin-left: 5px;
  }
  .main .info {
    margin-top: 45px;
    font-size: 12px;
  }
  .main .info ul li a {
    display: block;
    position: relative;
    margin: 25px 0;
    border-bottom: solid 2px #dde0e9;
    padding-bottom: 25px;
    color: #333333;
  }
  .main .info ul li a img {
    width: 245px;
    height: 140px;
  }
  .main .info ul li a .txt {
    position: absolute;
    top: 0px;
    left: 300px;
  }
  .main .info ul li a .txt p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 780px;
    position: absolute;
    left: 0;
  }
  .main .info ul li a .txt p.p1 {
    top: 5px;
    font-style: 16px;
  }
  .main .info ul li a .txt p.p2 {
    top: 55px;
  }
  .main .info ul li a .txt p.p3 {
    top: 80px;
  }
  .main .info ul li a .txt p.p4 {
    top: 115px;
  }
  .main .info ul li a:hover {
    color: #1854A2;
  }
  .main .info .yj {
    font-size: 16px;
    text-align: center;
    width: 374px;
    margin: 14px auto 30px;
    margin-top: 60px;
  }
  .main .info .yj li {
    float: left;
    margin: 0 5px;
    cursor: pointer;
  }
  .main .info .yj li:hover p,
  .main .info .yj li.active p {
    color: #1854A2;
    border: 1px solid #1854A2;
  }
  .main .info .yj a {
    color: #969696;
    line-height: 28px;
  }
  .main .info .yj p {
    color: #969696;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #959595;
  }
}
footer {
  height: 138px;
  margin-top: 150px;
  background: url('../images/end.jpg') no-repeat;
  background-size: 100% 100%;
}
