﻿.news_tips_page .left_tips .carousel-indicators{
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    position: relative;
}
.news_tips_page .left_tips{
    margin-top: 20px;
}

.news_tips_page .left_tips .carousel-indicators li {
    display: block;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    text-indent: 0;
    width: 60%;
    height: 55px;
    background: #649f76;
    color: #fff;
    float: right;
    line-height: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.2s;
    border: none;
    margin: 0;
    margin-bottom: 3px;
    opacity: .8;
}

.news_tips_page .left_tips .carousel-indicators li:hover,.news_tips_page .left_tips .carousel-indicators li.active{
    width: 80%;
    opacity: 1;
}
.news_tips_page .left_tips .carousel-indicators li a{
    color: #fff;
    display: block;
}
.news_tips_page .left_tips .carousel-indicators li:hover a{
    text-decoration: none;
}
.news_tips_page .carousel-inner{
    
    margin-top: 0;
    border: 2px solid #649f76;
    border-radius: 10px;
    min-height: 460px;
    background: #fff;
}
.news_tips_page .carousel-inner .item>div{
    padding: 20px;
}
.news_list{
    width: 100%;
}

.news_list li{
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.newsContentAnchor .left_tips{
    position: fixed;
}
.news_list li p{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    max-width: 85%;
    font-size: 16px;
}
.news_list li p::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 8px;
    width: 8px;
    background: #649f76;
    border-radius: 10px;
    top: 8px;
}
.news_list li:hover p{
    color: #649f76;
}

.news_list li span{
    float: right;
    color: #999;
}
.navigation{
    text-align: center;
}

.map_item{
    margin-bottom: 35px;
    padding: 0 20px;
}

.map_item>h3{
    display: inline-block;
    position: relative;
}

.map_item>h3::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #649f76;
    bottom: -20px;
}
.page_box{
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.page_box img{
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.page_box button{
    width: 32.65%;
    font-size: 16px;
    border: none;
    background: #e5e5e5;
    margin-right: 1%;
    margin-bottom: 12px;
    padding: 13px 0;
    cursor: pointer;
}
.page_box button:nth-child(3n){
    margin-right: 0;
}
.page_box button:hover{
    background: #649f76;
    color: #fff;
}


.news_title{
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.news_title h3{
    padding-bottom: 10px;
}

.news_title small{
    color: #999;
}

.news_content p{
    width: 100%;
    margin: 15px auto;
    /* text-indent: 2em; */
}

.news_content img{
    max-width: 80%;
    margin: 20px auto;
    display: block;
}