.h3_title{
    font-size: 24px;
    color:#323232;
    line-height: 70px;
    padding: 0 30px;
    font-weight: bolder;
}
.List {
    width: 99%;
    /* box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.1); */
    border: solid 1px #e6e6e6;
    /* float: right; */
    padding: 5px;
}
/* 导航 */
.List_nav,.List_nav2 {
    overflow: hidden;
    display: flex;
    padding: 20px 15px;
}

.List_nav li a,.List_nav2 li a {
    display: block;
    padding: 10px 20px;
    margin-left: 10px;
    background-color: #ececec;
    border-radius: 4px;
    color: #367db7;
    position: relative;
}

.List_nav li.on a ,.List_nav2 li.on a {
    background-color: #21a9ff;
    color: #fff;
}

.List_nav li.on a::after,.List_nav2 li.on a::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #21a9ff;
}
/* 导航 */
/* 列表 */
.List_ul {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.List_ul li {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
    margin: 12px 0 20px 30px;
    position: relative;
	width: 30%;
}
.List_ul li:hover .hover{
    display: block;
}
.List_ul li h3 {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 55px;
    margin-left: 28px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.List_ul li span {
    font-size: 14px;
    color: #999;
}
.List_ul li img{
    width: 360px;
    height: 188px;
}
.address {
    margin-right: 38px;
}

.List_ul li em {
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-right: 10px;
    background-size: 100%;
}

.addclass {
    background: url(../images/address.png) no-repeat;
    margin-left: 28px;
}

.time {
    background: url(../images/time.png) no-repeat;
}

.botton {
    display: block;
    line-height: 32px;
    font-size: 14px;
    margin: 19px 28px;
    background: #e2e1e1;
    text-align: center;
    color: #fff;
}

.hover {
    position: absolute;
    left: 0;
    top: 78px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 45px 24px 13px;
    width: 360px;
    height: 110px;
    box-sizing: border-box;
    background: url(../images/black.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}
.content{
    width: 1200px;
    margin: 60px auto 0;
    overflow: hidden;
}
.ulListt{
    float: left;
    border: solid 1px #e6e6e6;
}
.ulListt li,.ulListt h3{
    line-height: 45px;
    width: 335px;
    border-bottom: solid 1px #e6e6e6;
    text-indent: 2em;
}
.ulListt li.on{
    background-color: #e0edfd;
}
.ulListt h3{
    line-height: 60px;
}