body{padding-top: 13rem;}
/* banner2 图 */
.banner2 {
    height: auto;
    padding: 30px 0 40px 0;
}
.jz_tit {
    text-align: center;
    line-height: 32px;
}
.jz_tit::before {
    height: 50px;
}
.jz_tit strong {
    color: #fff;
    font-size: 2rem;
}
.jz_tit strong::after {
    content: '';
    margin: 10px auto;
    width: 2em;
    height: 2px;
    overflow: hidden;
    display: block;
    background-color: #e60012;
    border-radius: 10em;
}
.jz_tit strong span {
    display: block;
}
.jz_menu {
    text-align: center;
}
.menu1 {
    display: inline-block;
    cursor: pointer;
    padding: 10px 0;
    width: 24%;
    text-align: left;
}
.menu1 a {
    color: #fff;
    font-size: 13px;
}
.menu1.active {
    /* background: #e30919; */
}
.menu1.active a {
    color: #fff;
    background: #e30919;
    padding: 5px;
}
/* main */
.main {
    clear: both;
    height: auto;
    overflow: hidden;
    background: #f6f6f6;
    padding: 20px 0 47px 0;
    width: 100%;
}
dl {
    float: left;
    width: 48%;
    height: auto;
    cursor: pointer;
    margin-bottom: 30px;
}
.anli {
    max-height: 385px;
}
.anli dd h2 {
    height: auto;
    min-height: 50px;
    overflow: hidden;
    background: url(../images/bg9.jpg) no-repeat left bottom;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 12px;
}
.anli dd div {
    height: 54px;
    overflow: hidden;
    font-size: 13px;
}
.anli dt img {
    display: block;
    width: 100%;
    height: 122px;
}
.anli dd  h2 a {
    color: #000000;
    font-size: 16px;
}
.anli dd {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 15px 5px;
    max-height: 184px;
}

.main dl:nth-child(odd) {
    margin-right: 6px;
}
.main dl:nth-child(even) {
    margin-left: 7px;
}



/* 分页 */
.page {
    clear: both;
    text-align: center;
    margin: 0 auto;
	margin-bottom:15px;
}
.page a,.page span{
    height: 23px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    line-height: 23px;
    background: #FFF;
    font-size: 14px;
    color: #4e4e4e;
    padding: 0px 10px;
    margin: 5px 5px;
}
.page a.focus {
    border: none;
    background: #e6212a;
    color: #fff;
}
















