.hs_banner {
  width: 1660px;
  height: auto;
  position: relative;
  left: 50%;
  margin-left: -840px;
}
.hs_banner a,
.hs_banner img {
  display: block;
  width: 100%;
}
.hs_subject {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 60px 0;
}
.hs_subject a:hover {
  text-decoration: none;
}
.hs_left {
  float: left;
  width: 680px;
}
.hs_left .pl_home_kv {
  width: 100%;
  height: 420px;
  position: relative;
}
.hs_left .slide_tit {
  width: 126px;
  height: 54px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background: url(hs_13.png) no-repeat;
  position: absolute;
  left: -11px;
  top: 15px;
  z-index: 999;
}
.hs_left .window {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hs_left .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hs_left .slide > a {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.hs_left .slide img {
  display: block;
  width: 100%;
}
.hs_left .slide > span {
  position: absolute;
  color: #f00;
  font-size: 40px;
  left: 50%;
  top: 20%;
}
.hs_left .news {
  height: 130px;
  padding: 20px;
  background: #eeeeee;
}
.hs_left .news > h5 {
  line-height: 36px;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.hs_left .news > p {
  width: 100%;
  line-height: 24px;
  color: #666;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  text-align: justify;
}
.hs_left .news .a_con {
  text-align: right;
}
.hs_left .news .a_con > a {
  display: inline-block;
  width: 68px;
  height: 27px;
  line-height: 27px;
  border-radius: 4px;
  background: #4b96df;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.hs_left .indicator {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 192px;
  font-size: 0;
  text-align: center;
}
.hs_left .indicator li {
  width: 12px;
  height: 12px;
  background: url(hs_11.png) no-repeat;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.hs_left .indicator a {
  display: block;
  height: 100%;
  width: 100%;
}
.hs_left .indicator .active {
  background: url(hs_12.png) no-repeat;
}
.hs_left .btn_scroll_prev,
.hs_left .btn_scroll_next {
  width: 24px;
  height: 40px;
  position: absolute;
  top: 100px;
}
.hs_left .btn_scroll_prev a,
.hs_left .btn_scroll_next a {
  display: block;
  width: 100%;
  height: 100%;
}
.hs_left .btn_scroll_prev {
  left: 0;
  background: url(hs_14.png) no-repeat;
}
.hs_left .btn_scroll_next {
  right: 0;
  background: url(hs_15.png) no-repeat;
}
.hs_left .layui-box {
  padding-top: 30px;
  font-size: 0;
  text-align: center;
}
.hs_left .layui-box em {
  font-weight: normal;
}
.hs_left .layui-box a,
.hs_left .layui-box span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #d8d8d8;
  color: #666;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
}
.hs_left .layui-box .layui-laypage-curr {
  position: relative;
}
.hs_left .layui-box .layui-laypage-curr em {
  color: #fff;
  position: relative;
}
.hs_left .layui-box .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #4290de;
  background: #4290de;
}
.hs_list {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.hs_list dl {
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px dotted #ddd;
  margin-top: -1px;
}
.hs_list dt {
  float: left;
  width: 220px;
  height: 166px;
}
.hs_list dd {
  float: right;
  width: 440px;
  height: auto;
}
.hs_list img {
  display: block;
  width: 100%;
}
.hs_list h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 5px;
  color: #333;
}
.hs_list p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 72px;
  text-align: justify;
}
.hs_list span {
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.hs_list a:hover {
  color: #4291de;
}
.hs_list a:hover > h5,
.hs_list a:hover > p {
  color: #4291de;
}
.hs_right {
  float: right;
  width: 300px;
}
.hs_right .rel_por,
.hs_right .rel_info {
  padding-left: 20px;
  padding-right: 20px;
  background: #fbfbfb;
}
.hs_right .rel_info {
  padding-bottom: 40px;
}
.hs_right .rel_tit1 {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  padding-right: 50px;
}
.hs_right .rel_tit1 .color {
  width: 4px;
  height: 14px;
  background: #4290de;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.hs_right .rel_tit1 .more {
  font-size: 14px;
  color: #666;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.hs_right .rel_tit1 .more:hover {
  color: #4290de;
}
.hs_right .hs_line {
  height: 76px;
  position: relative;
  padding: 6px 0 8px 70px;
}
.hs_right .hs_line > img {
  width: 50px;
  position: absolute;
  left: 0;
  top: 16px;
}
.hs_right .hs_line .blue {
  display: block;
  font-size: 16px;
  color: #4291de;
  line-height: 36px;
}
.hs_right .hs_line .blue:hover {
  text-decoration: underline;
}
.hs_right .hs_line .gray {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.hs_right .hotline_con {
  position: relative;
}
.hs_right .hotline_con .text {
  position: absolute;
  z-index: 19;
  padding-left: 28px;
  left: 0;
  top: 66px;
  color: #fff;
  line-height: 24px;
}
.hs_right .hotline_con a {
  color: #fff;
  text-decoration: underline;
  margin: 0 5px;
  font-size: 14px;
}
.hs_right .img_hotline {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.hs_right .slide {
  width: 100%;
  height: 100%;
  padding: 23px 0 40px 0;
}
.hs_right .info_link {
  padding-top: 33px;
}
.hs_right .info_link > a {
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
}
.hs_right .info_link > a:hover {
  color: #4291de;
}