ggxq.css 2.8 KB
* {
  padding: 0;
  margin: 0;
}
.mainbody {
  width: 1200px;
  margin: 0 auto;
  color: #4a4a4a;
}
/* --------------------导航tab------------------------- */
.navigation_crumbs {
  width: 100%;
  height: 45px;
  padding: 10px 0;
  line-height: 25px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.navigation_crumbs .layui-breadcrumb a:hover {
  color: #f46143 !important;
}

.contentBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.one_content {
  border: 1px solid #dedede;
  margin-top: 30px;
}
.one_content .layui-tab {
  margin: 0;
}
.one_content .layui-tab-title li {
  width: 100px;
  font-weight: 600;
  color: #6d7278;
}
.one_content .layui-tab-title .layui-this {
  color: #4a4a4a;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-color: #006cff;
}
.layui-tab .layui-tab-brief .layui-this {
  color: #006cff;
}
.layui-tab .layui-tab-brief li {
  width: 90px;
}
.online_business {
  margin-top: 20px;
}
.online_business h2 {
  width: 100%;
  height: 43px;
  line-height: 43px;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #dedede;
  padding-left: 15px;
  box-sizing: border-box;
}
.online_list {
  padding-bottom: 20px;
  overflow: hidden;
}
.online_list li {
  width: 45% !important;
  float: left;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dotted #dedede;
}
.online_list li:nth-child(even) {
  margin-left: 10%;
}
.online_list li a {
  display: block;
  width: 100%;
}
.online_list li a:hover span {
  color: #f46143;
}
.online_list li a button {
  float: right;
  margin-top: 15px;
}
/* ---------------------------------------------------- */
.top-logo ul li {
  display: inline-block;
  padding: 0 8px;
}

.top-logo ul li:first-child {
  border-right: 1px solid grey;
}

div.navigation {
  text-align: center;
}
.navigation .layui-nav-item {
  width: 147px;
  position: relative;
}
.layui-bg-blue {
  background-color: #006cff !important;
}
.title {
  width: 900px;
  height: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 36px;
}
.release {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #6d7278;
  line-height: 12px;
  margin-bottom: 40px;
}
.release div {
  display: inline-block;
}
.mainbody .DividingLine {
  width: 1200px;
  height: 1px;
  margin:0 auto;
  background-color:#DEDEDE;
  margin-bottom:40px
}
.body {
  padding-top: 20px;
  border-top: 1px solid #dedede;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 24px;
  padding-bottom: 30px;
}
.notice_content {
  margin-bottom: 100px;
  min-height: 350px;
}
.releaseTime {
  display: inline-block;
}