/* CSS Document */

body { margin:0; background-color:#fafafa}
a.white:link {	color: #fff;	text-decoration: none; font-weight: normal; font-size:18px}
a.white:visited {	color: #fff; 	text-decoration: none; font-weight:normal; font-size:18px}
a.white:hover {	color: #FFFF00 ; 	text-decoration: underline; font-weight:normal; font-size:18px}
.foot{ color:#FFF ; font-size:16px; line-height:29px}
.linkxx{ color:#FFF ; font-size:26px; line-height:29px; font-weight: normal; padding-left:20px}

.btred{ background-image:url(titl.jpg); background-repeat:no-repeat;height:85; width:580; color:#FFF; font-size:26px; padding-left:30px    }
.btred a { padding-left:330px; font-size:16px; color:#333;  text-decoration:none}
 li{ list-style: none;}
 
.gg-lists{
    padding:-20px 5%;
    background: #fff;
}

	
.gg-lists ul{
    padding-bottom: 1px; margin-right:10px; margin-left:-10px
}
.gg-lists ul li{
    padding-left: 20px;
    position: relative;
    transition: all 0.3s;
    border-top: 1px solid #e5e5e5;
}
.gg-lists ul li:nth-child(1){
    border:none;
}
.gg-lists ul li::before{
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #bfbfbf;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.gg-lists ul li a{
    line-height: 49px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; text-decoration:none;
}
.gg-lists ul li:hover{
    padding-left: 25px;
}
.gg-lists ul li:hover::before{
    border-color: transparent transparent transparent #b5282e;
}
.gg-lists ul li:hover a{
    color: #b5282e;
}


/* 文字列表 样式 */
#text-list.main{
    background: none;
}
 
.text-lists{
    max-width: 1080px;
    margin: 0 auto;
    padding:30px 60px 0 60px;
}

.text-lists .text-ul li {
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    padding-right: 100px;
    position: relative;
    color: #999999;
    position: relative;
    transition: all 0.3s;
    top: 0;
}
a{ text-decoration:none; font-size:16px; color:#333}
.text-lists .text-ul li:nth-child(1) {
    border-top: none;
}
.text-lists .text-ul li:hover{
    top: -5px;
}
.text-lists .text-ul li a {
    padding-left: 20px;
    display: block;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333; text-decoration:none
}
.text-lists .text-ul li a::before {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #bfbfbf;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.text-lists .text-ul li span {
    position: absolute;
    width: 100px;
    right: 0;
    font-size: 16px;
    text-align: right;
    top: 0;
}
.text-lists .text-ul li span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #999999;
}
.text-lists .text-ul li:hover {
    color: #bb1b1b;
}
.text-lists .text-ul li:hover a {
    color: #bb1b1b;
}
.text-lists .text-ul li:hover a::before {
    border-color: transparent transparent transparent #bb1b1b;
}
.text-lists .text-ul li:hover span::after {
    background: #bb1b1b;
}


