gsgg.css 6.39 KB
/* --------------------导航tab------------------------- */
.navigation_crumbs {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  line-height: 25px;
  background: #FAFAFA;
  border: 1px solid #E6E6E6;
}
.contentBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.layui-tab-brief>.layui-tab-title .layui-this{
  color: #4A4A4A !important;
  font-size: 18px;
  font-weight: 500;
}
.layui-tab-brief>.layui-tab-title .layui-this:after{
  border-bottom: 2px solid  #006CFF !important
}
.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;
}
/* ---------------------------------------------------- */
.mainbody {
  width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 200px);
}
.listArea{
  overflow: hidden;
}
.top {
  text-align: center;
  height: 106px;
  font-size: 14px;
  font-weight: bold;
  color: #4A4A4A;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  position: relative;
}

.top > div {
  display: inline-block;
}
.top span{
  display:inline-block;
  width: 60px;
  height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #4A4A4A;
  line-height: 14px;
  }
.top input {
  width: 360px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #CBCBCB;
  margin-left: 10px;
  padding-left: 10px;
}
.top-title {
  margin-right: 6%;
}
.top-serach {
  position: absolute;
  right: 0;
}
.top button {
  width: 120px;
  height: 40px;
  background: #0091FF;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: 100;
}
.announcement_list {
  float: left;
  width:81%;
}
.gglist{
  border-right:1px solid #EAEAEA;
  padding-bottom: 60px;
  margin-top: 27px;
  min-height: 600px;
}
.gglist li{
  height: 104px;
  line-height: 104px;
}
.gglist .icon {
  width: 38px;
  height: 104px;
  float: left;
}
.gglist li{
  border-bottom:1px solid #EAEAEA;
}
.listArea_right{
  width: 201px;
  float: right;
  text-align: right;
}
.diver{
  width: 23%;
  width: 195px;
  height: 1px;
  background: #DEDEDE;
  margin:0 auto;
  margin-bottom:40px;
  margin-top: 40px;
  margin-right: 77px;
}
.zc-top{
  width: 72px;
  height: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #4A4A4A;
  line-height: 18px;
  font-weight: 600;
}
 /* .top-date input:before {
  content: attr(placeholder)
}   */

.filter {
  display: flex;
  justify-content: left;
}

.filter div {
  display: inline-block;
  padding: 20px;
  background: #FFFFFF;
  width: 102px;
  font-size: 16px;
  font-weight: 500;
  color: #6D7278;
  line-height: 20px;
}

.filter div:first-child {
  width: 102px;
  height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 20px;
}

.body {
  display: flex;
  justify-items: left;
}

.body div {
  display: inline-block;
}

.left {
  border-right-style: inset;
  border-right: 1px solid #DEDEDE;
}

.right {
  width: 400px;
}

.left, .right {
  float: left;
}

.gg-tag {
  background-color: #FA6800;
  width: 40px;
  height: 15px;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 15px;
  padding-left: 8px;
}

.notice-item {
  text-overflow: clip;
  overflow: hidden;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 104px;
  padding-right: 20px;
}
.item_list {
  margin-left: 51px;
  width: 92%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.right {
  width: 200px;
  margin-left: 15px;
}

.right-top {
  width: 72px;
  height: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 19px;
  margin-top:30px;
  font-weight: 600;
  color: #4a4a4a;
}
.right-body {
  display: inline-block;
  margin-bottom: 20px;
}

.tj img {
  width: 200px;
  height: 125px;
}

.tj img, .tj span {
  width: 100%;
  display: block;
  text-align: left;
}

.tj-title {
  width: 203px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 21px;
  display: inline-block;
  margin-top: 9px
}

.tj-date {
  width: 90px;
  height: 12px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9B9B9B;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 20px;
}

.right-bottom {
  border-top-style: inset;
  border-top: 1px solid #DEDEDE;
}

.right-bottom-top {
  width: 108px;
  height: 18px;
  font-size: 18px;
  margin-top: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 18px;
}

.zcfg {
  margin-top: 20px;
  display: inline-block;
}

.zcfg div {
  float: left;
}

.zcfg-top {
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 21px;
  text-align: left;
}

.zcfg-body {
  width: 200px;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  color: #6D7278;
  line-height: 23px;
  text-align: left;
}

.zcfg-bottom {
  width: 100%;
  height: 12px;
  font-size: 12px;
  color: #9B9B9B;
  line-height: 21px;
  text-align: left;
}
.rightcontainer {
  margin-bottom: 20px;
}
#page {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 100px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0091FF!important;
}
.top-date span{
  display: inline-block;
  float: left;
  margin-top: 12px;
}
.top-date input {
  float: left;
}
input {
  color: #4a4a4a!important;
  font-weight: 100!important;
}
.layui-laydate .layui-this {
  background-color: #0091FF!important;
}