@charset "utf-8";
/* CSS Document */
@import url( reset.css);
@import url( header.css);
@import url( footer.css);



/*内容部分开始*/
.Content{width:1200px;margin: 120px auto 0;position: relative;}
.Con{width: 100%;margin:0 auto;font-size: 14px;}
.article{width: 1152px;border:1px solid #dddddd;margin-bottom: 25px;padding: 24px 43px 16px;overflow: hidden;}
.article>h3{font-size: 28px;color: #8f0806;text-align: center;line-height:44px;max-height: 108px;font-weight: normal;}
.article .date{height:35px;background: #f5f5f5;text-align: center; margin-top: 10px;margin-bottom: 34px;}
.article .date>span{line-height: 35px;margin-right: 37px;color: #666666;font-size: 14px;} 
.article p{line-height: 34px;margin-bottom:32px;font-size: 16px;}

.zrbj{border-top: 1px solid #dddddd;height: 68px;margin-top: 30px;}
.zrbj .fx{margin-top: 12px;}
.bj>span{font-size: 16px;line-height: 65px;color: #999999;}

.list{width: 100%;height: 84px;float: left;}
.list div{width:100%;height:32px;margin-bottom: 20px;}
.list span{width: 82px;color: #ffffff;font-size: 16px;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #8f0806;display: inline-block;float: left;text-align: center;/* padding: 0px 15px; *//* margin-right: 20px; */}
.list a{font-size: 16px;display: inline-block;float: left;background:#f5f5f5;line-height:32PX;width: 1045px;padding-left: 20px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

@media screen and (max-width:1200px ) {
.Content{width:100%;}
.Con{width:100%;}
.position{width:calc(100% - 20px);height: auto;line-height: 26px;}
.article{width: calc(100% - 108px);}
.article img{width:100%;height: auto;}
.article>h3{max-height: 128px;overflow: hidden;}
.list a{width:calc(100% - 102px);}
.article .date{height: auto;padding: 0px 10px;}
}