/*列表页的样式文件*/
.sideleft a, .listPageContent a {
    color: #333333;
}

.nav {
    top: 0;
    height: 85px;
    line-height: 85px;
    position: relative;
}

.nav > img {
    height: 54px;
}

.nav > ul > li > a {
    color: #333;
    display: inline-block;
    max-width: 100%;
}

/*上方大背景图*/

.banner {
    height: auto;
    background: #e9e9e9;
    position: relative;
}

.banner .bannerImg {
    height: auto;
    line-height: 415px;
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    background: url("../img/lb1.png") center no-repeat;
    /*background-size: auto 100%;*/
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    /* 再次引入backgroundsize.min.htc，filter的那段删除 */
    /*   -ms-behavior: url(./backgroundsize.min.htc);
       behavior: url(./backgroundsize.min.htc);*/
    text-align: center;
}

.banner .bannerImg .backImg {
    position: static;
    top: 0px;
    left: 0px;
    z-index: 100;
    opacity: 1;
    display: block;
    visibility: hidden;
    height: auto;
    width: 100%;
}

.banner .text {
    font-size: 30px;
    color: white;
    z-index: 111;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    width: 1200px;
    text-align: center;
    margin-left: -600px;
}

.banner .bannerImg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* 设置蒙层的颜色及透明度 */
    /*-webkit-mask: linear-gradient(to bottom, transparent, black); !* 创建线性渐变作为蒙层 *!*/
}

.banner .text:before, .banner .text:after {
    width: 50px;
    height: 2px;
    background: #c71d07;
    display: inline-block;
    content: '';
    margin: 0 14px;
    vertical-align: middle;
}

/*上方大背景图 end */

/*右侧文章列表*/
.listContent {
    vertical-align: top;
    display: inline-block;
    width: 896px;
/*    margin-left: 42px*/;
    min-height: 364px;
}

.listContent .imgAndText {
    display: inline-block;
    width: 33%;
    overflow: hidden;
    font-size: 16px;
}

.listContent .imgAndText .imgPane {
    width: 292px;
    height: 189px;
    position: relative;
    border: 1px solid #cccccc;
    overflow: hidden;

}

.listContent .imgAndText .imgPane img {
    max-width: 283px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.listContent .imgAndText .imgPaneTitle {
    height: 64px;
    line-height: 64px;
}

/*右侧文章列表 end */
