/* for tpl2 */

#tpl2 .newsArea {
    width: 100%;
    overflow: hidden;
}
#tpl2 .newsList {
    width:700px;
	margin:0 auto;
    position: relative;
}
#tpl2 .newsList dl.item {
    width: 100%;
    border-top: 1px solid #eee;
}
#tpl2 .newsList dt {
    float: left;
    width: 120px;
    clear: both;
    padding: 15px 0;
}
#tpl2 .newsList dd {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 15px 0;
}
#tpl2 .more-display-news {
    width: 150px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    padding: 10px;
    margin: 30px auto;
    text-align: center;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#tpl2 .more-display-news:hover {
    opacity: 0.7;
    cursor: pointer;
}
#tpl2 .news-hide {
    display: none!important;
}

@media screen and (max-width:768px) {
    #tpl2 .newsArea {
        width: 90%;
        margin: 0 auto;
    }
    #tpl2 .newsList {
        width: 100%;
        float: none;
    }
    #tpl2 .newsList dl.item {
        width: 100%;
        padding: 12px 0;
    }
    #tpl2 .newsList dt {
        float: none;
        width: 100%;
        padding: 0 0 3px 0;
        color: #999;
    }
    #tpl2 .newsList dd {
        width: 100%;
        margin-left: 0px;
        padding: 0;
    }
}
