.bread_nav {
    margin: 10px 0;
    color: #666;
}
.bread_nav>a {
    color: #666;
}
.title_nav{
    padding:10px 20px;
    margin-bottom: 20px;
    background: #fff;
}
.title_nav ul{
    padding: 0;
    margin: 0;
    display: flex;
}
.title_nav li {
    display: inline-block;
    float: left \0;
    font-size: 14px;
    padding: 5px 0;
    width: 95%;
    position: relative;
}
#search_venue{
    position: absolute;
    top: 0;
    right: 0;
}
#search_venue input{
    border: 1px solid #d9d9d9;
    height: 35px;
    width: 230px;
    border-radius: 5px;
    padding: 0 22px 0 10px;
}
.search_venue{
    font-size: 20px;
    color: #999;
    font-weight: 600;
    position: absolute;
    right: 4px;
    top: 2px;
    cursor: pointer;
}
.title_nav li:first-child{
    width: 5%;
}
.title_nav li:first-child a{
    color: #333;
    font-weight: 600;
    padding: 5px 0;
}
.title_nav li a{
    color: #666;
    font-weight: 500;
    padding: 5px 10px;
    display: inline-block;
}
.title_nav .choosed{
    color: #1474d8;
}
.venue_left,.venue_right{
    float: left;
}
.venue_left{
    width: 920px;
    background: #fff;
}
.venue_right{
    width: 280px;
    padding-left: 33px;
}
.venue_list{
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #D9D9D9;
}
.info{padding-left: 20px;width:636px;}
.info>div{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
}
.jq a{
	display:inline-block;
	width:49%;
	font-size:14px;
 	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	color: #1474d8;
}
.venue_title{
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 20px;
    width: 87%;
    line-height: 24px;
}
.venue_title a{
    color: #333;
}
.venue_addr,.venue_addr a{
    color: #333;
    font-size: 14px;
}
.detail p{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin: 0 0 5px;

}
.detail p a{
    float: left;
    width: 50%;
    font-size: 14px;
    color: #1474d8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
}
.detail p a:hover{
    color: #1474d8;
    text-decoration: underline;
}
.related{
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}
.related .n_title{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-left: 13px;
    margin: 0 0 10px;
}
.related .n_title:before{
    content: '';
    width: 5px;
    height: 20px;
    background: #1373DA;
    position: absolute;
    top:5px;
    left: 0;
}
.related .n_title:after{
    content: '';
    width: 247px;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    bottom: -3px;
    left: -10px;
}
.new_venue{
    display: flex;
    display: -webkit-flex;
    padding: 10px 0;
}
.new_venue div{
    padding-left: 10px;
}
.new_venue h3{margin:5px 0px 10px;  font-size: 14px;}
.new_venue h3 a{
    color: #333;
    font-weight: 600;
}
.new_venue p,.new_venue p a{
    color: #999;
    font-size: 14px;
    margin: 0;
}

.setting{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
    margin-bottom: 250px;
}
.setting a{
    width: 33%;
    background: #f9f9f9;
    text-align: center;
    padding: 10px 0;
}
.setting a div img{
    display: block;
    margin: auto;
}
.setting a>div{
    position: absolute;
    left: 0px;
    top: 100%;
    background: #fff;
    width: 247px;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0;
    display: none;
}
.setting a:hover{
    background: #fff;
    cursor: pointer;
}
.setting a:hover div{
    display: block;
}
.qcrode{margin: auto;width: 150px;margin-bottom: 5px}
.stop:hover{color:#fff;}