body {
  min-width: 1116px;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased
}

.container {
  max-width: 960px;
}

.container1 {
  width: 95%;
  margin: 0 auto;
  max-width: 1080px;
}

.pricing-hd {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.my-0 {
  height: 60px;
  width: 160px;
}

.img_1 {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.img_3 {
  width: 100%;
  /* height: 800px;*/
}

.img_2 {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

/* .img_4{
  background-image: url('img/日期标示2.png');
  
  background-repeat: no-repeat;
} */

.part-1 {
  position: relative;
  z-index: 10;
  top: 130px;
}

.part-2 {
  position: absolute;
  z-index: 20;
  width: 40%;
  height: auto;
  top: -20%;
  right: 70px;
}

.part-2-1 {
  position: absolute;
  z-index: 20;
  width: 40%;
  height: auto;
  top: -20%;
  left: 5.5%;
}

.part-3 {
  position: absolute;
  z-index: 20;
  top: 93%;
}

.part-3-1 {
  position: absolute;
  z-index: 20;
  top: 93%;
  right: 5%;
}

.part-4 {
  position: absolute;
  z-index: 30;
  right: -15px;
  top: 65%;
}

.part-4-1 {
  position: absolute;
  z-index: 30;
  left: -1.35%;
  top: 60%;
}

.title {
  text-align: center;
}

.title:before,
.title:after {
  content: "";
  width: 25%;
  border-top: 1px #CCCCCC solid;
  display: inline-block;
  vertical-align: middle;
}

.title:before {
  margin-right: 10px;
}

.title:after {
  margin-left: 10px;
}

.indent1 {
  text-indent: 1rem;
}

.line-height {
  line-height: 1.5rem;
}

.border-b {
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
}

.border-no {
  background: none;
  border: none;
}

.form-control1 {
  display: block;
  width: 100%;
  padding: .375rem .15rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  /* border-radius: .25rem; */
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: #ccc;
}

/* 使用webkit内核的浏览器 */



:-moz-placeholder {
  font-size: 0.85rem;
  color: #ccc;
}

/* Firefox版本4-18 */



::-moz-placeholder {
  font-size: 0.85rem;
  color: #ccc;
}

/* Firefox版本19+ */



:-ms-input-placeholder {
  font-size: 0.85rem;
  color: #ccc;
}

/* IE浏览器 */

.text-secondary1 {
  color: #9B9B9B
}

/*Tless*/
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#tab a {
  text-decoration: none;
}

.row a {
  text-decoration: none !important;
  font-size: 16px !important;
}

.bg-dark a:hover {
  color: #9B9B9B;
}




.sz-20 {
  font-size: 20px;
}

.sz-20-weight {
  font-size: 20px;
  font-weight: bold;
}

.sz-20-color {
  font-size: 20px;
  color: #1890FF;
}

.carousel-item {
  cursor: pointer;
}

/***核心业务***/
.corework {
  width: 20%;
}

.corework .card-body {
  padding: 20px 10px;
}

/******国际交流********/
.international-communication {
  height: 420px;
  margin: 80px 0 20px 0;
  background: #F5F5F5;
  background: url("img/map.png") bottom center no-repeat;
}

.international-communication ul {
  display: flex;
}

.international-communication ul li {
  position: relative;
  width: 32%;
  padding: 70px 20px 50px 20px;
  margin-right: 2%;
  border-radius: 30px;
  background-color: rgba(238, 242, 249, 0.7);
}

.international-communication ul li:last-child {
  margin-right: 0px;
}

.international-communication ul li .icon {
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0px rgba(0, 123, 255, 0.2);
  border: 1px solid rgba(0, 123, 255, 0.15)
}

.international-communication ul li .tt {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}

.international-communication ul li .txt {
  line-height: 30px;
  font-size: 14px;
}

#ArticleList .news-list {
  display: flex;
  padding: 20px 0px;
}

#ArticleList .news-list .focus {
  position: relative;
  width: 530px;
  height: 320px;
  overflow: hidden;
  cursor: pointer;
}

    #ArticleList .news-list .focus .infos {
        position: absolute;
        bottom: 0;
        width: 100%;
        /*height: 70px;*/
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 0.3s;
    }

#ArticleList .news-list .focus .infos .tt {
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

#ArticleList .news-list .focus .infos .desc {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

#ArticleList .news-list .focus .infos .date {
  display: none;
}

#ArticleList .news-list .focus .pic {
  width: 100%;
  height: 100%;
}

#ArticleList .news-list .focus .pic img {
  width: 100%;
  height: 100%;
}

#ArticleList .news-list .list {
  width: 520px;
  margin-left: 35px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

#ArticleList .news-list .list .item {
  display: flex;
  padding: 13px 5px;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  transition: all 0.3s;
}

#ArticleList .news-list .list .item .date-time {
  width: 50px;
  height: 80px;
  margin-right: 20px;
  text-align: center;
  border-radius: 5px;
  background-color: #1890ff;
  box-shadow: 5px 5px 10px 0px rgba(71, 90, 103, 0.15);
  transition: all 0.3s;
}

#ArticleList .news-list .list .item .date-time .ym {
  display: block;
  padding: 5px 0px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s;
}

#ArticleList .news-list .list .item .date-time .d {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
}

#ArticleList .news-list .list .item .infos {
  flex: 1;
}


#ArticleList .news-list .list .item .infos .tt {
  width:440px;
  height:24px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  transition: all 0.3s;
}

#ArticleList .news-list .list .item .infos .desc {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #6c757d;
  overflow: hidden;
  transition: all 0.3s;
}

/*****移上去*****/
#ArticleList .news-list .list .item:hover {
  padding: 13px 10px;
  background-color: #1890FF;
}

#ArticleList .news-list .list .item:hover .date-time {
  background-color: rgba(255, 255, 255, 0.8);
}

#ArticleList .news-list .list .item:hover .date-time .ym {
  color: #333;
}

#ArticleList .news-list .list .item:hover .date-time .d {
  color: #1890FF;
}

#ArticleList .news-list .list .item:hover .infos {
  flex: 1;
}


#ArticleList .news-list .list .item:hover .infos .tt {
    width:420px;
  color: #fff;
}

#ArticleList .news-list .list .item:hover .infos .desc {
  color: #fff;
}

.news-more {
  display: block;
  padding: 0px 10px 50px 10px;
  text-align: right;
  font-size: 0px;
}

.news-more .more-btn {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  color: #333;
  vertical-align: top;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-right: none;
  transition: all 0.3s;
}

.news-more .arrow {
  display: inline-block;
  padding: 4px 10px;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #1890FF;
}

.news-more:hover .more-btn {
  padding-right:0;
  color: #fff;
  background-color: #1890FF;
  border: 1px solid #1890FF;

}