@charset "utf-8";
/* CSS Document */
.d-location{
    width: 100%;
}
.d-location .content{
    width: 1100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 auto;
}
.l-box{
    width: 1100px;
    margin: 35px auto 35px auto;
}
.l-box .left-list{
    width: 720px;
    float: left;
}
.l-box .left-list ul li{
    width: 680px;
    margin-top: 15px;
    border: 1px solid #e5e5e5;
}
.l-box .left-list ul li:hover{
    border: 1px solid #b6e3dd;
    box-shadow: 0px 0px 9px #e5e5e5;
}
.l-box .left-list ul li:nth-child(1){
    margin-top: 0px;
}
.l-box .left-list ul li a{
    color: #888888;
}
.l-box .left-list ul li .img{
    width: 210px;
    height: 160px;
    float: left;
}
.l-box .left-list ul li .img img{
    width: 210px;
    height: 160px;
}
.l-box .left-list ul li .content{
    width: 430px;
    margin: 10px 0 0 25px;
    float: left;
}
.l-box .left-list ul li .content .tit{
    font-size: 20px;
    padding-bottom: 10px;
    color: #000;
}
.l-box .left-list ul li:hover .content .tit{
    color: #2b9485;
}
.l-box .left-list ul li .content p{
    line-height: 30px;
}
.l-box .left-list ul li .content .time{
    color: #888888;
}
.l-box .left-list ul li .content .arrow{
    font-size: 22px;
    color: #888888;
    margin-top: 5px;
}
.l-box .left-list ul li:hover .content .arrow{
    color: #2b9485;
}
.l-box .left-list ul li:hover .content .link{
    color: #de6439;
}
.all-right .expert ul li:nth-child(3) .bottom-text{
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: url(../images/blue-bg.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
}
.all-right .expert ul li:nth-child(4) .bottom-text{
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: url(../images/blue-bg.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
}