.header_top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #00498a;
  color: #fff;
}
.header_top a {
  font-size: 12px;
  color: #fff;
}
.header_top .goEnglist {
  // margin-left: 19px;
  padding-left: 46px;
  position: relative;
  background: url(../images/icon_language.png) 22px center no-repeat;
}
.header_top .goEnglist::before {
  display: none;
  content: '';
  width: 1px;
  height: 11px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}
.header_top .header-form {
  float: right;
  font-size: 0;
  width: 150px;
  height: 40px;
  padding: 0 35px 0 15px;
  background: #00549f;
  position: relative;
}
.banner {
  width: 100%;
}
.bg-cover img {
  width: 100%;
  height: 100%;
}
.index-part1 .slick-prev {
  position: absolute;
  top: 45%;
  left: -95px;
  width: 61px;
  height: 61px;
  overflow: hidden;
  background: url("../images/banner_arr_left.png") no-repeat center center;
  background-size: contain;
}
.index-part1 .slick-next {
  position: absolute;
  top: 45%;
  right: -95px;
  width: 61px;
  height: 61px;
  background: url("../images/banner_arr_right.png") no-repeat center center;
  background-size: contain;
}
.index-part1 .slick-dots {
  position: absolute;
  right: 42px;
  text-align: center;
  bottom: 20px;
  font-size: 0;
  z-index: 2;
}
.index-part1 .slick-dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #929ac3;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  z-index: 999;
}
.index-part1 .slick-dots li * {
  display: none;
}
.index-part1 .slick-dots li.slick-active {
  background-color: #00498a;
  opacity: 1;
}
.part_one {
  width: 100%;
  background-image: url(../images/banner_bg1920x540.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.part_one .banner .ul li .item {
  position: relative;
  width: 100%;
  height: 430px;
}
.part_one .banner .ul li .item .img {
  width: 100%;
  height: 430px;
}
.part_one .banner .ul li .item .img img {
  width: 100%;
  height: 100%;
}
.part_one .banner .ul li .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 200px 0 27px;
  background: rgba(255, 255, 255, 0.6);
}
.part_one .banner .ul li .item .title h4 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #00498a;
  line-height: 60px;
}
.part_two {
  background-color: #eff2f6;
  padding-bottom: 50px;
}
.part_two .main-content1 {
  float: left;
  width: 100%;
  margin-top: 11px;
}
.part_two .main-left {
  width: 65%;
  float: left;
}
.part_two .main-left .news .news_title {
  float: left;
  width: 100%;
  border-bottom: 3px solid #336da1;
  margin-top: 20px;
}
.part_two .main-left .news .news_title h4 {
  float: left;
  font-size: 20px;
  color: #fff;
  padding: 11px 22px;
  margin-bottom: -3px;
  position: relative;
  background: #00498a;
}
.part_two .main-left .news .news_title h4::after {
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 42px solid #00498a;
  position: absolute;
  right: -10px;
  top: 0;
}
.part_two .main-left .news .news_title a {
  float: right;
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}
.part_two .main-left .news .news_list {
  margin-top: 20px;
}
.part_two .main-left .news .news_list .list-F {
  float: left;
  width: 43.4%;
  height: 285px;
  margin-right: 3.5%;
}
.shouji{
  display:none;
}
.part_two .main-left .news .news_list .list-F a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_two .main-left .news .news_list .list-F a .list-F-img {
  width: 100%;
  height: 189px;
}
.part_two .main-left .news .news_list .list-F a .list-F-img img {
  width: 100%;
  height: 100%;
}
.part_two .main-left .news .news_list .list-F a .title {
  width: 100%;
  background-color: #eee;
  padding-bottom: 12px;
}
.part_two .main-left .news .news_list .list-F a .title h4 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  max-height: 54px;
  overflow: hidden;
  padding: 10px 20px 0;
}
.part_two .main-left .news .news_list .list-F a .title p {
  font-size: 12px;
  color: #999;
  text-align: right;
  padding: 2px 20px 0;
}
.part_two .main-left .news .news_list .list-ul {
  float: left;
  width: 53%;
}
.part_two .main-left .news .news_list .list-ul .list-S {
  margin-bottom: 18px;
  display: flex;
}
.part_two .main-left .news .news_list .list-ul .list-S:last-child {
  margin-bottom: 0;
}
.part_two .main-left .news .news_list .list-ul .list-S .time {
  float: left;
  background: #eee;
  text-align: center;
  width: 40px;
  height: 50px;
  margin-top: 2px;
  padding: 5px 7px;
}
.part_two .main-left .news .news_list .list-ul .list-S .time .mouth {
  font-size: 12px;
  color: #00498a;
  padding-bottom: 4px;
  border-bottom: 1px solid #a9c6da;
}
.part_two .main-left .news .news_list .list-ul .list-S .time .day {
  font-size: 16px;
  color: #00498a;
  margin-top: 2px;
}
.part_two .main-left .news .news_list .list-ul .list-S .title {
  float: left;
  padding-left: 15px;
  width: 356px;
  width: 90%;
  height: 54px;
  border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
}
.part_two .main-left .news .news_list .list-ul .list-S .title a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  overflow: hidden;
  padding-bottom: 10px;

}
.part_two .main-left .news .news_list .list-ul .list-S .title a:hover {
  color: #00498a;
}
.part_two .main-left .notice .notice_title {
  float: left;
  width: 100%;
  border-bottom: 3px solid #336da1;
  margin-top: 20px;
}
.part_two .main-left .notice .notice_title h4 {
  float: left;
  font-size: 20px;
  color: #fff;
  padding: 11px 22px;
  margin-bottom: -3px;
  position: relative;
  background: #00498a;
}
.part_two .main-left .notice .notice_title h4::after {
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 42px solid #00498a;
  position: absolute;
  right: -10px;
  top: 0;
}
.part_two .main-left .notice .notice_title a {
  float: right;
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}
.part_two .main-left .notice .notice_list {
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 5px 15px 0;
}
.part_two .main-left .notice .notice_list li {
  position: relative;
}
.part_two .main-left .notice .notice_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.part_two .main-left .notice .notice_list li a:hover h4 {
  color: #00498a;
}
.part_two .main-left .notice .notice_list li a:hover h4::before {
  left: 6px;
}
.part_two .main-left .notice .notice_list li a h4 {
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 15px 95px 15px 20px;
  font-weight: 400;
}
.part_two .main-left .notice .notice_list li a h4:last-child {
  border-bottom: none;
}
.part_two .main-left .notice .notice_list li a h4::before {
  content: '';
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 5px solid #187fc9;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -4.5px;
  transition: all 0.2s ease-in;
}
.part_two .main-left .notice .notice_list li a span {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 20px;
  top: 35%;
}
.part_two .main-right {
  width: 27%;
  float: right;
}
.part_two .main-right .academic .academic_title {
  float: left;
  width: 100%;
  border-bottom: 3px solid #336da1;
  margin-top: 20px;
}
.part_two .main-right .academic .academic_title h4 {
  float: left;
  font-size: 20px;
  color: #fff;
  padding: 11px 22px;
  margin-bottom: -3px;
  position: relative;
  background: #00498a;
}
.part_two .main-right .academic .academic_title h4::after {
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 42px solid #00498a;
  position: absolute;
  right: -10px;
  top: 0;
}
.part_two .main-right .academic .academic_title a {
  float: right;
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}
.part_two .main-right .academic .academic_list {
  margin-top: 20px;
  border: 1px solid #d2d2d2;
}
.part_two .main-right .academic .academic_list .academic_list_img {
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
}
.part_two .main-right .academic .academic_list ul {
  padding: 0 9px;
}
.part_two .main-right .academic .academic_list ul li {
  border-bottom: 1px dashed #abccf0;
  padding: 0 10px 25px;
  margin-bottom: 35px;
}
.part_two .main-right .academic .academic_list ul li:last-child {
  border-bottom: none;
}
.part_two .main-right .academic .academic_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_two .main-right .academic .academic_list ul li a h4 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  word-break: break-all;
  line-height: 28px;
  margin-bottom: 20px;
  max-height: 84px;
  overflow: hidden;
}
.part_two .main-right .academic .academic_list ul li a p {
  font-size: 14px;
  color: #333;
  padding-left: 23px;
  margin-top: 9.5px;
  max-height: 52px;
  overflow: hidden;
  line-height: 28px;
}
.part_two .main-right .academic .academic_list ul li a p.main-list3-p1 {
  background: url(../images/index_icon_man.png) left 5px no-repeat;
}
.part_two .main-right .academic .academic_list ul li a p.main-list3-p2 {
  background: url(../images/index_icon_time_.png) left 6px no-repeat;
}
.part_two .main-right .academic .academic_list ul li a p.main-list3-p3 {
  background: url(../images/index_icon_local_.png) left 7px no-repeat;
}
.part_three {
  padding-bottom: 30px;
}
.part_three .achievement .achievement_title {
  float: left;
  width: 100%;
  border-bottom: 3px solid #336da1;
  margin-top: 20px;
}
.part_three .achievement .achievement_title h4 {
  float: left;
  font-size: 20px;
  color: #fff;
  padding: 11px 22px;
  margin-bottom: -3px;
  position: relative;
  background: #00498a;
}
.part_three .achievement .achievement_title h4::after {
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 42px solid #00498a;
  position: absolute;
  right: -10px;
  top: 0;
}
.part_three .achievement .achievement_title a {
  float: right;
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}
.part_three .achievement .achievement_list {
  margin-top: 20px;
}
.index-bn1{
    margin-left: -10px;
    margin-right: -10px;
}
.part_three .achievement .achievement_list ul li {
  width: 202px;
  height: 150px;
  border: 1px solid #e5e5e5;
  margin: 0 10px;
}
.part_three .achievement .achievement_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_three .achievement .achievement_list ul li a .img {
  width: 100%;
  height: 115px;
}
.part_three .achievement .achievement_list ul li a .img img {
  width: 100%;
  height: 100%;
}
.part_three .achievement .achievement_list ul li a .title h4 {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.part_three .achievement .achievement_list .arrows {
  position: relative;
  height: 25px;
  margin-top: 18px;
}
.part_three .achievement .achievement_list .arrows::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 45%;
  height: 1px;
  background: #dcdcdc;
}
.part_three .achievement .achievement_list .arrows::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 45%;
  height: 1px;
  background: #dcdcdc;
}
.part_three .achievement .achievement_list .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 25px;
  font-size: 0;
  z-index: 9;
}
.part_three .achievement .achievement_list .arrows .slick-prev {
  background: url(../images/slide_left.png) no-repeat center center;
  background-size: 25px 25px;
  margin: 0 -30px;
}
.part_three .achievement .achievement_list .arrows .slick-next {
  background: url(../images/slide_right.png) no-repeat center center;
  background-size: 25px 25px;
  margin: 0 5px;
}
.part_three .achievement .achievement_list .mobile_list {
  display: none;
}
.part_three .achievement .achievement_list .mobile_list li {
  float: left;
  width: 130px;
  height:  auto;
  border: 1px solid #e5e5e5;
  margin: 0 20px 10px;
}
.part_three .achievement .achievement_list .mobile_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_three .achievement .achievement_list .mobile_list li a .img {
  width: 100%;
height: 115px;
}
.part_three .achievement .achievement_list .mobile_list li a .img img {
  width: 100%;
  height: 100%;
}
.part_three .achievement .achievement_list .mobile_list li a .title h4 {
  height: 60px;
text-align:center;
  line-height: 16px;
  padding: 12px 15px;
  color: #000;
    font-weight: 500;
    white-space: unset;
    overflow: hidden;
    text-overflow: unset;
  font-size: 14px;
}
.footer-all {
  width: 100%;
}
.footer-link {
  padding: 13px 0;
  background: #eee;
  font-size: 0;
  display:none;
}
.footer-link h4 {
  float: left;
  padding: 5px 24px 5px 12px;
  font-size: 14px;
  color: #00498a;
  position: relative;
}
.footer-link h4:before {
  content: '';
  width: 4px;
  height: 14px;
  background: #f2b965;
  position: absolute;
  left: 0;
  top: 5px;
}
.footer-link span {
  display: table-cell;
}
.footer-link a {
  display: inline-block;
  font-size: 14px;
  color: #131313;
  padding: 5px 30px;
  position: relative;
}
.footer-link a:hover {
  color: #00498a;
}
.footer-link a:before {
  content: '';
  width: 1px;
  height: 13px;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
}
.footer-bottom {
  float: left;
  width: 100%;
  padding: 20px 0px;
  background: #00498a;
  color: #fff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.footer-bottom-left .footer-p1 {
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-bottom-left span {
  padding-right: 25px;
  margin-right: 25px;
  display: inline-block;
  position: relative;
}
.footer-bottom-left span:after {
  content: '';
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5.5px;
}
.footer-bottom-left span:last-child:after {
  display: none;
}
.footer-bottom-left .footer-p2 {
  font-size: 12px;
}
.footer-bottom-right {
  text-align: center;
  margin-left: 20px;
}
.footer-bottom-right img {
  width: 71px;
  height: 71px;
  margin-top: 3px;
}
.footer-bottom-right p {
  font-size: 12px;
}
@media (max-width: 991px) {
  .header_top {
    height: 30px;
    line-height: 30px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
  }
  .header {
    top: 3%;
  }
  .part_two .main-left,
  .part_two .main-right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .header {
    top: 4%;
  }
  .main-bg {
    margin-top: 110px;
  }
  .part_one .banner .ul li .item,
  .part_one .banner .ul li .item .img {
    height: 156px;
  }
.part_one .banner .ul li .item .title{
 height:40px;
padding: 0 100px 0 27px;
}
  .part_one .banner .ul li .item .title h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
line-height: 40px;
  }
.index-part1 .slick-dots{
 right: 0;
bottom: 8px;
}
  .part_two .main-left .news .news_list .list-F,
  .part_two .main-left .news .news_list .list-ul {
    width: 100%;
  }

.part_two .main-left .news .news_list .list-F a .title h4{
      line-height: inherit;
}
.part_two .main-left .notice .notice_list li a h4{
   white-space: unset;
   font-size: 16px;
   padding: 15px 74px 15px 20px;
}
.part_two .main-left .notice .notice_list li a span{
   right: 0;
}
.part_two .main-left .news .news_list .list-F {
    display: none;
  }
  .shouji {
    display: block;
  }
  .shouji .list {
    padding: 20px 30px 20px 20px;
    background-color: #F5F5F5;
  }
  .shouji .list a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shouji .list a .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    height: 61px;
    margin-right: 27px;
    padding-top: 0.7%;
    background-color: #0E59A2;
  }
  .shouji .list a .time .month_day {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 31px;
    width: 50px;
  }
  .shouji .list a .time .year {
    width: 100%;
    text-align: center;
    line-height: 13px;
    color: #fff;
    font-size: 12px;
    width: 50px;
  }
  .shouji .list a .list-right {
    width: 86%;
  }
  .shouji .list a .list-right .title {
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    font-family: MicrosoftYaHei-Bold;
    margin-bottom: 8px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .shouji .list a .list-right .content {
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*想省略几行就写几*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .shouji .list a .right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .index-bn1,
  .part_three .achievement .achievement_list .arrows {
    display: block !important;
  }

  .part_three .achievement .achievement_list .mobile_list {
    display: none;
  }
.index-part1 .slick-dots li{
      width: 8px;
    height: 8px;
margin: 0 2px;
}
.footer-bottom-left{
 width:72%;
}
}

.index-part1 .arrow{
  display:none;
}

