@charset "utf-8";

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.headbar {
  background: #FBFAFA;
  min-width: 1200px;
}

.headbar .headbar-left {
  float: left;
}

.headbar .headbar-left p a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  line-height: 60px;
  letter-spacing: 1px;
}

.headbar .headbar-left p a span {
  font-size: 16px;
  font-weight: 400;
  color: #898989;
}

.headbar .headbar-left p a:hover {
  color: #898989 !important;
  cursor: default;
}

.headbar .headbar-right {
  float: right;
}

.headbar .headbar-right .headbar-sign a {
  font-size: 16px;
  color: #898989;
  line-height: 60px;
  display: inline-block;
  margin-left: 15px;
}

.headbar .headbar-right .headbar-sign a:hover {
  color: #898989 !important;
  cursor: default;
}

.headbar .headbar-right .headbar-sign span {
  margin: 0 10px;
  color: #898989;
  line-height: 60px;
}

.headlogo {
  width: 100%;
  height: 207px;
  background: url(https://cmsstatic.ttcdw.cn/static/erdsjjxy/images/backdrop1.png) no-repeat;
  background-position: top center;
  position: relative;
  z-index: 9;
  min-width: 1200px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background-size: 100%;
  background-size: 1920px 100%;
}

.loginposition {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
}

.loginposition .lgogin a,
.loginposition .out a,
.loginposition .learning a {
  width: 139px;
  height: 37px;
  background: #FFFFFF;
  border: 2px solid #375DCE;
  border-radius: 10px;
  display: block;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #375DCE;
  margin-bottom: 10px;
}

.loginposition .lgogin a:hover,
.loginposition .out a:hover,
.loginposition .learning a:hover {
  background: #375DCE;
  color: white !important;
}

.loginposition .lgogin a:hover .out span,
.loginposition .out a:hover .out span,
.loginposition .learning a:hover .out span {
  color: #fff !important;
}

.loginposition .out a .img {
  font-size: 18px;
}

.loginposition .out a span {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #375DCE;
}

.loginposition .out a span:nth-child(2) {
  width: 55px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.loginposition .out a:hover {
  background: #375DCE;
}

.loginposition .out a:hover span {
  color: #fff !important;
}

.headnav {
  width: 100%;
  height: 66px;
  background-color: #375dce;
  min-width: 1200px;
}

.headnav ul {
  display: table;
  width: 100%;
}

.headnav ul li {
  display: table-cell;
  text-align: center;
}

.headnav ul li a {
  display: inline-block;
  width: calc(171.42857143px);
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 66px;
  letter-spacing: 1px;
  font-family: "SimSun", "宋体", serif;
}

.headnav ul li a:hover {
  color: #ffffff !important;
  background-color: #2645A1;
}

.headnav ul .active {
  background-color: #2645A1;
}

.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

body {
  background-color: #ffffff;
  min-width: 1200px;
}

body a:hover {
  color: #375dce !important;
}

.content {
  margin-top: 20px;
  margin-bottom: 30px;
}

.container {
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer {
  background: #375DCE;
  min-width: 1200px;
}

.footer .layout {
  padding: 39px 0 44px 0;
}

.footer p {
  text-align: center;
}

.footer p:nth-child(1) {
  margin-bottom: 20px;
}

.footer p:nth-child(1) a {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer p:nth-child(1) a:hover {
  color: #fff;
}

.footer p:nth-child(2) span {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer p:nth-child(2) a {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer p:nth-child(2) a:hover {
  color: #FFFFFF !important;
}

.footer .layout p:nth-child(1) a:hover {
  color: #fff !important;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title img {
  vertical-align: text-bottom;
}

.title .zi span {
  font-size: 26px;
  font-weight: 800;
  color: #375DCE;
  margin-right: 7px;
  font-family: Source Han Serif SC;
}

.title .baoming {
  display: inline-block;
  width: 72px;
  height: 21px;
  background: #375DCE;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  line-height: 21px;
  margin-right: 26px;
}

.title .baoming:hover {
  color: #fff !important;
}

.title .more span {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}

.title .more i {
  font-size: 13px;
  color: #999999;
}