﻿main{
    background: url(/res/Home/structure/20010144.png) center bottom no-repeat;
    overflow: hidden;
    padding-bottom: 200px;
}
nav{
    width: 1150px;
    margin: auto;
}

.mediaBg{
    /*background-image: url(/res/Home/structure/20010224.jpg);*/
    background-image: url(/res/Home/structure/21050228.jpg);
background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: 100% 100%;
    position: relative;
}
.mediaBg::after{
    /*content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;*/
}
.mediaKey {
  padding:40px 0;
    background: #ececec;
}
.mediaKey-con {
    width: 1150px;
    margin: 0 auto;
}
.mediaKey-con li {
    float: left;
    width: 365px;
    margin-right:25px;
}
.mediaKey-con li:nth-child(3){
  margin:0;
}
.mediaKey-con li img{
    width:100%;
    height:225px;margin-bottom:10px;
}
.mediaKey-con li #ReportIDname{
 font-weight:bold;
 display:block;
 text-align:center;
 line-height:1.8;
}

.comNew{width:350px;margin-top:60px;}
.indNew{width:350px;margin-top:60px;margin-left: 50px;}
.comTit{font-size:22px;font-weight:bold;margin-bottom:40px;}
.comNew ul li,.indNew ul li{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #ccc;}
.comNew ul li #ReportIDname,
.indNew ul li #ReportIDname{margin-bottom:15px;display:block;}
.comNew ul li #ReportIDLogograph a,
.indNew ul li #ReportIDLogograph a{font-size:14px;line-height:1.6;color:#999;}
.addmore {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0099ff;
    border-radius: 5px;
    text-align: center;
    margin: auto;
}
.addmore a{font-size:14px;color:#999;}