﻿ .special-item-h2 { 
    padding: 0px 10px 0px 10px;  font-size:20px; font-weight:bold; 
    background-color:#fff;
    border-bottom:solid 2px #dceef8;
}
  .special-item-h2 span{  
    border-left:solid 5px #848AFF; padding-left:5px;
}

.btnmore {
    color: #fff;
	display: block;
	width: 70%;
	background: #848AFF;
	border-radius: 3px;	
	text-align: center; 
	line-height: 40px; margin:10px auto; 
	margin-top: 15px;
	font-size: 14px;
}
 .specialcontent  
{
     padding: 0px 0px 10px 0px; 
}
.kaiei{
	padding: 20px 10px 10px 10px;
	border-bottom: 1px dashed #D0D0D0;
}
.specialcontent .kaiei:last-child 
{
      border:0;
}
.fixed-bottom {
    display: flex;
    z-index: 9999999;
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: white;
    box-shadow: 0px -2px 5px 0px rgba(152, 152, 152, 0.2);
}

.fixed-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
    color: white;
    font-size: 16px;
    color: #282828;
    padding: 15px 0px;
}

.fixed-bottom a img {
    height: 16px;
    margin-right: 0.29333rem;
}

.fixed-bottom a.on {
    color: #e74744;
}

.fixed-bottom a.btn-download {
    background: #d8b879;
    color: white;
}

.augg {
    width: 100%;
    height: 43px;
    border: 0px solid #e5e5e5;
    padding: 5px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #dceef8;
}
        
.augg .aumore {
    padding: 4px 10px 10px 0px;
    width: 100%;
    position: relative;
}

.augg .svg {
    position: absolute;
    left: 0px;
    top: 0px;
}

.augg .aumore li2 {
    float: left;
    font-size: 14px;
    height: 33px;
    overflow: hidden;
    list-style: none;
    line-height: 33px;
    padding: 0 12px;
}   

.augg .aumore li2 a {
    font-size: 14px;
    float: left;
    color: #666;
}

.augg .aumore li2 span {
    float: left;
    padding: 0 5px;
    color: #999;
}

#marquee {
    width: 350px;
    height: 30px;
    OVERFLOW: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 0px;
}

.augg .gmore {
    float: right;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
}

.augg .gmore a {
    color: #999;
    font-size: 12px;
    font-family: "宋体";
}

.index-nav {
    padding: 0px 0px 20px 0px;
    background-color: #fff;
}

.index-nav-list {
    line-height: 26px;
    text-align: center;
    font-size: 15px;
    padding: 10px 0px 5px 0px;
    max-width: 800px;
}

.index-nav-list a {
    display: table-cell;
    color: #6c6c6c;
    width: 25%;
    margin-top: 0px;
    line-height: 20px;
}

.index-nav-list a img {
    width: 70%;
    border-radius: 100% 100%;
    display: block;
    margin: 5px auto 5px auto;
}


.notice {
    width: 100%;
    height: 43px;
    border: 0px solid #e5e5e5;
    padding: 5px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #dceef8;
}
        
.notice .aumore {
    padding: 4px 10px 10px 0px;
    width: 100%;
    position: relative;
}

.notice .svg {
    position: absolute;
    left: 0px;
    top: 0px;
}
.notice .gmore {
    float: right;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
}

.notice .gmore a {
    color: #999;
    font-size: 12px;
    font-family: "宋体";
}
#marquee2 {
    width: 350px;
    height: 30px;
    OVERFLOW: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 0px;
  height: 35px; 
  overflow: hidden;
  flex: 1;
}
#marquee2 ul {
  overflow: hidden;
  position: relative;
  padding-left:15px;
}
#marquee2 li {
  list-style: none;
  line-height: 35px;
} 
#marquee2 li a {
  color: #8f8f8f;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}