/* 单信息中间内容 */
.single {
    width: 100%;
    background: #fff;
    min-height: 600px;
}

.single-w {
    display: flex;
    justify-content: space-between;
    width: 1500px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}


/* 左侧信息 */

.main-left {
    width: 250px;
}

.main-left-father {
    text-align: center;
    height: 90px;
    line-height: 90px;
    background: #0088FF;
    border-radius: 5px 5px 0px 0px;
}

.main-left-father span {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.main-left-son {
    width: 100%;
}

.main-left-son li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
}

.main-left-son li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    border-left: 5px solid #0088FF;
}

.main-left-son li a p {
    text-align: center;
    font-size: 18px;
    color: #333;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main-left-son li a .san {
    display: none;
    position: absolute;
    z-index: 99;
    right: 25px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #FFAA00;
}

.main-left-son li a:hover {
    background: #fff;
    border-left: 5px solid #FFAA00;
}

.main-left-son li a:hover p {
    font-weight: bold;
    color: #FFAA00;
}

.main-left-son li a:hover .san {
    display: block;
}


.single-left {
    width: 330px;
    margin-right: 2%;
}

.single-left-father {
    width: 100%;
    padding: 20px 5%;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #0088FF;
    border-left: 5px solid #FFAA00;
}

.single-left-son {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.single-left-son li {
    width: 100%;
}

.single-left-son li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 8%;
    font-size: 16px;
    border-bottom: 2px solid #dedede;
}

.single-left-son li:last-child a {
    border-bottom: none;
}

.single-left-son li a p {
    font-size: 18px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.single-left-son li a:hover {
    background: #FFAA00;
}

.single-left-son li a:hover p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.single-left-son li .active {
    background: #FFAA00;
}

.single-left-son li .active p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.single-left-son2 {
    width: 100%;
}

.single-left-son2 li {
    width: 100%;
    padding-left: 20%;
    padding-right: 9%;
}

.single-left-son2 li:last-child {
    border-bottom: 2px solid #dedede;
}
.single-left-son2 li:last-child q{
    border-bottom: 2px solid #dedede;
}

.single-left-son2 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 5%;
    border-bottom: 2px solid #dedede;
}

.single-left-son2 li a p {
    text-align: center;
    color: #666;
}

.single-left-son2 li:last-child a {
    border-bottom: none;
}

.single-left-son2 li a:hover {
    background: none;
}

.single-left-son2 li a:hover p {
    font-size: 18px;
    font-weight: 400;
    color: #FFAA00;
}

.single-left-son2 li .active2 {
    background: none;
}

.single-left-son2 li .active2 p {
    font-size: 18px;
    font-weight: 400;
    color: #FFAA00;
}

.single-left-son3 li a p {
    text-align: right;
    color: #666;
}
.single-left-son3 li{
    display: block;
    border-bottom: 2px solid #dedede;
}
.single-left-son3 li:last-child{
    border-bottom: none;
}
.single-left-son3 li{
    padding-right: 0px;
}
/* 右侧信息 */
.single-right {
    width: 76%;
}

.single-right-current {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.single-right-current p {
    font-size: 24px;
    font-family: SimHei;
    color: #999999;
    line-height: 23px;
}

.single-right-current .position a {
    font-size: 16px;
    font-family: SimHei;
    color: #999999;
}

.single-right-current .position a:hover {
    color: #FFAA00;
}

.single-right-content {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
}

.single-right-content h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFAA00;
    text-align: center;
    line-height: 38px;
    margin-bottom: 30px;
}
.word p{
    font-size: 16px;
}