.search {
  width: 100%;
  height: 120px;
  background: #3088de;
}
.searchinput {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.searchinput .el-input-group {
  width: 580px;
  height: 56px;
}
.searchinput .el-input-group .el-input__inner {
  height: 56px;
}
.searchinput .el-input-group__append,
.el-input-group__prepend {
  background: #fbb83e;
  color: #fff;
  font-size: 16px;
  border: none;
}
.search-hot {
  width: 580px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  margin-top: 5px;
}
.search-hot em {
  font-size: 16px;
  font-weight: 600;
  float: left;
}
.search-hot p {
  width: 500px;
  float: left;
}
.search-hot p span {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
.search-hot p a {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.search-hot p a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.toposi{
  position: absolute;
  height: 60px;
  background: #f4f6f8;
  width: 100%;
}
.tabs {
  width: 100%;
  /* height: 60px; */
  position: relative;
}
.tabs-out{
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
}
.tabs-inner {
  width: 1200px;
  margin: 0 auto;
}
.tabs-inner1{
    /* width: 1200px; */
    margin: 0 auto;
}
.tabs-inner .el-tabs--border-card{
    box-shadow: none;
    border: none;
}
.tabs-inner .el-tabs--border-card>.el-tabs__header{
    border: none;
    height: 60px;
    line-height: 60px;
}
.tabs-inner .el-tabs--border-card>.el-tabs__header .el-tabs__item{
    border: none;
}
.tabs-inner .el-tabs--border-card>.el-tabs__content{
    padding: 15px 0;
}
.tabs-inner .el-tabs__item{
    width: 200px;
    text-align: center;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    font-weight:600 ;
}
.select{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.select span{
    font-size: 16px;
}
.select-left{
    width: 800px;
    float: left;
    height: 40px;
}
.select-left .el-select{
    margin-right: 30px;
}
.select-right{
    float: right;
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.select-bot{
    font-size:14px;
    line-height: 28px;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.select-bot span{
    font-size:16px;
    font-weight: 600;
}
.tabs-inner .main{
    width: 100%;
    padding: 10px 0;
}
.zhankai{
    width: 100%;
    color: #8B7F7F;
    font-size: 20px;
}
.zhankai div{
    height: 30px;
    line-height: 30px;
}
.zhankai div em{
    height: 30px;
    line-height: 30px;
}
.main .el-collapse-item__header{
  font-size: 18px;
  color: #8B7F7F
}
.line{
    display: inline-block;
    width: 5px;
    height: 28px;
    background: #006EAB;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    
}
.jiao{
    float: right;
    cursor: pointer;
}
.wenti{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
}
.table{
    width: 100%;
    padding: 10px 0;
}
.table-item{
    padding: 10px ;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.table-item h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color: #409EFF;
}
.table-item p{
    font-size: 16px;
    line-height: 1.5;
}

.hiddentext{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showtext{
	overflow: visible;
	white-space: normal;
	height:auto;
}

.collapse {
width: 1100px;
margin: 0 auto;
}
.collapse .spot{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  float: left;
  background: #006EAB;
  display: inline-block;
  margin:20px 10px 0 0 ;
}
.collapse .item{
  width: 1050px;
  margin: 0 auto;
  height: 30px;
  font-size: 17px;
  line-height: 30px;
  padding: 10px 10px;
  border-bottom: 1px dashed #ccc;
}
.noborder{
	border-bottom: none;
}
.collapse .item:hover {
    background: #e3effb;
}

.collapse .item .item-left{
  float: left;
  width: 650px;
  /* 文本过多时省略号展示 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collapse .item ul{
  display: flex;
  justify-content: space-between;
}
.collapse  .el-collapse-item__content{
  padding-bottom: 15px;
}

