.tab_box {
  width: 100%;
  background: #1890ff;
}

.toptab {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.container {
  width: 1200px;
  padding: 0;
  min-height: 500px;
  position: relative;
}

.toptab > div {
  width: 164px;
  width: 14.28%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1890ff;
  background: #1890ff;
  color: #fff;
  font-size: 18px;
  float: left;
  cursor: pointer;
}

.toptab > div.active {
  background: #052a7a;
  background: #fff;
  color: #1890ff;
}

.bread_nav {
  height: 54px;
  line-height: 54px;
  text-align: left;
  font-size: 14px;
  color: #333;
  border-bottom: 4px solid #1890ff;
  box-shadow: 0px 6px 7px -3px rgb(0 0 0 / 30%);
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 20px 15px;
}

.search {
  display: flex;
  align-items: center;
}

.search input {
  width: 800px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #cdcdcd;
  font-size: 17px;
}

.search_btn {
  width: 48px;
  height: 36px;
  background: #1890ff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_btn img {
  width: 21px;
  height: 21px;
  margin: 8px auto;
}

.advanced_search {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #1890ff;
  margin-left: 15px;
  cursor: pointer;
}

.hot_search {
  overflow: hidden;
  margin-bottom: 20px;
}

.hot_search > div {
  float: left;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ff8439;
  margin: 12px 10px 0 0;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

.hot_search > div.active {
  height: 28px;
  line-height: 28px;
  background: #ff7826;
  border-radius: 8px;
  opacity: 0.6;
  color: #fff;
}

.content_Title {
  overflow: hidden;
  height: 60px;
  border: #aaa solid 1px;
  width: 100%;
}

.content_Title_Left {
  float: left;
  font-size: 22px;
  margin-left: 20px;
}

.content_Title_Left > p {
  margin-top: 14px;
  font-weight: 400;
}

.content_Title_Btn {
  float: right;
  margin-right: 20px;
}

.content_Title_Btn > button {
  height: 38px;
  width: 118px;
  margin-top: 10px;
  margin-left: 10px;
  border: #d9d9d9 solid 1px;
}

.content_Title_Btn > button:nth-child(1) {
  background: #bfe1f9;
  border-radius: 8px;
  background-image: url(../img/preview.png);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

.content_Title_Btn > button:nth-child(2) {
  background: #4daaf1;
  border-radius: 8px;
  color: #fff;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  background-position: 22px 10px;
}

.standard_Table {
  margin: 20px 0;
  width: 100%;
  text-align: left;
  min-height: 476px;
  padding-left: 1.5em;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.standard_Table tr th,
.standard_Table tr td {
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  height: 45px;
  padding: 6px 0 6px 25px;
  color: #333;
  font-size: 16px;
  word-break: break-word;
}

.standard_Table th,
.standard_Table td {
  border-bottom: dashed #d6d6d6 1px;
}
.standard_Table tr th {
  font-weight: 700;
  font-size: 16px;
}
.standard_Table td {
  line-height: 24px;
}
.actives {
  color: #6790f1;
}

.index_Search {
  width: 810px;
  /*height: 80px;*/
  /*margin: 0 auto;*/
  padding-top: 20px;
}

.index_Search_Top {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.index_Search_Top div {
  float: left;
  margin-right: 6px;
  height: 100%;
  font-size: 16px;
  color: #1890ff;
  line-height: 42px;
  font-weight: 400;
  cursor: pointer;
  font-size: 20px;
  padding: 0 26px;
}

.index_Search_Top .search_Active {
  background: #1890ff;
  color: #fff;
}

.index_Search_Bottom {
  width: 100%;
  height: 50%;
  display: flex;
}

.index_Search_Bottom > div:nth-child(1) {
  width: 64%;
}

.index_Search_Bottom > div:nth-child(1) input {
  width: 100%;
  height: 100%;
  height: 58px;
  border: #ddd solid 1px;
  font-size: 18px;
}

.index_Search_Bottom > div:nth-child(2) {
  width: 60px;
  background: #1890ff;
  height: 58px;
  cursor: pointer;
}

.index_Search_Bottom > div:nth-child(2) > img {
  margin-top: 16px;
  /*width: 30px;*/
  height: 30px;
}

.index_Search_Bottom > div:nth-child(3) {
  width: 18%;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

.index_Search_Bottom > div:nth-child(3) span {
  display: inline-block;
  color: #1890ff;
  line-height: 30px;
  margin-right: 35px;
  font-size: 18px;
  cursor: pointer;
}

.index_Changes {
  margin: 15px auto;
  /*width: 900px;*/
  white-space: nowrap;
  height: 28px;
  display: flex;
  justify-content: space-around;
}

.index_Changes > div {
  padding: 0 18px;
  height: 100%;
  color: #ffaf7e;
  border-radius: 6px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}

.index_Changes > .index_Changes_Active {
  background: #ffaf7e;
  color: #fff;
}

.index_Top_Show {
  width: 100%;
  height: 300px;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}

.index_Top_Left {
  width: 48%;
  height: 100%;
}

.index_Top_Right {
  width: 48%;
  height: 100%;
  /* border: 2px solid #333; */
}

.Top_Right_Title {
  height: 42px;
  width: 100%;
  border-bottom: #1890FF solid 2px;
  overflow: hidden;
}

.call_Project {
  height: 100%;
  width: 116px;
  background: #fff;
  color: #1890ff;
  height: 42px;
  line-height: 42px;
  float: left;
  font-size: 18px;
  border: 2px solid #1890ff;
  cursor: pointer;
  border-left: 0;
}
.call_Project:nth-child(1) {
  border-left: 2px solid #1890ff;
}
.call_Project.active {
  color: #fff;
  background: #1890ff;
}

.Top_Right_Title_More {
  float: right;
  color: #999;
  font-size: 12px;
  line-height: 34px;
  cursor: pointer;
}

.Top_Right_shows {
  width: 100%;
  height: 100%;
}
.call_List {
  max-height: 268px;
  overflow: hidden;
}
.call_List .news {
  float: left;
  width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #6a6a69;
}

.call_List .times {
  float: right;
  margin-right: 12px;
  font-family: microsoft yahei;
  color: #6a6a69;
  font-size: 16px;
}

.call_List li {
  list-style: disc;
  margin: 12px 0 16px 22px;
  overflow: initial;
}

.index_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 50px;
  display: inline-block;
  margin: 28px 1px 0;
}

.index_Bottom_Title {
  width: 100%;
  height: 30px;
  border-bottom: #eaeaea solid 1px;
}

.index_Bottom_Title > div:nth-child(1) p {
  transform: skew(28deg);
  font-size: 18px;
  font-weight: 400;
}

.index_Bottom_Title > div:nth-child(1) {
  height: 100%;
  width: 36%;
  float: left;
  color: #fff;
  background: #1890ff;
  line-height: 30px;
  transform: skew(-28deg);
}

.index_Bottom_Title > div:nth-child(2) {
  height: 100%;
  width: 6px;
  float: left;
  background: #549adb;
  margin-left: 3px;
  transform: skew(-28deg);
}

.index_Bottom_Title > div:nth-child(3) {
  float: right;
  font-size: 12px;
  cursor: pointer;
  line-height: 30px;
  color: #666;
}
.index_Bottom_List {
  padding-top: 4px;
}
.index_Bottom_List li {
  overflow: initial;
  position: relative;
  border-bottom: dashed 1px #c6c6c6;
  text-align: left;
  padding: 8px 0;
}

.index_Bottom_List li a {
  font-size: 16px;
  width: 62%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6a69;
  text-align: left;
  margin-left: 15px;
}

/*.index_Bottom_List .dynamic {
    font-size: 16px;
    width: 60%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #82827f;
    text-align: left;
    margin-left: 26px;
    text-indent: 1em;
}*/

.index_Bottom_List li .bottom_Time {
  display: inline-block;
  font-size: 16px;
  float: right;
  color: #a9a9a9;
  font-family: microsoft yahei;
  width: 30%;
  white-space: nowrap;
}

.index_Bottom_List li div {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid rgb(11, 55, 152);
  position: absolute;
  top: 36%;
  left: 0%;
}
