@charset "utf-8";
@import url("common.css");
/* CSS Document */
/* 转载请保留版权信息：MR.C*/


/*团建*/
.newsm{ width: 1200px; margin: 0 auto; padding-bottom: 60px;}
.newsm>a{ float: left; margin:29px; box-shadow: 4px 10px 15px #f0f0f0; width:340px; height: 400px; border: 1px solid #eee; background: #fff; display: block;}
.newsm>a>span{ width:340px; height: 300px; display: block; overflow: hidden;}
.newsm>a>h1{overflow: hidden; white-space: nowrap;text-overflow: ellipsis; font-size: 16px; color: #000; font-weight: 200; text-align: left; line-height: 40px; border-bottom: 1px dotted #897e7e; width: 300px; margin:0px auto 6px auto;}
.newsm>a>h2{ font-size: 14px; color: #ddd; font-weight: 200; text-align: left; line-height: 40px; width: 300px; margin: 0 auto;}
.newsm>a>p{ height: 100px; width: 300px;margin: 0 auto; font-size: 14px; text-align: left; line-height: 1.8; display: block; color: #666;}
.newsm>a:hover>h1{ color:#ffae00; font-weight: normal; c}
.newsm>a:hover{ border: 1px solid #ffae00; background: #2c2c2c;}


.newsminfo{ width:80%; margin: 0 auto; padding-top:80px; padding-bottom: 80px;}
.newsminfo>h1{ font-size: 22px; font-weight: normal; text-align: center; font-family: 楷体; line-height: 40px; color: #000;  display: block; padding-bottom: 20px;}
.newsminfo>span{ font-size: 12px; text-align: center; line-height: 40px; color: #000;  display: block; padding-bottom: 20px;}
.newsminfo>dl{ display: block; width: 100%; background: #ffffff;}
.newsminfo>dl>dd{ float: left; display: block; width:100%; box-sizing: border-box;  text-align: left; padding: 40px 100px; font-size: 14px; line-height: 1.8;}
.newsminfo>dl>dd img{ max-width: 100%;}




/*--------------------------------以下都是响应式网站的内容------------------------------------*/
@media  screen and (min-width:320px) and (max-width:949px) {

    /*新闻中心*/
    .newsm{ width: 100%;}
    .newsm > a{ margin: 30px auto 0 auto; float: none;}
    .newsminfo > dl > dd{ width: 100%;padding: 0 20px;}

}










































