body {
    font-family: Helvetica, "microsoft yahei", simsun;
    font-size: 25px;
    color: #333333;
}
a {
    color: #333333;
    text-decoration: none;
    border: none;
}
.list{
    background-color: #fff;
    padding: 10px;
}
.crumb {
    height:50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #eee;
    padding-bottom: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 0.3rem 0;
}
.crumb a {
    display: inline-block;

    color: #666;
    font-size: 25px;
}
.list2 {
    height: auto;
    background: #fff;
    padding: 0;
    margin-top: 10px!important;
}
.list2-tit {
    width: 100%;
    height: 70px;
    border-bottom: 1px #f1f1f1 solid;
}
.list2-tit h2{
    background: url(../images/list2-tit.png) 12px 13px  no-repeat;
    color: #333;
    float: left;
    font-size: 30px;
    line-height: 70px;
    text-indent: 58px;
}
.list2-li li {
    padding: 0;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px dashed #dddddd;
    position: relative;
    text-align: left;
    overflow: hidden;
}
.list2-li li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list2-li {
    overflow: hidden;
    padding: 0 5px;
}
.fenye {
    text-indent: 0;
    width: 100%;
    text-align: center;
}
.fenye li {
    display: inline;

    width: 15%;
}
.fenye li a{
    display: contents;
}
.clr {
    zoom: 1;
}
.clr:after, .clr:before {
    content: "";
    display: table;
}
.text_title {
	width: 640px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
}
.text_title p {
	line-height: 65px;
	font-size: 24px;
	color: #4f4f4f;
}
.text_title p a {
	color: #4f4f4f;
}
.text_title .local {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}