

body {
    background: #f6f6f6;
}



/*media开始*/

/*自适应*/

.news{
    width:73% ;
    height:auto;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 6%;
    padding-right: 20px;
    padding-bottom: 20px;
    /*text-align: center;*/
}
.news li{
    width: 29%;
    height: 260px;
    /*display: inline-block;*/
    float:left;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 30px;
    cursor: pointer;
    transition: 1.02s;
}
.news li:hover{
        box-shadow: 0 0 24px 10px #e1e1e1;
        transform:scale(1.02);
}
.news li:hover .bottom{
        background: #ffffff;
}
.news li .top{
    width: 100%;
    height: 60%;
    clear: both;
    display: block;
    background: #d2d2d2;
    position: relative;
}
.news li .media-logo{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    color:#fff;
    font-size: 12px;
}
.news li .bottom{
    clear: both;
    display: block;
    width: 100%;
    height: 40%;
    padding-top: 10px;
}
.news li span{
    display: block;
    clear: both;
}
.news li span:nth-of-type(1){
    font-size: 16px;
    text-align: center;
    color: #333333;
    font-family:"Agency FB" !important;
	display: block;
}
.news li span:nth-of-type(2){
    padding-left: 10px;
    padding-right: 10px;
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
}
@media screen and (min-width: 1800px) and (max-width: 1999px) {
    .section, .logo {
        font-size: 100px
    }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
    .section, .logo {
        font-size: 90px
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .section, .logo {
        font-size: 80px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .section, .logo {
        font-size: 70px
    }
}

@media screen and (max-width: 1199px) {
    .section, .logo {
        font-size: 60px
    }
}

/* 新闻详情 */
.news-detail {
    width: 73%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 50px;
}

.news-detail-title {
    padding: 0  0 20px;
    text-align: center;
    color: #666;
}

.news-detail-date {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    color: #888;
    text-align: center;
}

.news-detail-source {
    padding: 0 0 0 20px;
}

.news-detail-attach {
    padding: 0 0 20px;
    text-align: center;
}

.news-detail-content div {
    color: #666;
}
