#navbar .nav-menu:first-child{
    padding-left: 0;
}
.through_img{
    width: 100%;
    height: 260px;
    /*background-image: url("../images/common/banner_green.png");*/
  background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.through_img>div{
    position: relative;
    height: 100%;
}
.through_img p{
    position: absolute;
    left: 0;
    top: 32px;
}
.through_img p,.through_img p a{
    font-size: 14px;
    color: #fff;
}
.through_img h3{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    height: 260px;
    line-height: 260px;
}


.main_content{
    padding-top: 23px;


}
.main_content li{
    height: 71px;
    line-height: 70px;
    border-bottom: 1px solid #f0f0f0;
}
.main_content li>a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.main_content li p{
    font-size: 18px;
    color: #333;
    float: left;

    width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main_content li span{
    display: block;
    height: 100%;
    font-size: 18px;
    color: #b2b2b2;
    float: right;
}
.main_content li:hover p,.main_content li:hover span{
    color: #4b997a;
}

.separatePage{
    margin-top: 60px;
}



/*移动端*/
@media screen and (max-width: 768px){
.through_img {
    width: 100%;
    height: 3rem;
    /* background-image: url(../images/common/banner_green.png); */
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.centerArea {
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-right: 0.24rem;
}
.through_img h3 {
    text-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
}
.main_content li p {
    font-size: 0.25rem;
    color: #333;
    float: left;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main_content li span {
    display: block;
    height: 100%;
    font-size: 0.25rem;
    color: #b2b2b2;
    float: right;
}





}

