@charset "utf-8";
@import url("global.css");
a{
    text-decoration: none!important;
}
a:hover{
    color:#fff!important;
}
#place dl dt a:hover{
    color:#5dd1ff!important;
}


#main{
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/

}
.list_le{
    border:1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.inner{
    width: 90%;
    margin:0 auto;
    /*height: 100px;*/
    /*background: #66cccc;*/
}
.item{
    width: 30%;
    margin-right: 3%;
    margin-top: 20px;
    height: 350px;
    /*background: #F60;*/
    float: left;
}
.title{
    width: 100%;
    background: #eee;
    height: 32px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.title_text{
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

}
.title_text a:hover{
    color:#0c80ba!important;
}
.title_more{
    float: right;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom:10px;
}
.title_more a:hover{
    color:#0c80ba!important;
}
.item_img{
    width: 100%;
}
.item_img img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.more{
    margin: 0 auto;
    margin-top: 10px;
    /*width: 100%;*/
    padding: 3px;
    text-align: center;
    border: 1px solid #90c424;
    width: 40%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.more:hover{
    background: #90c424;
}
.more:hover a{
    color: #fff!important;
}
.art_list{
    width: 100%;
    height: 70px;
    margin-top: 5px;
}
.art_list a:hover{
    color:#3498db!important;
}
.art_list ul li{
    width: 100%;
    /*padding-bottom: 5px;*/
}