﻿/*
	作者：李训玲
	时间：2020-05-13
*/
@charset "utf-8";
.header {
    background-color: #fff;
}
.header-container{
    width: 1180px;
    margin: 0 auto;
    height: 134px;
    position: relative;
}
.header-top{
    padding: 15px 0;
}
.header-top .header-fl span{
    width: 149px;
    height: 32px;
    background: #F7F7F7 url(../images/index/download.png)  120px center no-repeat;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    margin-left: 30px;
    cursor: pointer;
}
.header-top .header-fl span img{
    margin: 0 7px 0 15px;
    vertical-align: middle;
}
.header-top .header-fr a{
    display: inline-block;
    width: 66px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color:#333;
    vertical-align: middle;
    margin-top: 12px;
}
.header-top .header-fr .zc-a{
    background: #399777;
    color: #fff;
}
.changeAreaDepartment{
    display: inline-block;
}
.changeAreaDepartment{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  position: relative;
  margin-left: 40px;
}
.changeAreaDepartment::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  left: -20px;
  background: #ccc;
}
.changeAreaDepartment .header-dropdown {
    width: 1180px;
    background: white;
    padding: 30px 0;
    box-sizing:border-box;
    position: absolute;
    top: 80px;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    display: none;
}
.header-dropdown .result{
    float: right;
}
.header-dropdown .result a{
    display: inline-block;
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color:#1e7155;
    background: #edf2ef;
    margin:0 5px;
}
.header-dropdown .result a.sure{
    color:#fff;
    background: #1e7155
}
.header-dropdown .set-margin {
    margin: 0 35px;
}

.changeAreaDepartment .header-dropdown h1 {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}

.header-dropdown ul.location-nav {
    height: 25px;
    line-height: 25px;
}

.header-dropdown ul.location-nav li {
    float: left;
    margin-right: 8px;
}

.header-dropdown ul.location-nav li > a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color:#333;
    position: relative;
}

.header-dropdown ul.location-nav li > a:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url("../img/city_icon_right.png") no-repeat center;
    position: absolute;
    top: 0;
    right: -28px;
}

.header-dropdown ul.location-selector {
    border-bottom: 1px solid #dfe1e2;
    margin: 10px 0 0;
}

.header-dropdown ul.location-selector li {
    float: left;
    width: 102px;
    text-align: left;
    margin: 0 10px 10px 0;
}

.header-dropdown ul.location-selector li a,
.header-dropdown ul.depart-selected li a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #666666;
    padding-left: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.header-dropdown ul.location-selector li a:hover,
.header-dropdown ul.depart-selected li a:hover {
    color:#000;
}

.header-dropdown .location-station {
    height: 25px;
    line-height: 25px;
}

.header-dropdown .location-station > a:hover {
    opacity: .9;
}

.header-dropdown .location-station > a {
    display: block;
    color: #333;
    font-size: 14px;
    position: relative;
    margin-right: 8px;
}

.header-dropdown .location-station > a:after {
    content: "";
    background: url("../img/city_icon_right_white.png") no-repeat center;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    right: 8px;
}

.header-dropdown .depart-selected {
    margin-bottom: 15px;
}

.header-dropdown .depart-selected li {
    float: left;
    width: 19%;
    text-align: left;
    margin: 0 10px 10px 0;
}
.nav a{
    font-size: 16px;
    color: #222;
    margin-right: 70px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
}
.nav a.on{
    border-bottom: 3px solid #399777
}
.banner img{
    width: 100%;
}
.main-container{
    width: 1180px;
    margin:0 auto;
    padding: 30px 0;
}
.main-container .link{
    height: 126px;
    width: 100%;
    background: url(../images/index/nav-bg.png);
    padding: 0px 120px;
    box-sizing:border-box;
    margin-bottom: 20px;
}
.main-container .link-content{
    display: inline-block;
    vertical-align: middle;
}
.main-container .link-content h2{
    font-size: 24px;
    font-weight: bold;
    color:#085056;
    margin-bottom: 10px;
}
.main-container .link-content p{
    font-size: 14px;
    color:#999;
}
.main-container .link-img{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color:#297d60;
    margin-left: 20px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}
.event-list .query-criteria {
    border-bottom: 2px solid #4e8580;
    background: #fff;
    box-sizing:border-box;
}

.event-list .query-criteria > li + li {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}

.event-list .query-criteria > li {
    padding: 0px 0px 10px;
    display: table;
    width: 100%;
}

.event-list .query-criteria > li .query-name {
    width: 115px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #7b7a7a;
}

.event-list .query-criteria > li .query-body {
    font-size: 16px;
}

.event-list .query-criteria > li .query-body a {
    color: #333;
    font-size: 16px;
}

.event-list .query-criteria > li .query-body .form-control {
    font-size: 16px;
    width: 300px;
    height: 42px;
}

.event-list .query-criteria > li .query-body .list-btn > li > .btn {
    padding: 10px 30px;
    position: relative;
    margin: 5px 0;
    display: block;
    border:1px solid #d2d2d2;
    cursor: pointer;
}

.event-list .query-criteria > li .query-body .list-btn > li.active > .btn {
    color: #399777;
    border-color: #399777;
}
.event-list .query-criteria > li .query-body a:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333
}
.event-list .query-criteria > li .query-body .list-btn > li.active > .btn:after {
    content: " ";
    position: absolute;
    background: url(../img/stage-active1.png) no-repeat;
    top: 0;
    right: 0;
    height: 26px;
    width: 29px;
}
.event-list .query-criteria > li .query-body .list-btn > li.active > .btn::after{
    background: url(../images/index/sj-bg.png);
    width: 10px;
    height: 10px;
    content:'';
    position: absolute;
    right: 2px;
    top:2px;
}

.event-list .list-stage {
    margin-left: 0;
}
.event-list .stage-icon{
    margin-top: 5px;
}
.event-list .list-stage > li {
    position: relative;
    height: 100px;
    width: 180px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.event-list .list-stage > li::before {
    content: " ";
    position: absolute;
    background: url(../img/stagebg.png) center no-repeat;
    width: 28px;
    height: 41px;
    left: 0;
    bottom: 0;
}

.event-list .list-stage > li .stage-title {
    font-size: 16px;
    transition-duration: 0.3s;
    transition-property: margin;
    margin: 15px 0
}

.event-list .list-stage > li + li {
    margin-left: 15px;
}

.event-list .list-stage .stage-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    margin-left: 0;
    font-size: 14px;
    display: none;
}

.event-list .list-stage .stage-bottom > li {
    height: 40px;
    line-height: 40px;
    width: 48%;
    box-sizing:border-box;
}

.event-list .list-stage .stage-bottom > li a {
    color: #fff;
}

.event-list .list-stage .stage-bottom > li + li {
    border-left: 1px solid #226660;
}

.event-list .list-stage > li.active,
.event-list .list-stage > li:hover {
    cursor: pointer;
    background-color: #226660;
    border-color: #fff;
}

.event-list .list-stage > li.active .stage-icon,
.event-list .list-stage > li:hover .stage-icon {
    display: none;
}

.event-list .list-stage > li.active .stage-bottom,
.event-list .list-stage > li:hover .stage-bottom {
    display: block;
}

.event-list .list-stage > li.active .stage-title,
.event-list .list-stage > li:hover .stage-title {
    color: #fff;
}

.event-list .list-stage > li.active:after {
    content: " ";
    position: absolute;
    background: url(../images/index/sj.png) no-repeat;
    top: 2px;
    right: 2px;
    height: 8px;
    width: 8px;
}
.event-list{
    padding: 35px 55px;
    background: #fff;
}
.event-list .items-heading{
    line-height: 70px;
}
.event-list .items-heading h4 strong{
    font-size: 18px;
    color:#333;
}
.event-list  .layui-table{
    background: #f6f9fc;
    margin:0;
}
.event-list .layui-table thead tr{
    background: #edf0f4
}
.event-list .layui-collapse{
    border:none;
}
.event-list .layui-colla-title{
    background: #f6f9fc;
    padding:0 15px 0 20px;
}
.event-list .layui-colla-icon{
    left:0;
}
.event-list .layui-colla-content{
    border:none;
    padding: 0
}
.event-list .layui-table tbody tr:hover{
    background: #f6f9fc
}
.event-list .layui-colla-content{
    margin-left: 30px;
}
.event-list .layui-colla-content .layui-table{
    margin:0;
}
.event-list .layui-table tbody tr td{
    color: #333
}
.event-list .layui-table tbody tr td .no{
    color:#399777;
}
.event-list .layui-form-checked[lay-skin=primary] i{
    border-color: #399777!important;
    background-color: #399777;
}
.event-list .operation-btn{
    text-align: right;
    margin-top: 25px;
}
.event-list .operation-btn > li{
    display: inline-block;
}
.event-list .operation-btn > li + li {
    padding-left: 20px;
}

.event-list .operation-btn > li .btn {
    font-size: 16px;
    padding: 10px 35px;
    cursor: pointer;
    display: block;
    text-align: center;
}

.event-list .operation-btn > li .list-selected {
    display: none;
    height: 330px;
    width: 475px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    text-align: left;
    position: absolute;
    background-color: #fff;
    top: -330px;
    left: -140px;
    overflow: auto;
}

.event-list .operation-btn > li .list-selected .panel-heading {
    border-bottom: 1px solid #ddd;
}

.event-list .operation-btn > li .list-selected .panel-heading .panel-title {
    color: #399777;
}

.event-list .operation-btn > li:hover .list-selected {
    display: block;
}

.event-list .btn-line-default {
    border: 1px solid #399777;
    color: #399777;
}

.event-list .label-red {
    background-color: #f14141;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    height: 18px;
    width: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
}

.event-list .head-title {
    border-bottom: 2px solid #5d77e0;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.event-list .btn-primary {
    background-color: #226660;
    border-color: #226660;
    color:#fff;
}
.main-container .tab-content li{
    line-height: 45px;
    height: 45px;
}
.main-container .tab-content h2{
    display: inline-block;
    width: 80%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    line-height: 45px;
}
.main-container .tab-content h2 a{
    color: #333;
}
.main-container .tab-content span{
    display: inline-block;
    width: 18%;
    text-align: right;
    color: #333
}
.main-container .layui-tab-title .layui-this:after{
    width: 30px;
    left:50%;
    margin-left: -15px;
    top:20px;
}
.main-container .layui-tab-brief>.layui-tab-more li.layui-this:after, 
.main-container .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 4px solid #399777
}
.main-container .layui-tab-brief>.layui-tab-title .layui-this{
    color:#399777;
}
.main-container .tab-container{
    background: #fff;
    padding-bottom: 20px;
}
.main-container .layui-tab-content{
    background: #fff;
    padding: 35px 55px 15px;
}
.main-container .layui-tab{
    margin:0;
}
.main-container .layui-tab-title{
    height: 60px;
    line-height: 60px;
    border:none;
    text-align: center;
    background: #f7f7f7
}
.main-container .layui-tab-title li{
    font-size: 18px;
    font-weight: bold;
    color:#333;
    line-height: 60px;
}
.main-container .tab-container .more{
    color: #333;
    text-align: center;
}
.footer{
    background: #161616;
    padding: 25px 0;

}
.footer-container{
    width: 1180px;
    margin:0 auto;
}
.footer-center{
    width: 80%;
    display: inline-block;
    margin:0 30px;
}
.footer-center p{
    color:#999;
    line-height: 28px;
}
.footer-container img{
    margin-top: 7px;
}
/* 已选清单弹出框 */
.popup-li{
  position: relative;
}
.popup{
  width: 400px;
  height: 300px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  position: absolute;
  left: -120px;
  bottom: 44px;
  text-align: left;
  display: none;
}
.popup-title{
  height: 40px;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  font-size: 16px;
  color: #297d60;
  padding: 0 20px;
  box-sizing: border-box;
}
.popup-content{
  height: 260px;
  overflow: hidden;
  overflow-y: scroll;
  line-height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  /*隐藏滚轮*/
  display: none;
  }
