/*活动类型*/
#lxind{
    margin: 20px 0;
    padding: 0 10px;
}
#tit{
    text-align: center;
    margin-bottom: 15px;
}
#tit h1{
    font-size: 19px;
    color: #cc0010;
}
#tit h2{
    font-size: 17px;
    color: #cc0010;
}
#tit .line{
    width: 30px;
    height: 2px;
    background: #cc0010;
    margin: 10px auto;
}
#tit p{
    font-size: 13px;
    color: #555;
}
#lxind ul{
    overflow: hidden;
}
#lxind ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
#lxind ul li:nth-child(2n){
    margin-right: 0;
}
#lxind ul li img{
    width: 100%;
}
#lxind ul li p{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    background: #eee;
    color: #555;
	padding: 0 5px;
}
/*关于我们*/


.fwxm {
    background: #cc0010;
    font-size: 0.14rem;
    line-height: 0.36rem;
    padding-left: 0.15rem;
    color: #fff;
    margin-top: 0.08rem;
}

.outdoorsList {
    padding: 0 0.15rem;
}

.outdoorsList ul li {
    float: left;
    width: 48%;
    margin: 0.2rem 0;
    margin-right: 4%;	
}

.outdoorsList ul li img {
    width: 100%;
    height: 1.1rem;
}

.outdoorsList ul li:nth-child(2n) {
    margin-right: 0;
}

.outdoorsList ul li a {
    color: #fff
}

.outdoorsList ul li a p {
    text-align: center;
    background-color: #888;
    font-size: 0.14rem;
}

.aboutUs {
    float: left;
    font-size: 0.14rem;
}
.aboutUs h3{
    font-size: 15px;
}
.more {
    float: right;
    font-size: 12px;
    margin-right: 0.1rem;
    color: #fff;
}

.aboutCon {
    padding: 10px;
}

.aboutCon p {
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #555;
}
.aboutCon p span{color:red;}
/*新闻*/
.news {
    padding: 10px;
}

.news ul li {
    border-bottom: 1px dashed #d3d3d3;
    line-height: 35px;
    overflow: hidden;
}

.news ul li a {
    color: #555;
    font-size: 12px;
    display: block;
    width: 75%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news ul li span {
    float: right;
    color: #555;
}
.caseList {
    padding: 0 0.15rem;
    margin-top: 0.15rem;
}

.caseList ul li {
    width: 48%;
    float: left;
    margin-bottom: 0.15rem;
    position: relative;
}

.caseList ul li p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, .5);
    font-size: 0.12rem;
    
}

.caseList ul li:nth-child(odd) {
    margin-right: 4%;
}

.caseList ul li a img {
    width: 100%;
}