.article-case{
    width: 100%;
    overflow: hidden;
    background: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 100px;
}
.article-case .main{
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
    padding-bottom: 70px;
}
.article-case .main .content{
    width: 900px;
}
.article-case .main .content>h2{
    font-size:28px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(38,38,38,1);
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
}
.article-case .main .content>p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
}
.article-case .main .content .text{
    padding: 20px;
    margin-top: 30px;
    font-size: 18px;
}
.article-case .main .content .text img{
    max-width: 100%;
    height: auto !important;
}

.article-case .recommed{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}
.article-case .recommed>h2{
    display: block;
    width: 1040px;
    margin: 35px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.article-case .recommed .content{
    width: 1040px;
    margin: 0 auto;
}

.article-case .recommed .content .item{
    width: 245px;
    height: 200px;
    float: left;
    margin-right: 20px;
    position: relative;
    transition-duration: .3s;
}
.article-case .recommed .content .item:nth-of-type(4n){
    margin-right: 0;
}
.article-case .recommed .content .item .imgBox{
    width: 245px;
    height: 160px;
    position: relative;
}
.article-case .recommed .content .item .imgBox img{
    width: 100%;
    height: auto;
}
.article-case .recommed .content .item .imgBox .mask{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}
.article-case .recommed .content .item .wordsBox{
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F7F7F7;
    overflow: hidden;
    transition-duration: .3s;
}
.article-case .recommed .content .item .wordsBox h2{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    text-align: center;
    line-height: 40px;
}
.article-case .recommed .content .item .wordsBox p{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    display: block;

    margin: 0 auto;
    transition-duration: .3s;
}
.article-case .recommed .content .item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.article-case .recommed .content .item:hover .imgBox .mask{
    opacity: 1;
}
.article-case .recommed .content .item:hover .wordsBox{
    height: 80px;
    background: #A6875B;
}
.article-case .recommed .content .item:hover .wordsBox h2{
    color: #fff;
}
.recommed-news{
    width: 1000px;
    margin: 0 auto;
}
.recommed-news .next-pre{
    margin: 40px auto;
}
.recommed-news .next-pre span{
    display: block;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:40px;
    color:#262626;
}
.recommed-news .next-pre span a{
    color:rgba(102,102,102,1);
}
.recommed-news .next-pre span:nth-of-type(2){
    float: right;
    text-align: right;
}
.recommed-news .list h2{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:40px;
    color:#262626;
    display: block;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
.recommed-news .list h2 span{
    color: #999999;
    font-size: 12px;
}
.recommed-news .list .content{
    margin-top: 20px;
    height: 190px;
    margin-bottom: 40px;
}
.recommed-news .list .content .item{
    display: block;
    float: left;
    width: 235px;
    height: 190px;
    margin-right: 20px;
}
.recommed-news .list .content .item:last-of-type{
    margin-right: 0;
}
.recommed-news .list .content .item .imgBox{
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.recommed-news .list .content .item .imgBox img{
    width: 100%;
    height: auto;
}
.recommed-news .list .content .item p{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding:0 15px;
    background: #FFF;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    box-sizing: border-box;
}
.recommed-news .list .content .item:hover p{
    background: #9B1C22;
    color: #FFF;
}