@import url("B.css");
body {
    height: auto;
    width:100%;
    margin: 0 auto;
}

/**====资讯专区====**/
.zx_wap {
    border-radius: 5px;
    background: #FFF;
}
.c_title {
    width: 100%;
    line-height: 0.7rem;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 5px 0;
    text-indent: 10px;
}
.c_title strong {
    color: #333;
    font-size:16px;
    font-weight: bold;
}
.c_title a {
    font-size: 0.8em;
    float: right;
    margin-right: 10px;
}
.sub_nav {
    width: 96%;
    margin: 0 auto;
}
.sub_nav li {
    margin-left: 5px;
    margin-top: 8px;
    float: left;

}
.sub_nav li a {
    background: #f3f3f3;
    font-size: 13px;
    border-radius: .08rem;
    width: auto;
    margin: 0 .22rem .08rem 0;
    line-height: .20rem;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    padding: .22rem;
}

.zx_list {
    padding: 0 3%;
    margin-bottom: 2.8%;
}

.zx_list li {
	width:100%;
	float: left;
    padding: 2.6% 0;
    overflow-y: auto;
    border-bottom: #f7f7f7 solid 1px;
}

.zx_list li a div:first-child {
    color: #333;
    font-size: 19px;
    padding-bottom: 2%;
}
.zx_list li a div.first {
    float: left;
    width: 78%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zx_list li a div.sec {
    float: right;
    width: 20%;
    text-align: right;
    margin-left: 2%;
}
.zx_list li a div.sec img {
    width: 95%;
    max-height: 65px;
    min-height: 65px;
    border-radius: 5px;
    overflow-y: hidden;
}
.zx_list li a div.third {
    color: #9a9a9a;
    font-size: 14px;
    margin-top: 10px;
}
.zx_list li a div.third span:first-child {
    float: left;
}
.zx_list li a div.third span:last-child {
    float: right;
}


.pb_list {
    width: 96%;
    margin: 8px auto 0;
}
.pb_list li {
    width: 48%;
    height: 140px;
    float: left;
    margin: 0 1% 3%;
    position: relative;
}
.pb_list li a img {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    display: block;
}
.pb_list li a h3 {
    max-height: 50px;
    line-height: 25px;
    width: 96%;
    margin:0 2px;
    text-align: center;
    position: absolute;
    font-size: 0.9em;
    overflow: hidden;
    bottom: 0;
    background-color: #000;
    color: #fff;
    opacity: 0.7;

}