* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
li:hover {
  cursor: pointer;
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.clr::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.content .left_content {
  width: 790px;
}
.content .right_content {
  width: 370px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.ml30 {
  margin-left: 30px;
}
.mb15 {
  margin-bottom: 15px;
}
.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */
.header {
  width: 100%;
  background-color: #2055c4;
  margin: 0 auto;
}
.header .w1200 {
  position: relative;
  width: 1200px;
  height: 150px;
}
.header .w1200 .logo {
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .w1200 .head_searchForm {
  width: 265px;
  height: 35px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header .w1200 .head_searchForm .search_val {
  float: left;
  width: calc(100% - 65px);
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
}
.header .w1200 .head_searchForm .submit {
  float: left;
  width: 65px;
  height: 35px;
  background: url("https://www.josephineteh.com/__xh__/jjc.xzhmu.edu.cn/img/search.png") no-repeat center;
  font-size: 14px;
  color: #ffffff;
  border: none;
}
.header .w1200 .head_searchForm .search_val::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header .w1200 .head_searchForm .search_val::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header .w1200 .head_searchForm .search_val::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* ******************************* */
/* ******************************* */
/* ******************************* */
/* ******************************* */
.footer {
  width: 100%;
  background: url("https://www.josephineteh.com/__xh__/jjc.xzhmu.edu.cn/img/fotter_pic.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.footer .w1200 {
  position: relative;
  height: 140px;
}
.footer .w1200 .about {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
}
.footer .w1200 .about p {
  line-height: 1;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.footer .w1200 .about p:first-child {
  margin-bottom: 15px;
}
.footer .w1200 .code {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .w1200 .code img {
  display: block;
  margin: 0 auto;
  width: 90px;
}
.footer .w1200 .code span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.article {
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}
.article .article_title {
  margin-bottom: 20px;
}
.article .article_title h1 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.article .article_title .about {
  display: flex;
  justify-content: center;
  line-height: 40px;
  border-bottom: 1px solid #dddddd;
  color: #999;
  font-size: 14px;
}
.article .article_title .about .line {
  background-color: #dddddd;
  margin: 0 20px;
}
.article .content {
  min-height: 600px;
  margin-top: 10px;
  width: 100%;
}
.article .content img {
  max-width: 100% !important;
}
.list {
  min-height: 600px;
}
.list li {
  line-height: 59px;
  border-bottom: 1px dashed #ddd;
}
.list li:first-child {
  padding-top: 0;
}
.list li a {
  float: left;
  width: calc(100% - 100px);
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list li span {
  float: right;
  width: 100px;
  color: #999;
  font-size: 16px;
}
.list li:hover a {
  color: #1149b0;
  font-weight: bold;
}
.list li:hover span {
  color: #1149b0;
}